Viewing profile — JoeAcchino
JoeAcchino
HN member- Joined
- Fri, Jun 22, 2012, 9:40 PM UTC
- HN karma
- 270
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About JoeAcchino
No profile information was provided.
Recent public activity
-
comment
Comment #27492841
Linking that video you're playing their game, adding pointless rambling is a way to increase video length for more ads.
-
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…
-
comment
Comment #22209562
Bottleneck is the brain, English is not my first language and I usually score 10 wpm less than my native language.
-
comment
Comment #16764367
Same for me. I like her writing stile and the content.
-
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…
-
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…
- story
- story
-
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...
- story
-
comment
Comment #8448012
Is this guide specific for Go on Heroku or its concepts can be easily applied elsewhere?
-
comment
Comment #8421475
Nightwatch runs against Selenium, Nightmare uses Phantom.js With Selenium you have full cross browser support, while Phantom is Webkit based.
-
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…
-
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.
-
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…
-
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…
-
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…
-
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.
- story
-
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
-
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.
-
comment
Comment #6340000
HTTP Proxies do this.
- story
-
comment
Comment #6228682
Transcribe! is awesome, thanks for mentioning it.
-
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?