![]() |
|
![]() |
| I am of the impression that Synology is pivoting away.
>Starting from this version, the processing of media files using HEVC (H.265), AVC (H.264), and VC-1 codecs will be transitioned from the server to end devices to reduce unnecessary resource usage on the system and enhance system efficiency. https://www.synology.com/en-us/releaseNote/DSM They say it's to "reduce unnecessary resource usage" and "enhance efficiency", I say it's the start of a race to the bottom of the barrel now that the market is saturated and BOMs start weighing heavier. |
![]() |
| I like that. Home hosting is a term I've seen and really like, but I think it's too restrictive. There may be far more people who want to keep things in the cloud than who want to run in their house. |
![]() |
| If someone thinks to themselves: "I really don't like the ways twitter is changing. I'm leaving, but is there anything I can do to avoid the same thing happening with some other app/company?"
If they search around for an answer to that question, pretty soon someone is going to tell them to "self-host a Mastodon instance" or in the near future "self-host an ATProto instance". My point is that the term "self-hosting" is unlikely to get them what they want, unless they happen to be interested in learning about DNS, IP addresses, ports, port forwarding, routers, firewalls, NAT, CGNAT, TLS, TCP, HTTP, web servers, Linux, updates, backups, etc, etc. I don't think "web hosting" is going to help them much either. What most people want is something like a Mastodon instance from masto.host[0] that integrates with a service like TakingNames[1] (which I own) to delegate DNS with OAuth2. I think we need a new term for this sort of setup. I think the term should also include self-hosting solutions, as long as those solutions focus on the outcomes (having a car to drive), not the implementation (building a kit car). [0]: https://masto.host/ |
![]() |
| A VPS that proxies traffic over Tailscale is another neat option. I use this approach to serve self-hosted services that I want to be accessible over the internet. |
![]() |
| Aren't we talking about self-hosting, tinkering with your software for fun and hobby instead of going the SaaS way? Arguing about WG instead of TS in this context is perfectly fine |
![]() |
| I agree with you.
and so does the author, kind of... "And so, here is a gentle introduction to self-hosting that is not "true self-hosting", but whatever. Sue me." :) |
![]() |
| Ba-humbug! Hosting at home on a server purchased from a vendor like Dell? That's not true self hosting either. A true Scotsman self hosts on hardware he soldered up himself. /s |
![]() |
| Love self-hosting and really got into it over the last couple of months. I run a bunch of services for my company now and also in my home lab. I use a Hetzner VPS and provision things either via ansible + docker compose files or via https://github.com/coollabsio/coolify/.
The awesome-selfhosted repository is also a great place to find projects to self-host but lacks some features for ease-of-use, which is why I've created a directory with some UX improvements on https://selfhostedworld.com. It has search, filters projects by stars, trending, date and also has a dark-mode. |
![]() |
| Coolify and others mentioned on that website can run on the server itself as well.
It happened that Coolify provides the paid option to sponsor the development, but it is not mandatory. |
![]() |
| Yeah don't ask me about my power bill, It's definitely in the vanity realm. I have cheap power where I live so it's not anywhere near $200. Still too high though. One day I'll get solar to offset it. |
![]() |
| The author nails it here:
> It is 2024, and I say it is time we revisited some of the fundamental joys of setting up our own systems. Self-hosting really is joyful. It's that combination of learning, challenge, and utility. +1 to Actual Budget +1 to Changedetection.io -1 for not mentioning threat modeling / security. The author uses HTTPS but leaves their websites open to the public internet. First-timers should host LAN-only or lock their stuff way down. I guess that's tricky with shared hosting without some kind of IP restriction or tunneling, though. No idea if uberspace offers something like that. For folks getting past the initial stages of self-hosting, I'd really recommend something like Docker to run more and more different apps side by side. Bundled dependencies FTW. Shameless plug for my book, which covers the Docker method: https://selfhostbook.com |
![]() |
| AFAIK Nothing seems to beat Oracle cloud: https://www.oracle.com/cloud/costestimator.html
For compute: "Each tenancy gets the first 3,000 OCPU hours and 18,000 GB hours per month for free to create Ampere A1 Compute instances. This free-tier usage is shared across Bare Metal, Virtual Machine, and Container Instances." For block storage: "Block Volume service Free tier allowance is for entire tenancy, 200GB total/tenancy. If there are multiple quotes for the same tenancy, only total 200GB can be applied" In other words: you have a 4-core ARM CPU + 24GB RAM + 200GB space for free. |
![]() |
| You can also add an extra 50gb of space to pay like $5/month, that way you are paying and it is still an insanely better deal than any of the other cloud providers |
![]() |
| From the FAQ:
* Q: "What about IPv4?"
* A: "While IPv4 is still widely used, its necessity is diminishing as the world transitions to IPv6. (...)" ;) |
![]() |
| > dead-simple idiot-proof
Recent thread: https://news.ycombinator.com/item?id=41440855#41460999 > network management to safely poke a head out on public IP from home For remote access to private services, would Tailscale/Wireguard be an option? It can even use Apple TV as an exit node. > secure peer-to-peer connections Which protocols would you consider secure for P2P use, e.g. which solutions have you tried previously which failed to converge? |
I guess it’s like how “cooking from scratch” evolved. A cookbook from the nineteenth century might have said “1 hog” as an ingredient and instructed you to slaughter it. Now of course you buy hog pieces on foam trays.