Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antoinealb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
antoinealb
1mo ago
Tangent nit, but k8s was never a google-internal system. See https://research.google/pubs/borg-omega-and-kubernetes/
2.
▲
by
antoinealb
2mo ago
From the README of that repo, rcc seems to only compile ~2x as fast as GCC. You claim 10x. Where is the proof ?
3.
▲
by
antoinealb
3mo ago
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.
▲
by
antoinealb
3mo ago
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 only started after the administrative ruling and parlia
5.
▲
by
antoinealb
3mo ago
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 guarantee). It means illegal acts have consequences. [1] h
6.
▲
by
antoinealb
4mo ago
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 estate positions (although mixed between datacenters an
7.
▲
by
antoinealb
4mo ago
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 enjoy in person collaboration but that should not mean
8.
▲
by
antoinealb
6mo ago
If you are talking about USB-A Nanos, there is https://tomu.im/ , which is very nice and interesting.
9.
▲
by
antoinealb
10mo ago
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 from C to Rust." might be true, it has also bee
10.
▲
by
antoinealb
11mo ago
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.
▲
by
antoinealb
1y ago
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. Think things like load balancers, cache server, routers, s
12.
▲
by
antoinealb
1y ago
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 people get annoyed at shorter cert lifetime, for insta
13.
▲
by
antoinealb
1y ago
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 services. https://source.android.com/docs&
14.
▲
by
antoinealb
2y ago
Yes, but on projects like that, ease of maintenance is a secondary priority when compared to performance or throughput.
15.
▲
by
antoinealb
2y ago
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 executive orders are not translated in Romansh.
16.
▲
by
antoinealb
2y ago
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 / 192 bits value.
17.
▲
by
antoinealb
2y ago
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.
▲
by
antoinealb
2y ago
Google as a company manufactures hardware, it makes sense to have a machine shop for prototypes.
19.
▲
by
antoinealb
2y ago
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 of the cars.
20.
▲
by
antoinealb
2y ago
etcd is fairly similar to Chubby indeed, or Zookeeper.
21.
▲
by
antoinealb
2y ago
I heard good stuff about Dirty Cables: https://dirtypcbs.com/store/cables
22.
▲
by
antoinealb
2y ago
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 build.
23.
▲
by
antoinealb
3y ago
That leads to an infinite backlog no ? If you need more than 24h to process 24h of data ?
24.
▲
by
antoinealb
3y ago
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.
▲
by
antoinealb
3y ago
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 proposal to add encryption or authentication to CAN. T
26.
▲
by
antoinealb
3y ago
Well a lot of cars have a wireless charging pad available in the phone holder, so you just drop your phone there and it starts charging / connects to Android Auto.
27.
▲
by
antoinealb
3y ago
I also had some experience in that space, and my conclusion was that what was really hard is handling keep-alive correctly. Some mobile networks will very aggressively flush their NAT entries while other will be fine with a packet every hou
28.
▲
by
antoinealb
3y ago
Isn't Rust's result type basically the same as Abseil's Status, or am I missing something ? https://abseil.io/docs/cpp/guides/status
29.
▲
by
antoinealb
3y ago
I don't think so. According to [0], the passcode is used to protect filesystem encryption keys, meaning that without the code, you cannot decrypt your files. I don't know if pictures are stored encrypted, but I would assume so. ed
30.
▲
by
antoinealb
3y ago
You can also use third party libraries. I have written projects using ChibiOS and libopencm3 and their driver model was actually OK to use, although for most peripherals you still need the datasheet to understand the exact capabilities of t
More ›