Live data from Hacker News

Viewing profile — bboreham

bboreham

HN member
Joined
Sat, Aug 30, 2014, 3:02 PM UTC
HN karma
1,051
Public activity
593 items

About bboreham

No profile information was provided.

Recent public activity

  1. comment
    Comment #49178715

    It’s a 28 year old project.

  2. 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…

  3. comment
    Comment #48705992

    Full respect to this piece for including the phrase “the simplest possible thing”.

  4. 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 …

  5. comment
    Comment #47636604

    From @patio11 a week ago: https://www.complexsystemspodcast.com/episodes/delve-into-co...

  6. 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…

  7. comment
    Comment #46793896

    Why? Bad management. Perhaps even bad leadership.

  8. 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…

  9. 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.

  10. comment
    Comment #46349854

    Watch at https://youtu.be/-L8OFMTteOo

  11. 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).

  12. comment
    Comment #46337041

    FX trading has been completely online for about 20 years.

  13. 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 …

  14. comment
    Comment #45578466

    The tool that connects into your container and updates the files was called "Tilt".

  15. comment
    Comment #45578447

    Discussed here: https://news.ycombinator.com/item?id=45567241

  16. comment
    Comment #45386095

    This is art.

  17. comment
    Comment #45220970

    Worth noting that the major clouds will sell this as 24 "vcpus".

  18. comment
    Comment #45084887

    Span has a beginning and an end time. Event typically just has a time when it happened.

  19. comment
    Comment #44969292

    That is nice. But no detail after gen 5, so mostly historical interest.

  20. 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.

  21. 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…

  22. 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…

  23. 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)…

  24. comment
    Comment #44772458

    Do note your last example makes a biased, or poorly random, selection.

  25. 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.