Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)YA
Posts
1
Comments
99
Joined
9 mo. ago

  • You might be interested in postmarketOS They try to mainline older Android devices. It works pretty well on the PinePhone, too.

    As far as I understand, the hardware-adaptive part is difficult to implement because ARM systems do not have automatic hardware detection like x86/x64 PCs do, so the hardware list (tree) has to be known for each device, that hardware is mostly proprietary and requires proprietary drivers. All of which results in Android phones using different per-phone-model kernels.

  • Markor: one of the few Android text editors/notepads that saves text to text files (crazy idea, right?) and works rally well with Syncthing.

    Conversations.im for Android is an incredibly well made XMPP/Jabber messenger, and their message polling and real-time message delivery is unmatched AFAIK.

    ratbag (and the frontend, piper) is a tool for remapping buttons on mice with a sensible interface. Beats installing proprietary Logitech software.

  • Ukraine had a "Kyiv not Kiev" campaign, which is more or less a request to do exactly what the post is asking about, call a place by how it sounds in its native language. But I am fairly certain it is still Kiev, Kiyev, and a variation of that in many other places, and the country is still called Ukraine in English, and not Ukraïna.

  • But you would call Alexander or Alexandra "Sasha" or even "Shura" in some Slavic languages. And you call Robert "Bob" in the US.

    On the same topic, are "Alexander", "Aleksandr" and "Oleksandr" the same name or not? What about "John" and "Ivan"?

  • By "nonstandard SIM" do you mean one of two common SIM sizes that are not "nano", which is preferred by current phones?

    GNSS means it's global. Which includes US GPS, as well as Europe's Galileo, Russia's GLONASS, and China's BeiDou. Wikipedia

  • I have been using Organic Maps for many years. They are offline-first, and use OpenStreetMap for the data. Since it's OpenStreetMap, quality might vary by country and even city.

    If you're looking for more commercial app, HERE WeGo / Here Maps has traffic and online accounts.

  • I just installed Miniflux on my server as well.

    Advantages (in my opinion) are: Package is in Debian repos (safe and no compilation needed), software is a static binary (thus does not require docker and only needs postgreSQL), documentation is good.

  • Check out Angie Tribeca. It's a parody cop show with non-stop nonsense similar to how Kung Fury is.

    Right before Kung Fury, there was Iron Sky. Moon Nazis, Sarah Palin as the U.S. president, and just generally over the top. Iron Sky 2 was kinda meh.

  • Permanently Deleted

    Jump
  • Thank you for your comments.

    Nothing irritates me more than walls of code without any comments and the "cOdE sHoUld bE sElf-DoCuMenTiNg" attitude. No, it's impossible to describe complex industry-specific processes by naming your variables and functions nicely.