You can self-host libreddit, which is what I do, and it will still continue to work. That said, it is on borrowed time as development has mostly stopped.
All the public instances are unusable b/c of the rate-limits, unfortunately.
And that’s exactly what happened in your case David. Which is why I’m so happy (also because I fixed the tools from an author I like and already had the books at home :-P):
Really detailed and cool response from the kernel developer. I also found the use of the recent BPF feature to provide a workaround until a proper kernel fix lands really interesting.
Just to note… I’m not the author of the blog post, I just shared it b/c I thought it was an interesting story. I don’t think the author is on Lemmy.
I read that, but I don’t know if that means they will publish stable releases via the same repository. That just sounds like the packages themselves will end up being in those channels (which makes sense, nightly becomes beta, which becomes a release, which ends up as esr). It doesn’t necessarily mean this apt repository will be a release channel itself.
That said, there is the Mozilla Team PPA.
Would to see them publish stable releases via this apt repository as well.
Could be what communities you are subscribed to. I run a small instance with about 3ish users, and here are my stats after about 3 months as well:
9.5G ./pictrs
12G ./postgres
8.0K ./lemmy-ui
What version of lemmy are you using? A recent update also introduced some space savings in the database (I think).
Some of the Latitudes are pretty lightweight too. My Latitude 7420 is 2.7 lbs while the most recent XP 13 is 2.59 lbs. I should note that the Latitude 7420 is a 14in display rather than 13in and it has an HDMI port, 2 USB-C/TB ports, 1 USB-A port, and a microsd card reader (oh yeah, and a headphone jack). So for a small amount of more weight, you get more I/O and a larger screen.
Not a fan of the XPS line (expensive, not great thermals, and meh port selection) and I have never own one (though I’ve seen others with them). That said, I have a few of their Latitudes (currently using Latitude 7420) and one Precision and those run Linux really well.
One thing most people don’t realize is that Dell does support Linux (ie. Ubuntu) beyond the XPS line and you can buy Latitudes or Precisions with Linux support OOTB. Additionally, Dell ships firmware updates via LVFS on their XPS, Latitude, and Precision lines. The support isn’t perfect, but I have been happy with using Dell hardware and Linux for over a decade now.
PS. You can get really good deals via the Dell Outlet (my current laptop is refurbished from there), and you can usually find a number of off-lease or 2nd systems or parts on Ebay (very similar to Thinkpads).
Great video. Our Linux Users Group will watch it every few years… it’s amazing to see how much has changed in 20 years.
I can recommend the book Hackers: Heroes of the Computer Revolution, which I’ve read multiple times. I can also recommend Linus’ autobiography Just For Fun.
You can also consider The Cathedral and the Bazaar… though ESR can be a bit much.
That said, here are some random articles I’ve saved that you might be interested in:
No word on how long it will get software support though. With everyone else going to 5 or 7 years of updates, Motorola’s typical 2 year support cycle is a huge negative.
Yes, most of the major distributions have package updates with the fix. A few people have mentioned updates for Arch, Debian, and RedHat already.
Ubuntu released an update yesterday as well:
https://launchpad.net/ubuntu/+source/glibc/2.35-0ubuntu3.4
Ubuntu derivatives such as Pop!_OS should have also received this update, along with the X11 patches.
FYI, Ubuntu/Pop!_OS have already pushed out updates.
Kinda disappointing as it shows a lack of care and support for Linux, but hopefully the fix will come out soon.
I look forward to seeing the Linux numbers.
RIP. Sorry :|
It’s not a gnome extension, but you can use tdrop to implement this functionality. This a shell script that lets you make any program a drop down. Once you have the command you want to run, you can then add key bindings to gnome to toggle it.
Oh, just to be clear… I’m not the author of the blog post. I just shared the link :]
I think this is part of the recommended (external) nginx configuration for lemmy:
limit_req_zone $binary_remote_addr zone={{domain}}_ratelimit:10m rate=1r/s;
Which can be found here
This is both cool and gross… gives me C++ vibes (operator overloading abuse).