HN user

4kelly

29 karma
Posts0
Comments17
View on HN
No posts found.

Looks mostly good, but also has extra elements you don’t really need.

Pyenv - managing / installing multiple python versions.

Then all you need to start is regular virtual environments ‘python -m venv .venv’ with ‘requirements.txt’, but I also recommend poetry. This is for dependency isolation between projects.

Packaging up projects for distribution is a whole other venture though!

I think this is one of many explanations. While exams were stressful. I loved learning and would love to go back for my PhD or even a brand new discipline if I had the funds to support my family with that lifestyle.

What Is Unraid? 4 years ago

My perspective was that I purchased unraid because it satisfied my requirements at that point in time. I don’t really expect _any_ major feature additions. The fact that it’s getting better is amazing IMO.

I think a lot of peoples perceptions are skewed from SaaS models maybe?

What Is Unraid? 4 years ago

To be clear it was a one-time lifetime payment!

Kinda seems like this latest release accumulated a lot features and could be part of the relatively slow release pace.

https://forums.unraid.net/bug-reports/prereleases/unraid-os-...

However, their iteration approach seems smart to me. As far as I can tell they have experimented with some of the big features as optional plugins before adding them to an official release.

For example: in between the latest official release and now they released MyServers plugin to remotely monitor and perform high level server operations. It’s great and has been gone from early access alpha to a full fledged product.

Additionally the wireguard integration was released as a plugin first, and will simply be more deeply integrated in the latest upcoming release.

https://unraid.net/product/my-servers

What Is Unraid? 4 years ago

+1 for unraid. I’ve been using it for about 4 years. IMO it’s usecase sits in between synology and a completely self administered server.

I found synology features great, but was frustrated about the hardware lock in. I also didn’t want to spend too much time tinkering with a bare bones server. Enter unraid.

I use it as a backup server, fileshare, time machine backup. As well as plex and other popular self hosted docker images.

These are all great tools. But I wanted to gingerly hop on this thread to say that de google doesn’t have to mean self hosted.

I found it very rewarding to put my money towards companies that are aligned with my priorities (be it privacy or other) even if there were free alternatives.

Fastmail for email.

I used to use syncthing to maintain backups and syncing, but eventually just gave into iCloud as a compromise. Setting up and maintaining syncthing on wife and kids devices became a pain.

DuckDuckGo for search. Dropping down to google when I’m stuck. Honestly I’ve found google worse for technical topics due to all the junk websites that recycle content.

You’ll be fighting against the current trying to ditch google with an android phone! I’m sure it’s possible though.

A great benefit of de googling (and also dropping most social media) is that I am barely exposed to ads at all! It’s is shocking using other peoples devices now ahah.

There is definitely truth to this statement. However often when I write something that’s hard to type, it’s a code smell. Ex. A complex nested map should probably be represented by a few concrete classes/abstractions.

(Similar to when you something you wrote is hard to test, it’s probably just poorly abstracted code.)

Thanks for sharing. I’ve always wanted to go out on my own and achieve something similar to what you’ve built. Congrats on making it a reality!