Live data from Hacker News

Viewing profile — bestorworse

bestorworse

HN member
Joined
Wed, Jun 10, 2020, 1:24 AM UTC
HN karma
196
Public activity
26 items

About bestorworse

worseorbest@gmail.com

Recent public activity

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

  2. story
  3. 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 …

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

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

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

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

  8. story
  9. comment
  10. story
  11. 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…

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

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

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

  15. comment
    Comment #26693110

    This can be done with a proper capability system.

  16. comment
    Comment #26660838

    Outch! Thanks for the refs.

  17. comment
    Comment #26660804

    Thanks! I searched for this rewritten version and couldn't find anything.

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

  19. comment
    Comment #26106119

    IMHO this is the main objective. They even mention in the RFC the case of running Android native code.

  20. comment
    Comment #26106005

    This wouldn't solve the problem. It would push the problem one level lower.

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

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

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

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

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