• 1 Post
  • 12 Comments
Joined 4 months ago
cake
Cake day: March 4th, 2024

help-circle

  • In Wikimedia projects (and MediaWiki systems in general) you actually have to pay attention to other people’s usernames (when working with histories and in article discussions), and at least in Wikipedia long long time ago there was a lot of trolling/vandalism where people impersonated other users (particularly the admins) and made bunch of sockpuppets with tiny variations in names when they got banned. So this rule makes sense.



  • This actually gave me a pause. I guess a lot of marketing bullshit is actually about turning people into warring tribes. “This thing is trying to market X? Well damn you, I like Y! That is the best! Everyone, get Y!” …actually explains a lot about the perennial Console Wars: the companies like it as long as someone is winning. (…Jim Steph Sterling really was right, following game business for a moment is an easy way to become a critic of capitalism)


  • I actually really like the C64 keyboards - not perfect by any means, but they are some of the best keyboards in the 8-bit computers, really.

    Fun thing, I wrote one NaNoWriMo novel on a C64, so I don’t think the typing comfort is too much of an issue. Though for that experiment I actually used my C64C, because the low-profile case makes things a tiny bit more ergonomic. (I don’t use it that C64 specimen much for other purposes, because it has a busted/temperamental SID. The one in the picture is my C64G, which is one of the last models produced, basically C64C guts in a breadbin-style case.)



  • umbraroze@lemmy.worldtoLinux@lemmy.mlWhat distro he uses? 🐧💻
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    3 months ago

    Debian, the cool guy distro in 1999. The machine overlords run on Red Hat.

    In the low budget parody version, Neo ran Slackware, and the climatic battle was basically about Agent Smith somehow fucking up his libc.so.6 but then Trinity got him a copy of the file on 3.5" floppy from another system. Or something.


  • Scrivener!

    The frustrating thing is that, at least for me, there are no perfect word processors geared for novels and other scenarios where you manage large text masses.

    Scrivener is one of those cases where you have a pretty excellent software that doesn’t have a lot of problems OSS alternatives have. I have smooth time with it. But at the same time, the software always could be better.

    Probably the best OSS novel writing software I’ve used is Org-Mode for Emacs. But, you know, it’s based on Emacs, so it squeaks around the edges and gives the impression that it’s a miracle it runs as brilliantly as it does.



  • Yeah, I just tried upgrading my Gitea Windows instance to Forgejo via Docker, and it actually works pretty much as easily as it did before. Fantastic! Might just leave it here instead of shoving it all in the VM - I can always do that later if it’s necessary. Having a full VM does have upsides, but in this particular instance this is definitely good enough.


  • Heh, your comment actually made me finally go and resolve a problem I’ve had since I got this laptop in 2020. I didn’t have SVM virtualisation acceleration enabled because that made Windows unable to boot somehow. A bit of twiddling after, it finally did! VirtualBox runs! Docker runs!

    …but why would I use Docker for something like this. Might as well blow the dust off of my FreeBSD virtual machine and run Forgejo there!


  • What’s the latest on Forgejo’s Windows builds? Last I checked there was no Windows build due to no volunteers for build/test - Gitea’s old build stuff should still be good.

    Which is a mild shame because Gitea’s Windows version was an insanely simple way to run it if you are a solo dev on Windows and need a private Git site. Drop the binary on an USB hard drive, run it on terminal, boom, done.

    (Currently contemplating just setting up a Raspberry Pi server.)