• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2024

help-circle

  • There is always emacs with org-roam.

    Org-roam is kind of a wiki, you write your notes with all the formatting power of an org-file and you can link to other notes you have written.

    Of course everything is searchable, with tags, without tags, however you want.

    BUT: it takes time to get used to the shortcuts, and it takes a lot of time to configure everything how you like it.

    The result is worth it.

    Edit: I use Nextcloud to sync my notes accross my devices. On the smartphone there seems to be the App OrgNote available, but I haven’t checked it out, as I don’t use my smartphone that much.



  • Totally different for me:

    • NC-calendar syncs two different calendars (work and private) accross all my devices.
    • NC Photos with Memories organizes 2 TB of photos and has all the functions Immich has.
    • NC Password Manager syncs my Passwords
    • I share big files with my clients via NC and photo albums to friends and family.
    • NC syncs and organizes different Input-folders for my paperless-ngx-server.
    • I update NC with a small script, works every time

    So it replaces at least 5 different Programs. And it’s 80 % private use, 20 % for my business. Not too big, not too clunky, just the right tool.



  • I installed the version from F-Droid-Store, Version 0.6-something. The main problem for me was, that you couldn’t download single songs, only complete albums - and I gave up on the App.

    This post made me install the 0.9-beta-APK (directly from github), and it already fullfills all my wishes, you can download single songs now! And I love that you can filter for your favorites and download them all at once. Really looking forward to further process, it’s so promissing.




  • I want to add a fun (at least for me) way to use flash cards:

    I take a songtext in the language I want to learn, feed it to an LLM with the prompt:

    List every word in this text in column A in a .csv-file. Don’t list a word that is already listed. Translate every word and write the translation in column B. Check, if every word of the text is listed once in column A. If it isn’t, add it and translate it.

    I then feed this .csv-file into the flashcard app VocableTrainer (available on F-Droid) and learn those words. After that, I am happy to sing along to a song I now know the meaning of. Songs stay in my head very easy and so do those new learned words.

    (The prompt might not be quite right, I talk German with my LLM and tried to roughly translate what I normaly write. Just check if it works and adjust it.)

    Would be great, if someone could programm such a function into a vocab-trainer.


  • Also nuclear waste doesn’t have to be a problem. If anyone was willing to cover the cost of burning it in a breeder reactor for power or burry it forever. It just is because it’s expensive.

    But it is a problem. Finding a place that can contain radioactive waste for millions of years is incredible difficult. If you read up on it, you get disillusioned pretty fast.








  • Here is how I (noobinoob) built my own Nextcloud-Server

    • Hardware: I took the old PC from my aunt, no idea about the specs. Added 4 x 8 TB NAS HDD drives and removed the graphics card, the onboard graphic from the CPU was enough. No raid-controller, just connected the hard drives to the motherboard. In future I can add a PCI-Card with more SATA-ports.

    • Software: I installed Linux Debian, put my 4 HDD drives in a btrfs-raid1 pool, encrypted them with LUCS, installed dropbear to ssh into my server when it is not started and unlocked yet, installed ddclient to update my domain with my home-IP and followed most (not all) of this guide to install nextcloud. Unfortunately, it is in german, but there are plenty of english intructions out there.

    • internet-stuff: I bought a domain (10 Euro/year) and set up DynDNS. I opened the neccessary ports on my router/firewall.

    I had to look up a lot of things and failed many many times, but now it works and I am very happy with it - no downtime in the last year. It took about 6-12 months to get there.

    In conclusion: Your way (nextcloud on hetzner) is the much better way. You save time and money and your data is more secure.

    But if you want to learn a lot of new stuff, building your own server is fun.