neo [he/him]

  • 3 Posts
  • 53 Comments
Joined 4 years ago
cake
Cake day: July 25th, 2020

help-circle








    1. Wayland doesn’t allow windows to set their own “top-ness” for the lack of a better term, so Firefox PIP doesn’t just automatically keep its window on top unless you go manually set it to be. Every time.

    2. IBus causes extremely stuck/laggy input in some WINE games. I just disable it manually for now, but I am thinking of deleting it. But I can’t delete it, because it is dependency-tied to gnome. So I guess I just have to rename the binary, or something. Just an all-round siilly situation.

    3. I sometimes just miss the simplicity from Windows of being able to download and run something trivially. On Linux it’s on a spectrum from trivial, to annoying as hell.

    This is what came to mind, at least. The pain points aren’t that bad. I guess Linux is the best OS for people.

    windows-cool astronaut-1







  • In an ideal state the more flatpaks you use the more efficient it is per flatpak. If you download one flatpak you also need the runtimes for it. If you download 10 flatpaks and they all share the runtime then the cost of having the runtime isn’t so high, comparatively.

    But as it turns out, some flatpaks don’t update in sync with others and now you have multiple runtime flatpaks. If you use Nvidia drivers now you have the Nvidia driver installed twice on your system: the main install and the flatpak version of it. Ditto for Mesa. Stupid things like that.

    I still use Flatpaks, though.



  • I used to sit and monitor my server access logs. You can tell by the access patterns. Many of the well-behaved bots announce themselves in their user agents, so you can see when they’re on. I could see them crawl the main body of my website, but not go to a subdomain, which is clearly linked from the homepage but is disallowed from my robots.txt.

    On the other hand, spammy bots that are trying to attack you will often instead have access patterns that try to probe your website for common configurations for common CMSes like WordPress. They don’t tend to crawl.

    Google also provides a tool to test robots.txt, for example.