Elvith Ma'for

Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.

Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!

I � Unicode!

  • 0 Posts
  • 203 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2024

help-circle
  • There’s an app that I find useful. Many many years ago (on Android 2.3 or maybe Android 4?) I got a lifetime license for it.

    Then a few years ago they updated the app and introduced a subscription. I don’t care, because the features that I use are still accessible in the grandfathered lifetime license. BUT after every update without a subscription you now need to complete the whole “let’s personalize this app for you” thing. Afterwards it just dumps you onto a screen to select the subscription you want to pay for. You need to dismiss that screen in order to use the free features OR login and restore your old license to unlock most of the features.

    They intentionally put a white X to dismiss that screen in the top left, but also put a very bright image there directly under it, so that it’s barely recognizable.



  • Other than Friendica, Mastodon, Matrix, PeerTube and PieFed, what’s worth running

    Maybe Nextcloud (not only for storage, but also calendar, video conferences, office, when combined with Collabora,…)? Also Immich (basically Google Photos) comes to mind. Your own instance of SearXNG.

    Any kind of ToDo-list, Kanban board, …?

    A ticketing system?

    A Wiki to host your documentation? Note, that you may want to access it if the server fails, so…

    Some stack of components around Grafana or such to visualize some data? Since you mentioned Hetzner, I’m guessing you’re from Germany. You could build a small container, ingest the gas prices that the gas station are required to publish and build a dashboard for the gas prices in your area? (Hint, here’s an API licensed under Creative Commons - https://creativecommons.tankerkoenig.de/ )





  • My journey:

    Had some form of Linux for a long time. Either in a VM (Oracle Virtual Box, then switched to S HyperV for compatibility reasons as I had Windows Pro anyways) or sometimes as dual boot.

    Then came WSL which eased some things and complicated others. What this makes really easy is to start and play around with docker containers on your PC.

    Then I experimented with Linux in a VM and put docker and other software there to practice.

    Up until here, there were no costs involved (besides having Windows Pro, but depending on where you get your windows key, there’s not a real difference between pro and home anyways…).

    After that I got my own VPS. As much as I don’t like AWS, Google Cloud (GCP), Azure and such, they usually offer a very small VPS for free and these can be a good point to start. If you want to really go and host things, it can be beneficial to look for a hoster that isn’t one of the big 3 cloud providers and pay for a VPS there.

    For hosting at home: You could start with a raspberry pi, but looking at current prices, you usually get more flexibility and bang for the buck by buying a refurbished mini PC or repurposing an old notebook/PC. You can just put Yunohost or Proxmox on it and get going.



  • Same, I had tried Openoffice/LibreOffice in the past and had many problems. Since I got a personal MS Office License very cheap from my employer I used that and didn’t really feel the need that much to look for alternatives.

    Then about a year ago, I reworked some deployments of my self hosted things and added Collabora to my Nextcloud “just for fun”. And I was pleasantly surprised by it. Since that is based on libre office, I had the urge to check that out and realized that it should have everything I usually need. Also I was already dual booting for a while but still hadn’t really switched many “workflows” to Linux, because I was lazy to search for alternatives. This now meant that there was less friction to use Linux as a bonus.


  • I usually try to iterate - read available documentation (e.g. comments in a config file, product documentation,…) and try to find stuff out. If I get stuck, an LLM answer may be confidently wrong, but it may give me some new pointers in which direction I should go next. Or maybe mention some buzzwords/techniques/concepts that I might need to investigate further.

    As it’s underlying concept is pattern recognition it might not be completely correct, but more often than not nudges me generally in the right direction. Bonus: Now I probably learned some things that will help me later on.

    So far I never had something a little more complex that an LLM gave me a correct solution for. But as I like to tinker, explore and learn for myself, I’d probably hate getting a complete working solution without any work I did myself.