Live data from Hacker News

Viewing profile — WillFlux

WillFlux

HN member
Joined
Thu, Feb 20, 2020, 10:11 PM UTC
HN karma
258
Public activity
65 items

About WillFlux

No profile information was provided.

Recent public activity

  1. comment
    Comment #44875403

    Thanks. I want to keep the software simple while having proper support for the graphics and audio hardware. I already have some prototype software written is RISC-V asm. I’ll proba…

  2. comment
    Comment #44853518

    I'm surprised by this. 1280x768 is an unusual resolution, what display timings are you using? I've found 1024x768 and 1280x720 are both well supported. I tend to use these display …

  3. comment
    Comment #44853467

    Hello, I'm the author of the Project F blog. I'd be happy to field any questions you have.

  4. story
  5. comment
  6. story
  7. story
  8. comment
    Comment #39754845

    RISC-V takes a different approach to branching, even compared to other RISC processors. There are no status registers AKA condition codes.

  9. story
  10. comment
    Comment #39381509

    Load-store architecture is a defining quality of RISC in general and RISC-V in particular. If you're used to a rich set of addressing modes in x86 or 68K, coding on RISC-V asm is a…

  11. story
  12. comment
    Comment #39360745

    Burrell Smith and Andy Hertzfeld worked for Radius on the Full Page Display. How different would Apple have been if it had held onto more of the original Macintosh team in the mid-…

  13. story
  14. comment
    Comment #39202552

    68000 is, in many ways, the pinnacle of assembler for programming, but RISC-V is pretty fun, too. I hope RISC-V tempts a few more people to try asm programming (again).

  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #33163730

    Intel might not even be making another generation of discrete consumer GPUs. See the numerous stories in the tech press over the last few months. We have to hope AMD has the price,…

  21. comment
    Comment #32825901

    Thank you. I can't promise to get to the new design until early 2023 as I have many hardware designs I want to finish this year. Once you've got a design working in Verilator, I st…

  22. comment
    Comment #32814627

    If you'd link to a screenshot of what you see, that would be helpful. I have noticed the font renders thinner on Windows. I plan to look at the design over the winter: some things …

  23. comment
    Comment #32808899

    Oh, I’ll get to that :D

  24. comment
    Comment #32808773

    The examples aren’t limited to VGA; I support four different outputs with these designs. * VGA using a Pmod board (you could also create your own register ladder) * DVI using the T…

  25. comment
    Comment #32808688

    Even if you don’t have an FPGA, you can run these hardware designs on your PC with SDL and Verilator. It’s really simple to set up: https://projectf.io/posts/verilog-sim-verilator-…