Viewing profile — bboreham
bboreham
HN member- Joined
- Sat, Aug 30, 2014, 3:02 PM UTC
- HN karma
- 1,051
- Public activity
- 593 items
- HN profile
- View on Hacker News ↗
About bboreham
No profile information was provided.
Recent public activity
-
comment
Comment #49178715
It’s a 28 year old project.
-
comment
Comment #48998758
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 S…
-
comment
Comment #48705992
Full respect to this piece for including the phrase “the simplest possible thing”.
-
comment
Comment #48320358
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 …
-
comment
Comment #47636604
From @patio11 a week ago: https://www.complexsystemspodcast.com/episodes/delve-into-co...
-
comment
Comment #47071036
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 teac…
-
comment
Comment #46793896
Why? Bad management. Perhaps even bad leadership.
-
comment
Comment #46405090
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 Wind…
-
comment
Comment #46387126
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.
-
comment
Comment #46349854
Watch at https://youtu.be/-L8OFMTteOo
-
comment
Comment #46343330
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).
-
comment
Comment #46337041
FX trading has been completely online for about 20 years.
-
comment
Comment #45936148
> 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 …
-
comment
Comment #45578466
The tool that connects into your container and updates the files was called "Tilt".
-
comment
Comment #45578447
Discussed here: https://news.ycombinator.com/item?id=45567241
-
comment
Comment #45386095
This is art.
-
comment
Comment #45220970
Worth noting that the major clouds will sell this as 24 "vcpus".
-
comment
Comment #45084887
Span has a beginning and an end time. Event typically just has a time when it happened.
-
comment
Comment #44969292
That is nice. But no detail after gen 5, so mostly historical interest.
-
comment
Comment #44949308
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.
-
comment
Comment #44938032
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 again…
-
comment
Comment #44937789
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 characte…
-
comment
Comment #44930144
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)…
-
comment
Comment #44772458
Do note your last example makes a biased, or poorly random, selection.
-
comment
Comment #44324894
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.