Viewing profile — johnsondavies
johnsondavies
HN member- Joined
- Sat, May 28, 2016, 4:23 PM UTC
- HN karma
- 48
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About johnsondavies
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
comment
Comment #41913553
Good idea - I'll add a column to the tables giving the current consumption for each board.
-
comment
Comment #41825772
The assembler is two-pass.
-
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…
-
comment
Comment #41809333
Thanks - corrected "compact" to "compressed".
-
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?
-
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…
-
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.
-
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…
-
comment
Comment #30618864
How about the Lisp Badge? [0] http://www.technoblogy.com/show?2AEE
-
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…
- story
-
comment
Comment #27822567
Less hostile version: https://old.reddit.com/r/HostileArchitecture/
-
comment
Comment #27047448
I pronounce it 'U'-Lisp.
-
comment
Comment #27047441
There's a beta release: http://forum.ulisp.com/t/help-wanted-debugging-ulisp-for-the...
-
comment
Comment #22126069
See Porting uLisp to a new platform: http://www.ulisp.com/show?2JZO .
-
comment
Comment #22126061
Yes, it currently provides one assembler function, but I plan to extend it to support multiple named functions.
-
comment
Comment #20591159
Nice suggestion - I'll try it.
-
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…
-
comment
Comment #11792197
Good suggestion!