Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hgimenez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hgimenez
3y ago
Always awesome to see folks moving Postgres forward. Congrats on the launch!
2.
▲
An interview on what makes Postgres unique: extensions
(craigkerstiens.com)
96 points
by
hgimenez
7y ago
|
14 comments
3.
▲
by
hgimenez
13y ago
(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 bound params and strict typing, it was fast because it avoid
4.
▲
by
hgimenez
14y ago
Author of MoSQL, did you consider just using the MongoDB FTW instead? https://github.com/citusdata/mongo_fdw
5.
▲
by
hgimenez
14y ago
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 commit must be durable on a standby server prior to the ser
6.
▲
by
hgimenez
14y ago
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 gotchas. A rock solid one command (cli)/click (web) is a whole di
7.
▲
by
hgimenez
14y ago
Followers are automatically provisioned on a different AZ than their leaders.
8.
▲
by
hgimenez
14y ago
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 possible on the hstore type. Having said that, hstore is per
9.
▲
by
hgimenez
14y ago
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.
▲
by
hgimenez
14y ago
No, neither of the starter tier plans (dev and basic) support PostGIS.
11.
▲
by
hgimenez
14y ago
> 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 involved in the hotpoad/airbrake transition and am now invo
12.
▲
by
hgimenez
14y ago
highlight the file, then C-t
13.
▲
by
hgimenez
14y ago
Who's this Linux Torvalds fella?
14.
▲
by
hgimenez
14y ago
I really did not enjoy that.
15.
▲
by
hgimenez
15y ago
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.
▲
by
hgimenez
15y ago
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 customers having slightly but sufficiently different business
17.
▲
by
hgimenez
15y ago
gandi.net and dnsimple.com
18.
▲
by
hgimenez
16y ago
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 does not perform well is that Postgres runs on a number of oper
19.
▲
by
hgimenez
16y ago
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/post/1658763359/thoughtbot-and-...
20.
▲
by
hgimenez
16y ago
1. The Well Grounded Rubyist 2. Clean Code 3. Metaprogramming Ruby
21.
▲
by
hgimenez
17y ago
+1, vim hands down. Cross platform, powerful, lightweight, configurable, etc