Viewing profile — clarete
clarete
HN member- Joined
- Tue, Mar 27, 2012, 11:37 AM UTC
- HN karma
- 188
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About clarete
github: clarete twitter: lincolnclarete
Recent public activity
-
comment
Comment #25991967
I'm excited to share a project that I've been working on. It is a tool that aims to be a friendly and powerful static HTML site generator backed by Org-Mode files. It should be ver…
- story
-
comment
Comment #14821678
I saw this on Reddit, lwn and now here and I didn't see anyone comment on license upgrades. when FSF released GPLv3 they migrated a ton of software from one version to another. alt…
-
comment
Comment #13043452
I'm not sure I'd count that source as valid after reading what they wrote in /brazil. The text has the same opinion as the media they rate as "partially free". They're defending th…
- story
- story
-
story
Show HN: Curdling – A faster Python package installer
Curdling is a package installer for Python just like pip. However, its concurrent design makes it much much faster than pip.
-
comment
Comment #6575370
Hmm, bad news. I'll work on polishing the new proxy support that is almost done in another branch, so we'll be able to use more reliable services for now. And then, when I have som…
-
comment
Comment #6574289
Yeah! Thank you for the contribution, I'll apply your patch and release another version as soon as I get the chance to open my computer!
-
comment
Comment #6573282
So, hackernews.el is actually a very simple front-end for the guy that really has to deal with hackernews. I'm using a library that I built on top of `ruby-hackernews`, you can see…
-
comment
Comment #6572838
Thank you man!
-
story
Show HN: Simple Hacker News Client for Emacs
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…
-
comment
Comment #6453867
First things that come to my mind: s3cmd: * might be considered more robust and battle tested as people already commented here; * is written in python, so if you have a python envi…
-
comment
Comment #6453832
Hi, thanks for asking! I definitely tried this guy before putting more effort on s3sync. Unfortunately their cli experience is really poor and its error report didn't help me under…
-
comment
Comment #6453642
Not currently! Please feel free to open a ticket about that! Thank you! :)
-
comment
Comment #6452454
So, basically, the main difference is the language they're implemented in. I started working on s3sync cause I found its code easier to read and I really needed to practice my ruby…
-
story
S3sync – Tool belt for managing your S3 buckets
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 spe…
-
comment
Comment #5488530
I don't think that there's any implications for that, but I'll probably relicense this library as MIT or at least LGPL pretty soon. I just used my default licence template, which d…
-
comment
Comment #5488524
I might be wrong, but I don't think that it's actually possible to mock built-in objects (written in C, not in python) using pytest. A very quick test would be trying to do somethi…
-
comment
Comment #5488406
I have two main use cases in my mind right now. 1) Making it easier to write tools for testing python code, like sure[0] and freezegun[1] 2) Prototyping new features for python wit…
-
comment
Comment #5488380
That's the idea. Everything to make testing easier! :)
- story