Viewing profile — hgimenez
hgimenez
HN member- Joined
- Sat, Aug 29, 2009, 9:33 PM UTC
- HN karma
- 96
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About hgimenez
No profile information was provided.
Recent public activity
-
comment
Comment #36989779
Always awesome to see folks moving Postgres forward. Congrats on the launch!
- story
-
comment
Comment #5830226
(I work on Heroku Postgres) During the afformentioned "Sproc Hell", we were putting application logic in the database. Of course, this made perfect sense: it was secure because of …
-
comment
Comment #5172421
Author of MoSQL, did you consider just using the MongoDB FTW instead? https://github.com/citusdata/mongo_fdw
-
comment
Comment #4700328
A little-known feature of Postgres' streaming replication is Synchronous Replication or 2-safe replication, available from version 9.1 onward. It allows you to specify that a given…
-
comment
Comment #4699106
Postgres, as of 9.0, has binary log streaming replication built in, truth. Slony ad other logical replication solutions out there are quite hard to set up and come with their gotch…
-
comment
Comment #4699083
Followers are automatically provisioned on a different AZ than their leaders.
-
comment
Comment #4501078
JSON is much more powerful than hstore. Not only can it store different JSON data types (boolean, numbers) but also you can store documents with multiple levels deep, which is not …
-
comment
Comment #4272241
recent awesome discovery: you can use Inconsolata in your google docs to paste in code samples and whatnot, available from the Add Fonts item in the font picker.
-
comment
Comment #4252303
No, neither of the starter tier plans (dev and basic) support PostGIS.
-
comment
Comment #3917285
> Also, I'd hope they will give a few months warning before flipping the switch completely, similar to how the hoptoad/airbrake switch went. Funny you should say that, as I was inv…
-
comment
Comment #3912980
highlight the file, then C-t
-
comment
Comment #3865052
Who's this Linux Torvalds fella?
-
comment
Comment #3781853
I really did not enjoy that.
-
comment
Comment #3661009
So awesome that this is on HN. I've been to this site and it was truly amazing and magical and all those things. Viva Venezuela, nojoda!
-
comment
Comment #3442594
I've had to develop a system like this before. We were a data centric, mostly SQL shop. The idea was that the BA, CEO, and other devs could all implement the system for different c…
-
comment
Comment #2728128
gandi.net and dnsimple.com
-
comment
Comment #2082194
Not sure what you mean by "safe" by default. Speed and performance have nothing to do with security, if that's what you mean. The reason that the default Postgres configuration doe…
-
comment
Comment #2039147
akephalos is also worth a look, as opposed to env.js. We've had much better support for things like jquery live() using (a slightly hacked) akephalos: http://robots.thoughtbot.com/…
-
comment
Comment #1946352
1. The Well Grounded Rubyist 2. Clean Code 3. Metaprogramming Ruby
-
comment
Comment #793646
+1, vim hands down. Cross platform, powerful, lightweight, configurable, etc