Live data from Hacker News

Viewing profile — gnatmud8

gnatmud8

HN member
Joined
Tue, Sep 09, 2025, 7:22 PM UTC
HN karma
4
Public activity
4 items

About gnatmud8

No profile information was provided.

Recent public activity

  1. comment
    Comment #45255452

    i also wonder about this concept; is there a programming language that has this behavior?

  2. comment
    Comment #45187771

    if only people knew how easy it is to implement the standard library and make it way simpler than what is usually provided, everyone would be writing their own standard libraries; …

  3. comment
    Comment #45187589

    if you depend on more, you are capping what you can build to only what you can manage to get working and integrate, plus you also lose control over the code; for me personally, it'…

  4. comment
    Comment #45187431

    package.json is a convention, not a language definition, hence package managers may implement "package" management differently; in reality conventions are followed, until they aren…