Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cuppster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Building API Documentation with Nancy and Monodevelop
(cuppster.com)
2 points
by
cuppster
12y ago
|
0 comments
2.
▲
Serving Images with MongoDB, GridFS and Flask
(cuppster.com)
1 points
by
cuppster
14y ago
|
0 comments
3.
▲
by
cuppster
14y ago
Watch out for unicode when using pyquery and requests. I provided a fix for that just recently now merged into the pyquery repo. I use it (among other things) to scrape upcoming comic book releases =) http://cuppster.com/2013/01/30/decorat
4.
▲
by
cuppster
14y ago
Do you mean that the algo sorts on decreasing color frequency? i.e. you choose "blue" then the top results are images that are literally all "blue". Usually when I want an image with a specific color, I don't want the entire image to be tha
5.
▲
Mini-framework for scraping in python using decorators and generators
(cuppster.com)
3 points
by
cuppster
14y ago
|
0 comments
6.
▲
Updating Views with Events, Models and Rivets
(cuppster.com)
1 points
by
cuppster
14y ago
|
0 comments
7.
▲
How To: Setting up secure ssh logins on a new Linode
(cuppster.com)
1 points
by
cuppster
15y ago
|
0 comments
8.
▲
by
cuppster
15y ago
Anyone scraping in Perl? I've found pQuery very useful. (I tried it in node.js to stay cool, but async scraping is an anti-pattern) You can use jQuery selectors, etc... Just posted something related to it on by blog: scrape with pQuery, dum
9.
▲
by
cuppster
15y ago
I did the same thing with my local pizza shop. They were =really= happy to get the domain... and in return they gave me a $100 credit, and I threw a party for my friends... good times! http://jerseyspizza.com/
10.
▲
by
cuppster
15y ago
CSS gets re-written anyway along the way. Resets gives you a leg up in the beginning for a consistent look across browsers so you can focus on other pieces of a project -- at least that's how I use it.
11.
▲
by
cuppster
15y ago
if you're using an ubuntu image, it's going to be the ubuntu user: ssh -i path/to/key.pem ubuntu@blah.amazonaws.com Spent too much time figuring that out the hardway...
12.
▲
by
cuppster
15y ago
I've got a follow up post that shows how to use upstart instead of init to manage supervisor http://cuppster.com/2011/05/18/using-supervisor-with-upstart People were having issues with the init script gist... upstart simplifies things qui
13.
▲
by
cuppster
15y ago
Yes it does, but I'm having so much fun deploying these things, I've created more than one... =)
14.
▲
by
cuppster
15y ago
I've used this recipe for a couple sites of mine, including the blog itself. The ups and downs of beta features of other node.js hosting providers was becoming a hindrance so I decided to roll my own.
15.
▲
DIY node.js server on Amazon EC2
(cuppster.com)
71 points
by
cuppster
15y ago
|
12 comments
16.
▲
by
cuppster
15y ago
I loved that podcast... also, you can find his QVC work on youtube. Gold.
17.
▲
by
cuppster
15y ago
I've been moving my domains from godaddy to moniker as well... for some time now b/c of the better control panel. Plus, domains bought in the snapnames aftermarket can be moved to (and sold from) from your moniker account.
18.
▲
by
cuppster
16y ago
Just last weekend at the startup weekend in San Diego I joined a team working on this kind of idea. Having a facepalm moment right now upon hearing this news...
19.
▲
by
cuppster
16y ago
I've made one of those for practice at http://redlandsbuzz.com (my home town). It's backed by MailChimp. What I should do is place a unique cookie, then on the confirmation page, use it to provide referral links. Mine's running on WordPre
20.
▲
by
cuppster
16y ago
I'll take a mortgage-reduction bomb any day...
21.
▲
by
cuppster
16y ago
Around 9, started with the VIC-20 and a stack of BASIC programming games books - still love those crossword generator programs!
22.
▲
Show HN: My Personal Delicious (clone) using WordPress
3 points
by
cuppster
16y ago
|
0 comments
23.
▲
by
cuppster
16y ago
I see the fight now moving to the "managed services" space. As Netflix warned earlier, this is where ISP start to really cash in and squash competition, and there's nothing in these new rules that watchdog that.
24.
▲
by
cuppster
16y ago
Today I put together a WordPress plugin/theme to import delicious bookmarks and make them browsable at http://b.cuppster.com/ and a little write up at http://goo.gl/7lus7 Anyone interested in me posting this code? turning it into a coll
25.
▲
by
cuppster
16y ago
I like the idea of us taking our own bookmarks and re-importing them into a new system, then getting it to work (optionally) in a network (maybe syncing based on friend/follow relationships) on any domain we like...
26.
▲
by
cuppster
16y ago
I'm writing a Wordpress plugin right now to import del. bookmarks. Stop gap, but could be fun. Will do a theme to go with it...
27.
▲
by
cuppster
16y ago
Surprised Visa and Mastercard didn't do something more evil... like raise their APR to 19.99%
28.
▲
by
cuppster
16y ago
The native app's loading times are WAY to annoying to use it regularly. The spinner always needs to run for 10 seconds or more on my mobile before showing content. I'm sticking to the web-version for now...
29.
▲
by
cuppster
16y ago
The checksum at the end of each line saved my *ss. I don't know how I could have typed in the machine code to the C-64 Red Baron game without that!