The encrypted fields are encrypted with 256-bit AES algorithm that requires the user's master password to decode. LastPass's defence is, it doesn't store the master password. But if the hacker can brute force decode someone's master password due to the low number of iterations, all encrypted...
I came across a detailed article "decoding" the breach statement issued by LastPass on December 22 last year, written by a security analyst: https://palant.info/2022/12/26/whats-in-a-pr-statement-lastpass-breach-explained/
As mentioned earlier in the thread, the vault of the users was breached...
The issue is, Mathworks will help out with MATLAB code. The OP will not be able to comment on the proposed solution's effectiveness without a MATLAB licence. MathWorks wants to know if the code runs natively in MATLAB rather than after conversion to Scilab. Anyway, the OP can surely give it a...
I use Firefox on Android, and am pleased that it allows AdGuard. Even a few months back, the YouTube website from mobile browser didn't have the Shorts tab. Checked just now, and it is there!
Eclipse is ?:). You can try NetBeans or IntelliJ IDEA. A better IDE will help you code better by pointing out your errors even before you compile the code, suggest improvements to the code, and help you view documentation with ease (which is very much necessary and not taught in most...
MHB had an implementation of LaTeX that allowed tikz to be rendered in the browser:
We don't have that here in PF. You can, however, always render the tikz on your system and post a picture of the result.
What IDE are you using, @grzz? BlueJ? I suggest you switch to a better IDE like NetBeans (at least) or IntelliJ IDEA. Good IDEs will point out the errors even before you compile your code. BlueJ shouldn't even be considered an IDE; it's just a colourful Notepad with some buttons to compile/run...
Don't know the answer, but my connection is 30 Mbps max, and I can happily stream 4K videos as well as do video conferencing without any issue, even when multiple devices are connected to the router.
I think you are using the Zoom Windows app. Even though the meeting is launched from the browser, it's not working in the browser; the browser just launches the Zoom app.
Can you please try and report the following:
1. Can you set up one more Zoom call, and this time, forcibly use the Zoom web...
Is it a separate app? Or a separate browser window?
Can you confirm the Windows version running on the laptop?
If you record a video using the normal camera app over a sufficient period of time, and the issue is not reproduced, it implies there is some issue with how the Zoom app is...
Since it started a few days back, I suspect it can be a driver issue. Windows updated itself automatically, and the updated driver for the camera was buggy.
Are you using the Zoom app on Windows? If yes, can you try re-installing it?
The camera app should also allow recording video. Can you...
Hmm. If your app is on Google Play, can you link to it so that we can do some testing?
Is this occurring only on certain Android versions? Can you reproduce the behaviour on other (physical) devices and other Android versions (physical/emulator)?
Have you set the icon properly in your Manifest.xml file?
New Android projects in AS have that default icon. You need to change it, and link it properly in the Manifest file.
Abridged by me
It appears that we have several questions in front of us.
Should the use of ChatGPT for answering technical questions be allowed?
Definitely not. It should be treated as spam.
Should quoting ChatGPT output on the main topic of the thread be allowed?
No. In this case, ChatGPT...
Can ChatGPT even be trusted with queries in physics? It might give a confident-looking wrong answer. Posting what ChatGPT says regarding something technical should be strictly avoided, in my opinion. There is a difference between Google search and ChatGPT: in the latter, we don't know the source...
An alternative is to use open-source password managers like Bitwarden. LastPass is closed-source, so no one can confidently know what it is doing, but for open-source software, there is the advantage that security researchers are able to audit the code and find deficiencies.