𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

       🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆. 
 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍 

Ceterum Lemmi necessitates reactiones

  • 5 Posts
  • 1.1K Comments
Joined 3 years ago
cake
Cake day: August 26th, 2022

help-circle
  • Calibre is one of the great pieces of FOSS software, and demonstrates everything good about FOSS: it has regular updates; it’s been around for simply ages; it works really, really well; it gets updates and new features and yet has never in my memory had a breaking, non-backwards-compatible release… it’s stable; and it resists - in its way - the attempt by publishers to steal our rights and ownerships of our media.

    I contribute donate to Calibre. I hope that Goyal has a successor lined up to take the helm who can continue such an outstanding contribution when he finally retires from the project.

    Edit: clarification


  • A little later, maybe, but much the same… on the upside:

    • we were optimistic.
    • we were going to conquer space, and it was going to be real live humans, not semi-autonomous robots
    • society (in the US and W. Europe) was (very) slowly getting more progressive.
    • Hitler had been killed, and fascism defeated forever. Never again would we have another dictator; never again would we watch a country commit genocide against a people.
    • life was slower. TV was the bad influence rotting kids brains. We didn’t have an entire industry focused on commoditizing us.
    • computers were fucking incredible. The future we imagined coming from computers was very, very different than what we ended up with. For one thing, we didn’t imagine a single-minded focus of all software and computing power on commercializing every aspect of our life.
    • no Facebook, no Twitter, no TikTok
    • Income disparity was far less extreme, and class mobility was a realistic dream. You could imagine buying a nice house and raising a family on a single income. If you worked hard and had a little luck you could pass on some reasonable wealth to your kids.
    • shit really was - in the aggregate - getting better all around. Technology was advancing and bringing amazing products; science was being discovered that you could basically wrap your head around. Lives (in the Western world) were improving (relatively, compared to previous decades) for most people, and all this happened at a pace that didn’t up-end your world every day, 365 days a year.
    • you could get all the news you needed for a fairly rounded world view in a single newspaper, much of which you could read over breakfast. There was no information overload.

    On the downsides,

    • dad beat us with a belt as punishment
    • we were having wars that were disrupting society. The draft was a real worry.
    • we were constantly afraid that nuclear war could happen at any time
    • commies were hiding under our beds
    • minorities of all kinds were fighting for their rights, and fighting to get them enforced. It sucked to be gay, or black, or a woman (but it was getting better, slowly)
    • most people didn’t have access to a computer, much less a PC until well into the 80’s, so you had to infiltrate University computer labs.

    It was a slower world, with fewer consumer goods, fewer conveniences, and worse medical care. Everybody smoked, all the time. But slower was good, and - best of all - we didn’t realize yet that we were killing the planet; the world wasn’t ending.


  • When it was first released, I was interested in the decentralized nature of it as a currency. I liked - well, I still like - the idea of a currency that isn’t controlled by a government. At the time (2009-ish?), I also thought it was anonymous, which also appealed to me; cash is mostly anonymous, but it can’t be used online, and even then the fact that society was increasingly moving toward cashless - and very traceable, and usary-heavy - credit cards was clear. Stripping privacy is critical to control.

    Bitcoin isn’t anonymous, but other cryptocurrencies are, and bitcoin laid the groundwork. To your question, I, and many other people, paid some money to get some bitcoin - I think I spent $120? Mainly so I had enough to explore the space and play with it, because even then mining seemed painfully slow. Once money was spent on it, by whomever and for whatever reason, it acquired value: the value that, if you had some, you could sell it to someone else, or trade it for goods. In that way, it has the same value as an IOU on which I’ve scribbled “Good for $10 from Ruairidh Featherstonehaugh” and signed my name. Flawed metaphor, but you get there idea - the paper itself has no intrinsic value.

    Despite that mining is so horrible for the environment, the concept that motivated Bitcoin still IMHO has value. An entirely digital, cashless system, not controlled by any one organization but rather by the community of participants. If Bitcoin didn’t have the environmental cost - if it has been proof-of-stake rather than proof-of-work, or if the computational work was actually something useful to society like gridcoin.us, it wouldn’t be so controversial. Sure, people are still going to be bitter about not buying into it early, but as long as people are willing to trade goods and services for it, it’ll have real value based on market rates.




  • It is not modular. This is a lie Poettering keeps pushing to defend building a huge edifice of interdependent systems.

    Look at the effort required to factor out logind. It can’t just be used in it’s own; it has a hard dependency on systemd and needs code changes to decouple.

    I will repeat that journald is really bad at what it does, and further assert that you can not run systemd without journald, or vice versa. That you can not run systemd without getting timed job control. Even if you chose not to use it, it’s in there. And you can not get time job control without the init part. In most unix systems, init and cron are utterly decoupled and can be individually swapped with other systems.

    Systemd is not modular if you can’t swap parts out for other software. Systemd’s modularity is a bald-faced lie.

    The one exceptions are homed and resolvd, which are relatively new and were addedlong after systemd came under fire for being monolithic. And, ironically, they’re the components most distributions don’t use by default.




  • I’ve been using systemd on most of my systems since it was released; I was an early jumper to upstart as well.

    The thing I don’t like about systemd is how pervasive in the OS it is. It violates the “do one thing, do it well” Unix philosophy, and when systemd went from an init system to starting to take everything over, I started liking it less.

    My issues with systemd is that it isn’t an unmitigated success, for me. journald is horrible: it’s slow and doesn’t seem to catch everything (the latter is extremely rare, but that it happens occasionally makes me nervous). There are several gotchas in running user services, such as getting in-session services working correctly (so that user services can access the user session kernel keyring).

    Recently I’ve been using dinit on a system, and I’m pretty happy with it. I may switch all of my systems over to it; I’m running Arch everywhere, and while migrating Arch to Artix was scary the first time, in the end it went fairly smoothly.

    Fundamentally, systemd is a monolithic OS system. It make Linux into more of a Windows or MacOS, where a bunch of different systems are consolidated under a single piece of software. While it violates the Unix philosophy, it has been successful because monolithic systems tend to be easier to use: users really only have to learn two command-line tools, vs a dozen. Is it categorically better, just because the user interface is easier for new Linux users?










  • The most popular Linux distros are binary based. Gentoo upgrades build all new software from source. If you don’t want long install times, don’t usr one of these compile-everything-from-source distros.

    There’s no option to install Windows from source, and it doesn’t really come with anything more than the OS, anyway, so it’s apples yto oranges. Windows might not even be compilable on consumer hardware.