is nixos considered immutable or mutable? kind of has characteristics of both.
is nixos considered immutable or mutable? kind of has characteristics of both.
Its talking about spiderman’s secret identity
Probably had a big fight with Jefferson Davis
the one where the democrats are the ‘party of slavery’ because of what the parties stood for in 1860. yeah that’s why I’m voting for Lincoln and the union this year dumbfucks
why do I want to carry a printer with me? no. this sounds more like a point-of-sale device.
A blockchain that uses proof-of-work would waste far more energy than it would save, just on doing the accounting. What blockchain do you propose using that would have a minimal transaction cost, in watts and in coin?
If we’re talking about local charging of EVs, I guess that would be a little like putting a gas pump in my front yard for my neighbors to use. Probably going to hit zoning issues if you open that up to general commercial use.
How does a ‘solar energy blockchain’ know where the electricity used to run it comes from? There’s no difference between 120v ac coming from a generator or coming from the grid, or coming from a solar array.
I used to keep a text file in each project, with todo items at the top and a ‘done’ section at the bottom. File gets too big, start a new file.
Now I use a note taking program that stores markdown notes with links in between them. Kind of the same idea, mostly, some notes are to-do items and others are lists. I have about 10000 notes in there.
what’s a rentry page
What’s MAU
One thing I kind of miss is autohotkeys on windows. It was relatively easy to do things like set keyboard keys to act as mouse keys. I did that once when I was getting over tendonitis.
These days I have a keyboard with mouse keys on it and a trackball also with mouse keys. I can use the middle button on the trackball and scroll with it, but I can’t use the middle button on the keyboard and scroll with the trackball, which would be more ergonomic for me. Haven’t figured that one out yet.
That said, I mostly don’t miss GUI stuff. I use a tiling window manager and command line utilities to do most things on my system. Its kind of primitive I guess, but the benefit is it works exactly the same on remote systems, headless servers, etc.
can’t say about forms, but I use xournal all the time for signing pdfs.
Hot take: short video format is kinda trash, even in a federated version.
Elect lawmakers that would pass single payer, like they have in europe. However, this is an unrealistic expectation in our modern political landscape. So we need to change the political landscape to make that possible.
create coops and/or nonprofits to provide better options than predatory insurance companies. maybe easier because its grassroots and small compared to changing our national leadership. There’s a danger of genuinely helpful institutions being outlawed due to mainstream medical lobbying.
we’ve already seen how successful propaganda of the deed can be. but will it actually produce change, or just lead to repression? it has at least communicated the extent to which Americans are disgruntled - not just the deed itself, but the overwhelmingly positive reaction to it.
general strikes, boycotts, other demonstrations might be a possibility. you need an effective campaign to get people on the same page.
Hmmm yeah I have learned a ton of fiddle tunes. Does it count as hoarding when its in your head?
Playing music. Sure some people can collect guitars or whatever, but really that’s a separate hobby from actually playing.
That the Big Bang is just one of many bangs
Its mainly because of some music groups where I find out about local jams and gigs. But yeah its practically unusable. Have been thinking about starting a friendica instance for the music people.
More precisely, medical business strategy is a leaky abstraction; the assassination is the leak.
Packages in nix are in the store directory, each package in a dir named after the package hash. So you can have 15 versions of firefox installed, for instance, and the different versions go in different folders with different hashnames.
When it’s time to set up a user env, their specific version of firefox is (conceptually) symlinked into the users profile. When that user executes firefox it gets one out of the 15 versions. Another user may get a different one.
Anyway, the package store is off limits to users, and a real bad idea to modify for root too.