Sorry for the confusion 😅 I don’t have any experience with NixOS apart from memes here in Lemmy. So… maybe?
Yes, I love atomic distros and I’m glad the term was changed.
Sorry for the confusion 😅 I don’t have any experience with NixOS apart from memes here in Lemmy. So… maybe?
Yes, I love atomic distros and I’m glad the term was changed.
I never needed it. I know from my school days that windows supports that use case. You get a full system and can do with it as you please but on reboot you get a completely fresh file system. The only thing that persisted were the user profiles that roamed through active directory. Seemingly there was no way of tampering with the file system, that would persist a reboot. And as school kids we tried hard 😅
I would be surprised if Linux didn’t have utilities for that, that were better designed and safer - but again, not my expertise.
Sure. Not all directories are protected and the ones that are, are just protected from immediate write access. A malicious app or a user who copies the wrong snippets can create overlays and apply them immediately without a reboot. Having atomic distros is awesome but it has nothing to do with immutability and it someone needed that for example for PCs that are in random control at least some of the time, then they need a different solution on top, that gives actual immutability.
No, that’s not what I wrote.
I specifically picked the statistic that claimed to have included the full cost of installing something new. Most other statistics only include prolonging the life of existing plants, thus ignoring the installation costs completely. You can just quote the paragraphs that prove your point the same way I have and then we can discuss further. Maybe I made a mistake, who knows.
Silverblue/Kinoite
Those are not immutable, especially on the file system. I’m glad the fedora team switched the term to “atomic”, because “immutable” set all the wrong expectations.
If they are used to Windows, go with Kinoite. I agree with the previous sentiment, that atomic distros are much safer. Far fewer bits and pieces that can break. I love it.
Extremely cheap per kilowatt? Every statistic out there that I’ve seen and that includes government funding, as well as construction and deconstruction costs, paints a different picture. Nuclear is only competitive with coal or the relatively underdeveloped solar thermal.
In 2017 the US EIA published figures for the average levelized costs per unit of output (LCOE) for generating technologies to be brought online in 2022, as modelled for its Annual Energy Outlook. These show: advanced nuclear, 9.9 ¢/kWh; natural gas, 5.7-10.9 ¢/kWh (depending on technology); and coal with 90% carbon sequestration, 12.3 ¢/kWh (rising to 14 ¢/kWh at 30%). Among the non-dispatchable technologies, LCOE estimates vary widely: wind onshore, 5.2 ¢/kWh; solar PV, 6.7 ¢/kWh; offshore wind, 14.6 ¢/kWh; and solar thermal, 18.4 ¢/kWh.
Emphasis mine, source: https://world-nuclear.org/information-library/economic-aspects/economics-of-nuclear-power
Modern browsers happily show you the actual characters, while sending their encoded entities to the server. So, from a user perspective there is no ASCII limitation. Case in point: söhne.at (just some random website, I have no idea what they are or if they are legitimate)
Sure, there were electric cars. But if I remember correctly, Tesla was the first to deliver the whole next-gen package with an every day, everywhere car, plus charging stations plus the whole automation. If you wanted that, there was no way around Tesla for quite a while.
Teslas were the “best”, as in the only option for what they did. They were never the “best”, as in better than existing products for what they did.
Being first to market for such a long time was an incredible feat and it speaks volumes that their position isn’t much, much stronger at the end of it.
1Password can’t fail that hard easily. They’ve done great write-ups to compare their architecture to that of LastPass. Long story short: it’s the secret key that protects you: https://blog.1password.com/what-the-secret-key-does/
Trouble with those tests is, that they become unreliable or even meaningless, when you have done then once before, let alone daily.
When I installed Kinoite to start using Linux as my primary daily driver, the first thing I did was setting up Ansible, creating a new playbook and all Linux configurations I made from that point on, are only ever done through that playbook, which is backed up in my Forgejo instance. One command and everything is being set up exactly the way I want. It feels extremely liberating.
Windows hss supported slashes in both directions for a very long time. I almost exclusively use forward slashes to reduce mental load when switching between OSes.
This would be my gut reaction as well. I’ve met some game developers privately and got to know them better and after that a career in game development was out of the question for me. It’s not even the fault of the game studios, many of which are being lead by idealistic game devs themselves. It’s the publishers who only offer contracts that are so tightly knit, that many game studios go bankrupt after release if they can’t get another contract quick enough. The whole industry is rotten and no amount of management will save that on the lowest level of the food chain. It felt too me that only idealistic devs with a high frustration tolerance go into game development and that is being exploited to the extreme.
The original author of git flow begs to differ. But hindsight is always 20/20 https://nvie.com/posts/a-successful-git-branching-model/
If you use feature flags, don’t forget to remove them after some grace period. Almost everything bad about feature flags that you can read online is related to long-lived feature flags and all the dead code and complexity involved. Adding a feature flags without a commitment and plan to remove them (the flag, not the feature), is asking for trouble down the line.
It depends. Some hardware degrades gracefully while my current desktop system won’t even boot and throws error codes on an empty battery. It took me hours to figure out what was wrong the first time it happened.
Also, Kanban was invented in the 40s as a process for automotive production lines. That’s why it aligns so well with maintenance and operations projects in IT. It’s ridiculous how more and more people claim it comes from software development and would not fit hardware projects, when that’s the core use case of the methodology.