Viewing profile — FWeinb
FWeinb
HN member- Joined
- Wed, Feb 29, 2012, 7:15 AM UTC
- HN karma
- 121
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About FWeinb
No profile information was provided.
Recent public activity
-
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…
-
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.
- story
-
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…
-
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…
-
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:…
- story
-
comment
Comment #8361703
See the W3C Spec: http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506
- story
-
comment
Comment #6827535
Looks great. I made a mutlilanguage version a while ago: http://codepen.io/FWeinb/pen/oyACz
-
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…
-
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.
- story
- story
- story
-
comment
Comment #5962756
To bad that it is not working with a background canvas. http://codepen.io/FWeinb/pen/0378ed8ad8a56f4f989ed8085baf5cd...
-
comment
Comment #5929068
Wrote about it: http://blog.weinberg.me/2013/06/21/direction-aware-hover-pur...
-
comment
Comment #5919402
Thanks!
- story
-
comment
Comment #5914502
Exactly what was on my mined as I saw this earlier. (Context: https://news.ycombinator.com/item?id=5913381 )
- story
-
comment
Comment #5649744
I made a HTML/CSS3 version out of it: http://codepen.io/FWeinb/pen/iwIBK
- story
-
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;…
-
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…