Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xnormal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
xnormal
4y ago
Either continue with the current system or decide to fork time off Earth rotation entirely. The language about the "one minute" difference is rolling that can down the road cowardly and rightfully criticized by the author. The pro
2.
▲
by
xnormal
4y ago
I guess GitHub and similar providers could scan incoming commits for these in order to shield users who do not upgrade. We all know there will still be millions of those for years to come.
3.
▲
by
xnormal
4y ago
BRCA sucks. My sister died from ovarian cancer. She was positive and refused preventive removal. I need to get checked. And if I am a carrier, my daughters will need to get checked, too.
4.
▲
by
xnormal
4y ago
I believe “this person” is Cloudflare’s CTO
5.
▲
by
xnormal
4y ago
> The best you can do as a maintainer is to be mindful of the original problem that the solution was architected for, and extend the thing without crossing certain boundaries and assumptions. Speaking of boundaries and assumptions, one o
6.
▲
by
xnormal
5y ago
Drunken white elephants of style
7.
▲
by
xnormal
5y ago
I used something similar to Duff’s device to implement coroutines in C++ (pre-C++20). With some macros and using lambda function the result almost feels like part of the language. No UB. Static analysis will keep you from doing things like
8.
▲
by
xnormal
5y ago
I wrote a tool that lets me use keys in my ssh-agent for google cloud. This way, a vm can run with minimal privileges but when I ssh in I get gcloud cmdline with full control. It is very easy to connect to the agent and ask it to sign somet
9.
▲
by
xnormal
5y ago
The QuickEd external message editor for QuickBBS was perfectly usable at 1200 baud. During screen repaint it gave priority to updating the current line so it was responsive and went back to repainting the screen as soon as you stopped typin
10.
▲
by
xnormal
5y ago
> Pledge/unveil are manifestly more successful, being used pervasively (though not really by programs which do not primarily target openbsd). Because of their simplicity, they are easily added as a patch to a ported application. The
11.
▲
by
xnormal
5y ago
Academics can sometimes learn a lot from industry. The ScyllaDB database and its underlying SeaStar library essentially implement a userspace OS that handles the hardware very differently than a typical modern OS with phenomenal improvement
12.
▲
by
xnormal
5y ago
Implementing the minimal “bootstrap” HID interface can be done without most of the abstraction layers. It’s effectively hard-wired and barely parsing of any descriptors or anything.
13.
▲
by
xnormal
5y ago
A well-written library can effectively expose a simpler hardware device with minimal assumptions
14.
▲
by
xnormal
5y ago
Nice, but there are already some de-facto standards for this. In Python I use “raise NotImplementedError”. Many IDEs and static analyzers catch TODO/FIXME in comments which works for all languages.
15.
▲
by
xnormal
5y ago
Note that the graph is logarithmic. Meson’s rise is truly meteoric.
16.
▲
by
xnormal
5y ago
Low concentration HF is frequently uses in artistic glass etching. With reasonable precautions it’s not more dangerous than cleaning your drain with caustic soda. Just don’t be stupid.
17.
▲
by
xnormal
5y ago
Is there any way to start workers that would be guaranteed to be co-located with a specific durable object? This way they would have ultrafast access to the state it manages but not subject to the single-thread limitation.
18.
▲
by
xnormal
8y ago
Any chance of something similar for CSV? (full RFC-4180 including quotes, escaping etc). Terabytes of "big data" get passed around as CSV.