Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
moredhel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
moredhel
2y ago
I’ve always adopted the protobuf idea of growing an api interface. Define a default which is backwards compatible.
2.
▲
by
moredhel
6y ago
SEEKING WORK | Den Haag, Netherlands | Remote: okay Devops, Cloud Engineer, CICD. I have been working on all 3 clouds (GCP, Azure, AWS) focusing on IaC, CICD & Architecture. I have also delivered many trainings on Kubernetes & build
3.
▲
by
moredhel
7y ago
Customize[1] is the competing tech re. Helm. In fact, helm has moved closer ideologically in this new release to what Kustomize is. [1] https://github.com/kubernetes-sigs/kustomize
4.
▲
by
moredhel
7y ago
I agree that more modern climbing gear is fantastic and definitely gives me a great deal of confidence when I am pushing my limits, I don't think that it would stop me from pushing at all. Even using gear from 30-40 years ago, it is po
5.
▲
by
moredhel
7y ago
I watched and really enjoyed this movie. Essentially for both of these reasons. 1. The psychology of fear and how we can learn to overcome fear. I think there is a lot to say about the tantalising experience of facing death. 2. The evolutio
6.
▲
by
moredhel
8y ago
I am still having similar issues: https://paperkast.com/feed
7.
▲
by
moredhel
9y ago
I use tree style tabs, and wanted to get rid of the redundant tabs at the top. I used the following: https://github.com/piroor/treestyletab/issues/1525
8.
▲
by
moredhel
9y ago
There are a few places that use FORTRAN extensively. The two I am aware of being Weather simulations and ESDU[1]. [1] https://www.esdu.com/cgi-bin/ps.pl?sess=unlicensed_117111319...
9.
▲
by
moredhel
9y ago
As a sibling mentions, Nix is has support for working on building Docker images. The syntax is declarative by default but does allow for an escape-hatch if required to run custom commands[1]. The support is decent and has a couple of intere
10.
▲
by
moredhel
9y ago
I feel like growing up in that environment breeds résignation around the frankly pretty common deaths that crop up.
11.
▲
by
moredhel
9y ago
Daphne Sheldrik do really good work. They also it effort into training people I rather than importing them.
12.
▲
by
moredhel
10y ago
This is interesting, I have been doing a little reading on it. Nothing particularly technical, but I would be interested to know whether you went to a boarding school. There has been some research on the matter, and I can see the relation (
13.
▲
by
moredhel
11y ago
I have just spent a little (too much) time playing with this. How are you meant to implement the reverse function without a helper function? I tried defining an anonymous lambda function in a let statement, but recursion isn't allowed