I code and do art things. Check https://private.horse64.org/u/ell1e for the person behind this content. For my projects, https://codeberg.org/ell1e has many of them.

  • 4 posts
  • 17 comments
Joined 11 months ago
Cake day: July 16th, 2025
  • I appreciate the clarification! However, 1. the original comment seemed to be talking about a simple uncustomized frame not looking correct, which sounds like the GNOME problem. And 2. the article still seems to imply Wayland means no SSD, as far as I can tell, which to my knowledge as a general statement isn’t true.

    Therefore, I apologize for misreading the main intention of the article, but I think there are multiple reasons why people might misread it. Perhaps some clarifications could help?

  • Since the article mentions AI: I think good taste is to avoid LLM tools altogether. They hallucinate, seem to have provably no intelligence, and apparently frequently plagiarize. Then the junior coder in question wouldn’t need to wonder much about the LLM output quality either. There are enough reasons beyond the questionable quality to not use these tools.

  • Perhaps it’s just me, but to me this article feels like belittling the problem by not differentiating between “hated” products and “harmful” products.

    If a company makes you work on something that is hated, it’s fair and good to have sympathy. If a company makes you work on something that is harmful or unethical, like many perceive Co-Pilot to be, then an article about getting user hate that doesn’t talk at all about ethics feels a little tonedeaf.

    I don’t know, perhaps that’s just me. I certainly don’t envy the writer for being employed to work on it.

  • Basically, on any sane window manager no matter if Wayland or X11, you’ll get the same frame for all apps for free.

    From all the big desktops it’s only GNOME that somehow decided server-side decorations weren’t a good idea implement, and now all Wayland apps have to hand-roll a hacky workaround. The “flat frameless window” look was Electron’s GNOME workaround. What the article is describing is a more elaborate GNOME workaround. On e.g. KDE, none of these problems existed in the first place.

You may want to apply tdm-reservation: 1 or similar to leminal space’s HTTP requests: https://github.com/Vxrpenter/AIMania?tab=readme-ov-file#avoid-ai-crawling To avoid user content being turned into slop.

Apparently this flag potentially holds some sort of weight, at least in the EU, not that I could tell you with any certainty. But it might be worth trying, just in case.

(Disclaimer: not sure if there is a scenario where this is actually harmful, this isn’t legal advice.)

  • There are solutions to this like having a doc comment right next to the function which is picked up by some API generator. Then it’s easier to keep in sync. That can work well even in languages without explicit parameter types.

    Of course it won’t help LLMs as much, but I personally don’t mind that.

I’m sorry if this is just me, but last time I checked I had pretty good color vision, I wear glasses but otherwise do occasional advanced visual work, and so far I guess aging hasn’t had the biggest impact on my sight yet:

But yet, I needed around five tries to get through the leminal space account signup captcha. Not only can I barely make out anything in many of the images, some I didn’t even attempt to solve, but for those that I do it still failed me. I have a feeling it likes to use letters where the capitalization is ambiguous, but then requires strict capitalization, or letter o vs number 0 or something like that.

This seems like a barrier that might be a problem for some people, given I assume a huge amount of the population has significantly worse eyesight than me, even though mine isn’t perfect.

Or it’s just me! But I wanted to bring it up in case it’s not.

I’m working on various open-source projects, among them this one, and I’ve been thinking about making a commmunity for it, perhaps leminal.space/c/Horse64 or similar. For both contributors and users to talk about questions and new changes.

But it’s not really an openly leftie or anti turbo capitalism project, beyond the fact it’s intentionally non-commercial, community driven, and anti-AI in that it doesn’t accept AI-driven contributions.

Would this be considered too off-topic?

Other places like programming.dev don’t seem to have a strong enough anti LGBTQ+ hate policy or other vibe reasons why I’m not eager to anchor it over there.

  • A rolling back mechanism is the best thing to have for server tweaks. I achieve the same with docker. Something similar might be possible with FreeBSD Jails, podman, or anything similar like that. (Not that NixOS is a bad choice, I just wanted to share some more options for anybody looking for some to try.)