khuedoan's comments

khuedoan | 4 days ago | on: Ask HN: Why there are no actual studies that show AI is more productive?

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, did we?

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

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 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.

[1]: https://codeberg.org/forgejo/forgejo/pulls/1680

khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated

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 without the need for human intervention.

khuedoan | 4 years ago | on: My self-hosting infrastructure, fully automated

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 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

(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 severely overkill

Isn't that the point of homelab? ;)

page 1