Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bboreham
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bboreham
1mo ago
It’s a 28 year old project.
2.
▲
by
bboreham
2mo ago
Some of the same people bounced around implementing it in different places, but they started from scratch each time. Some things to search for: JP Morgan Athena BofA Quartz Kirat Singh Mark Higgins
3.
▲
by
bboreham
3mo ago
Full respect to this piece for including the phrase “the simplest possible thing”.
4.
▲
by
bboreham
4mo ago
I get the following banner: > This website is produced by BBC Global News Ltd, a commercial company that is part of BBC Studios, owned by the BBC (and just the BBC). No money from the licence fee was used to create this website.
5.
▲
by
bboreham
6mo ago
From @patio11 a week ago: https://www.complexsystemspodcast.com/episodes/delve-into-co...
6.
▲
by
bboreham
7mo ago
The subject does sometimes come up in my casual conversations, since Robin Milner was my first CS lecturer. He never actually spoke about type inference in my presence. He did teach me CCS (pi-calculus predecessor) a couple of years later,
7.
▲
by
bboreham
8mo ago
Why? Bad management. Perhaps even bad leadership.
8.
▲
by
bboreham
9mo ago
Amazing achievement. I did some work for Apricot at their Glenrothes factory around 1985-87. In my memory they went heavier on GEM than Windows. I never saw an Apricot running Windows prior to the PC-compatible models.
9.
▲
by
bboreham
9mo ago
Matt Godbolt was saying recently that using tail-calls for an interpreter suits the branch predictor inside the cpu. Compared to a single big switch / computed jump.
10.
▲
by
bboreham
9mo ago
Watch at https://youtu.be/-L8OFMTteOo
11.
▲
by
bboreham
9mo ago
The famous OSS database patterned after DynamoDB is https://cassandra.apache.org/ (Wondering if you never heard of it or if you don’t consider it commensurate).
12.
▲
by
bboreham
9mo ago
FX trading has been completely online for about 20 years.
13.
▲
by
bboreham
10mo ago
> Mimir in version 3.0 needs Apache Kafka to work. I’d like to adjust this understanding. Kafka is the big new thing, but it’s optional. The previous way using gRPC still works. I work on Mimir and other things at Grafana Labs.
14.
▲
by
bboreham
11mo ago
The tool that connects into your container and updates the files was called "Tilt".
15.
▲
by
bboreham
11mo ago
Discussed here: https://news.ycombinator.com/item?id=45567241
16.
▲
by
bboreham
1y ago
This is art.
17.
▲
by
bboreham
1y ago
Worth noting that the major clouds will sell this as 24 "vcpus".
18.
▲
by
bboreham
1y ago
Span has a beginning and an end time. Event typically just has a time when it happened.
19.
▲
by
bboreham
1y ago
That is nice. But no detail after gen 5, so mostly historical interest.
20.
▲
by
bboreham
1y ago
You’re right, it’s not guaranteed. Also the hypervisor might lie to you - claiming a single NUMA node but actually crossing two on the VM host.
21.
▲
by
bboreham
1y ago
Whilst you’re right in broad strokes, I would observe that “the garbage-collector” is one of those tight loops. Single-threaded JavaScript is perhaps one of the best defences against NUMA, but anyone running a process on multiple cores and
22.
▲
by
bboreham
1y ago
Very detailed and accurate description. The author clearly knows way more than I do, but I would venture a few notes: 1. In the cloud, it can be difficult to know the NUMA characteristics of your VMs. AWS, Google, etc., do not publish it. I
23.
▲
by
bboreham
1y ago
The Commodore machine contemporaneous with the Apple II was the PET. Apple I - July 1976 Commodore PET - January 1977 Apple II - June 1977 C64 - January 1982 (Dates from Wikipedia) All four used the 6502.
24.
▲
by
bboreham
1y ago
Do note your last example makes a biased, or poorly random, selection.
25.
▲
by
bboreham
1y ago
But it’s also true on the output side. Kubectl doesn’t output yaml unless you ask it to. The APIs only support json and protobuf, not yaml.
26.
▲
by
bboreham
1y ago
Now you can’t detect overflow?
27.
▲
by
bboreham
1y ago
Then you would need 6 words to hold a 256-bit value instead of 5 in the OP, and consequently more instructions to add them.
28.
▲
by
bboreham
1y ago
I took a look at the code, to see how I would react as a reviewer. In the first file I opened, I got as far as here: https://github.com/Sleepful/mymail/blob/main/app/router/page... /&#
29.
▲
by
bboreham
1y ago
Windows 95 allowed long file names with arbitrary dots. The path length (including full folder path and the file name) was limited to 260 characters.
30.
▲
by
bboreham
1y ago
Agree that mark phase is the expensive bit. Disagree that it’s not worth reducing short-lived allocations. I spend a lot of time analyzing Go program performance, and reducing bytes allocated per second is always beneficial.
More ›