Newest Questions
24,159,919 questions
0
votes
0
answers
11
views
The edges of white image shows when absolute sibling div above it
trying to make an overlay div above the img and on hover the overlay disappear
but there is these white of the img leaking in the cornors
code:
<div className="relative overflow-hidden size-...
Advice
0
votes
0
replies
6
views
Methodology for benchmarking Hash Algorithm resistance against Quantum Attacks
I am currently thinking of choosing a Master's thesis focused on the vulnerability of standard Hash Algorithms (SHA-2, SHA-3, etc) to Quantum Computing.
I am looking for guidance on a robust ...
Advice
0
votes
0
replies
9
views
TranslatePlus vs DeepL/Google, worth it?
I tried TranslatePlus using the free credits and it seemed pretty good so far.
Has anyone used it in real projects?
Is the quality reliable compared to DeepL Translator or Google Translate?
They also ...
0
votes
0
answers
5
views
Increase Contrast messes up my high contrast color asset inside NavigationStack
What is the right way to specify accent colors for high contrast mode ("Increase Contrast" in settings)?
When I specify accent colors in my asset file, and further specify the high contrast ...
Advice
0
votes
1
replies
14
views
How do you know if you truly understand a concept?
I’m currently learning web development, and I’ve started to notice that sometimes I feel like I understand a concept while studying it. However, when I try to apply it in a different context or in my ...
Tooling
0
votes
0
replies
7
views
Creating a tibble with specific information pulled out
I am working in r studio, looking specifically at the built-in R time-series `co2`: the monthly atmospheric CO2 concentration at Mauna Loa. My instructions are to create a tibble named `co2_df` with ...
Advice
2
votes
0
replies
16
views
Trixoa.com good?
Hiiii,
does anyone here have experience with Trixoa and their AMD Ryzen KVM VPS?
I recently came across their website and their pricing looks surprisingly cheap compared to many other providers I’ve ...
Advice
0
votes
1
replies
28
views
How can I implement a working backend for a login and register page - I've built the frontend
for reference its for a web application for university. I have made the frontend, and the main backend feature works with the frontend. i'm using VScode on Mac. would the best way be to download an ...
0
votes
0
answers
23
views
Tizen - Javascript embedded video failing
I'm trying to show trailers in a webapp, it's working fine for normal browsers, as well as android apps. However, when I package the javascript in my tizen app, it fails to show the embedded video, it ...
Best practices
0
votes
0
replies
30
views
Automatic Trading System
Hello guys and gals (girls), devs,
Which indicators do you suggest are rather better for handling proper smoothing computation of possible long or short entries on the derivatives market?
Such as TEMA ...
-5
votes
2
answers
57
views
How can I break out of a loop within a function and return to my main program?
I'm working on creating a kind of online library. I'm using SQLite3 with Python, and basically I can add, delete, view my library, and search for books.
But if I select the search option, I can search ...
Best practices
0
votes
6
replies
29
views
Is there a simple way to take bitwise-and of a pandas series?
I have a pandas series of a bunch of 32 bit integers, and I'd like to roll through with series.rolling and get the bitwise-and of all the values in the window, basically trying to do this except that ...
-1
votes
0
answers
41
views
"Following" a user through their app access [closed]
In our ASP.NET app, we would like to be able to tell if anyone accesses any of our endpoints without passing our MFA.
I'm trying to investigate the possible ways to achieve this. Ultimately, this is ...
0
votes
0
answers
28
views
How to suppress or avoid errors from a failing first attempt to clone a repository from GitHub on Jenkins?
For our system:
We have repositories on GitHub
We have a Jenkins instance running with several agents
We have a GitHub App configured to clone those repositories from Jenkins
We have the Log ...
Best practices
0
votes
0
replies
26
views
What is the best data type to use for start and end time for a business?
I am building a Power Apps app, and I need fields start and end time, with regards to business hours, on a form. What are the best ways to represent 8:00am and 5:00pm.
There is another choice on the ...