Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wofo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Do you still read the code?
(zanlib.dev)
13 points
by
wofo
2d ago
|
2 comments
2.
▲
by
wofo
10d ago
People in this forum have... Opinions on Oracle / Larry Ellison. See e.g., https://news.ycombinator.com/item?id=15886728
3.
▲
Let's Build a Compressor from Scratch
(ochagavia.nl)
2 points
by
wofo
14d ago
|
0 comments
4.
▲
by
wofo
26d ago
What would be the point of Omarchy Server? I thought the desktop experience was the main selling point...
5.
▲
by
wofo
26d ago
> We’re going to make the prophecy of The Year of Linux on the Desktop come true. All the pieces are now in place. Time to go all in! Let's go :)
6.
▲
by
wofo
1mo ago
I'm curious, what would you be your translation?
7.
▲
OxiSH: SSH Server Written in Rust
(github.com)
23 points
by
wofo
1mo ago
|
2 comments
8.
▲
by
wofo
1mo ago
Plenty of us who prefer working from home have a very rich social life. It's just not centered around being in the same building together with the people you happen to work with.
9.
▲
by
wofo
1mo ago
OP here. I didn't want to end the article in a preachy note, but an implicit point is that I'm doing quite well "despite" my policy of being honest. Monetary rewards are a poor substitute for living up to your values! Be
10.
▲
by
wofo
1mo ago
> especially in SV / startup circles Lol, I'm increasingly wary of whatever SV / startup circles prefer nowadays... The shitload of BS is ever forthcoming.
11.
▲
Saturation: How Your Software Will Fail at Scale – Lorin Hochstein [video]
(youtube.com)
2 points
by
wofo
2mo ago
|
0 comments
12.
▲
Put State in the Right Place – Delaney Gillilan [video]
(youtube.com)
4 points
by
wofo
2mo ago
|
0 comments
13.
▲
That time when I failed the Microsoft interview
(ochagavia.nl)
151 points
by
wofo
2mo ago
|
312 comments
14.
▲
by
wofo
2mo ago
Hahaha it could well be that people are merely hoarding newsletter emails. I hope readers derive _some_ value from the emails, but since I'm not doing it to drive up "engagement metrics" I don't really mind.
15.
▲
by
wofo
2mo ago
My blog used to be RSS only, because I thought email subscriptions were a plot of "content creators" and not something readers actually wanted... until one of my readers told me he really recommended adding email as an option. I d
16.
▲
by
wofo
2mo ago
Thanks a lot for the effort you've been putting into your comments! It's not often you come across someone on the internet who wants to have a honest conversation and at the same time has empathy with the real-world people at the
17.
▲
by
wofo
2mo ago
> I’m not even Christian, and it’s plain to me that there’s massive variation even within one denomination’s congregants, let alone a Baptist vs a Lutheran That's a fair point I agree with. Still, I've met many people who seemi
18.
▲
by
wofo
2mo ago
I liked the talk and was about to post a link to it in the $dayjob slack, but this threw me off as well. Still watched it to the end, and I still recommended it to a friend (along with the Youtube channel of the "Software should work&q
19.
▲
by
wofo
2mo ago
Here's some additional context on the phrase, for today's lucky ten thousand[0]: https://blog.codinghorror.com/falling-into-the-pit-of-succes... [0]: https://xkcd.com/1053/
20.
▲
by
wofo
2mo ago
Rust is so powerful it rewrites your code to assembly on-demand every time you compile ;)
21.
▲
Court filing: Adafruit seeks declaratory judgment against Flux [pdf]
(storage.courtlistener.com)
3 points
by
wofo
3mo ago
|
0 comments
22.
▲
OpenAI joins the Rust foundation as a Platinum member
(rustfoundation.org)
3 points
by
wofo
3mo ago
|
0 comments
23.
▲
by
wofo
3mo ago
What a mess... It's sad that the community has to suffer the consequences of a company holding the trademark hostage.
24.
▲
by
wofo
3mo ago
The win in operating costs is impressive, bordering in the unbelievable (27x). Does anyone have a clue about where the win comes from?
25.
▲
by
wofo
3mo ago
Fun fact: some older articles were originally written using the term man-in-the-middle, but at some point were updated... except that the diagrams still use man-in-the-middle because search-and-replace doesn't work on images.
26.
▲
Organizational Skills Beat Algorithmic Wizardry (2013)
(prog21.dadgum.com)
3 points
by
wofo
3mo ago
|
0 comments
27.
▲
by
wofo
4mo ago
Controlling both the builder and the registry is super nice btw, because they can work together. If the builder knows some of the layers already exist in the registry, it merely has to create and push the remaining ones (without downloading
28.
▲
by
wofo
4mo ago
I can't comment on BuildKit, unfortunately, since I haven't used it. My experience comes from building bespoke systems (an image builder and a custom registry) fully from scratch, because we needed to have full control in order to
29.
▲
by
wofo
4mo ago
I'd say the limitations are relative to your use case: `docker build` works well enough in most cases, but sometimes it's not the right tool for the job (e.g., you cannot use `docker build` inside an AWS Lambda, you can get way be
30.
▲
by
wofo
4mo ago
The idea is that, in many cases, you can create a layer "by hand" without running actual Linux programs. Layers don't need to be pre-existing, the only requirement is that they can be built programmatically (inside the browse
More ›