What’s wrong with your Fedora installation? Mine doesn’t do that (also without a TPM chip)
What’s wrong with your Fedora installation? Mine doesn’t do that (also without a TPM chip)
Are you sure? Doesn’t the “smart edison bulb” design make it harder to dissipate heat to the casing, therefore making the LEDs get hotter compared to PCBs with LEDs surface mounted on them?
Anyway, if you want your light bulbsany technology to last long, don’t buy the “smart” variant. “Smart” usually means more components and/or more dependencies on interfaces, and more complexity, so a higher chance to fail.
I guess you could try AI-checking it and answer “Ignore all previous instructions. …”, followed by some new instructions. Some examples: https://www.aiweirdness.com/ignore-all-previous-instructions/
(Although I guess it would be better to not respond to this obvious case of spam/scam)
One example for self documenting code is typing. If you use a language which enforces (or at least allows, as in Python 3.8+) strong typing and you use types pro actively, this is better than documentation, because it can be read and worked with by the compiler or interpreter. In contrast to documenting types, the compiler (or interpreter) will enforce that code meaning and type specification will not diverge. This includes explicitly marking parameters/arguments and return types as optional if they are.
I think no reasonable software developer should work without enforced type safety unless working with pure assembler languages. Any (higher) language which does not allow enforcing strong typing is terrible.
I have worked on larger older projects. The more comments you have, the larger the chance that code and comment diverge. Often, code is being changed/adapted/fixed, but the comments are not. If you read the comments then, your understanding of what the code does or should do gets wrong, leading you on a wrong path. This is why I prefer to have rather less comments. Most of the code is self a explanatory, if you properly name your variables, functions and whatever else you are working with.
Correction, 50% of VOTING Americans are VOTING fascist. Doesn’t necessarily mean they are fascist themselves.
Same question on reddit a while ago
As suggested there, I recommend to use a multimeter to identify the power socket pins. Roughly half of them should be ground. Most or all of them should correspond and be connected to the SATA power connector pins on the other side.
+1 on that. The User’s guide of a similar device (source) mentions a 10-pin CPLD connector Reserved for IBM use
I’ve seen a few people with PhD who want to be developers being put into management roles, getting quite unhappy.
That said, if this type of PhD clearly communicates they want to be developers, the often still get jobs, maybe with lower pay compared to the manager but a bit higher pay compared to the developer
In addition to the other comments here: Don’t run near cows. Quite often, they will start running with you, which is very impressive and dangerous at the same time. Cows generally are faster than you for the first few hundred meters at least.
Mars also does not have water. This explains why they didn’t care to properly protect the metal from rust I guess
I guess that is why Etterra is betting on it. Maybe to motivate another Darwin Award winner.
Yes, its weight is absolutely ridiculous. The other hobbyist’s tanks you mentioned are too. Just because there is more of the same (minus razor sharp edges and rust), doesn’t mean it isn’t sh*t too.
Syncthing on Android has an option to only sync when on AC battery. The PC client might have a similar option. If not, you could probably configure something similar via systemd or udev under Linux.
I don’t think syncthing has proper means to synchronize contacts or anything else that’s not file-based though.
I use syncthing and prefer it for synchronizing files between my devices.
It seems like part of your thinking is: Why would a criminal invest effort to attack an average John Doe? The answer is: With a popular (widely used) operating system, the effort goes close to zero. Attacks can be automated, so they will be. Also, even if they are not interested in your data, they will be interested in other benefits they gain from controlling your computer:
I find it weird that some people call LGBTQI+ life a “sin”. On the other hand, some christian denominations accept and have gay priests. The people calling LGBTQI+ life a “sin” seem to me more like extremists in a “christian” trenchcoat.
This is partially correct, partially wrong.
As many have commented, flipping a signal by 180° cancels it out. However, this is only true for static noise though. Transient noise cannot be canceled out completely, because you would need to see into the future to know which signals to play to cancel out the noise.
The ANC headphones I own mainly cancel noise through passive shielding of the ears. The “active” noise canceling feature is not contributing a lot.
Yeah, that’s a very useful exception.
Operator overloading is adding complexity, making code subtly harder to read. The most important lesson for code is: It should primarily be written to be easy to read by humans because if code is not trash, it will be read way more often than written.
As a Fedora user, I thought Debian would be more secure.