Live data from Hacker News

Viewing profile — pbohun

pbohun

HN member
Joined
Tue, Nov 03, 2015, 4:41 AM UTC
HN karma
608
Public activity
135 items

About pbohun

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #49064496

    I read a sci-fi story years ago that had prediction markets in it that helped markets become more efficient. I thought it was a good idea at the time. What neither I nor the author…

  3. comment
    Comment #49011833

    If all you care about is the end product and not how it's made, then you never become a better person. Your capacity for thinking and solving problems will never grow. You will nev…

  4. comment
    Comment #49008602

    There are some good points here, but I disagree that programs are slow because they are accessible. Computers are ridiculously fast, and it doesn't take more time to display a stri…

  5. story
  6. comment
    Comment #48721429

    Honestly, I think starting from win32 again would be a breath of fresh air. Also, note that I described it as an option, no one would be forced on Windows Lite. It was my own specu…

  7. story
  8. comment
    Comment #48666619

    It's kind of crazy that we have a hobby OS that supports Linux infrastructure so that can support Wine infrastructure to support a Windows application. Very impressive!

  9. comment
    Comment #48532233

    I looked into writing an http server based on iouring myself, but all the resources I could find said iouring is less safe from a cybersecurity perspective. Is there a safe way to …

  10. comment
    Comment #48388864

    No, the idea is that the actual key is the XOR of 3 completely independent keys. I think you were thinking of XORing a key with itself 3 times, which would just return the original…

  11. comment
    Comment #48316845

    No, the GPUs used in AI data centers don't have the capability to do normal graphics. They're completely useless for games and content creation. Additionally, B200s can consume up …

  12. comment
    Comment #48187080

    I really like Iosevka, and though I haven't used it, I do like Berkley mono. Maybe I'll incorporate this into my list of terminal fonts in the future. It does look pretty sharp.

  13. comment
    Comment #48077599

    How many tokens did this port consume?

  14. comment
    Comment #48050039

    There need to be some serious regulations around prediction markets. I'm not sure they should even be legal. These "markets" are encouraging large amounts of fraud and manipulation…

  15. comment
    Comment #47867010

    One possibility is that most of the code that matters is being written by hand, while enormous amounts of code are being generated for other things. People are being evaluated on t…

  16. comment
    Comment #47534977

    This makes me think of the color scheme of Plan9. I think they chose that color design for similar reasons.

  17. comment
    Comment #47208497

    You probably also don't use a calculator because it uses a scary language called arabic numerals. Why write 123,456 when you could write out in english: One Hundred Twenty-Three Th…

  18. comment
    Comment #47208197

    It's not ape coding. It's skill coding. People who don't have the skill to do math and logic ask others to do it for them. The reason we have programming languages is the same reas…

  19. comment
    Comment #47198721

    Thanks for the update!

  20. comment
    Comment #47181440

    This page was put together very well. It has interactive illustrations when needed (not excessive), and the explanations were informative yet concise. I also like how it brings up …

  21. comment
    Comment #47074206

    This looks very interesting. It says it has networking, cryptography, etc. Is there any documentation of the APIs? I can't try this out if I don't know what they are.

  22. comment
    Comment #47068878

    As far as I know, only Go uses Go's back end because it was specifically designed for Go. But the architecture is such that it makes it trivial for Go to cross compile for any OS a…

  23. comment
    Comment #47068702

    QBE is a tiny project, but I think illustrates a better intermediate language design. https://c9x.me/compile/

  24. comment
    Comment #47068688

    People are correct I didn't explain my position. LLVM: Pretty much everyone who has created a programming language with it has complained about its design. gingerbill, Jon Blow, an…

  25. comment
    Comment #47068456

    There's no way to say this without sounding mean: Everything Chris Lattner has done has been a "successful mess". He's obviously smart, but a horrible engineer. No one should allow…