Live data from Hacker News

Viewing profile — granttimmerman

granttimmerman

HN member
Joined
Sun, Mar 17, 2013, 8:19 PM UTC
HN karma
123
Public activity
81 items

About granttimmerman

[ my public key: https://keybase.io/grant; my proof: https://keybase.io/grant/sigs/gMj6YbASNewA5Mr8G6UtguFyGWuGH0QXSN458u3TozU ]

Web Fanatic.

http://grant.cm

Recent public activity

  1. 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…

  2. comment
    Comment #17087351

    She did say live plants are very important.

  3. 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…

  4. 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…

  5. 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…

  6. story
  7. story
  8. comment
    Comment #9274647

    That's a lot of `padding-top`. Almost looks like the vertical height is misaligned.

  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #8266249

    In Seattle, Stash ( https://angel.co/stash-4 ) is doing this.

  14. comment
    Comment #8217905

    I particularly like input = "qwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntcxzxctbtvwqwdtytdwqertytreqxctntc…

  15. 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 …

  16. 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

  17. comment
    Comment #8191609

    I love being able to drive in reverse at 300km/h.

  18. 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)…

  19. 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)

  20. comment
    Comment #8104682

    Markov chain circle generator: https://gist.github.com/grant/29afaa91349b1928b05e

  21. 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…

  22. story
  23. story
  24. comment
    Comment #7812855

    Awesome!!! Can't wait for the future of IO.

  25. comment
    Comment #7791184

    Scrolling becomes is really buggy if you Cmd + f to search for something. But overall, nice UI.