Live data from Hacker News

Viewing profile — johnsondavies

johnsondavies

HN member
Joined
Sat, May 28, 2016, 4:23 PM UTC
HN karma
48
Public activity
21 items

About johnsondavies

No profile information was provided.

Recent public activity

  1. comment
    Comment #44943064

    The ATtiny814 is hardly an ancient chip. It's a member of Microchip's TinyAVR 1-Series that was released in 2017 and still being developed, with the 2-Series being released in 2020…

  2. comment
    Comment #41914020

    You're correct that the ESP32-C3 is based on a RISC-V processor, but it has more in common with the other ESP32 boards than it does with the boards supported by the RISC-V version …

  3. comment
    Comment #41913553

    Good idea - I'll add a column to the tables giving the current consumption for each board.

  4. comment
    Comment #41825772

    The assembler is two-pass.

  5. comment
    Comment #41825759

    The assembler is two-pass and the labels are simply local variables in the defcode form. They are assigned the value of the program counter in the first pass, and the assembler ins…

  6. comment
    Comment #41809333

    Thanks - corrected "compact" to "compressed".

  7. comment
    Comment #41808945

    Sorry, I'd posted the link to the code in the wrong format - corrected now. Would you like to delete that copy?

  8. comment
    Comment #38485168

    This is a traditional game called "Voyna Virusov" or "Virus War". There is a version of it on Pencil and Paper Games with clearer rules, and some background history: http://www.pap…

  9. comment
    Comment #37250558

    As mentioned in the article I used Elecrow, who made 5 boards for $24.14. I accept that the unit cost will be more if you're only making one.

  10. comment
    Comment #32221265

    > What draws people to start projects with AVR in 2022? It's much easier to learn how to do simple things with an AVR than with an ARM. For example, you can configure a timer to bl…

  11. comment
    Comment #30618864

    How about the Lisp Badge? [0] http://www.technoblogy.com/show?2AEE

  12. comment
    Comment #29470543

    Thank you for putting my 16 LEDs Puzzle on Hacker News! Yes, the principle is similar to Lights Out, but in my puzzle pressing a button toggles its LED and all the other LEDs on th…

  13. story
  14. comment
    Comment #27822567

    Less hostile version: https://old.reddit.com/r/HostileArchitecture/

  15. comment
    Comment #27047448

    I pronounce it 'U'-Lisp.

  16. comment
    Comment #27047441

    There's a beta release: http://forum.ulisp.com/t/help-wanted-debugging-ulisp-for-the...

  17. comment
    Comment #22126069

    See Porting uLisp to a new platform: http://www.ulisp.com/show?2JZO .

  18. comment
    Comment #22126061

    Yes, it currently provides one assembler function, but I plan to extend it to support multiple named functions.

  19. comment
    Comment #20591159

    Nice suggestion - I'll try it.

  20. comment
    Comment #20020545

    I've never heard of this happening before, and I can't even think of a way in which uploading uLisp could break an Arduino, but contact me directly (my email address is on the uLis…

  21. comment
    Comment #11792197

    Good suggestion!