Live data from Hacker News

Viewing profile — demi56

demi56

HN member
Joined
Sun, Oct 01, 2023, 5:02 PM UTC
HN karma
11
Public activity
51 items

About demi56

No profile information was provided.

Recent public activity

  1. comment
    Comment #43104014

    > Sorry, but no - putting the burden on the developer to detect whether they are running in a container or not and then determine and adjust to cgroup settings is far too high an e…

  2. comment
    Comment #43102206

    > ...includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mapp…

  3. comment
    Comment #43101771

    > As an example, the Go runtime does not honor container resource limits That’s no longer true for Go 1.19+

  4. comment
    Comment #43101703

    I would say the leaders(could be the creators) of the language plays the most important role in its infancy the decisions they make defines what decisions the community are gonna m…

  5. comment
    Comment #43099288

    But you see nobody really wants to be “different” if there are 100 people and the first 90 went right the probability of the remaining 10 going right will be higher. Java was desig…

  6. comment
    Comment #43098856

    So the community influences the language, not the language that influence the community that explains everything

  7. comment
    Comment #43086765

    Yeah, some dev usually don’t put safe guards especially when the user input is directly linked to file operations

  8. comment
    Comment #43047987

    Oh, the community is the reflection on how the language is being maintained

  9. comment
    Comment #42909391

    Does shell scripting really need to go hand in hand with the language flexibility ?

  10. comment
    Comment #41857903

    Systems Programming is kinda generic category and it ultimately depends on the individual to define what’s system programming and what’s not, is it performance, security or access …

  11. comment
    Comment #41762858

    Nobody enjoys writing Go but there’s a reason do code in Go and we can’t ignore it

  12. comment
    Comment #41762844

    Basically the type system, most rust projects usually don’t come near “The advanced Reason there’s rust” and if they do need that there’re hardcore libraries for that, an ecosystem…

  13. comment
  14. comment
    Comment #41693780

    You can’t just compare a library from another language, because they’re different, if all flag parsing library were inspired by Clap it’ll be a living nightmare for language that i…

  15. comment
    Comment #40816095

    You don’t have to worry people have been saying this for more than a decade now and I see no action about it

  16. comment
    Comment #40593984

    Not gonna lie am also getting 200% triggered whenever he states gVisor Syscall costs lol

  17. comment
    Comment #40464214

    From my experience the reason $GOPATH has pkg, bin src directory was they wanted to limit spread of affecting the filesystem, I could zip my go directory put it in another computer…

  18. comment
    Comment #40273401

    > and b) configured using a YAML-based DSL. Go devops HATE YAML-based DSL we just put it there cause there’s not alternatives, json ?, don’t wanna go there fortunately there’s CUE …

  19. comment
    Comment #40231170

    Damn that’s a comeback that’s not complicated

  20. comment
    Comment #40231159

    Dude you tried, there’s no need for 50000 word essay against a sentence

  21. comment
    Comment #40226935

    Dude if the 70% don’t care they don’t care besides it’s open source

  22. comment
    Comment #40226861

    > The huge volume of boilerplate makes the code harder to read, and annoying to write That may be superficially true but don’t forget our brain is structured to optimize every repe…

  23. comment
    Comment #40226710

    Sooo what’s the new 2025 way?

  24. comment
    Comment #40226655

    You’re just complaining because the compiler isn’t complaining

  25. comment
    Comment #40226626

    > I have nothing against Go, it's a tool that does its job fairly well and has very interesting qualities (fast compile time, self-contained binaries, decent performance out of the…