

Yes, that is unfortunately true. Better some protection than none at all though


Yes, that is unfortunately true. Better some protection than none at all though


I have designed a couple of things and whenever I publish them I make them CC BY-NC-SA. I don’t think I have designed anything people would be interested in selling but I explicitly do not want people to mass produce and sell my stuff. There’s already more than enough plastic in the world and the popularity of 3D printers and the amount of gimmicky models I have seen are not helping that issue


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.


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


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


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


I have a bare minimum of documentation as markdown files which I take care to keep in an accessible lovation, aka not on my server.
If my server does ever go down, I might really want to access the (admittedly limited) documentation for it


I read the title and this was literally the first thing that popped in my head


Yeah, that would be the ideal scenario I guess.
It should technically be possible by mapping the compose files into the opt folder via docker mounts but I think that’s an unreasonable way to go about this since every compose file would need a mounting point
That’s a good argument. I wasn’t aware of the history of OpenWRT. For software I generally used the MIT license in the past, though I am now shying away from it given that it seems a bit too permissive in my opinion. I should probably research the GPL licenses a bit to figure out if one of those suits my needs.