Live data from Hacker News

Viewing profile — nottwo

nottwo

HN member
Joined
Wed, May 04, 2011, 4:20 AM UTC
HN karma
82
Public activity
16 items

About nottwo

No profile information was provided.

Recent public activity

  1. comment
    Comment #45339070

    Oh, thanks! X^2 + y^2 > z^2 ? 1 : 0

  2. 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'…

  3. comment
    Comment #18682942

    These are great! Also reminds me of the Forth Haiku Salon: https://forthsalon.appspot.com/

  4. 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

  5. story
  6. story
  7. story
  8. story
  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. story
  14. 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.

  15. story
  16. 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'…