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/)S
Posts
5
Comments
265
Joined
2 yr. ago

  • Every time I hear politicians advocating for more children I keep thinking "you want to put even more people on this earth to use up its resources?"

    Surely having a few less humans around would be a good thing for the climate.

  • I used to be on plex for similar reasons.

    Remote login is still a hassle of course. I work around it with a VPN but that causes issues sometimes.

    Plex Amp went great for a while for me until it suddenly didn't. The app got incredibly laggy on my phone when I was playing playlists of a 1000 songs or more. I switched to navidrome + Symfonium as an alternative and set up remote access with a cloudflare tunnel.

  • I like to think I got my money out of mine as well, even though I only used it for like a year or two before switching to jellyfin.

  • Thanks for the link. I really like the sunset picture

  • I tried their editor a few times and found it a bit hard to get used to coming from VS Code. The thing that sank the ship for me honestly was when I found out that they don't support PDF previews in the editor. Given that I use VS Code to also write LaTeX documents, that is an essential feature for me that they seemed very opinionated about not including based on the issues I've seen on their git

  • I've seen that a couple of times on youtube but always thought it won't look aa convincing in reality.

    Also, projectors have really high power usage so I wouldn't be comfortable leaving one running that long effectively being a screensaver

  • "Maybe god put it there to help us get started easier on our modern amenities and now that we have better technologies we should move away from destroying gods creation."

  • My first internship I kind of landed by talking to a company representative at a career fair organized by my university and then mentionjng said guys name in my online application. Not sure how much impact that actually had but I guess it might have helped.

    My second internship I found via linkedin. I just looked for companies there that had somilar positions or actually posted internship positions and then went to their website to apply and look for possible other open positions I could send a slightly altered letter from my first application to. If a company sounded interesting but didn't have any internships on offer I sometimes just sent them an unsolicited application. Honestly I don't remember how much feedback I got on those though.

    Should be obvious but I also didn't limit myself to looking for companies close to where I lived at the time. In the end I had to move literally to the other end of the country.

  • I didn't read the book but watched the movie instead and I don't know how much is different between the two.

    It needed a bit of patience to get through it to be honest. In my opinion, it's more a kind of book/movie you read/watch because of its message, not because it's particularly entertaining.

    In a way, I guess that could be seen as part of the message if you look at it as a warning of what could be instead of as a story that is fun to experience.

  • I'm not that well informed on the specifics of the topic but I would say that AI has a lot of potential to do good in medical applications. I believe there was quite a bit of research into detecting various forms of cancer earlier and more reliably by using neural networks.

  • A while back I trained a small LSTM based neural net to classify the power phases of a device I work on based on their current consumption over time.

    The model worked seemingly great and it took a while for me to notice that it did not catch every phase perfectly.

    Yesterday I created a larger and more complex CNN based model on the recommendation of my coworkers which I trained over night since I had to use my work laptop. When applying it to my real data I ran out of RAM. After fixing this issue and getting it to run, it misclassified far too many samples.

    I spent the rest of the day building an algorithmic solution that has yet to mislabel a single sample.

    This isn't really all that relevant to the post I guess but I found it a nice reminder to myself to actually think about a problem instead of throwing brute force at it and hoping it will solve it. As a side benefit, I can now actually explain why my data is classified the way it is instead of pointing at a black box. There are definitely usecases for AI but you should know enough to recognize when an algorithmic approach is better suited.

  • I doubt you've heard of it honestly. It's an ADuCM355 from Analog Devices. Internally it uses an Cortex-M3.

  • Two rack rails bolted together with a power strip and a tray holding my server mini PC. My router is bolted on as well to act as a switch for everything while also providing Wifi to my phone and laptop

  • 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...

  • How high is the power bill? I considered getting some more smaller drives but I figured it is more power efficient in the long term to buy bigger HDDs, not to mention that I only have 4 disk slots

  • I wish I could afford an SSD Nas since my main server is located in my bedroom. For now I have to be content with shutting anything down over night that triggers HDD activity.

    I used to have a 4TB Ironwolf HDD but also ran out of space on that. As I already use a 2x16TB NAS server as a backup destination I looked to get another 16TB drive that I might repurpose at some point in the future.

    I had to settle for a WD Elements HDD at about 310 Euro. My Ironwolf was really quiet. Might be because it is a 5400 RPM drive. The element almost drives me mad because the drive head clicks very loudly.

    Same reason I don't use my actual synology NAS with Toshiba MG08 drives as more than a backup server but at least those are actual server HDDs and so usually aren't expected to be quiet.

    I also just wanted to rant a bit. Don't mind me

  • Quick question, the way you say server/agent architecture, does this mean that the server manages the backup schedule and pulls the backups from the systems or does the connected computer initiate the backups?

    I'm currently using synology active backup for my server and used to also use it for my desktop. Linux support is not ideal though and I would like to move to something with similar capabilities that is also not vendor locked.

    My personal usecase would be backing up a single server, a desktop and a laptop.

  • Good questions. Would like to know that too

  • Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    Qbittorrent gluetun docker stack help with port forwarding

  • Selfhosted @lemmy.world

    Looking for DLNA Renderer software

  • Electronics @discuss.tchncs.de

    Today I found out about blinking LEDs

  • Selfhosted @lemmy.world

    Reverse-proxy for linuxserver/jellyfin docker image

  • Selfhosted @lemmy.world

    Reverse-proxying from a docker network