Viewing profile — falkensmaze66
falkensmaze66
HN member- Joined
- Fri, Feb 23, 2024, 3:51 PM UTC
- HN karma
- 12
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About falkensmaze66
No profile information was provided.
Recent public activity
- story
-
comment
Comment #45760664
That’s interesting, let me tell you how it really is with Iceland when it comes to privacy and regulation, and yeah, the Tor exit node thing comes up a lot. Is Iceland really a saf…
-
comment
Comment #45760389
Hey, thanks for the feedback. I'll update the hero statement in a bit, the pricing calculator is available on landing (and actually takes you to the order form with the config you …
-
story
I've built vetr.is – privacy respecting host, looking for beta testers/feedback
I've been working on something for the past few months and wanted to share it with you all. I've built vetr.is, a VM hosting service that's a bit different from the usual suspects.…
-
story
Show HN: Vetr.is – Privacy-First Cloud in Iceland
Hey HN! I built vetr.is, a cloud hosting in Iceland focused on privacy and renewable energy. *What it offers:* - Iceland location with 100% renewable energy - AMD Ryzen CPUs + NVMe…
-
comment
Comment #45648286
I'm launching this as somewhat of a beta as it was a testing ground for new tools I've been creating as a template for another project. It allows you to "somewhat" monitor sites an…
- story
-
comment
Comment #43260213
Hey folks, I wanted a no-BS URL shortener that’s lightweight, easy to self-host, and doesn’t require some massive database setup. So, I built krtk.ee. It’s written in Go, uses SQLi…
- story
-
comment
Comment #40833392
What I mean is I haven't documented the process and meanwhile I was cleaning my Downloads folder which meant I've deleted the files I've used to modify the BIOS. The link for the g…
-
comment
Comment #40830945
Doesn't Supermicro X10SLL-F have an IPMI interface to do it remotely? I didn't encounter the issue you had.
-
comment
Comment #40830933
I do understand your point, it might have been better to include the actual process of doing it, but what is done is done. I did add the article link that I used to modify the blob…
- story
-
comment
Comment #39482849
you can designate 5 replicas through a service file, its pretty basic but does the job: services: myservice: image: myimage replicas: 5 you can also determine how many hosts are ru…
-
comment
Comment #39482111
docker swarm also runs on many servers yet i've found its easier to deploy and manage. k8s is super complicated in comparison