Viewing profile — demi56
demi56
HN member- Joined
- Sun, Oct 01, 2023, 5:02 PM UTC
- HN karma
- 11
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About demi56
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #43101771
> As an example, the Go runtime does not honor container resource limits That’s no longer true for Go 1.19+
-
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…
-
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…
-
comment
Comment #43098856
So the community influences the language, not the language that influence the community that explains everything
-
comment
Comment #43086765
Yeah, some dev usually don’t put safe guards especially when the user input is directly linked to file operations
-
comment
Comment #43047987
Oh, the community is the reflection on how the language is being maintained
-
comment
Comment #42909391
Does shell scripting really need to go hand in hand with the language flexibility ?
-
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 …
-
comment
Comment #41762858
Nobody enjoys writing Go but there’s a reason do code in Go and we can’t ignore it
-
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…
-
comment
Comment #41706637
[dead]
-
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…
-
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
-
comment
Comment #40593984
Not gonna lie am also getting 200% triggered whenever he states gVisor Syscall costs lol
-
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…
-
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 …
-
comment
Comment #40231170
Damn that’s a comeback that’s not complicated
-
comment
Comment #40231159
Dude you tried, there’s no need for 50000 word essay against a sentence
-
comment
Comment #40226935
Dude if the 70% don’t care they don’t care besides it’s open source
-
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…
-
comment
Comment #40226710
Sooo what’s the new 2025 way?
-
comment
Comment #40226655
You’re just complaining because the compiler isn’t complaining
-
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…