Viewing profile — deeringc
deeringc
HN member- Joined
- Wed, Apr 06, 2011, 9:37 PM UTC
- HN karma
- 209
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About deeringc
No profile information was provided.
Recent public activity
-
comment
Comment #49121907
Exactly this. And there are few bigger targets than Chrome when it comes to finding exploits (OSes and network equipment are probably on par). I'm sure they have devoted large comp…
-
comment
Comment #48848287
I completely agree. With everything from Out-Of-Order execution, deep pipelines, SIMD, huge CPU cache, etc... I would be surprised if the performance increase is not considerably m…
-
comment
Comment #48628753
I'd prefer if it just used the system webview rather than downloading and managing an embedded browser itself. Webview2 on Windows for example.
-
comment
Comment #48510107
You're not wrong - I see about 10 of these a day driving around. And that's a car model that is only about a year old. It's selling like hot cakes.
-
comment
Comment #48081768
Exactly - or encrypted payloads hiding inside standard image file formats. Basically steganography. If all you want to send is a small encrypted text message, it should be possible…
-
comment
Comment #47839253
I see this slightly differently. Before, if I wanted to be able to do something like flash firmware onto some device I would have to download some random C++ application and instal…
-
comment
Comment #47059554
I really like the minimal approach you've taken here - it's refreshing to see this built completely from the ground up and it's clearly readable and for me, very educational. But h…
-
comment
Comment #47059327
> /* 80 keywords walk into a sorted bar */ https://github.com/Zaneham/BarraCUDA/blob/master/src/lexer.c...
-
comment
Comment #46972855
Instant SEPA is free - see Instant Payments Regulation (IPR) — Regulation (EU) 2024/886.
-
comment
Comment #46870248
So, this certainly was a valid argument. But it seems to me that the whole value proposition behind these agentic AI coding tools is to be able to move beyond this. Are we very far…
-
comment
Comment #46869818
It's possible to build an identity system that can assert certain properties about a person (eg. "older than 16") without revealing any other details about that person. Similarly, …
-
comment
Comment #46777523
There was also Nortell
-
comment
Comment #46645007
Doesn't Apple have an ARM "Architectural License" arising from being one of the original founding firms behind ARM, which they helped create back in the 90s for the Apple Newton. T…
-
comment
Comment #45971141
It's interesting to think that Google's Antigravity is a forked version of MSFT's VS Code, which uses a browser engine built by Google, which they forked from Apple, which they for…
-
comment
Comment #45413021
I would have expected that consumer GPUs still have higher volume, but that Datacenter GPUs have much, much higher margin and therefore significantly higher revenue and profit. Is …
-
comment
Comment #45287524
It also seems like a really bad decision from Slack's POV. 1) They should know that this is unaffordable for a nonprofit like this. By doing this, they will almost certainly lose t…
-
comment
Comment #44097502
JSON Web Tokens are part of the JSON Object Signing and Encryption (JOSE) family of standards which are really just containers for cryptographic primitives in a web-friendly repres…
-
comment
Comment #44095690
Enterprise customers often have split tunnel VPNs or proxies (with PAC configs) where part of the traffic may go through a VPN and another part goes directly. So for example a cust…
-
comment
Comment #43462291
Whenever they have, they have been bought by larger and richer (mostloy US) tech companies. Look at Deepmind, Skype, Nokia, Tandberg, etc... Arm is another (although Japanese rathe…
-
comment
Comment #42380797
I agree on a level that SQLIte is a master class in testing and quality. However, considering how widely used it is (essentially every client application on the planet) and that it…
-
comment
Comment #42153602
I don't think dual core was that rare in 2007. Conroe was released the year before. For gamers, dual core was the standard at that point (at least from what I remember of the time)…
-
comment
Comment #41842014
I believe the impl you link to is not fully standards compliant, and has an approximate soln. MSFT's one is totally standards compliant and it is a very different beast: https://gi…
-
comment
Comment #41835965
There's also the new Ryu algorithm that is being used, which is probably the biggest speed up. https://github.com/ulfjack/ryu
-
comment
Comment #41835941
You might want to watch this releavnt video from Stephan T. Lavavej (the Microsoft STL maintainer): https://www.youtube.com/watch?v=4P_kbF0EbZM
-
comment
Comment #40532972
Any reason it needs to be a chromium fork, and not simply FF?