Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
12345ieee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
12345ieee
25d ago
Regardless of the service, I'm amazed at the site's atmosphere, like it was a roleplaying server.
2.
▲
by
12345ieee
1mo ago
Then by OP's suggestion, you should close this page. Wording aside, once you feel the other party is trying to force a certain line of thinking in you for their gain you should close the tool.
3.
▲
by
12345ieee
1mo ago
I had marketing close their godaddy account and centralized the domain request flow to the ops team, for security reason. One of the best workflow changes ever implemented, didn't even need to become CTO.
4.
▲
by
12345ieee
2mo ago
This seems a cry for help in website form, is the author ok?
5.
▲
by
12345ieee
2mo ago
Unix users are THE tool to restrict tool permissions, at any given time there's 20+ services on a Unix machine that run in their user.
6.
▲
by
12345ieee
3mo ago
And where did they put it? On the biggest US platform. Someday we'll get there, someday.
7.
▲
by
12345ieee
3mo ago
> I struggle to see the beauty in a gargantuan lean proof constructed by 100 different people Why does it need to be beautiful? Once you proved it it's true and you can use its consequences in math, sciences and engineerings.
8.
▲
by
12345ieee
5mo ago
Oh no, imagine the people that save human lives having high salaries, the horror. If you, like me, are in the software field, know that this is likely the most comfortable job even invented by humanity, we should really be paid just above t
9.
▲
by
12345ieee
6mo ago
I've been using it professionally for years. As long as you don't use their exclusive DBaaS, moving away is easier than from other places, as egress traffic is free. The user experience though, stuff of nightmares...
10.
▲
by
12345ieee
8mo ago
The early theorists of capitalism didn't imagine that advanced psychology (that didn't even exist back then) would be used to convince people to buy $product. Messages of that sophistication are always dangerous, and modern advert
11.
▲
by
12345ieee
8mo ago
The fact is that being Debian is boring, and JS (python/rust/...) is *cool*. Give it a few more decades, hopefully it'll be boring by then, the same way, say, making a house is boring.
12.
▲
by
12345ieee
11mo ago
Not to mention their pro features keep breaking syntax of the community version, obviously with 0 transparency. Now, of course they should get paid for the work they do, but these sort of "we were FOSS and surprise we're not anymo
13.
▲
by
12345ieee
1y ago
Yeah, the distro for "Truly adventurous users" has never broken in a decade of use by myself and is essentially as bleeding edge as Arch. It's just old ideas that get repeated even once they stop being true.
14.
▲
by
12345ieee
1y ago
> git itself has become a bloated product. There's like 2-3 ways to do everything now can you elaborate? After a decade of use I've seem some more cutesy porcelain popping up, but the commit-tree basic concepts have never chang
15.
▲
by
12345ieee
1y ago
It doesn't matter in O() notation.
16.
▲
by
12345ieee
1y ago
You need to consider all the energy spent to bring those calories to you, easily multiplying your budget by 10 or 100.
17.
▲
by
12345ieee
2y ago
> a logistical nightmare in practice Could you elaborate? I'd like to learn from the errors of the past
18.
▲
by
12345ieee
2y ago
They closed a bug from 2005, respect.
19.
▲
by
12345ieee
2y ago
That's interesting, sounds like: * a good trade on the templating side (swapping the helm go-template-like thingy with a real language) * a loss on the cluster integration side, where I like the integration of helm with ArgoCD and woul
20.
▲
by
12345ieee
2y ago
Oh, I was referring more to the templating side. On the cluster management side I'm already on ArgoCD, can't imagine doing pure helm install. Will add it to the "cool shit to check out" pile, thanks.
21.
▲
by
12345ieee
2y ago
I used kustomize before switching to helm, it was a nightmare. Kustomize is extremely limited and opinionated, which is great if your deployments have only kustomize-approved differences between them, but it has no way to write business-awa
22.
▲
by
12345ieee
2y ago
Do y'all have an alternative? I like it a lot but seeing this thread I'm wondering if it's tunnel vision.
23.
▲
by
12345ieee
2y ago
I use helm for parametrization, so I'd be happy to hear alternatives. For secrets I'm a big fan of https://external-secrets.io/latest/ paired with a cloud vault, which allowed me to offload secret production&
24.
▲
by
12345ieee
2y ago
I feel like this doesn't capture what I want out of a custom helm chart. I want the values.yaml to express business logic, like feature flags or external endpoint configuration, so that the Delivery team can easily read and update it.
25.
▲
by
12345ieee
3y ago
As other comments say, this is missing packed unions, which is the best solution I've found while writing a memory editor. See: https://github.com/scanmem/scanmem/blob/c6045a8677f37a51b976...