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-logic-a-capti...
HN user
FWeinb
Is there a recent benchmark comparing these different offerings? Would be great to see some real data on how each is performing.
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 Langton's Ant it is always cool to recall things one build in the past.
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 digit to dial. Not that this is something I would endorse but it came to my mind the second he tried to hide the dialing process.
[1] https://www.youtube.com/watch?v=v_e1oqCkeng&feature=youtu.be...
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: this was created in 1-2h and the JS is like 3Mb)
See the W3C Spec: http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506
Looks great. I made a mutlilanguage version a while ago: http://codepen.io/FWeinb/pen/oyACz
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
CoffeeScript is not a four letter word
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.
To bad that it is not working with a background canvas. http://codepen.io/FWeinb/pen/0378ed8ad8a56f4f989ed8085baf5cd...
Wrote about it: http://blog.weinberg.me/2013/06/21/direction-aware-hover-pur...
Thanks!
Exactly what was on my mined as I saw this earlier.
(Context: https://news.ycombinator.com/item?id=5913381)
I made a HTML/CSS3 version out of it: http://codepen.io/FWeinb/pen/iwIBK
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; user-select: none; }
Great project. Looks Awesome.
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/full/tmwnf
Here I tried to create all MacBooks http://codepen.io/FWeinb/pen/dEnbz
Awesome wristwatch a while ago I created a WordClock. The Clock is pure CSS. The logic is made in JS. The idea comes from a German company called Biegert & Funk. http://hackerne.ws/item?id=4344107 Hope you like it.