PM_ME_VINTAGE_30S [he/him]

Anarchist, autistic, engineer, and Certified Professional Life-Regretter. I mosty comment bricks of text with footnotes, so don’t be alarmed if you get one.

You posted something really worrying, are you okay?

No, but I’m not at risk of self-harm. I’m just waiting on the good times now.

Alt account of PM_ME_VINTAGE_30S@lemmy.sdf.org. Also if you’re reading this, it means that you can totally get around the limitations for display names and bio length by editing the JSON of your exported profile directly. Lol.

  • 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • It can use ChatGPT I believe, or you could use a local GPT or several other LLM architectures.

    GPTs are trained by “trying to fill in the next word”, or more simply could be described as a “spicy autocomplete”, whereas BERTs try to “fill in the blanks”. So it might be worth looking into other LLM architectures if you’re not in the market for an autocomplete.

    Personally, I’m going to look into this. Also it would furnish a good excuse to learn about Docker and how SearXNG works.


  • LLMs are not necessarily evil. This project seems to be free and open source, and it allows you to run everything locally. Obviously this doesn’t solve everything (e.g., the environmental impact of training, systemic bias learned from datasets, usually the weights themselves are derived from questionably collected datasets), but it seems like it’s worth keeping an eye on.

    Google using ai, everyone hates it

    Because Google has a long history of doing the worst shit imaginable with technology immediately. Google (and other corporations) must be viewed with extra suspicion compared to any other group or individual because they are known to be the worst and most likely people to abuse technology.

    Literally if Google does literally anything, it sucks by default and it’s going to take a lot more proof to convince me otherwise for a given Google product. Same goes for Meta, Apple, and any other corporations.





  • Yeah my position is really to recommend any FOSS OS in the large over proprietary ones. However, since my experience is primarily with Linux distributions, and I do think that Linux makes sense for a lot of use cases, I usually start by talking about “Linux” first.

    But, from my experience, if a “solution” to a problem “forces” the user to make a choice, then they’ll stick with what “currently works” over having to make a choice. So when I talk to people about Linux IRL, I typically direct them to Linux Mint directly, even though other distros exist and it actually doesn’t fit my use cases. Once they’re comfortable in the Linux ecosystem, they can switch to a different distro or OS family if they feel the need to do so.






  • I like this, but I think that upvotes correspond to things people enjoy, which may or may not be of high quality. I.e., shitposting subs would probably be rated “high quality” when, like… it’s literally the point to post shitty content.

    Also, as stated, that means we have to sum over the entire time history of the community. We would probably want to limit the time history of what is summed over, subject to a maximum for subs with high post counts (like the shitposting subs.

    IMO it’s a great suggestion, but I think it needs to be part of a weighted combination of factors.




  • Short answer: No.

    Long answer: Threads, like Mastodon and the social media website formerly known as Twitter, are microblogging sites. While Mastodon users do show up here once in a while, I don’t get their posts unless they actively post in a Lemmy community.

    So if your instance decides not to defederate from Threads, and you choose not to block Threads using Lemmy’s upcoming individual instance blocks, you might see their users occasionally comment on stuff. If I recall correctly, it’s pretty difficult for Mastodon users to post on Lemmy for technical reasons that will also apply to Threads.

    I do think that quality of life in the wider Fediverse could dip once Threads users are allowed to participate and Threads content is allowed to spread. However, I think that the impact on Lemmy will be small. If it isn’t, we have defederation and soon individual instance blocking to help us filter out the crap.

    Because the code for Fediverse sites is free and open source, I think that the Fediverse will exist for the foreseeable future. However, Meta could make it worse. If their past behavior is any indication, i.e. basically all of it, then that’s probably what they’re going to do eventually. At the end of the day, if Threads is too irritating, someone will start an instance of something that is defederated from them.

    Personally, I’m not exactly thrilled by the prospect of Meta (or any corporation) joining the Fediverse (or any other aspect of public life), but I think we’ll be okay. I am concerned for people in marginalized groups who will have to deal with the toxic community that Threads has allowed to fester. However, there was a big stink about this a couple months ago where some big instances pre-emptively defederated from Threads. Now might be a good time to make an account on one of those instances.

    Regardless of what happens, you will not be literally forced to go to Facebook or Threads. In the absolute worst case scenario, i.e. Meta takes over the Fediverse, you join or host an instance that doesn’t federate with anyone.

    I’m an anxious person myself so I know this is hard to internalize: you’ll be okay. We’ll get through this.




  • I'm on Debian because the software in the Debian repos is stable. So for mission-critical software, at least for my purposes, I'll pick the version in the Debian repo, especially if it requires detailed integration with the operating system such as real-time audio. If the software does get updated, it is probably important and nearly guaranteed not to break. A great example has been KDE Plasma: I don't get the bleeding-edge features, but it's been a rock-solid, fast, still modern desktop environment on every computer I installed it on, including an old laptop that is so underpowered that Windows 10 is a Power-Point presentation upon a fresh restart. If Debian takes several months or longer to update it's Plasma packages to Plasma 6 when it comes out next year, that would be fine for me because I don't desperately need any new features from Plasma.

    However, for software that really benefits from being up-to-date and isn't a showstopper if it breaks, for example FreeTube, I prefer the Flatpak. I primarily use Discover for simple package management and upgrades, and it was trivial to install the Flatpak backend, so now my Flatpaks get updated like anything else. However, Librewolf (a browser, which I prefer to keep up-to-date) is installed from a non-Flatpak external repo because I had problems giving its Flatpak version webcam permissions (even if I enabled them in Flatseal).

    AppImages have been great for working on new computers because I can (usually) just download them and go. Except for programs that I expect to be portable, I don't typically use them in the long haul. Still, they're super convenient to have around.

    I don't touch Snaps because of the closed-source backend and their role in Canonical's transparent attempt to lock down Ubuntu, but if they open-source the backend I might consider trying them.

    IMO part of why I've stuck with Linux is because there is (usually) a choice of how to compute. I.e., there are several ways to solve a problem where Windows or Mac would pigeonhole you into their workflow. Having multiple options is inherently a good thing as far as I'm concerned, even if I don't use all of them.