

For phone <-> PC I use localsend. If I do PC to PC, possibly even large amounts of files or large files in general I put them on a network drive specifically intended for that purpose


For phone <-> PC I use localsend. If I do PC to PC, possibly even large amounts of files or large files in general I put them on a network drive specifically intended for that purpose
I lost maybe 100-200 euros opening lootboxes in Counterstrike. Not at once but maybe 20 euros at a time. At some point I realized it didn’t make any sense to continue buying them and I haven’t spent money on microtransactions since.


I am aware of the compose key, I was just never a fan of it. I have it set up to replicate my previous autohotkey script on my laptop but I found that in some rare cases, pressing the next key for a word I am typing would change the letter from what I intended to something else.
Using the compose key like ‘compose + " a’ also feels unintuitive to me and introduces one more key for me to press, though I could likely get used to it with some effort.


I also use wayland on both my laptop and desktop.
The only issue I have is the lack of some utility which I can use to type my german umlauts using macros. On windows I had an autohotkey script so that alt + a would become ä and so on.
I’ve tried a couple programs that work on wayland, but without success in getting them to work how I wanted. The last time I checked there were a couple promising candidates left that are explicitly not working on Wayland though.
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
“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…


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