Viewing profile — rodrigoavie
rodrigoavie
HN member- Joined
- Wed, Jun 06, 2012, 9:14 PM UTC
- HN karma
- 368
- Public activity
- 128 items
- HN profile
- View on Hacker News ↗
About rodrigoavie
Recent public activity
-
comment
Comment #15031704
Funny, I thought about that too right after I wrote my comment.
-
comment
Comment #15030949
Protonmail fan and user here. Guys, honestly there are better ways to respond to customers and potential customers, without the patronizing tone. That can't possibly help.
- story
- story
- story
- story
-
comment
Comment #9467130
I tried my picture and it told me I looked 41. I am 21. Geez
-
comment
Comment #9390384
Wow, thanks for sharing. I wish I could live something like this, didn't even have to be such a rare animal. A humpback whale would do :)
-
story
Ask HN: Android Studio or Eclipse?
Hello everyone, I began studying Android development 3 weeks ago first with Eclipse because I have prior experience with it because of college, but every modern lib I try to add me…
-
comment
Comment #8423619
Sure it helps! Even if this database does not contain every city that I wanna check, it definitely helps. thank you very much
-
comment
Comment #8423611
thank you so much!
-
comment
Comment #8423610
thanks! That is exactly what I was looking for!
-
story
Ask HN: API to discover lat/long coordinates from a city name and country
Hi everyone, I have a list of city names say, all the cities in Germany, and I want to get lat/lng coordinates for each one of them. Is there any API I can use to get this kind of …
-
comment
Comment #8315783
Nice, what abou a Ruby wrapper for this API? Like this https://github.com/rodrigoalvesvieira/NYTimesAPI
-
comment
Comment #8299973
have some clean JavaScript instead of the old school jQuery? In our particular case the JS code is quite a mess, which of course could be fixed without getting rid of jQuery, but I…
-
comment
Comment #8299968
No, it is just that when the application grows too much, it is interesting to have the JS organized in a more standardized way, the MVC feature and two-way binding is very attracti…
-
comment
Comment #8299942
Wow! thanks
-
story
Ask HN: How to convince my boss to use Angular.js
Hi everyone, I work for a Brazilian mobile ad network that has two major Rails application and a lot of old school jQuery-based JavaScript that could be refactored into a Angular.j…
-
comment
Comment #8247935
Thanks!
-
comment
Comment #8217915
Thanks for the material. Anyone working towards translating the material?
-
comment
Comment #8196011
Thank you again, Steven Halim!
-
comment
Comment #8060656
Great article. I think that the main point is always being busy doing what you like, namely, in the "flow" the author describes.
-
comment
Comment #7935741
I work at an Brazilian mobile ad network running on Amazon AWS and our traffic is really intense. There are 13 developers in total in the team and none of them are DevOPS, which ma…
-
comment
Comment #7918964
thanks
-
story
Ask HN: how to develop a status page for a Rails app?
Hi everyone, I have a huge Rails app with many usage points: web interface, 2 APIs, etc. and I want to show a status page for this app, decoupled from the app itself, of course, li…