

14
14
Google ruined their search with AI bullshit, try this other thing that is entirely AI bullshit without even pretending to be a search engine.
With only a phone, an app, and a radio you get a radio!
Yes it is, federation work is ongoing. I think stars are in beta.
I have not seen quadlets before, that’s really neat.
I have the exact same setup. It works perfectly and integrates really well into home assistant if that’s your thing. Getting a coral TPU also makes object detection really easy even on low power hardware.
It’s a specter with a heart bleed.
I tried for a while fighting in my local facebook groups, but it just served to make me mad and didn’t put a dent in the constant barrage of nonsense. I started blocking them all and finally just stopped using facebook entirely.
It’s sad since those are really the only online groups for my town. I just have no interest in engaging in the local community now.
The potential for distros optimized for specific tasks without needing to swap out entire kernels. A “gaming” focused scheduler probably looks different from a big data cruncher or a super multi-tasker server.
Yep Lemmy uses SMTP and in my experience most self-hostable platforms do as well. You can see in the Lemmy config documents how it gets set up: https://join-lemmy.org/docs/administration/configuration.html.
Made with Gtk4, WebKitGTK, libadwaita and Flatpak.
WebKit based, which is interesting. I don’t have much experience with WebKit on Linux.
BeagleBoards have always used TI Arm chips. I’m guessing they mostly sell to OEMs so they don’t seem as common but they’ve been doing it a while.
Is it actually changing your display brightness or is it just doing a visual overlay like flux?
One way to get started without the bands is to just jump up as high as you can and try to grab onto the bars at your highest point, then try to lower yourself back to the ground as slowly as possible.
I did this with a step stool and found it very effective.
As I understand it, NAT is a firewall with only a very basic configuration: allow all outbound and accept only established inbound. If you don’t expect to have any incoming connections and completely trust all your internal devices then its good enough.
However, if you start wanting to port forward for servers (SSH, FTP, video games) you need to poke holes in the NAT firewall and it has no additional configuration options to help you. The same goes for if you have internal (ex. IoT) devices that you don’t necessarily trust, there are no rules to block outbound traffic.
I use the *arrs to make a well named hard link to the file in my media library right after the download completes. Then they can be removed from the torrent client after appropriate seeding time/ratio.
This thread is about bluesky…
I don’t see it as hypocritical at all. Public comments are, for me at least, put out for the public good. The same reason someone might license open source code with the MIT license. My issue with Reddit is that they restricted who can obtain the data and then privately sold them to only the highest bidder. They should be freely available to all who want to view them without restrictions on money or power.
I wonder what the risks are to including deleted and pre-edited content in training data. Most of the edits are going to be typos and formatting, do you want 2-3 copies of the same message with typos in them for training data? Similarly, deleted comments are mostly nonsense, unhelpful, duplicate, or highly controversial things.
If someone wants to dig through and find individual users to restore that’s one thing, but I don’t think I’d immediately choose to train off of that other data unless I had to.
You’re describing exactly how all these web tools worked. “HTML, CSS, and JS are too hard to do manually. Here’s a shiny new tool that abstracts all that away and lets you get right to making your site!” Except they all added additional headaches, security concerns, and failed to fill in edge cases, so you still need to know how to do all that HTML, CSS, and JS anyway. That’s exactly how LLM generated code works now. It’ll be useful and common for a while and then the technical debt will pile up and pile up and eventually everyone will look around and think “what the hell were we thinking” and tear it all down.