Live data from Hacker News

Viewing profile — antoinealb

antoinealb

HN member
Joined
Sun, Apr 05, 2015, 7:38 PM UTC
HN karma
718
Public activity
233 items

About antoinealb

Opinions presented here are my own and not those of my employer.

email: antoine [separator] antoinealb.net

[ my public key: https://keybase.io/antoinealb; my proof: https://keybase.io/antoinealb/sigs/s6dYDoJtzYtqAeT6rt-iPdw41IBPXZmKFU9wLSn_jBg ]

Recent public activity

  1. comment
    Comment #49194451

    Tangent nit, but k8s was never a google-internal system. See https://research.google/pubs/borg-omega-and-kubernetes/

  2. comment
    Comment #49109929

    From the README of that repo, rcc seems to only compile ~2x as fast as GCC. You claim 10x. Where is the proof ?

  3. comment
    Comment #48722419

    Shouldn't you look at the YoY change instead, to compare to stock returns ? Otherwise that's like comparing market cap, and then it is obvious that a big company tends to stay big.…

  4. comment
    Comment #48656025

    The agency who arrested him have been sentenced to pay him 12k$ + court fees. There is a criminal case ongoing against Della Valle, former head of Switzerland's federal police. It …

  5. comment
    Comment #48630214

    And a Swiss court decided that this was illegal and disproportionate [1]. Rule of law does not mean that nothing illegal happens in the country (that's obviously impossible to guar…

  6. comment
    Comment #48353277

    That's not what I believe. Other posters have explained it well, but to respond myself: 1. Some large tech companies are also large real estate funds. Google had >100B$ in real est…

  7. comment
    Comment #48349500

    That's not necessarily true, though. For instance, real estate investors have a lot to lose from vacant office space and therefore would benefit from RTO. I personally find that I …

  8. comment
    Comment #47305626

    If you are talking about USB-A Nanos, there is https://tomu.im/ , which is very nice and interesting.

  9. comment
    Comment #46160462

    The linked article is precisely about how in 2024 they started rewriting their proxy layer from nginx (a C app). While "They haven't had an incident that bad since they switched fr…

  10. comment
    Comment #45800927

    What are you raving about? In the US you can get your DNA taken by authorities without possibility of refusing as well: https://www.theguardian.com/technology/2025/sep/23/us-border…

  11. comment
    Comment #45075358

    The goal of this kind of system is not to replace the application server. This is intended to work on the data plane where you do simple operations but do them many time per second…

  12. comment
    Comment #45027383

    There are more ACME-compatible CAs than just Let's Encrypt, should they ever become the bad guys, or if you don't want to trust them for any reason, see [0]. I understand that peop…

  13. comment
    Comment #44356652

    Android delegated some security features to a different kernel called Trusty that is separated from the main Linux kernel using virtualisation. That kernel runs high value security…

  14. comment
    Comment #43148539

    Yes, but on projects like that, ease of maintenance is a secondary priority when compared to performance or throughput.

  15. comment
    Comment #42747354

    Romansh is a national language, not an official one. (At the federal level) Which means that Switzerland considers it a part of it’s culture but that for instance laws and executiv…

  16. comment
    Comment #42172516

    https://security.stackexchange.com/questions/227459/why-is-t... The initials spell out "OBSD", as a nod to the hash being first designed for OpenBSD, and they needed a 24 char / 19…

  17. comment
    Comment #41488381

    In arch at least it is reasonnably easy to download the source for a package, modify it locally, build it and install it. Not sure if that's what you are asking for?

  18. comment
    Comment #41130181

    Google as a company manufactures hardware, it makes sense to have a machine shop for prototypes.

  19. comment
    Comment #41077596

    Do you have a link ? I was not aware of that, the only thing I can find is that McLaren ran some tests to replace in-cockpit ads with a small eink screen, but nothing on the side o…

  20. comment
    Comment #40899654

    etcd is fairly similar to Chubby indeed, or Zookeeper.

  21. comment
    Comment #40038494

    I heard good stuff about Dirty Cables: https://dirtypcbs.com/store/cables

  22. comment
    Comment #39915534

    Arch Linux is not vulnerable to this specific attack, which requires sshd to be linked to liblzma. This link is provided by out-of-sshd patches, that Arch does not apply to their b…

  23. comment
    Comment #39580539

    That leads to an infinite backlog no ? If you need more than 24h to process 24h of data ?

  24. comment
    Comment #39419869

    At least according to the Github's language breakdown for https://github.com/Rust-for-Linux/linux , C is still 98.3% of the repository, and Rust is in the 0.1% of "others".

  25. comment
    Comment #38953505

    CAN Bus is more like a layer 2 bus, so it should not really bother with encryption, just like Ethernet doesn't provide it. It all comes from the layers above it, and there has been…