Live data from Hacker News

Viewing profile — ChiefOBrien

ChiefOBrien

HN member
Joined
Thu, Sep 17, 2020, 6:21 PM UTC
HN karma
52
Public activity
27 items

About ChiefOBrien

No profile information was provided.

Recent public activity

  1. comment
    Comment #36161784

    How about contributing with an example of those groundbreaking Indian metaphysics studies instead of denigrating everyone with insults?

  2. comment
    Comment #35257528

    Watch the episode called 15 Million Merits from Black Mirror.

  3. comment
    Comment #33249525

    The bright yellow color can be used perfectly if the design style wasn't flat. It's incredible how much more legible UI elements can be if you add some shading, gradients, 3d borde…

  4. comment
  5. comment
    Comment #31281187

    > It may sound stupid, but you can't have unhandled exceptions if you don't have exceptions... > panic!() exists in Rust, but that's not how recoverable errors are handled. This is…

  6. comment
    Comment #30998576

    And then you encounter some ancient apps without GNU readline support (oracle sqlplus and mysql, I'm looking at both of you). No history support, cursor keys emit characters on the…

  7. comment
    Comment #30520750

    My idea is that a CPU is just a component and it's useless by itself without considering the rest of the computer system. ARM needs to dip more into standardising the rest of the p…

  8. comment
    Comment #30520541

    > ARM's less open platform also comes with some advantages though. It's easier for ARM to prevent ecosystem fragmentation and non-standard instruction set extensions. It's kind of …

  9. comment
    Comment #30476312

    26 years since the release of Win95 and Linux still cannot make a pixel perfect copy of the GUI with proper alignment and padding.

  10. comment
    Comment #27017253

    You should explain what's wrong with the argument instead of being a passive agressive asshole. It was a continuation of why it happens nowadays that people swing to static linking…

  11. comment
    Comment #27010371

    Tell me how much of the system libraries are written in C or C++, and how much of them are being written in newer languages. C is the default choice because of its ABI, and the too…

  12. comment
    Comment #27010007

    Torvalds: > Disk is cheap I certainly don't want each installed desktop app to have a copy of base gnome/kde runtime and everything down to libc. And the implication is even the gr…

  13. comment
    Comment #26717450

    > the amount of parallelism they were able to use, which was impractical in C++ You mean after not using OpenMP, basic multithreading core guidelines, and not doing the refactoring…

  14. comment
    Comment #26716987

    Yeah and Webrender, Stylo, and Servo just happen to appear out of thin air.

  15. comment
    Comment #26716756

    Oh come on now. If it was really important for them then why did they chose C++ a long time ago after deciding to rewrite Netscape from scratch? Their history is full of dumb choic…

  16. comment
    Comment #26713815

    Who knew using already existing data race analysis tools is much more feasible than shoehoning a huge project into a brand new language. Way to go mozilla!

  17. comment
    Comment #26194857

    If you develop with COM in mind, then it doesn't matter whether the object is in-process or somewhere on the network.

  18. comment
    Comment #26004909

    It's not just wayland. For every single thing you can do on linux there exists several hundred different implementations/projects with the same goal of do that thing, and it has le…

  19. comment
    Comment #26004074

    I'm tired of this pro-Wayland horseshit You have been trying to reinvent the wheel for a decade and splitting the whole community on petty shit like this, halving development effor…

  20. comment
    Comment #25809401

    pywebview's About page says: > pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. You ma…

  21. comment
    Comment #25558152

    It's not the engine's fault for having terrible performance on simple levels. Most indie devs don't bother with LODs, occlusion culling, and turning off unused features. Decades ol…

  22. comment
    Comment #25443412

    Can this bloody "I made X in Rust" meme go away from the headlines, please? It's like the software has no useful feature other than being written in a language no one cares about.

  23. comment
    Comment #25270309

    Hot take: A great tragedy of the GNU/Linux ecosystem is the fact that ABI+API is still not figured out, and the most common interface between programs is the C ABI, which is embara…

  24. comment
    Comment #25173310

    You shold try out buildroot[1]. It's used for building a complete linux image for embedded systems so the result is quite small, efficient. There are several guides online on how t…

  25. comment
    Comment #25142427

    The stockholm-syndrome of the few users positively recommending something that changes their development workflow slightly when they were bored of doing things the old ways.