Viewing profile — shavenwarthog2
shavenwarthog2
HN member- Joined
- Sat, Feb 19, 2011, 11:40 PM UTC
- HN karma
- 87
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About shavenwarthog2
No profile information was provided.
Recent public activity
-
comment
Comment #19902819
In 2019 Makefiles are a useful tool for automating project-level things. Too often webapps will require you to install X to install Y to run producing artifact Z. Since Make is old…
-
comment
Comment #13370525
Dart's fascinating. It feels high level and object-oriented like Python, and can be used both web server- and client-side. Check it out!
-
comment
Comment #10802896
This is an excellent tool for learning Unix-type systems. At Highly recommended.
-
comment
Comment #10578085
Very commonly I'll find an artist I like with 8tracks, then switch to Rdio to listen to the rest of their catalog. RIP Rdio, you were awesome!
-
comment
Comment #10578068
I second this. I've been an extremely happy paid subscriber to Rdio for years. I generally listen to full albums on the desktop (at work), with a moderate bit of classical. Rdio le…
-
comment
Comment #9785009
As a Python programmer, I live and die over Pylint. Yes it's annoying to configure it, but it saves me hours every _day_. The two biggest benefits are: - syntax or undefined variab…
-
comment
Comment #9755497
Seconded. I've used Slack at two companies, both with a small, single-purpose team (< 10 people). In each case I and the other users were quite happy with the features available, a…
-
comment
Comment #9661468
I used Yahoo Pipes to find my apartment. One pipe would grab data from Craigslist, strip out irrelevant items, and send me a text if anything new and interesting appeared. Ditto fo…
-
comment
Comment #9201263
I'm sorry to see Balanced go. As CTO, I used their service and was always impressed. The site and docs were clean and obvious, really helpful when dealing with scary things like mo…
-
comment
Comment #7691948
Multiprocessing supports "managed objects", shared across multiple processes -- example: http://johntellsall.blogspot.com/2014/05/code-multiprocessin... I'm unsure of the performan…
-
comment
Comment #7635132
I've had great luck writing quality code by writing the tests first. Testing code is in a higher level -- simpler -- dialect of your main code, thus easier to understand. Gradually…
-
comment
Comment #7619350
A while back I "hacked" my Samsung TV. I spoofed a DNS entry to point to my laptop, and put a tiny webserver on it. Then I could hit the "News" button on my remote and get obscene …
-
comment
Comment #7592394
Python :-) there are libraries specifically for parsing malformed html. I'm happy using Unix tools for scraping and parsing, but you run into a brick wall rather quickly. Python is…
-
comment
Comment #7589549
I published a few pipes -- enjoy! http://pipes.yahoo.com/pipes/person.info?guid=W4YBIUCXEVLHMS... They're all quite simple. The most complex one uses the "parse location into lat/l…
-
comment
Comment #7589520
It's hard to tell -- I tweaked it quite a bit, and rewrote it from scratch 2-3x. I'd say 4-10 hours. Was it worth it? As a programmer, no. I'm very familiar with scraping (raw) web…
-
comment
Comment #7587956
Agreed. I did a multipart Yahoo Pipes project to find my current apartment. It grabbed info from two sites, tossed out the uninteresting ones, filtered it a bit, then texted me if …
-
comment
Comment #7560101
I'm very interested in business intelligence for my startup, and am happy to pay a service for this. Alas the OP's site seems premature. No info.
-
comment
Comment #7560100
I'm very interested in business intelligence for my startup, and am happy to pay a service for this. Alas the OP's site seems premature. No info.
-
comment
Comment #7560099
I'm very interested in business intelligence for my startup, and am happy to pay a service for this. Alas the OP's site seems premature. No info.
-
comment
Comment #7484207
Sounds like the Intel i860 from the late 1990s. Frighteningly fast VLIW in theory, but in practice not so much. I think untweaked code ran at 3% of max speed.
-
comment
Comment #7343109
Yes. For others: 1) consider installing the "unattended-upgrades" tool, to install security updates via cron. https://help.ubuntu.com/community/AutomaticSecurityUpdates 2) specific…
-
comment
Comment #7085865
Agreed. I got my first job running correctly with Rq in fifteen minutes, and was able to go on to other things. Recommended!
-
comment
Comment #6964212
Thanks! I looooved Total Annihilation, I'd love to play some more!
-
comment
Comment #6945975
I'm happy to hate on Bank of America, but they've caught multiple fraudulent charges for me too. Good for them!
-
comment
Comment #6848498
I agree, for some reason Evernote always rubbed me the wrong way. An alternative I really like is Springpad. You can write notes or Todos, put in notebooks with tags, or take a pic…