Not being able to Syu every 5 minutes and only being able to update once a day was the biggest challenge when I changed to NixOS
Not being able to Syu every 5 minutes and only being able to update once a day was the biggest challenge when I changed to NixOS
Which he can borrow cash against
less
comes with all distributions I know
I found it especially funny that his initials are the same as Mike Tyson’s.
The guy is an absolute gaming legend. Just figuring out so much about a single game on your own and then optimizing it to such a degree with all the randomness involved. Truly obsessed
Nice info.
If you want know more about a completely different aspect of Punch-Out!, watch https://www.youtube.com/watch?v=TBR9ypSOTGQ
So in the non US game version, Soda Popinski is named Vodka Dunkenski.
I thought this was an issue with revisions, I still he was also called Vodka in the early US version.
I mean even Mike Tyson got renamed to Mr Dream later…
Isn’t he called “Don Flamenco”? Haha
Interesting how similar our distro careers are. My switch was also after a long time (15 years). Wouldn’t go back to Arch. Still think it’s a good distro for what it’s trying to achieve.
Hey, I never said this is what people want, just that it is in fact a transferrable skill. I wouldn’t recommend it to anyone just trying to get their machine running, but if you’re looking to gain some insight, is not the worst choice.
If you actually try to understand what’s happening, I think it’s one of the best ways to learn how a system is composed, at least if you install manually. What’s a partition, file system, what does mounting do, chroots, you name it.
I don’t use Arch anymore but still think it’s a great distro to learn the basics while still having the luxury of new binary packages. Manual Arch install abstracts basically nothing away from you, for better or for worse.
Currently on NixOS, I’d say while its engineering is better overall, the things you learn there are much more distribution-specific or maybe concept-specific and often not applicable to other distributions.
I guess there are also probably ways to install e.g. Debian manually, I’ve never seen instructions for it though as there was always the focus on the installer, and frankly I’m not a big fan of apt and all. It always seemed to be much more convoluted than pacman plus it does a lot of stuff for you, whether you want it or not was my impression.
Also basically every Linux big name posted there. It was so great. I’m still sad it’s gone
Mostly holding Nano, used Monero quite often - should probably spend some Nano at one point… But vendors accepting it here are rare
Omg we’re cryptocurrency twins. I hold exactly these two for the same reasons
Yeah weird in that regard that a car wash can render it non-functional if you forget to put it into car wash mode
I initially thought it was a joke
The folders actually do make sense.
Roaming: this data can be moved between machines in a domain if you have a roaming profile. E.g. go to another workstation and your browser configuration is the same? Means it’s in Roaming.
Local: this data will not be synchronized between machines when you roam. This could be your browser’s cache.
LocalLow: like local, but for applications that are “low integrity”, like Internet Explorer. These folders have special properties. https://helgeklein.com/blog/internet-explorer-in-protected-mode-how-the-low-integrity-environment-gets-created/
I’d personally advise against NixOS as a first distribution for that matter. It’s a great distribution, but if you want to understand the underlying mechanics, start with something where you interact with them, like Arch or whatever.
It’s not that far-fetched, PDFs in my opinion are closer to vector graphics than to document formats like odt and docx. They have no understanding of format if not using advanced features, like a table in a PDF is just spaced text with lines between them, and text is just independently placed letters. In fact the space symbol doesn’t exist in most PDFs, it’s just that two letters were spaced further apart. So they basically are multiple canvases that are being painted on with letters, lines, fill areas and even bitmap graphics.
Modern PDF actually does further in the direction of a document format by providing the content in a structured way, mostly for accessibility, but also for making the format suitable for automatic processing the contained data.