Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
diffuse_l
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
diffuse_l
3mo ago
Seems like weekly allowance got reset back to 0%, pretty usual when they deploy new models.
2.
▲
by
diffuse_l
4mo ago
For short strings (probably most of them) - use a byte for the length (at the string/symbol definition site, alongside the offset) (adds 1 byte * symbols, use high bit if necessary to add bytes for longer strings). You need the offset
3.
▲
by
diffuse_l
4mo ago
Nothing prevents you from using a shared pool of strings that don't have null terminator. It can even be more efficient, since you don't have the null byte to handle at string end. Depending on the maximum string length you want t
4.
▲
by
diffuse_l
4mo ago
Complete assembly. Wouldn't call it trivial, but not super hard either. I wouldn't dream of doing this without the complete assembly, not worth the hassle. You run the risk of ruining something, but for me the reasoning was tha
5.
▲
by
diffuse_l
4mo ago
Had a similar issue - some of the display was garbled for more than a year. Had a replacement screen from aliexpress lying around that cost 126$ two and half years ago, got to do the replacement a few weeks ago, as the kid needed a laptop
6.
▲
by
diffuse_l
6mo ago
That's if you parse the into a DOM and work on that. If you use SAX parsing, it makes it much better regarding the memory footprint. But of course, working with SAX parsing is yet another, very different, bag of snakes. I still hope th
7.
▲
by
diffuse_l
7mo ago
Some minor nitpicks, but hey, we're counting registers, it's already quite nitpicky :) Add far as I van remember, you can't access the high/low 8 bits of si, di, sp. ip isn't accessible directly at all. The ancestry
8.
▲
by
diffuse_l
8mo ago
The policy link[0] page still has a link to the bug bounty program[1] which still discuss monetary compensation. [0] https://curl.se/dev/vuln-disclosure.html [1] https://curl.se/docs/bugbounty.html
9.
▲
by
diffuse_l
8mo ago
Too bad, but I managed to watch about 30 seconds of the video before getting motion sickness. Seems like a really cool technology, though. I wonder if anyone else got the same response, or it's just me.
10.
▲
by
diffuse_l
9mo ago
Really enjoyed the article, thanks! A small nit - I think you have a small mistake in the value range at the start - 136000 should probably be 13600?
11.
▲
by
diffuse_l
9mo ago
It was pretty clear towards the middle of the piece that an ai was involved writing this piece, which was unfortunate, since it distracted me so much from the subject that I couldn't complete reading it...
12.
▲
by
diffuse_l
10mo ago
At least it's ACID compliant
13.
▲
by
diffuse_l
11mo ago
Well, at least the first half was somewhat useful...
14.
▲
by
diffuse_l
11mo ago
It mostly rehashes the point of using float instead of integer representation, and uses different headers (radical solution, why this matters, secret weapon, philosophy, the bottom line) for streching what could be said in a few sentences i
15.
▲
by
diffuse_l
11mo ago
I think the article could be better and get the point across with half the length and without the second half of it being full of ai generated list of advantages, or using that space to give some more technical information
16.
▲
by
diffuse_l
11mo ago
For some reason, it really bothers me that under one of the images there is a caption that says "the pink cube", but the cube is in a shade of blue...
17.
▲
by
diffuse_l
1y ago
It's more than that. They have an unlimited license to arm designs, and can change them as they see fit, since they were an early investors (or something along those lines). Other manufacturers can't get these terms, or if they ca
18.
▲
by
diffuse_l
1y ago
I would expect no less from a company that acquired/merged with IronSource...
19.
▲
by
diffuse_l
1y ago
I'm pretty sure that the website will reside in cache in any case.
20.
▲
by
diffuse_l
1y ago
I'm wondering if the usage of an em-dash in the article (somewhere towards the middle) is self-aware trolling, or just the result of excessive ai use... > includes both a human and a computer—and “surprisingly,
21.
▲
by
diffuse_l
1y ago
Flash was a security nightmare, with multiple vulnerabilities discovered regularly. It was eventually killed because Apple decided it won't support it on the iPhone.
22.
▲
by
diffuse_l
1y ago
Indeed, more than you ever wanted to know about the A20 line: https://aeb.win.tue.nl/linux/kbd/A20.html (from your article) This is one hell of a rabbit hole...
23.
▲
by
diffuse_l
1y ago
I tried to repair a macbook air, and did manage to tear the microphone cable, because I didn't notice the connector :| Like you said, you need to be careful, but you better be prepared to pay dearly (or manage without) for your mistake
24.
▲
by
diffuse_l
1y ago
Nitpick - Maps and Chrome were also acquisition. Also Android, for that matter
25.
▲
by
diffuse_l
1y ago
I'm pretty sure Ireland was home to a lot of global corporations EU headquarters way before brexit...
26.
▲
by
diffuse_l
1y ago
Assuming the statistical analysis was sound. It is not always so. See the replication crisis for example
27.
▲
by
diffuse_l
1y ago
2^48 is 2^16*2^32 = 65536*4GB, not 256*4GB
28.
▲
by
diffuse_l
1y ago
It was reaveled how dangerous it was around 1986, after the Challenger disater. There were too many incentives to ignore it. Commercial crew would probably not come to be (at least not in its current form) if SpaceX wasn't around to pr
29.
▲
by
diffuse_l
1y ago
This reminds me that I once worked in one city, and attended university in another city. At some point, there were train lines works that lasted for a few years, which meant that almost any train ride was delayed. You got a ticket back for
30.
▲
by
diffuse_l
2y ago
Trilinear might be possible, but then you'll still need per pixel derivatives, no?
More ›