• 4 Posts
  • 159 Comments
Joined 3 years ago
cake
Cake day: December 8th, 2023

help-circle
  • Scrath@lemmy.dbzer0.comtoSelfhosted@lemmy.worldNAS case
    link
    fedilink
    English
    arrow-up
    5
    ·
    18 days ago

    The Fractal Design Define R cases can house a lot of hard drives, but they are kind of big. My Define R6 can theoretically house 11 3.5" drives iirc in addition to 4x 2.5" but it does not come with that many drive sleds out of the box. For the 2.5" drives only 2 sleds are included. I think for the 3.5" it was about 6.


  • Honestly, I’m really happy with the ability to just try out stuff with docker and then nuke the entire compose stack if it does not work. I also know perfectly where any possible leftovers from the attempt are (the bind mounts or volumes) and can be certain I deleted everything I “installed”.

    Although I have to admit that I absolutely had some issues with containers in the past, mainly when there are two or more containers with dependencies on one another.

    Never used k8s or the cloud so I have nothing to comment on that ;D


  • Making it a hassle to circumvent the roadblocks can help make the undesired behavior less attractive to you in the moment or stop unconscious behavior.

    For example, I sometimes open lemmy just with my muscle memory when I’m bored without even thinking about it, even though I know I’ve scrolled through pretty much all the current content I get in my feed already.

    Moving the app icon around stops me from opening lemmy without actively thinking about it and therefore adds a (admittedly small) barrier to my bad behavior.

    Adding a long and complex password that I would have to enter manually, as someone in the comments recommend, would probably make me rethink my actions even more. Do I really want to get out the password and be annoyed by having to type it out just to do this?


  • Depending on what router you use, setting up a VPN connection into your own home network may be the simplest solution and possibly also the most secure.

    In germany at least, FritzBox seems to be the dominant router and they offer a very simple VPN setup which utilizes their own domain to initiate a connection.

    I personally use a MikroTik router at home (still not sure if that was the best idea…) and they have a similar thing called Back To Home VPN. The Fritzbox gave me less trouble setting up though.


  • I feel like Python is sometimes too powerful in terms of what you can achieve with few lines of code. It tends to have lines that do a lot of things at once and therefore become very hard to understand despite not having a lot of code at the surface.

    In my opinion it is very good for stuff like data analysis and scripting test setups, but (with my admittedly limited experience in the area) I dislike using it for larger applications. Because it is a scripting language and not compiled, I have run into errors that a compiled language would have detected before even starting. Meanwhile python was happy to run my program until it unfortunately branched into the defective path…

    If you want to build stuff quickly it is incredibly what you can achieve with it though.










  • I kind of railroaded myself into using calibre unfortunately.

    I have a very specific filenaming scheme which I originally came up with back when I only used folders for organising my books in order to group together books that belong to a series but where the series is part of a larger universe.

    Basically my folder structure is {World}/{Reading Order}; {Series} #{Series_Index} - {Title} - {Author}

    On my kobo I have the autoshelf plugin installed which automatically parses this information when I add books and groups them together by world while filling out the series information.

    In order to properly make use of this system I need to use Calibre custom columns and be able to export the books I want with this specific name format. I have yet to find a program other than calibre that would support this.

    It would probably be smarter for me to reorganize my books at some point but I really like being able to basically drop a ton of books at once onto my reader using SFTP and as far as I can tell all common options rely on manually downloading the books, sending them directly to the reader or pulling them from their internal file storage in whatever form the application stores them…

    I do like Audiobookshelf for the ability to add a book to multiple series, but the missing mass export functions stop me from switching


  • I name mine after greek and roman gods.

    My NAS is bamed Hestia, the goddess of the bearth and home.

    My docker server is called Poseidon due to the sea iconography of docker. My second iteration of my docker server where I tried playing around with podman I called Neptune.

    I briefly had a Raspberry Pi for experimenting with some stuff which was called Eileithyia, the goddess of childbirth.

    My Proxmox machine on which pretty much all ky other servers are run as VMs is called Atlas, as the Titan holding up my personal network.

    I also have a truenas VM which I boringly called truenas…






  • Professionally or hobbywise?

    Hobbywise I’m pretty dead lately cause I left all my embedded gear at my parents when I moved.

    Professionally I am trying to optimize software on a microcontroller to minimize power consumption for my master thesis. Currently I’m sitting at an average power draw of 70 uA at 3V. If all goes well I might get it even lower