Viewing profile — taylorconor
taylorconor
HN member- Joined
- Tue, Dec 12, 2017, 8:31 AM UTC
- HN karma
- 214
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About taylorconor
No profile information was provided.
Recent public activity
-
comment
Comment #36971776
> No, we did not Citation needed
-
comment
Comment #29898364
Simavr was fantastic to work with, it's a very impressive project!
-
comment
Comment #29898348
My point is that they're macro pads where you can assign keycodes or keycode combinations to specific keys. The threeboard is itself capable of determining which keycodes to send a…
-
comment
Comment #29897989
These kinds of things are distinctly different, assigning macros or keycodes to specific keys. The threeboard is not a macropad, it's a fully-functional keyboard that can type anyt…
-
comment
Comment #29896061
I tried to give a bit of an overview of this in the 'hardware design' section of the documentation [0]. It has some external links to further documentation and tutorials in it too.…
-
comment
Comment #29895713
It does just send ASCII codes (well, USB keycodes)! It's not supposed to be practical, just to be technically interesting and useful to learn from!
-
comment
Comment #29895474
For me personally, no. But I think the threeboard firmware is small enough right now that it's very readable and understandable, so it could make a good starting point to fork and …
-
comment
Comment #29895064
Put whatever switches you want on it and it can be!
-
comment
Comment #29895047
Yes the A key is the most frequently used, as it increments the USB keycode in all layers. An alternative would be a mode that allows setting individual bits in the keycode byte, b…
-
comment
Comment #29893608
SparkFun have some pretty good tutorials and resources for learning, e.g. this tutorial which guides you through using KiCad, a tool for designing schematics and PCBs: https://lear…
- story
-
comment
Comment #27334128
I built a similar project ( https://github.com/taylorconor/inkymon ) using an Inky wHAT e-ink dev board [1] connected to a Raspberry Pi Zero, which seems to be the same display as …
-
comment
Comment #25507795
Regardless of whether or not you support Sverigedemokraterna, they are widely considered to be right-wing or far-right [1]. Politico is not taking any stance or making any kind of …
-
comment
Comment #24375884
Could be a really fun variation on quinesnake: https://github.com/taylorconor/quinesnake
-
comment
Comment #22085373
All streaming integrations in Sonos (like Spotify) communicate with the Sonos backend rather than the device directly. So that would fall apart too.
-
comment
Comment #20162038
I guess the inline function would require a Badge and the private member function would not. So an inline constructed but never used Badge is even more likely to be completely opti…
-
comment
Comment #19764468
Oh that sucks, the whole point of programs like these is that they should still be portable. Could you make a GitHub issue (or email me) with your platform, shell, compiler version…
-
comment
Comment #19755774
Unfortunately it's a pretty manual, tedious and frustrating process, especially when the code is minified and you want to squeeze it into as small a source file as possible.
- story
-
comment
Comment #19534401
+1! And there are plenty of helpful tutorials around if you get a bit stuck!
-
comment
Comment #19534399
It's not a quine :)
- story