Viewing profile — granttimmerman
granttimmerman
HN member- Joined
- Sun, Mar 17, 2013, 8:19 PM UTC
- HN karma
- 123
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About granttimmerman
Web Fanatic.
http://grant.cm
Recent public activity
-
comment
Comment #26870884
(Disclaimer: I work on Google Cloud Functions) With Google Cloud Functions, you can run your function locally using the Function Framework libraries (available in all Cloud Functio…
-
comment
Comment #17087351
She did say live plants are very important.
-
comment
Comment #16603511
The comment was about trending G Suite into open source. You've got to start somewhere. It starts with developer samples, moves into tools, languages (Apps Script), then sub-produc…
-
comment
Comment #16601728
(Disclaimer: I work on G Suite Open Source) I open sourced our developer samples this week: github.com/gsuitedevs There's an increasing amount of things you can do with G Suite, al…
-
comment
Comment #11522165
I built a very similar project for classical music using Theano and MusicXML for a Sound Capstone Project at UW. Blogpost + music: https://medium.com/@granttimmerman/algo-rhythm-mu…
- story
- story
-
comment
Comment #9274647
That's a lot of `padding-top`. Almost looks like the vertical height is misaligned.
- story
- story
- story
- story
-
comment
Comment #8266249
In Seattle, Stash ( https://angel.co/stash-4 ) is doing this.
-
comment
Comment #8217905
I particularly like input = "qwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntc…
-
comment
Comment #8217872
I created a music auto-player since I was too lazy to play your guy's songs by myself. Paste this in the console. // SETTINGS var input = "rsa ecde srgu yhgr bv rsa ecde srgu yhgr …
-
comment
Comment #8214796
For anybody who wants a little bit more structure than LCON but less clutter than JSON, I'd recommend checking out CSON. https://github.com/bevry/cson
-
comment
Comment #8191609
I love being able to drive in reverse at 300km/h.
-
comment
Comment #8188418
Fun stuff. function action(){ var opacity1 = $('#color-1')[0].getContext('2d').getImageData(0,0,1,1).data[3]; var opacity2 = $('#color-2')[0].getContext('2d').getImageData(0,0,1,1)…
-
comment
Comment #8135329
Here's how to hack the hacking game. Pretty simple (in your console): app.sendAnswer({answer: 1,time: -999999999999}) (I added the instructions on the leaderboard itself)
-
comment
Comment #8104682
Markov chain circle generator: https://gist.github.com/grant/29afaa91349b1928b05e
-
comment
Comment #8104630
I created a Markov chain generator: https://gist.github.com/grant/561834963dc526495c45 var numNodes=10;var roundNum=100;var a=[];for(var i=0;i roundNum)/roundNum;connections[j]=ran…
- story
- story
-
comment
Comment #7812855
Awesome!!! Can't wait for the future of IO.
-
comment
Comment #7791184
Scrolling becomes is really buggy if you Cmd + f to search for something. But overall, nice UI.