clarete
- Karma
- 188
- Created
- March 27, 2012 (14y ago)
- Submissions
- 0
Software engineer at Yipit.com, loves to deal with impossible infrastructure problems and study about unix and programming in general.
github: clarete twitter: lincolnclarete
- Client, Server, APIs (live stream about basic Internet architecture) (enginehere.com)
- Show HN: Curdling – A faster Python package installer (clarete.github.io)
Curdling is a package installer for Python just like pip. However, its concurrent design makes it much much faster than pip.
- Show HN: Simple Hacker News Client for Emacs (github.com)
I wrote this small client to read hackernews from my favorite editor. It's currently using an external HTTP API [0] but I'm working on my own proxy [1]. I'd love to actually scrape and cache all the info I need using…
- S3sync – Tool belt for managing your S3 buckets (github.com)
I started contributing to s3sync before hearing about the official amazon s3 tool written in python. However, after testing the official tool for a couple minutes, I decided to spend more time working on s3sync and…
- Show HN: Forbidden Fruit – Patch built-in Python objects (clarete.github.com)