Viewing profile — khuedoan
khuedoan
HN member- Joined
- Sat, Jan 22, 2022, 2:50 AM UTC
- HN karma
- 150
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About khuedoan
No profile information was provided.
Recent public activity
-
comment
Comment #48616067
Curious bout your use case for building all software from source, is it because you're worried about the supply chain since nixpkgs builds don't have reproducibility guarantee?
-
comment
Comment #48317857
but the community still gets the source code, kudos to the Garnix team!
-
comment
Comment #48187916
Perfect illustration of Hyrum's law [1] > With a sufficient number of users of an API, it does not matter what you promise in the contract: all observable behaviors of your system …
-
comment
Comment #47551021
Even if the good people fighting for this win, Microsoft will eventually enshittify it again. It’s just what Microslop does. There's no future for Windows. I think most people shou…
-
comment
Comment #47344558
> 100% of our code is written by AI Yeah we can tell...
-
comment
Comment #47310059
TIL about Vervis [1], thanks! [1]: https://codeberg.org/ForgeFed/Vervis
-
comment
Comment #47303308
But we didn't have pressure to switch from C to Python & solved it down our throats by management, or social media telling us if you don't use Python you're getting left behind, di…
-
comment
Comment #47303237
Git itself is decentralized, and we can use email to send patches, but GitHub's role is more like a social network to discover and "star" projects. I really hope Forgejo/Gitea can …
-
comment
Comment #37533125
Only if you live in a country with decent public transportation. The rest of the world still have to deal with traffic jam and polluted air while commuting (cars are difficult to g…
-
comment
Comment #36480759
From this section https://leptos-rs.github.io/leptos/view/03_components.html#c... > Using a component in the view looks a lot like using an HTML element. You’ll notice that you can…
-
comment
Comment #30038499
I'm currently using Longhorn for storage, but if I find some reasonably priced HDDs, I may add or switch to Rook. When you make a change in git, it is automatically deployed withou…
-
comment
Comment #30035755
The performance is pretty good, but I didn't get a chance to test the reliability because I keep nuking the cluster to try new things :P
-
comment
Comment #30035401
I'm currently bumping the versions manually (via a commit), but I plan to automate that with system upgrade controller [1] and Dependabot [2] (or similar) [1]: https://github.com/r…
-
comment
Comment #30035366
(Author here) Yep that's my goal too, hence the small form factor PCs. It costs me around 2-5$/month depending on how much I play with it.
-
comment
Comment #30034123
(Repo owner here) Glad someone mentioned it, I do have one: https://homelab.khuedoan.com/try_on_a_vm Although it's still incomplete and not one click yet, that's the direction I'm …
-
comment
Comment #30034062
Ah, for user-facing apps I prefer Go or Rust for their performance, although it's not a hard requirement.
-
comment
Comment #30034026
Is production == my day job? If so we don't, we use managed Kubernetes (we used to manage our own clusters but they will be decommissioned soon).
-
comment
Comment #30033938
Yes, I aim to keep the amount of languages and tools I use to a minimum: - For simple scripts, use POSIX sh - For more complex scripts, use Python - For the same sort of task, use …
-
comment
Comment #30033782
(Repo owner here) The templates look cool, are those Helm charts underneath? Also I believe the tag filter is malfunctioning: https://kubesail.com/templates-by-tag/Media
-
comment
Comment #30033754
(Repo onwer here) The upgrade process can mostly be automated (for example using Dependabot). I haven't configured it yet, but that's on my TODO list.
-
comment
Comment #30033692
(Repo owner here) I've already automated that with Ansible, including Linux installation (Rocky Linux). There's no hardening yet but that's on the roadmap.
-
comment
Comment #30033026
(Repo owner here) Yes, you can see the visualized history of that here https://www.reddit.com/r/homelab/comments/s9bfht/the_evoluti... I think the OP discovered my homelab through …
-
comment
Comment #30033009
(Repo owner here) Yes, I'm mostly doing this as a learning exercise; there's still a lot of work to be done before I can rely on it to host my services. > For a homelab it seems se…
-
comment
Comment #30032938
(Repo owner here) You're not wrong; it's still not easy for me even though I do this in my day job.
-
comment
Comment #30032918
(Repo owner here) I'm planning to build my own router with OpenWRT and install Wireguard on it, however due to the chip shortage I can't get the hardware for a reasonable price yet…