Viewing profile — spiffworks
spiffworks
HN member- Joined
- Sun, Jul 25, 2010, 6:43 PM UTC
- HN karma
- 634
- Public activity
- 157 items
- HN profile
- View on Hacker News ↗
About spiffworks
No profile information was provided.
Recent public activity
-
comment
Comment #14629462
You must be a Richard Herring fan.
-
story
Ask HN: Where do you go to discuss machine learning?
Can't seem to find a decent place for good ML discussion. /r/machinelearning is highly inactive, and the freenode IRC channel is a bit unwelcoming.
-
comment
Comment #6548512
Nope, numpy needs libblas and scipy needs libatlas, both of which have to installed from the system package manager. I slap my forehead every time I move to a new system and find t…
- comment
-
comment
Comment #4576494
CM7 user here. Can confirm that it is vulnerable. Easily fixed by installing a second dialer so that you'll always get a prompt. Also I can't find any info on whether cm7 supports …
-
comment
Comment #4539835
Is this right? Java really has better latency than Go right now? And with 2 processors, Go's latency is 25ms for 50 concurrent requests. Anybody with better experience care to comm…
-
comment
Comment #4474883
Going through the source code for that tour is also a very good way of getting familiar with the http package and a good introduction to channels.
-
comment
Comment #4473835
I have been really impressed with Go's portability. I recently cross compiled a binary from a Linux machine for an ARM target and had it running from scratch in less than 15 minute…
-
comment
Comment #4297547
https://fiber.google.com/legal/privacy.html Read this first, and read it well.
- comment
-
comment
Comment #4009405
> But you know what else is pretty good? PyDev It's not. It's really not. I've heard good things about PyCharm, but the best environment for Python that I have seen so far is Emacs…
-
comment
Comment #4008806
Thank you!
-
comment
Comment #4008777
As an Indian who cannot access Vimeo, this is what I see. http://i.imgur.com/ojTVQ.png May I ask for a link to the video on another service?
-
comment
Comment #3932384
As someone who once worked at an IIT, money is not lacking, imagination is.
-
comment
Comment #3818839
I very much understand the motivation behind it, it's just the means that is shockingly tacky and uncharacteristic. A slogan contest for the importance of the open web? Really?
-
comment
Comment #3817568
Good heavens. What the hell have they done to Google?
-
comment
Comment #3625146
Software freedom becomes more and more important in this world. Let's hope Google follows their policy with the Nexus line and makes room for custom firmware.
-
comment
Comment #3348086
How does iOS handle multiple apps registering for the same type of URL? In Android, I get a popup asking which app I want to use for this action, and an option to make that the def…
-
comment
Comment #3308812
What is that photo supposed to show? All I see is that the iPad's physical design is as much a derivative of all those that came before as the rest are derivative of the iPad's. Do…
-
comment
Comment #3035192
Maybe I'm just odd, but social networks don't really bring me any value. I have a few close friends who I stay in touch with no matter where we are, and I do it on a medium that is…
-
comment
Comment #3010531
It was just that these people were happy with having limits on their computers. I guess the difference in mindset is that while normal people want computers to be appliances, we wa…
-
comment
Comment #3004428
Eh, I can understand the outrage the author feels. I used to be so pissed off when people were contented with their iOS devices. But I have my Nexus One, I can hack the hell out of…
-
comment
Comment #2984291
Vim is better designed than Emacs for editing. Emacs is just better designed for everything else. To this day, there is no better way of scrolling text than j/k. That doesn't chang…
-
comment
Comment #2984282
I agree with you on many points, but there are a few things for which I prefer to have a dedicated shortcut. Specifically, basic functionality such as copying a line. More importan…
-
comment
Comment #2983659
You should look in to one of the functions listed here: http://www.emacswiki.org/emacs/CopyingWholeLines Not having to use 3 keystrokes in the place of one is the whole point of us…