Viewing profile — hierro
hierro
HN member- Joined
- Thu, Nov 15, 2012, 12:11 AM UTC
- HN karma
- 75
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About hierro
Recent public activity
-
comment
Comment #11470013
I do remember using that tool to publish the very first aMule packages for Debian. I think it was called watchinstall.
-
comment
Comment #10498767
I don't think Xamarin has open sourced anything that they didn't have to. All tools developed exclusively by Xamarin are closed source (e.g. Xamarin build host, the Mono packager, …
- story
- story
-
comment
Comment #8576730
As others have said, the article is full of bias an political propaganda. It doesn't belong on HN and this user should be banned because all he submits is pro-Catalonia propaganda.…
- story
-
comment
Comment #8478951
It's free and available for both Windows and Mac and you can download it at http://subtitlesapp.com (disclaimer: I'm the developer).
-
comment
Comment #7651745
We're using an internally developed ORM in Go and it saves us a lot of time. Pros: - Less typing, which means less bugs. - Type-checked queries, although this is technically not pa…
-
comment
Comment #7651622
You're right, the example does have a glaring bug - and I completely agree with you, examples should not include incorrect code. Just to clarify, maps can be read concurrently with…
-
comment
Comment #7502684
The tooling is excellent, but the author wasn't aware of it. In fact, the stdlib and the go.types repository provide almost anything required to write a front-end for a Go compiler…
-
comment
Comment #7502636
This is way more complicated that it needs to be. Use code.google.com/p/go.tools/go/types to process the AST and you'll get basically the same information that the compiler sees. W…
-
comment
Comment #7453082
Depends on the country. Most people in the eurozone use "10 €", not "€10". However, when adding SI prefixes most people would append the prefix to the amount, rather than prependin…
-
comment
Comment #7378606
Try http://subtitlesapp.com , it downloads subtitles by looking at the movie hash, so it gets perfectly synced subs 99% of the time.
-
comment
Comment #7340877
Please, don't ever send money nor coins to these guys, they're scammers. M4v3R used to run http://bitmarket.eu and lost all the users' coins while running some sort of (according t…
-
comment
Comment #7321453
Please, don't ever send money nor coins to these guys, they're scammers. M4v3R used to run http://bitmarket.eu and lost all the users' coins while running some sort of (according t…
-
comment
Comment #7321442
Please, don't ever send money nor coins to these guys, they're scammers. M4v3R used to run http://bitmarket.eu and lost all the users' coins while running some sort of (according t…
-
comment
Comment #7132541
We support hand written SQL queries, in fact we are using them because the ORM still does not have all the features like e.g. Django's ORM.
-
comment
Comment #7127478
I'll send a message to golang-nuts to announce it as soon as it gets released.
-
comment
Comment #7126465
We're about to release our Go web framework which, I think, implements all the features you're mentioning and a few more. We're aiming for a release in Q1, but getting everything c…
-
comment
Comment #7086650
I voiced my feedback before I left, several times in fact. Not that it stopped you from sending me emails asking why I was transferring the domains out.
-
comment
Comment #7086641
Not everyone is in US. See my comment at https://news.ycombinator.com/item?id=7086631 . If you want to claim an expense for something you bought in a shop, you need to ask for an i…
-
comment
Comment #7086631
In my experience, most US companies don't provide EU style invoices for everyone, but every single time I've asked for one, I got it, except for namecheap - and trust me, I asked m…
-
comment
Comment #7083613
Just a heads up if you're planning on using namecheap. I transferred a bunch of domains (around 70 or so) and they just refused to provide me with an invoice, so I couldn't deduct …
- story
-
comment
Comment #6421316
I have to disagree with that. We've been using graphicsmagick via cgo on memecrunch.com (alexa 30K, 8K in US) for 9 months and we're serving around 500K images per day on a single …