Hacker News new | ask | show | jobs
by radu_floricica 68 days ago
The advantage of a laptop is exactly that you can easily host it at home, and own everything. I have one - with an UPS also holding the router and fiber optic and an external HDD. I'm actually working right now to version 2.0 which is a beefed up version - still used laptop (found a great deal on a lenovo P1), but slightly more expensive and I'm waiting on some parts to upgrade. Should be able to even hold the production environment in a pinch.

Ah, and obviously you put a claude/codex on it, so your actual work is just ... installing claude, and maybe a linux. The rest is done by the AI - setup, scripting etc.

As a colocated option... I see it work for some people. But it'd be a niche offering, when the whole value proposition is "make my own, with blackjack and hookers".

4 comments

It's ok if you can physically remove the battery. I'm pretty sure to have read multiple times that laptops thermals and battery engineering are optimized for daily use in open areas, not to safely run workloads 24/7 in a closet.
My home lab rack is a toast rack. Literally, that's how I hold the laptops vertically so they get decent airflow, and it also makes for very easy access. As soon as you go past one laptop it's a thing.
A lot of residential ISPs are hostile to hosting servers in various ways.
Do you not get memory errors without ECC RAM?
There are laptops with ECC RAM, but they are uncommon.

Otherwise, the effect of memory errors depends on the use case.

If the laptop or mini-PC is used as a router/firewall/Internet gateway, then memory errors are usually not important, because they would result in corrupted network packets that are likely to be detected at the endpoints of a network connection.

If the laptop or mini-PC is used as an e-mail server or a Web server, then a fraction of the memory errors may result in a stored file that becomes corrupted.

At the small amounts of memory typical for a laptop or mini-PC, unless the PC is many years old there should be no more than a few memory errors per year at most, and the majority of the errors might not result in file corruption, but sometimes they may cause weird behavior requiring a computer reboot.

Anecdotally, during the years I have seen on the Internet a non-negligible amount of big files, e.g. movies, which appear to have bit flips that are likely to have been caused by their hosting on servers without ECC memory. Fortunately, in movies a small number of bit flips will not cause severe quality degradation.

With more valuable data, one must use ECC memory to avoid such problems.