

60% of those are alt accounts prolly


60% of those are alt accounts prolly


As a newgen (derogatory), Id appreciate this. Middle click has always been auto-scroll to me and it takes a good search to figure out how to disable it on a new installation.


Google tracks user
1 bajillion upvotes


every time literally any subreddit is mentioned:
r/subsifellfor r/subsithoughtifellfor r/birthofasub r/substakenliterally


No, when it comes to LLMs there’s hardly any “dead giveaways” now. You have to learn to recognize the patterns.
Omitting the final punctuation is quite a common thing people do, in fact you did in your comment. It’s probably just a part of the system prompt.


OpenAI uses a different format called Harmony nowadays, but even then I think the characters get escaped in some way by the API


All of social media is dying before our eyes. every platform is basically fully botted or actively dying, even lemmy seems to have fallen off quite a bit
i3 2120 here!!


this is important, and will help you find solutions much more specific than just “system freeze”
journalctl -b -1 and scroll to the bottom. Look for any big red text, all of that will be very helpful to diagnose this issueOtherwise,


I use Redlib to access Reddit, especially because I constantly get the “your request was blocked by network security” issues


It’s irrelevant that every distro supports every DE. The out of box experience matters a lot, you don’t want to force a beginner straight into the terminal just to get a UI they like.
For recommendations to experienced users, I agree.
That site looks like it’s closed source. FOSS projects tend to not be well designed in the frontend except the occasional gem. Not sure why it’s such a pattern, considering this project isn’t making much money and it’s made by a single dev.


It might be overkill, but my website xylight.dev is written in Svelte with the framework Sveltekit. I use the adapter-static and disabled the client JavaScript with export const csr = false in my +layout.ts.
I really like Svelte since it lets me write reusable components really quickly, with very native feeling markup that, once I prerender it, expands into normal HTML.
The Piefed API is structured very similarly to Lemmy which allowed me to write a simple adaptor for it without changing much of my clients actual code. I think mbin’s API would take a lot longer to adapt.