Viewing profile — nottwo
nottwo
HN member- Joined
- Wed, May 04, 2011, 4:20 AM UTC
- HN karma
- 82
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About nottwo
No profile information was provided.
Recent public activity
-
comment
Comment #45339070
Oh, thanks! X^2 + y^2 > z^2 ? 1 : 0
-
comment
Comment #45338317
This is fun! I was going to try to draw a circle but was missing sin/sqrt. Then I thought of using a lookup table but got stumped. Do you have any pointers for drawing a circle? I'…
-
comment
Comment #18682942
These are great! Also reminds me of the Forth Haiku Salon: https://forthsalon.appspot.com/
-
comment
Comment #18122130
This is great! I look forward to trying it out with my configs. I'm currently using Mutterer: https://github.com/mwnx/mutterer
- story
- story
- story
- story
-
comment
Comment #6109198
Another fun toy is Forth Haiku at http://forthsalon.appspot.com/ A Forth Haiku is an attempt to mix mathematics, art, and the Forth programming language. It resembles a texture sha…
-
comment
Comment #4076418
This reminds me of zeolite-water solar adsorption refrigeration: This paper presents some of the experimental evaluations of a prototype solar refrigerator, based on an intermitten…
-
comment
Comment #3379235
I kept waiting for the author to mention the Fully Informed Jury Association. I somehow stumbled upon their website over ten years ago and first heard of jury nullification. It's a…
-
comment
Comment #3297117
I'm still working through the ones that look interesting, but so far the Forth Haiku bit is cool. It deserves its own submission. I'm also looking forward to checking out the prese…
- story
-
comment
Comment #3014833
I maintain an Planet aggregator for tracking Arduino-related blogs that pique my interest: http://planet.nottwo.org Kinda plain, but works well in my feed reader.
- story
-
comment
Comment #2512862
The small (2K) RAM size is the limiting factor, not so much the code space. You'll find a few more options if you look beyond the atmega328 in the Arduino: 'avr lisp', 'avr scheme'…