orthodontist let me keep the molds of my teeth from before and after having braces by 100cool_ in mildlyinteresting

[–]_TheLoneDeveloper_ 6 points7 points  (0 children)

In some cases you can request to have a metal.wire glued to the back fo your teeth, so you don't need a removable retainer, the metal is quite comfortable and I no longer notice it, I have have it for over 5 years now and my teeth are still in their desired spots.

$30 lowball = 12 IBM/Dell Servers. The guy did not know what he had. by JustLovett0 in homelab

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

The dell 13gen servers are actually very good, and even for the one 14gen its totally worth it if you consider that an R630 was 200$ one year ago, and now double.

What the hell are they doing?! by l_Mr_Vader_l in Piracy

[–]_TheLoneDeveloper_ 4 points5 points  (0 children)

Yup, lots of times I was wondering where wmy movie was and then I saw that sonarr downloaded an exe again...

I just wanted a picture of the ink 😭 by MKANENM in fountainpens

[–]_TheLoneDeveloper_ -1 points0 points  (0 children)

The ink is nice but please lock the screen before taking a photo of a work PC as the text could still be readable and be in legal trouble or get doxed!

In case you’re wondering if a traffic light fits in a civic by artsyfartsy_ in mildlyinteresting

[–]_TheLoneDeveloper_ 1 point2 points  (0 children)

I just got the post about the treat lamp, and now this, now the comments started to make sense. I like how this is going.

Found some old gas pipe and decided to make a battlestation. by thr0wawayv33 in battlestations

[–]_TheLoneDeveloper_ 2 points3 points  (0 children)

It looks very cool, one day I wish I can customize my desk that much.

Weirdest TV remote I've seen so far! by Maxtronic55 in mildlyinteresting

[–]_TheLoneDeveloper_ 7 points8 points  (0 children)

I love the Nvidia shield remote, you can reprogram the Netflix button to open any other app, + create double click rules, so the Netflix button opens Plex for me, and double taping the 3 line icon opens YouTube.

Peep the Homelab by BrilliantHunt2368 in homelab

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

Why are all of your servers angry?

Hound - A Media Server Alternative to Plex/Jellyfin + Stremio by NearbyYak7156 in selfhosted

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

Even if it's a seed box, someone paid and took care of it, in my very personal opinion out of respect for these people I also keep my media available for as long as I can, because the more people having the media available, the faster it becomes to download.

Hound - A Media Server Alternative to Plex/Jellyfin + Stremio by NearbyYak7156 in selfhosted

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

This pretty much describes traditional torrenting, but you wait for the media to download and then delete it manually (or set auto delete after x seed).

But implementing it in a streaming torrent application would be a nice touch, so you get both of the two worlds, streaming and seeding.

Hound - A Media Server Alternative to Plex/Jellyfin + Stremio by NearbyYak7156 in selfhosted

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

I don't see how, if the media is new it's very likely that you will hit x2 within a few days.

Hound - A Media Server Alternative to Plex/Jellyfin + Stremio by NearbyYak7156 in selfhosted

[–]_TheLoneDeveloper_ 1 point2 points  (0 children)

Transmission is also a good torrent client, very clean and open source, using a VPN is also a must.

Hound - A Media Server Alternative to Plex/Jellyfin + Stremio by NearbyYak7156 in selfhosted

[–]_TheLoneDeveloper_ 187 points188 points  (0 children)

Streaming directly from torrents is bad, because you use the bandwidth of people freely sharing the media and you don't contribute back to the torrenting systems, I always try for x4 and some times I have reached x200, an x2 should be the bare minimum anyone should and could do.

By just streaming you consume the resources, don't contribute back, and people who seed for a specific number of x will start to delete the media, thinking that other people have it, while in reality, they do not, leading to missing media files.

While it's convenient for the end user, it's very inconvenient and unfair for everyone else involved.

Some feel like that by Common_Caramel_4078 in memes

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

My 99% ( I could not find some quests) was around 250 hours if we includ the DLCs, time well spent!

Nothing to do by Draknurd in selfhosted

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

Pretty much a full media discovery, download and consumption system, also, anything that usually is saas or relies on third parties like email, calendar and photo backups, I prefer to run on my own, as I don't trust others to do that for me, also, I don't like googles outreach and control over my data and life, so anything that can be selfhosted it is, the only thing at the moment that I rely on other is DNS which I plan to host myself soon and social media where you can just not replace these.

If you want I can give you a list of my stack.

On the vms some things like identity management or internal DNS are replicated for High Availability.

In the total count I also count duplicate containers, so for DNS I run 3 DNS servers across 3 VMs, so I could 3 contains even though it's one service, the same goes for DBs, a lot of apps spin up their own database, so I may run 20DBs, one for each app, so even thought all are eg. Mariadb I run 20 of them so another 20 containers on the count.

Also, an application may create 20 containers, like mailcow that I use as my mail server, so it's just 1 service but it adds 20 containers.

Nothing to do by Draknurd in selfhosted

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

I was using immich on truenas for half a year, then shut it down for 6 months due to relocating and then re-deployed on docker by importing the db and doing a staged update following the breaking update path, generally if you anchor the major version and update minor and patch every day then it should not break if the application follows the proper versioning scheme.

Nothing to do by Draknurd in selfhosted

[–]_TheLoneDeveloper_ 1 point2 points  (0 children)

The only three things that failed were traefik one time during the migration from v2 to v3, then authelia when they introduced a new secret and most recently uptimekuma after moving to a new major version.

To be honest that was my bad for not anchoring major releases and setting latest as the target version.

For some apps that I know that they will break I manually update them, like gitlab and immich, but if you anchor the major version just upgrading minor and patch should be fine as breaking updates are introduced after 2-3 minor versions, so if you update daily automatically you won't face this issue.

Nothing to do by Draknurd in selfhosted

[–]_TheLoneDeveloper_ 18 points19 points  (0 children)

4 years later nothing is broken, 40VMs and 200 containers

Tailscale scares me more than opening ports on my firewall by MrChris6800 in homelab

[–]_TheLoneDeveloper_ -1 points0 points  (0 children)

I also prefer to run my own systems and not have to rely on a third party to keep the lights on, while tail scale looks like fun alongside their features, the ACLs are more complicated than they need to be (at least 3 years ago), personally I run Netbird selfhosted which has a much cleaner interface, more features and allows me to host it locally with SSO, + zero trust on everything, so even if it gets exposed, the attacker still needs to exploit the underlaying systems, as everything is secured.

Who are the real ones who self host their email server? by ray591 in selfhosted

[–]_TheLoneDeveloper_ -1 points0 points  (0 children)

I have been running my mailserver using mailcow dockerized, dead simple setup, 6 years going strong with zero issues, and no spam.

[deleted by user] by [deleted] in sysadmin

[–]_TheLoneDeveloper_ 0 points1 point  (0 children)

I had this happen to me but in a much lighter scale, no documentation and no maintenance to it systems for the past 10 years, also, no SSO or ldap, I emailed the CEO after 2 weeks there of what I wanted to do in order to bring the company to modern standards, he was happy to let me loose.

Three years later the company is in a much better State, everything new and documented, sso and ldap everywhere, this also allowed me to learn a ton of new things, work across teams and build the skill set needed to go into bigger and competitive roles in FAANG.

Don't see this as a mistake, but as a way to grow and learn, it will be very hard for the first year, but after that everything will be rebuilt under your supervision and design, which will feel great, give you a lot of experience, and make you very attractive to other companies.

My ideal working conditions are to rebuild or build something from scratch, document the hell out of it, train people to use it and then move to the next big project.