Viewing profile — etanol
etanol
HN member- Joined
- Tue, Aug 23, 2011, 5:15 AM UTC
- HN karma
- 141
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About etanol
No profile information was provided.
Recent public activity
-
comment
Comment #16175705
I didn't take a deep look, but it reminds me to Bret Victor's proposal on "Inventing on Principle" from 2012: https://vimeo.com/36579366
-
comment
Comment #15847597
> this is an unfortunate blow to Python Just as unfortunate as how Python turned its back to Mercurial
-
comment
Comment #15765242
In Spain, Amazon was the major retailer introducing the Black Friday to the local masses. During the next few years, other sellers joined the trend pushing it even more. This year,…
-
comment
Comment #14650902
> Copying files onto a USB stick requires physical proximity, and is uncomfortable for transferring long-term secrets because flash memory is hard to erase. Copying files with ssh/…
-
comment
Comment #13205253
Not to undermine its merit, but most of the dirty work and heavy lifting is done by its dependencies: https://github.com/kennethreitz/maya/blob/d57a78c6bc6b5295f7... And i18n suppo…
-
comment
Comment #12666130
How about Tk? Is it or will it be implemented?
-
comment
Comment #10448817
Spoken language is backed by other optional channels of information: * Audio: speaker controls tone, speed and emphasis * Video: body language * Feedback: listener can acknowledge …
-
comment
Comment #9793008
Related project: https://github.com/replit/empythoned It's a pity it didn't get more traction. The effort invested seems a bit more worthwhile.
-
comment
Comment #8846368
By the same principle, this girl will be also pulled of a CS degree becase the man will be frustrated again that she will be stuck wasting her time in college taking yet another se…
-
comment
Comment #8733030
This is one example of what happens when the population gives absolute power to a single political party: lobbying paradise. We spaniards have the politicians we deserve.
-
comment
Comment #7029540
Or Hy: http://docs.hylang.org/en/latest/language/api.html :-]
-
comment
Comment #6184720
Calling yourself a software engineer implies an software engineering degree. Otherwise you would be a liar. I bet not many people have the guts to call themselves mechanical engine…
-
comment
Comment #6156117
I can't see any mention of the new asynchronous programming support presented by Guido in this year's PyCon. Has it been discarded from this release?
-
comment
Comment #5825367
He took it to his local computer repair shop. The geeks there went to work. In the course of their work they found a number of images of naked children. I want to believe that the …
-
comment
Comment #5771857
I think you can customize most parts of the Web UI: http://www.fossil-scm.org/fossil/wiki?name=Cookbook#css
-
comment
Comment #5771825
The size issues of the SQLAlchemy repository come from the way Mercurial handles copies and renames. I prefer Mercurial because is much easier to use but this file rename issue alw…
-
comment
Comment #5771781
Too bad there are no comments on the blog: SQLAlchemy's issue repository will remain hosted on Trac; while a Git repository can be mirrored in any number of places, an issue reposi…
-
comment
Comment #5760255
It is interesting how SQLite is so well known but de SCM built on top of it, Fossil, and by the same author did not catch so much.
-
comment
Comment #5567600
It is the kernel the one that interprets shebangs, not the shell: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...
-
comment
Comment #5373779
I think that there is some abuse of the term real-time these days: http://en.wikipedia.org/wiki/Real-time_computing
-
comment
Comment #5278316
Read carefully: "sudo -i" to replace "sudo su - root". You should check the "su" manpage and look for the -/-l/--login option.
-
comment
Comment #5274484
So I've read, congratulations! It's just that these things always remind me to a Simpsons episode: http://en.wikipedia.org/wiki/Girls_Just_Want_to_Have_Sums Hence my whining. I hop…
-
comment
Comment #5272136
This kind of gender segregation makes me sad. So many years fighting for women to have the same rights as men, and now it turns out that IT, the youngest technology of all, suffers…
-
comment
Comment #5168172
Well, there is still one use case where IE is indispensable : http://www.bourkedesign.com/wp-content/uploads/2010/10/ie-po...
-
comment
Comment #5147769
«An asynchronous, event-driven architecture based on highly optimized coroutine code scales across multiple cores and processors, network cards, and storage systems.» It may be a d…