Viewing profile — gren
gren
HN member- Joined
- Mon, Apr 12, 2010, 5:44 PM UTC
- HN karma
- 1,219
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About gren
Recent public activity
- story
- story
- story
-
comment
Comment #9830165
addictive game
-
comment
Comment #9232455
aha! not anymore now that we know ;-D
-
comment
Comment #9232433
Is there any statistical/probabilistic explanation of why the answer is almost 100'000 ?
-
comment
Comment #8979954
Profile and identify bottleneck?
-
comment
Comment #8614576
Geohash looks brillant!
-
comment
Comment #8421106
just come to my kitchen garden.
- story
-
comment
Comment #8201872
how is that possible?
-
comment
Comment #8197295
The install procedure is a bit complex, this should just be done with a "npm install -g ..". Especially the install.sh only works on Linux. Otherwise very cool idea :-)
-
comment
Comment #8183930
I was also perplex the first time I entered this project. You would be surprise how this simple rules is already quite challenging. This game is fully observable and also determini…
-
comment
Comment #8183917
This game is fully observable and determinist so that is not the hardest situation. However there is still a lot of possible game states. I've started an attempt to have a tree of …
- story
- story
-
comment
Comment #8047977
There is already! However it is not yet filtered in the current homepage but this will be ASAP. as a proof: https://glsl.io/transition/a830822b23e846e25d2d see that there is alread…
- story
-
comment
Comment #7997801
99 lines of code . . . and a few libraries. ;-) Anyway, nice bunch of new ES6 features out there
-
comment
Comment #7872456
I'm a bit skeptical about this new property. In this basic example, .element:hover { will-change: transform; } .element:active { transform: rotateY(180deg); } it seems very predict…
- story
-
comment
Comment #7797422
is there any goal?
-
comment
Comment #7790119
exactly! definitely planned https://github.com/glslio/glsl.io/issues/23 :-)
-
comment
Comment #7789702
https://github.com/glslio/glsl.io : the platform itself is open-source. https://www.youtube.com/watch?v=BYdCNTJaGss : a first presentation video.
-
comment
Comment #7783209
An other common mistake when you begin with promise: var result = promise.then(identity, function (error) { console.log(error); }) Oops, you just recovered your promise with undefi…