Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jonenst
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jonenst
2mo ago
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 programs are easier to read and write." But for Jso
2.
▲
by
jonenst
5mo ago
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, with content on github and also a website
3.
▲
by
jonenst
1y ago
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 it differently. Imagine if pods couldn't reach other a
4.
▲
by
jonenst
1y ago
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 inside pods. Declarative reconciliation is (very) nice but not
5.
▲
by
jonenst
1y ago
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 (even for simple things like replicas = replicasx2)
6.
▲
by
jonenst
1y ago
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 all secrets (by pushing a new workflow file and trig
7.
▲
by
jonenst
2y ago
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 feature (and have the drawback that you can't share them
8.
▲
by
jonenst
2y ago
Duplicate of https://news.ycombinator.com/item?id=41902873 https://news.ycombinator.com/item?id=41902808
9.
▲
by
jonenst
2y ago
The factory must grow, to infinity and beyond !
10.
▲
by
jonenst
4y ago
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 started as a side project has recently become a company
11.
▲
by
jonenst
5y ago
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 instead of alternatives ?
12.
▲
by
jonenst
5y ago
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 hypotheses is true (if not all of them): - most people here
13.
▲
by
jonenst
5y ago
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!
14.
▲
by
jonenst
7y ago
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 from what software you get from debian stabl
15.
▲
by
jonenst
8y ago
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 :)
16.
▲
by
jonenst
8y ago
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 the available languages
17.
▲
by
jonenst
8y ago
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 vms and dynamic languages)
18.
▲
by
jonenst
9y ago
Couldn't you use plot "./out.csv" using 1:2 with lines to have the same line graph with gnuplot ?
19.
▲
by
jonenst
10y ago
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 on a fast desktop computer. Can't imagine
20.
▲
Microsoft piracy-name-and-shame
(mspartner.microsoft.com)
2 points
by
jonenst
11y ago
|
0 comments
21.
▲
by
jonenst
14y ago
Wow, this article is bad. And the comments are so positive, one has to wonder how many come from the writer's friends...
22.
▲
by
jonenst
14y ago
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 imperative language. I'd be ready to bet that the comparision wou