Viewing profile — bestorworse
bestorworse
HN member- Joined
- Wed, Jun 10, 2020, 1:24 AM UTC
- HN karma
- 196
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About bestorworse
Recent public activity
-
comment
Comment #44762996
I want that as well, but I don't think it's practical to do that on the Linux desktop ecosystem. Too slow, too much politics. The gist of it is done by Android though, but that req…
- story
-
comment
Comment #43255985
Sure, like you said, having control of the endpoints you could communicate anything if you can transmit bits. That’s unavoidable. But don’t lose the perspective on the benefits of …
-
comment
Comment #43248211
Yeah, it's brand new as far as you would consider in practice (they use existing libraries and the like). The answer is not much time. The real question is how long to develop good…
-
comment
Comment #43247927
The joy of having a properly implemented capability system is that, well, you can create arbitrary capabilities. You don't need to give a process/component the “unrestricted networ…
-
comment
Comment #43247875
Yep. It's anyone's guess what's been going on there. Lots of theories out there. IMO Google doesn't consider this a high priority and the cost to keep the development going on cons…
-
comment
Comment #43247772
It's technically a general-purpose OS. They had a workstation build target sometime ago which was used for the desktop use-case. They've shipped only for an IoT device so far (Goog…
- story
- comment
- story
-
comment
Comment #28471719
> On mobile devices, the proprietary drivers are in user space. So, the situation would stay the same regarding that. > The drivers will probably be back in the kernel Manufacturer…
-
comment
Comment #27555308
But that seems to be exactly what they are doing. They're surely porting the Android runtime to Fuchsia, or even already ported it. Remember there are Android APKs containing nativ…
-
comment
Comment #26826818
Isn't this growth pattern a straightforward consequence of disorderly growth? When microorganisms divide, the children "appear" in the same location. Our species growth dynamics ki…
-
comment
Comment #26826764
"And you exist only because of us" - Neo I think this pattern of exponential growth of human beings is a curse of their intelligence. All other animals end up being controlled by t…
-
comment
Comment #26693110
This can be done with a proper capability system.
-
comment
Comment #26660838
Outch! Thanks for the refs.
-
comment
Comment #26660804
Thanks! I searched for this rewritten version and couldn't find anything.
-
comment
Comment #26562146
Functionally it's the same. The functions called could live in the kernel (a system call), in the process itself or in a shared lib loaded into the process address space. Interpret…
-
comment
Comment #26106119
IMHO this is the main objective. They even mention in the RFC the case of running Android native code.
-
comment
Comment #26106005
This wouldn't solve the problem. It would push the problem one level lower.
-
comment
Comment #25353138
> In Fuschia's case it will be like that but the exploitation either gives you access to that driver's capabilities, or simply that driver is giving out handles with permissions in…
-
comment
Comment #25350720
When looking more closely on Fuchsia architecture you might well be back into OS design obsession. As the kernel is, IMHO strongly based on a microkernel design, the OS APIs presen…
-
comment
Comment #25350157
That is true. I think this is the greater challenge now for Google. A system being very well designed and implemented only attracts enthusiasts and people like that with free time.…
-
comment
Comment #25349863
> for malicious software you’re just looking for a process handing out high privilege handles In the end, that is true. But the thing is the way Fuchsia's implementation of the 'ca…
-
comment
Comment #25349281
I see it as better way of developing a product. Or actually, a foundational system , if Fuchsia really ends up becoming something like that. You see, lots of things that today are …