Live data from Hacker News

Viewing profile — JoeAcchino

JoeAcchino

HN member
Joined
Fri, Jun 22, 2012, 9:40 PM UTC
HN karma
270
Public activity
42 items

About JoeAcchino

No profile information was provided.

Recent public activity

  1. comment
    Comment #27492841

    Linking that video you're playing their game, adding pointless rambling is a way to increase video length for more ads.

  2. comment
    Comment #22576839

    Clicking on StartGame does not work beacause the button is not wired to anything: func _on_StartGame_pressed(): pass # Replace with function body. Probably not ready for the public…

  3. comment
    Comment #22209562

    Bottleneck is the brain, English is not my first language and I usually score 10 wpm less than my native language.

  4. comment
    Comment #16764367

    Same for me. I like her writing stile and the content.

  5. comment
    Comment #15409332

    Would this work? c := colly.NewCollector() // this functions create a goroutine and returns a channel ch := c.HTML("a") e := I'm a bit rusty (ah!) with go, so bear with me if the a…

  6. comment
    Comment #10175649

    I'm reading How to Fail at Almost Everything and Still Win Big: Kind of the Story of My Life by Scott Adams and I'm about to start The Power of Habit by Charles Duhigg. I'm also re…

  7. story
  8. story
  9. comment
    Comment #8934044

    I didn't know that there are homebrew games for Atari 2600. They also assembled a tutorial for beginners: http://atariage.com/forums/topic/33233-sorted-table-of-conte...

  10. story
  11. comment
    Comment #8448012

    Is this guide specific for Go on Heroku or its concepts can be easily applied elsewhere?

  12. comment
    Comment #8421475

    Nightwatch runs against Selenium, Nightmare uses Phantom.js With Selenium you have full cross browser support, while Phantom is Webkit based.

  13. comment
    Comment #7982045

    > You know what else I hate? Typing in long commands in the Mac OS X terminal and then them wrapping weirdly. I solved this by adding the following line in my ~/.bashrc shopt -s ch…

  14. comment
    Comment #7895201

    Nice to know, if an oscar-winning pure mathematician working on science-fiction projects found difficult to learn Haskell, I can save myself the trouble.

  15. comment
    Comment #7602718

    In addition, I would track with a web analytics tool the number of queries and the time they took for each page, so I could easily have them as metrics in the Pages Report. Next, s…

  16. comment
    Comment #7108603

    How do I compile this? GCC complains: CFLAGS="-g -pipe" make -k donut cc -g -pipe donut.c -o donut donut.c:1:2: warning: data definition has no type or storage class [enabled by de…

  17. comment
    Comment #6980555

    I don't know how useful is this to track unique visitors, the next month I will probably have a different fingerprint. All it takes is a new release of Firefox (different version i…

  18. comment
    Comment #6980527

    "They didn't use any JavaScript to get this information." The list of installed plugins is retrieved via JS: window.navigator.plugins. Not sure about fonts, though.

  19. story
  20. comment
    Comment #6716991

    The guy pictured in the photo is Richard Branson, aka the boss at Virgin. Just search his name on Google Images to get the humor. http://it.wikipedia.org/wiki/Richard_Branson

  21. comment
    Comment #6659694

    I use this game to practice touch typing more or less regularly and what I really miss is a way to monitor my progress.

  22. comment
    Comment #6340000

    HTTP Proxies do this.

  23. story
  24. comment
    Comment #6228682

    Transcribe! is awesome, thanks for mentioning it.

  25. comment
    Comment #6224748

    So you don't need to build a new Firefox OS release on your PC and flash it, the phone will just update itself?