• 0 Posts
  • 94 Comments
Joined 2 years ago
Cake day: September 27th, 2023


  • Those are silly folks lmao

    Eh, I kind of get it. OpenAI’s malfeasance with regard to energy usage, data theft, and the aforementioned rampant shoe-horning (maybe “misapplication” is a better word) of the technology has sort of poisoned the entire AI well for them, and it doesn’t feel (and honestly isn’t) necessary enough that it’s worth considering ways that it might be done ethically.

    I don’t agree with them entirely, but I do get where they’re coming from. Personally, I think once the hype dies down enough and the corporate money (and VC money) gets out of it, it can finally settle into a more reasonable solid-state and the money can actually go into truly useful implementations of it.




  • Yeah, I think “forumverse” isn’t bad. Though I have always felt like a Reddit-like interface and a forum interface are fundamentally different, in some way I can’t really put my finger on. I’ve been involved in bulletin board forums (fora?) in one aspect or another since the late 90s, so maybe it’s just nostalgia vs. recency bias; though it could also be the feeling that a “forum” seems like it should be hyper-specific, with different subforums on an already-niche bulletin board scoping down to even more niche and specific areas.

    (Side note: Actually, now that I think about it, maybe the forum -> topic -> thread connection is why people like the name “threadiverse.” The word “thread” definitely seems like it arose from there.)

    Anyway, I am fully ready to admit that I’m yelling at clouds here. Get off my lawn, dang kids and all that.



  • I don’t think likes serve the same function as votes. The downvote, the ranking as a function of score and recency, and the surfacing and consensus-building that comes as a result are the main point of this sort of platform.

    By contrast, the microblog “like” (at least on a platform without an algorithm, like Mastodon) doesn’t do anything other than express appreciation.

    Threads are common in pretty much every form of social media now, from friend-aggregation sites like Facebook and Friendica to messaging services like Discord and Revolt. They’re hardly exclusive to a Reddit/Lemmy-type service. Mastodon even organizes posts into threads (though I think that it does so in a much more clumsy way).

    (Edit: by “don’t they have votes?” do you mean polls? Because that’s a completely different function altogether than the Lemmy/Reddit vote.)





  • I’m a newcomer to Linux (only about a year in), but here’s what I’ve got so far:

    Will my ability to play games be significantly affected compared to Windows?

    Mine wasn’t at all. Valve has done a lot of work to make this seamless so that more games can be played on the Steam Deck. Check the Proton DB to see what your games look like.

    Can I mod games as freely and as easily as I do on Windows?

    I have very little experience with this, but probably. Linux users tend to be tinkerers.

    If a program has no Linux version, is it unusable, or are there workarounds?

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    Same answer for both: There’s Wine, and a whole bunch of setup scripts that can get even stuff like Adobe Creative Suite working with it. Worst case scenario, there’s VirtualBox for the one or two apps you might need to run Windows for. But I find that the open source options, while they might have a learning curve, tend to be substantially better than either of those options.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    More or less, but you can pick and choose what updates you want to install and when. Most distros have a package manager that’ll let you update the kernel, the drivers, the middleware, the desktop environment, all your apps, and even the package manager itself on your schedule, from one interface. You can also just ignore it and never update anything, though I wouldn’t recommend that.

    How does digital security work on Linux?

    Very well. It’s much more locked-down by default, for one thing.

    Is it more vulnerable due to being open source?

    Quite the opposite. Open source projects are well known for being less vulnerable out of the box; Linux in particular is used by huge companies as a lightweight server OS, so it has a lot of highly-paid people committing security fixes back down to the open source project.

    Is there integrated antivirus software, or will I have to source that myself?

    Antivirus is a bandaid on Windows, provided because the OS was written with certain naive assumptions that let attackers get access they shouldn’t have. On Linux, those assumptions were not made. No application can be installed without your root password, for instance; downloaded files can’t even be executed without specifically making them executable; and access to edit system files is restricted by a very robust permissions system.

    All of that, plus Linux’s much lower market share, also means that no malware authors are really wasting their time trying to write Linux malware. The attack vector just isn’t worth the extra effort.

    So no, there’s no integrated antivirus; but for most users in most situations, it’s not needed at all.

    Are GPU drivers reliable on Linux?

    Your mileage may vary significantly, but anecdotally it seems like most architectures from AMD and Nvidia have good support.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    Maybe, but like with Windows, I assume you have to really go out of your way to do so.

    And also, what distro might be best for me?

    I’ve only used Ubuntu and Mint. Mint has so far been the easiest and most user-friendly of the two. It’s also regularly touted as the best for newcomers.







  • I’m aware of the feature, it’s been around since before I left. I’m saying that it looks functionally like they coded it to be nothing more than a subreddit named for you, in which you’re the only one allowed to post. They may have put some sort of flashy nonsense over the top of it, but that’s pretty much what it is.




  • I’m not saying it’s a matter of desire. It’s a matter of time. A full-time developer has to feed their family, so they have to put most of their time into the stuff that makes them money. That means that their passion project is just naturally going to get less time as a function of the number of hours left in the day and the amount of energy for coding that the developer in question has.

    Further, ux design is a less “atomic” process; small amounts of time working on ux is going to have less impact than small amounts of time in coding. A programmer could conceivably fix a bug or make a minor improvement or feature request in ten minutes, and a Wikipedia editor could spend ten minutes improving the grammar and punctuation of an entire article; but the ux process requires mockups, iteration, asset creation, and coding for every change—and even if that can be done in ten minutes, the rest of the ui will look completely different, meaning that the overall ux will be worse than before, despite that one thing looking better.

    What can we do to change it? Companies that rely on FOSS should donate to projects so that the people who work on them can afford to do so at least part-time, or empower their own employees to contribute to FOSS on company time. Those are really the only two options, barring some sort of UBI or public grant for open source software.