Skip Navigation

Posts
13
Comments
494
Joined
2 yr. ago

  • Most Discord forums don't have much traffic. Even in a popular Discord, people usually stick to chat channels not forums. Besides, the amount of data doesn't beat what any boring bot could already do, so this is not a new or unique problem.

  • This is pretty hilarious but I could definitely see it being useful in some legit situations

  • AppImages don't go in Discover with all my other programs. They don't auto update, no review system, no way to cleanup the files they created when uninstalling, I have to manually add shortcuts to my app launcher. Also Flatseal is pretty cool.

    I've tried Gear Lever, but in my experience it hasn't ever succeeded in updating an AppImage for me. And it's kind of awkward giving it an AppImage file so it can move the file, instead of the download and the installation being the same single action.

    One thing a lot of people don't know about Flatpak is that you can get .flatpakref files like Kdenlive uses for their daily builds. Very cool!

    https://cdn.kde.org/flatpak/kdenlive-nightly/org.kde.kdenlive.flatpakref

    https://kdenlive.org/download/

  • I don't hate AppImages, but they're not as convenient as Flatpak

  • Yea I love Flatpak. No dependency hell, works great in Discover, never need to pipe curl into bash for some huge installer script, it gives a little bit of safety with sandboxing, and you can even install/update without the admin password

    I almost always favor it except for something more core to the system (web browser, Steam... that's about it lol)

  • I try to separate the program from the programmer, PieFed is still good even if piefed.social is not

    Lemmy is still good even if lemmy.ml is not

  • I think maybe it would be better to just tweak the Hot algorithm slightly. Maybe either adjust the curve, or use max(age, 1 hour) in the calculation so that new content is not favored quite as hard, aka new content is scored as if it were an hour old.

    But you could make a dedicated discussion post asking about this, so more people can see

  • People don't talk about this enough, Lemmy's "Hot" sort is kinda garbage lol. It leans too heavily towards new posts. Same thing with sorting comments by Hot. "Active" is more in-line with what Reddit users expect, or something like Top 6 Hours. I haven't tested Mbin's "Hot" much.

    I remember a user on Reddit saying that Lemmy is dead because they looked at All+Hot and saw very few comments. On Lemmy right now I go to All+Hot and the front page posts mostly have 0 to 3 comments. All+Active is showing mostly posts with 50 to 200 comments. All+Top 6 Hours mostly has 5 to ~30 comments.

  • amazing lol

  • I'll give a dumb idea, maybe KDE Connect and an rsync cron lol

  • same, Kubuntu 26.04 asks for my password when running the exploit script

  • hide the templates folder that nobody knows what is it for, so it becomes .templates

    I think the templates folder is for the "New File" items, I forget how it works but you can make custom new files similar to new Text File, Empty File, etc

  • ooohhh Plasma Login Manager. Anyone tried it yet?

  • I ran into this recently lol. You can avoid it by changing your user agent. You can do this is dev tools but there's probably an extension that makes it easy

  • Would this also include Android?

  • Is lemmy.sdf.org coming back?

    Jump
  • But I think PieFed has the option

    Also Lemmy does have options for how to handle remote images, and that can help keep disk space down a lot

  • it's a mini pc, standing sideways, with a USB to ethernet adapter and USB HDD

  • I'll be curious to see benchmarks of PREEMPT_NONE vs rseq once PostgreSQL patches this

    Which is expected to be faster in the end?