Live data from Hacker News

Viewing profile — matthews2

matthews2

HN member
Joined
Fri, Mar 04, 2022, 11:50 AM UTC
HN karma
1,085
Public activity
218 items

About matthews2

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #43051186

    Kagi's repository doesn't contain any of raphaelrobert's code directly. It's used as a library: https://github.com/kagisearch/privacypass-lib/blob/main/src/...

  4. comment
    Comment #42714872

    Espressif are a Chinese company so I would imagine so. Although you shouldn't find an ESP32 on a car anyway, they are not automotive grade parts.

  5. comment
    Comment #42656686

    You still authenticate and kick off the Mosh session via SSH, so it shouldn't be any worse than plain SSH. > Mosh doesn't listen on network ports or authenticate users. The mosh cl…

  6. comment
    Comment #42568965

    What is the link between car washing and spreading bird flu?

  7. story
  8. comment
    Comment #41195278

    Dust (and scratches?) can be detected with an infrared scan. The IR scan is only used to detect defects, and then something like a spot removal tool is automatically applied to the…

  9. comment
    Comment #41024704

    > If serde_json is a parser and has a different feature set than json-threat-protection, does it make sense to compare performance? If you were using serde_json just to validate a …

  10. comment
    Comment #40759458

    The Debian Firefox package ships a config with most of that disabled by default: https://wiki.debian.org/Firefox#Disabling_automatic_connecti...

  11. comment
    Comment #40656741

    Retail trading starts on Friday morning.

  12. comment
    Comment #40627215

    Oops, my bad. I was stuck in Intel land. The option I linked is even listed under the x86-specific options...

  13. comment
    Comment #40622995

    You can use -mno-popcnt for this. Godbolt: https://godbolt.org/z/raszoEedr Reference: https://clang.llvm.org/docs/ClangCommandLineReference.html#c...

  14. comment
    Comment #40533351

    HTTP/2 push is super dead: https://evertpot.com/http-2-push-is-dead/

  15. comment
    Comment #40451491

    More MFT goodness: the file search tool Everything ( https://www.voidtools.com/ )

  16. comment
    Comment #40442867

    If GET requests increase my AWS bill, does that make them not idempotent any more?

  17. comment
    Comment #40185994

    Zero dependencies seems like a weird selling point, especially since it depends on Clap, Tokio, a Rust compiler... A neat project, though. I think that this is best solved in the a…

  18. story
  19. comment
    Comment #39987135

    Maybe there isn’t a benefit to closed-source Llama either.

  20. comment
    Comment #39962906

    You can drop root after binding, or you can use capabilities to allow a particular program to bind on privileged ports. php-fpm could listen on a UNIX socket instead of a TCP socke…

  21. comment
    Comment #39867689

    > running around salsa.debian.org pushing for more updates in other projects as well This is quite common in most (all?) distributions. People are going through lists of outdated p…

  22. comment
    Comment #39750014

    MIR comes from the Rubyverse and isn't related to LLVM MLIR. https://github.com/vnmakarov/mir?tab=readme-ov-file#mir

  23. comment
    Comment #39560997

    I haven't had chance to use it properly yet, but I think JfrUnit[0][1] is a good option here to test non-functional behaviour like memory usage and garbage collection. [0]: https:/…

  24. comment
    Comment #39523200

    Thanks for sharing! I'm going to go and test my backups now...

  25. comment
    Comment #39504543

    You don’t need to convert back to yaml. Your json is valid yaml.