khuedoan | 1 day ago | on: Ask HN: Is Claude down again?
khuedoan's comments
khuedoan | 4 days ago | on: Give Up GitHub – Software Freedom Conservancy
khuedoan | 4 days ago | on: Ask HN: Why there are no actual studies that show AI is more productive?
In C vs. Python case, we know about technical trade-offs and when to use what, but in AI productivity neratives, we keep pretending that technical or cognitive debt created by AI doesn't exist.
Sure, person A can be 20% "faster" and suggest that this tool increases productivity by a magnitude, but if it costs person B 50% more time to review A's slop or clean up A's mess, the team's productivity doesn't really increase.
khuedoan | 4 days ago | on: Give Up GitHub – Software Freedom Conservancy
I really hope Forgejo/Gitea can get federation to work to the point where we can ditch GitHub, they already have the federated star feature [1] - I'm doing my part by hosting my own Forgejo instances and using Woodpecker CI + my own CI/CD system, and it's faster than GitHub Actions.
khuedoan | 2 years ago | on: Marc Benioff: “I don’t work well in an office”
khuedoan | 2 years ago | on: Leptos, a cutting-edge full-stack Rust framework
> Using a component in the view looks a lot like using an HTML element. You’ll notice that you can easily tell the difference between an element and a component because components always have PascalCase names.
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
When you make a change in git, it is automatically deployed without the need for human intervention.
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
Although it's still incomplete and not one click yet, that's the direction I'm heading in: anyone can try my homelab on their PC, and if they want to use it on their real hardware, they can continue with the full install.
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
- For simple scripts, use POSIX sh
- For more complex scripts, use Python
- For the same sort of task, use only one tool (e.g., only use Ansible for configuration management, don't mix in Puppet or Chef)
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
Also I believe the tag filter is malfunctioning: https://kubesail.com/templates-by-tag/Media
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
I think the OP discovered my homelab through that post.
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
> For a homelab it seems severely overkill
Isn't that the point of homelab? ;)
khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated
Yeah we can tell...