Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
deeringc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
deeringc
2mo ago
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 compute resources and human staffing at making sure that th
2.
▲
by
deeringc
2mo ago
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 more than 1024x.
3.
▲
by
deeringc
3mo ago
I'd prefer if it just used the system webview rather than downloading and managing an embedded browser itself. Webview2 on Windows for example.
4.
▲
by
deeringc
3mo ago
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.
5.
▲
by
deeringc
4mo ago
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 to hide that in a large image (encoding in the LSB or whate
6.
▲
by
deeringc
5mo ago
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 install and run it on my local machine. As well as having access t
7.
▲
by
deeringc
7mo ago
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 help me understand something. BarraCuda does i
8.
▲
by
deeringc
7mo ago
> /* 80 keywords walk into a sorted bar */ https://github.com/Zaneham/BarraCUDA/blob/master/src/lexer.c...
9.
▲
by
deeringc
7mo ago
Instant SEPA is free - see Instant Payments Regulation (IPR) — Regulation (EU) 2024/886.
10.
▲
by
deeringc
8mo ago
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 from being able to define some Figmas and technical specs a
11.
▲
by
deeringc
8mo ago
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, it's also possible to build such a syste
12.
▲
by
deeringc
8mo ago
There was also Nortell
13.
▲
by
deeringc
8mo ago
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. That license allows them to design their own A
14.
▲
by
deeringc
10mo ago
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 forked from KHTML.
15.
▲
by
deeringc
1y ago
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 that not the case?
16.
▲
by
deeringc
1y ago
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 them and their thousands of aspiring teenage developers
17.
▲
by
deeringc
1y ago
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 representation. Most people are aware of JWS (signed payloads) but
18.
▲
by
deeringc
1y ago
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 customer admin might configure an app that does email and webRTC
19.
▲
by
deeringc
1y ago
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 rather than US-owned). There are also many cases where European f
20.
▲
by
deeringc
2y ago
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 does get several memory safety CVEs every year there is som
21.
▲
by
deeringc
2y ago
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).
22.
▲
by
deeringc
2y ago
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://github.com/microsoft/STL/blob&#
23.
▲
by
deeringc
2y ago
There's also the new Ryu algorithm that is being used, which is probably the biggest speed up. https://github.com/ulfjack/ryu
24.
▲
by
deeringc
2y ago
You might want to watch this releavnt video from Stephan T. Lavavej (the Microsoft STL maintainer): https://www.youtube.com/watch?v=4P_kbF0EbZM
25.
▲
by
deeringc
2y ago
Any reason it needs to be a chromium fork, and not simply FF?
26.
▲
by
deeringc
3y ago
> Not all pieces of software are created equal. A desktop CAD application that doesn't do any networking and doesn't manipulate sensitive user data isn't worthy of binary exploitation. If there is adequate security at the
27.
▲
by
deeringc
3y ago
Well, maybe at an API and prompt level. But if Google pull ahead in this space then you may become dependent on what it alone can do functionally. Even if you can trivially switch LLM and prompt, if the others aren't able to do somethi
28.
▲
by
deeringc
3y ago
Sure, but what's the point on building a product on top of a stable API that exposes a technology that won't evolve because it's actual creators have imploded? It remains to be seen whether OpenAI will implode, but at this po
29.
▲
by
deeringc
3y ago
That may provide short term stability, but medium term (which in this field is a few months) how will Azure's offering move forward if OpenAI is in such crisis? I guess it really comes down to OpenAI's ability to continue without
30.
▲
by
deeringc
3y ago
A zip file on a web server that supports etags, that's polled every time access is required. When nothing has changed since last time, you get an empty HTTP 304 response and if it has changed then you simply download the <1MB Zip fi
More ›