For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more diffuse_l's commentsregister

I would expect no less from a company that acquired/merged with IronSource...


I'm pretty sure that the website will reside in cache in any case.


Yup! The kernel will pull the page from disk and keep it in its disk cache in RAM. Since the kernel is solely in control of what gets written to disk it can be sure it doesn’t become stale, just “dirty” when it gets updated. It will then flush it to disk, but still keep active, hot pages in memory.


Yes, neither Nginx nor Neovim should be hitting the disk when serving the requests.

One difference I can imagine is context switching due to system calls. If Nginx incurs a context switch when it calls into the kernel for the disk cache, then it suffers a performance penalty. Neovim avoids this because the file contents are loaded into a table. When requests are served, getting the content is done fully in userspace.

I have no idea if this actually accounts for the performance difference though.


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,


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.


Your implication is that the idea that java applets were insecure had nothing to do with their adoption or lack thereof.


And conveniently around the same time javascript was rapidly evolving.


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...


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 mistakes...


Maybe I'm not adventurous enough, but I would never open an Apple product without a teardown video/instructions at hand. iFixit is a fantastic resource if they have covered your device previously.


Nitpick - Maps and Chrome were also acquisition. Also Android, for that matter


I didn't know that about Maps and Chrome. I did know Android was an acquisition, and that YouTube was, but in both cases I think Google's put in enough work not to dismiss them as Google projects.


Highly “regarded” take and you know it. Android was made in house by an acquired team. Same with the rest. Jesus this intentionally stupids


I'm pretty sure Ireland was home to a lot of global corporations EU headquarters way before brexit...


Assuming the statistical analysis was sound. It is not always so. See the replication crisis for example


2^48 is 2^16*2^32 = 65536*4GB, not 256*4GB


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You