Live data from Hacker News

Viewing profile — waddlesplash

waddlesplash

HN member
Joined
Sat, Dec 17, 2016, 6:23 PM UTC
HN karma
2,005
Public activity
351 items

About waddlesplash

Haiku developer, software tinkerer. On Twitter and Reddit as @waddlesplash.

Recent public activity

  1. comment
    Comment #48131130

    (Haiku developer here.) > Am I missing something? Haiku's not nearly as well-tested for security as most other OSes. We have a lot of the basic features (ASLR, NX bit, safety check…

  2. comment
    Comment #47519346

    > And things such as ruby don't work on it. What doesn't work about it? We have Ruby in the software repositories, and Ruby is required to build WebKit (and we build WebKit on Haik…

  3. comment
    Comment #43649858

    It's Unicode code points. I don't know why you say this is "tragic", it's a logical unit to work in here.

  4. comment
    Comment #43643793

    > with new techniques and materials on top of old work done in a way that was usual at the time. But is there any long-lived project for which this isn't true? Linux and the BSDs s…

  5. story
  6. comment
    Comment #41404395

    (One of the Haiku developers here. Thanks for your support!)

  7. comment
    Comment #41324403

    Have you read the User Guide on these subjects? https://www.haiku-os.org/docs/userguide/en/workshop-filetype...

  8. comment
    Comment #41219799

    The RISC-V port was done almost entirely by one developer who took an interest in it. It wasn't as though the project got together and decided to prioritize RISC-V over ARM; it was…

  9. comment
    Comment #39015804

    Well, there's nothing preventing it from happening if that's what you mean. It's just a difficult thing to do, and requires effort (and expertise.) I might take a crack at porting …

  10. comment
    Comment #39008675

    Haiku's "raison d'être" is to be a fully-fledged desktop operating system for general use. So, if there aren't native applications to fulfill daily tasks, then Linux ones tend to g…

  11. comment
    Comment #39008574

    There's a "flat" decorator which makes things look more 'modern', if that's what you want: https://github.com/unarix/haiku_darkstyle#darkflat (Available in the Depot; install "haik…

  12. comment
    Comment #39008559

    (Haiku developer here.) There is one hardware accelerated driver, for Radeon Southern Islands; but it's third-party, out-of-tree, and not particularly simple to set up and get runn…

  13. comment
    Comment #36024707

    (Haiku developer here.) This is a pretty common misconception, but it isn't true; Haiku doesn't have a "POSIX compatibility layer", it's just natively POSIX under the hood. You can…

  14. comment
    Comment #35701007

    > The Alpha doesn't promise that there's any coherent ordering at all unless you've imposed one Yes. But why did you bring this up in this thread about API usage ? It's the impleme…

  15. comment
    Comment #35696420

    > Your "no possible way" is assuming Sequential Consistency, I am assuming events cannot finish before they are started, yes! I am pretty sure that even the (in)famous DEC Alpha co…

  16. comment
    Comment #35696231

    Haiku uses the System V ABI (mostly.) So, we're doing the same things Linux and the BSDs are here, simply by using GCC or Clang without any special tuning here. > I reckon that bef…

  17. comment
    Comment #35696001

    You are correct that deadlocks can be caused by signals occurring before the wait starts, and thus some sort of mechanism to ensure this does not happen is needed, but I explained …

  18. story
  19. comment
    Comment #35264782

    That's not normal behavior (these days, anyway!) A lot of users are able to go months without kernel panics, especially on certain kinds of older hardware. Did you report any of th…

  20. comment
    Comment #35051731

    (Haiku developer here.) The correction is wrong; while some select portions of BeOS were released as open-source (most notably Tracker, Deskbar), the OS as a whole was not, and Hai…

  21. comment
    Comment #34896672

    > The only current issue with ext4 that I found was https://dev.haiku-os.org/ticket/16392 A 3 year old ticket with only one reproduction from 2 years ago, and it appears to have be…

  22. comment
    Comment #34890927

    (Haiku developer here.) I would trust the NTFS driver pretty implicitly at this point both for read/write; it's based on NTFS-3G, and following the rewrite I did of the Haiku-speci…

  23. comment
    Comment #34341699

    > It is lovely to use once you learn the keyboard shortcuts If you mean Alt vs. Ctrl, you can swap to Ctrl-based keyboard shortcuts by clicking the button in the "Keymap" applicati…

  24. comment
    Comment #34341672

    Haiku already has support for multiple users at the kernel and filesystem level. You can `useradd`, `passwd`, and then `su` (or even SSH into your newly-created user on your Haiku …

  25. comment
    Comment #34341001

    (Haiku developer here.) This is actually a very common misconception that Haiku is not a UNIX, and it's sad to see The Register get it wrong. It's debatable whether or not BeOS was…