Live data from Hacker News

Viewing profile — johnwbyrd

johnwbyrd

HN member
Joined
Sat, Aug 30, 2014, 6:17 PM UTC
HN karma
186
Public activity
28 items

About johnwbyrd

No profile information was provided.

Recent public activity

  1. comment
    Comment #48029133

    I'll just leave this here https://www.llvm-mos.com

  2. comment
    Comment #44716306

    I'm surprised, and a little disappointed, that no one in this thread has mentioned parsing expression grammars ( https://en.wikipedia.org/wiki/Parsing_expression_grammar ) which ar…

  3. comment
    Comment #41840616

    Yes, but I'm concerned about the number of existing browser engines that have fallen by the wayside, as the project founders have become exhausted. The scope of such a project is i…

  4. comment
    Comment #41834024

    Thank you Plop, but nowadays we have a profusion of blessings, including VenToy, iVenToy, and netboot.xyz.

  5. comment
    Comment #40101916

    ME: How can I get you to fuck off and leave me alone? META AI: I understand that you may be frustrated, but I'm here to help and provide information. I am not capable of taking off…

  6. comment
    Comment #39924364

    Fun project, but fairly old news at this point.

  7. comment
    Comment #39718623

    What I want is a dollar for every evangelist and every early adopter that has told me that the ?R explosion is right around the corner. I have worked in the game industry for 30 ye…

  8. comment
    Comment #38792173

    Classic premature optimization, assuming that hardware functions must be revealed in language features. If you can't get your integers closed under addition from the get-go, what h…

  9. comment
    Comment #38785002

    We don’t need any more computer languages. Still, you will run right off and invent another one. Let me guess, your amazing new language uses IEEE-754 math and fixed-precision inte…

  10. comment
    Comment #37280786

    https://www.youtube.com/watch?v=2lW3WHPtmKo

  11. comment
    Comment #37280138

    Seems like your problem is more with the venerable 6502 itself rather than the compiler. Most of that assembly code is spent calculating the offsets inside the Ball struct, which m…

  12. comment
    Comment #37278810

    The loading screen reports 130 BogoMIPS, but remember that it's emulating the timer as well, so the number is meaningless.

  13. comment
    Comment #37278339

    Says you. llvm-mos generates surprisingly efficient 6502 code given its age and maturity. Don't take my word for it, try some experiments with it on godbolt.

  14. comment
    Comment #37278165

    Yes, if you use an REU, which is a correctly contemporary memory upgrade for the C64.

  15. comment
    Comment #37277908

    Onno Kortman has taken semu, a minimal RISC-V emulator, and cross-compiled it with llvm-mos, an LLVM port to the MOS 6502 processor, in order to run Linux on the Commodore 64. Kort…

  16. story
  17. comment
    Comment #27367031

    Your assumptions are correct.

  18. comment
    Comment #27367019

    Disclaimer: I'm working on llvm-mos. https://llvm-mos.org/wiki/Rationale

  19. comment
    Comment #17104611

    Other than permuting itself, what did it do that was sophisticated? Code morphing viruses have been around for a very long time, much longer than 2000. Simple replication does not …

  20. comment
    Comment #17104595

    I hadn't read the book when I wrote the article. I tried to get all the salient facts in, with as few words as possible. "Omit needless words" - Wm. Strunk.

  21. comment
    Comment #17104588

    Yeah, you understand exactly what I was trying to convey when I wrote the article. Thanks.

  22. comment
    Comment #17104451

    In Kaspersky's defense, they have started making their source code auditable for certain customers. Kaspersky is well aware of how they are perceived as a company, and they are awa…

  23. comment
    Comment #17104418

    That is an utterly braindead assertion. I wrote the quoted article about Stuxnet. And I've helped write multiple operating systems. Your argument not an argument. It's just a rando…

  24. comment
    Comment #10205099

    Do we just not teach lex and yacc anymore? Or any other LALR type parser generation system?

  25. story