Earlier quoted context omitted.
The word you were looking for is _writeup_.
It's weird in my later 20s I started doing this, writing homophones. I at least get my then/their/effect right still.
A Kernel Hacker Meets Fuchsia OS
11–20 of 296 posts
Re: A Kernel Hacker Meets Fuchsia OS
#12Earlier quoted context omitted.
It's weird in my later 20s I started doing this, writing homophones. I at least get my then/their/effect right still.
I think this mostly happens to native English speakers for some unimaginable reason. I don't remember ever making this mistake (but do remember plenty others to make up for it), and can't imagine myself doing it. Yet it happens to native speakers all the time.
Re: A Kernel Hacker Meets Fuchsia OS
#13Very nice right up on how unfinished and insecure Fuchsia is as a result of it being so unfinished.
Re: A Kernel Hacker Meets Fuchsia OS
#14Earlier quoted context omitted.
I think this mostly happens to native English speakers for some unimaginable reason. I don't remember ever making this mistake (but do remember plenty others to make up for it), and can't imagine myself doing it. Yet it happens to native speakers all the time.
I would guess that the difference native/foreign is simply due to the way language is learned: for native speakers, it's first and mostly orally. This doesn't explain a later appearance of mistakes though…
Re: A Kernel Hacker Meets Fuchsia OS
#15Earlier quoted context omitted.
I would guess that the difference native/foreign is simply due to the way language is learned: for native speakers, it's first and mostly orally. This doesn't explain a later appearance of mistakes though…
I right a lot less now then I did as a kid, so maybe it’s about just staying sharp
Re: A Kernel Hacker Meets Fuchsia OS
#16This dreck would never pass code review at my shop.
Re: A Kernel Hacker Meets Fuchsia OS
#17Re: A Kernel Hacker Meets Fuchsia OS
#18Very nice right up on how unfinished and insecure Fuchsia is as a result of it being so unfinished.
FTA: But to simplify my first security experiment with Fuchsia, I decided to disable SMAP and SMEP in the script starting QEMU and create the fake vtable in my exploit in the userspace I don’t see them re-enabling it later, so yes, they found security problems, but they didn’t show a complete attack, either.
They explain why they do so, and the article is extremely valuable as a first step and tutorial to get started in Zircon kernel hacking. They also find some actual issues, including one CVE. But I disagree the article shows how "unsecure Fuchsia is as a result of being unfinished".
Re: A Kernel Hacker Meets Fuchsia OS
#19It's hard not to feel like maybe Google has lost the ability to develop operating systems. Fuschia has been in development for years now, it has no users outside of Google yet if you flick through their docs you'll notice a whole bunch of pages talking about deprecated components, migrations, etc. When I last looked at their docs, they read like it's been around for 20 years and has millions of apps, even though that's not true. Oh yeah and of course the giant BLM banners everywhere they have/used to have. Just checked, now those banners are replaced with "Honoring Asian Pacific American Heritage Month", lol. Apparently their vision of a futuristic OS is one in which every page in the docs has some random totally US centric bit of virtue signalling in it. No wonder they somehow can't even finish a microkernel, a design that reduces performance in return for a much smaller syscall surface area.
Re: A Kernel Hacker Meets Fuchsia OS
#20Would be nice to see something like this on seL4 (in some OS like Sculpt, for example)