Viewing profile — jonenst
jonenst
HN member- Joined
- Fri, Jul 06, 2012, 2:34 PM UTC
- HN karma
- 79
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About jonenst
Recent public activity
-
comment
Comment #49027914
I find it very surprising that they went for unchecked exceptions. For JsonValueException the following rationale is given "This exception is unchecked, so that scripts and small p…
-
comment
Comment #48013932
I wonder how the legal battle will develop : the trademark https://data.inpi.fr/marques/FR5133202 is France only I think ? So a Paris resident infringed upon by a NYC resident, wit…
-
comment
Comment #44344509
Since they had the reconciliation system because they decided the main use case was declarative, it makes sense that they used it to implement kubectl run. But they could have done…
-
comment
Comment #44322350
To me the core of k8s is pod scheduling on nodes, networking ingress (e.g. nodeport service), networking between pods (everything addressable directly), and colocated containers in…
-
comment
Comment #44319794
What about kustomize and kpt ? I'm using them (instead of helm) but but: * kpt is still not 1.0 * both kustomize and kpt require complex setups to programatically generate configs …
-
comment
Comment #43420775
I'm surprised the author doesn't mention environment secrets, which I think currently are the only way to avoid that anyone with push access to any repo also gets full access to al…
-
comment
Comment #43375058
Neither Branch Protection nor the newer Rulesets allow to protect secrets from someone with push acces to the repo. From what I understand, only environment secrets provide this fe…
-
comment
Comment #41904287
Duplicate of https://news.ycombinator.com/item?id=41902873 https://news.ycombinator.com/item?id=41902808
-
comment
Comment #41903659
The factory must grow, to infinity and beyond !
-
comment
Comment #31037302
I would have had more sympathy for the author if they explained why they care so much about github stars. It's just internet points after all. At the very end, they say "What start…
-
comment
Comment #30598250
Where are all these batteries and solar panels made ? How much GHG was emitted to build them, and how much GHG is expected to be saved by choosing this kind of electrical grid inst…
-
comment
Comment #30541307
This website is overloaded with adds. It almost feels like a scam. Based on the fact that almost all other comments are not talking about it, I guess at least one of the following …
-
comment
Comment #26602094
We use socat to buffer logs sent from containers (docker-compose) during the short window at startup where logstash and elasticsearch are not ready yet. Works great!
-
comment
Comment #19879600
Using java8 in 2019 is pretty normal. It's "only" 6 years old (released at the beginning of 2014), nothing like the cobol horror stories. The 6 years old java is not very different…
-
comment
Comment #18560221
I've been doing the AoC in factor since the beginning and this year I'm trying rust. Looks like i'm following the opposite path as you are :)
-
comment
Comment #18129012
I had fun participating in the google codejam using factor, and in 2012 I wasn't the only one ! https://www.go-hero.net/jam/12/languages/Factor Too bad that google codejam limited …
-
comment
Comment #18092213
They should - remove the memoized versions (obviously it's faster) - show the executed instructions for each language of the main loop (which would be a nice exercise with all the …
-
comment
Comment #16431418
Couldn't you use plot "./out.csv" using 1:2 with lines to have the same line graph with gnuplot ?
-
comment
Comment #13271180
It's a nice visualization, but cpu usage shoots through the roof ! Deleting the animated arrows between the countries helps a bit, but then it still uses around 50% cpu (and that's…
- story
-
comment
Comment #4425415
Wow, this article is bad. And the comments are so positive, one has to wonder how many come from the writer's friends...
-
comment
Comment #4207933
This has to be a troll. Both snippets of code given in page 2 are pretty readable and self-documented. The author didn't provide an implementation of the same algorithm in an imper…