Live data from Hacker News

Viewing profile — hgimenez

hgimenez

HN member
Joined
Sat, Aug 29, 2009, 9:33 PM UTC
HN karma
96
Public activity
21 items

About hgimenez

No profile information was provided.

Recent public activity

  1. comment
    Comment #36989779

    Always awesome to see folks moving Postgres forward. Congrats on the launch!

  2. story
  3. 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 …

  4. comment
    Comment #5172421

    Author of MoSQL, did you consider just using the MongoDB FTW instead? https://github.com/citusdata/mongo_fdw

  5. 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…

  6. 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…

  7. comment
    Comment #4699083

    Followers are automatically provisioned on a different AZ than their leaders.

  8. 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 …

  9. 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.

  10. comment
    Comment #4252303

    No, neither of the starter tier plans (dev and basic) support PostGIS.

  11. 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…

  12. comment
    Comment #3912980

    highlight the file, then C-t

  13. comment
    Comment #3865052

    Who's this Linux Torvalds fella?

  14. comment
    Comment #3781853

    I really did not enjoy that.

  15. 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!

  16. 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…

  17. comment
    Comment #2728128

    gandi.net and dnsimple.com

  18. 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…

  19. 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/…

  20. comment
    Comment #1946352

    1. The Well Grounded Rubyist 2. Clean Code 3. Metaprogramming Ruby

  21. comment
    Comment #793646

    +1, vim hands down. Cross platform, powerful, lightweight, configurable, etc