Live data from Hacker News

Viewing profile — FWeinb

FWeinb

HN member
Joined
Wed, Feb 29, 2012, 7:15 AM UTC
HN karma
121
Public activity
28 items

About FWeinb

No profile information was provided.

Recent public activity

  1. comment
    Comment #43734781

    Got into 3d modeling a few month ago and build another game using marbles with a bit of an objective instead of being free form. See: https://makerworld.com/en/models/684705-marble…

  2. comment
    Comment #13078350

    Is there a recent benchmark comparing these different offerings? Would be great to see some real data on how each is performing.

  3. story
  4. comment
    Comment #10325706

    Great work! I build[1] a classic javascript interpreter for Langton's Ant a few years ago. Just updated it to include support for custom rules. Thanks for reminding me about Langto…

  5. comment
    Comment #9610872

    This is an awesome project. After watching all of his videos this[1] one is the most curious, because you could probably get his phone number by measure the time it takes for a dig…

  6. comment
    Comment #9519344

    We have been using this in one class. I compiled it to run in a web browser: http://mmix.rwth.weinberg.me It is faster than I would have thought. It even runs on iOS8. (Disclaimer:…

  7. story
  8. comment
    Comment #8361703

    See the W3C Spec: http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506

  9. story
  10. comment
    Comment #6827535

    Looks great. I made a mutlilanguage version a while ago: http://codepen.io/FWeinb/pen/oyACz

  11. comment
    Comment #6815574

    This is great! Best ones: Zuck, Bill Gates, Jack Dorsey In Short Film To Inspire Kids To Learn How To Write Code In 2012 The tent that turns into concrete in less than 600 bytes Co…

  12. comment
    Comment #6642267

    Why isn't it possible to just use your iPhone or any other Bluetooth (4.0 low energy) device, they should have a unique mac address and could be used for something like this.

  13. story
  14. story
  15. story
  16. comment
    Comment #5962756

    To bad that it is not working with a background canvas. http://codepen.io/FWeinb/pen/0378ed8ad8a56f4f989ed8085baf5cd...

  17. comment
    Comment #5929068

    Wrote about it: http://blog.weinberg.me/2013/06/21/direction-aware-hover-pur...

  18. comment
  19. story
  20. comment
    Comment #5914502

    Exactly what was on my mined as I saw this earlier. (Context: https://news.ycombinator.com/item?id=5913381 )

  21. story
  22. comment
    Comment #5649744

    I made a HTML/CSS3 version out of it: http://codepen.io/FWeinb/pen/iwIBK

  23. story
  24. comment
    Comment #4584628

    I would disable the text selection like this: body{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;…

  25. comment
    Comment #4529395

    A while ago I recreated the visualization of the Sieve of Eratosthenes from Wikipedia ( http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes ) in Javascript: http://codepen.io/FWeinb…