Viewing profile — matthews2
matthews2
HN member- Joined
- Fri, Mar 04, 2022, 11:50 AM UTC
- HN karma
- 1,085
- Public activity
- 218 items
- HN profile
- View on Hacker News ↗
About matthews2
No profile information was provided.
Recent public activity
- story
- story
-
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/...
-
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.
-
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…
-
comment
Comment #42568965
What is the link between car washing and spreading bird flu?
- story
-
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…
-
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 …
-
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...
-
comment
Comment #40656741
Retail trading starts on Friday morning.
-
comment
Comment #40627215
Oops, my bad. I was stuck in Intel land. The option I linked is even listed under the x86-specific options...
-
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...
-
comment
Comment #40533351
HTTP/2 push is super dead: https://evertpot.com/http-2-push-is-dead/
-
comment
Comment #40451491
More MFT goodness: the file search tool Everything ( https://www.voidtools.com/ )
-
comment
Comment #40442867
If GET requests increase my AWS bill, does that make them not idempotent any more?
-
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…
- story
-
comment
Comment #39987135
Maybe there isn’t a benefit to closed-source Llama either.
-
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…
-
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…
-
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
-
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:/…
-
comment
Comment #39523200
Thanks for sharing! I'm going to go and test my backups now...
-
comment
Comment #39504543
You don’t need to convert back to yaml. Your json is valid yaml.