HackerTrans
TopNewTrendsCommentsPastAskShowJobs

khuedoan

no profile record

comments

khuedoan
·21 दिन पहले·discuss
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?
khuedoan
·पिछला माह·discuss
but the community still gets the source code, kudos to the Garnix team!
khuedoan
·2 माह पहले·discuss
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 will be depended on by somebody.

[1]: https://www.hyrumslaw.com
khuedoan
·4 माह पहले·discuss
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 should move to Linux, or to macOS if they still need proprietary software for work.
khuedoan
·4 माह पहले·discuss
> 100% of our code is written by AI

Yeah we can tell...
khuedoan
·4 माह पहले·discuss
TIL about Vervis [1], thanks!

[1]: https://codeberg.org/ForgeFed/Vervis
khuedoan
·4 माह पहले·discuss
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 माह पहले·discuss
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