Viewing profile — gabrielgrant
gabrielgrant
HN member- Joined
- Tue, Oct 19, 2010, 1:38 AM UTC
- HN karma
- 114
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About gabrielgrant
No profile information was provided.
Recent public activity
-
comment
Comment #35100223
I don't believe the bankruptcy clawback provisions you're referring to apply here, because this is an FDIC conservatorship/receivership, not a bankruptcy proceeding. I don't fully …
-
comment
Comment #34253569
to be clear: you're calculating embeddings based on the timestamped transcript, yes? or are you doing something with the actual video content? what are you using for the embeddings…
-
comment
Comment #30773700
tl;dr?
-
comment
Comment #21033384
Actually, "Year of Birth" appears to be one of the voter file fields too. Not quite the same as an exact birth date (esp for identity theft purposes), but useful for demographic ta…
-
comment
Comment #18747212
It's interesting how concerns around the long-term effects of EMF exposure that we heard about fairly frequently in the early days of widespread cell phone usage seem to have virtu…
-
comment
Comment #13730272
From both the blog post and the website, it's not clear to me what this buys me over plain Docker (or possibly Docker + Compose). Is this a Compose competitor?
- story
-
comment
Comment #10500111
You're absolutely right. That's why Lessig's proposed Citizen Equality Act has multi-member districts with ranked choice voting (effectively ending gerrymandering) as the second ma…
- story
-
comment
Comment #8684625
I saw that same presentation at the same event, but came away with a very different impression: the container management they showed was implemented completely outside of docker it…
-
comment
Comment #8634578
How do these compare to https://www.wisebanyan.com ? It seems to be roughly the same idea, but without any fees at all (I haven't used any of them, so I'm likely missing something)…
-
comment
Comment #5447215
EmberJS: http://emberjs.com/ It's primarily author is Yehuda Katz, the man behind (much of) Rails 3
-
comment
Comment #4148188
ZeroRPC uses Gevent for concurrency Faults are handled differently depending on whether they are ZeroRPC-layer errors or application errors. To maintain the integrity of the connec…
-
comment
Comment #4127009
While you're right that EC2 is pretty close the metal, dotCloud starts at a very different level of abstraction. On most VPS providers (as with dedicated hosting) the first questio…
-
comment
Comment #4085057
I see there being two, somewhat distinct, categories of players: those with a realtime-first, focus (Meteor, Firebase and, now, dotCloud.js) and those that take more of a tradition…
- story
-
comment
Comment #3946323
To clarify: the dotCloud pricing hasn't actually changed yet , the new pricing has been released to a limited group to collect initial feedback, and will likely be altered before i…
-
comment
Comment #3860945
Either of the two workflows you mention are easily doable with dotCloud. Building locally (as you do today) should be fine: the dotCloud command line client uses git or hg (whichev…
-
comment
Comment #3837989
The default behaviour at these trade show/exhibit hall events (stand behind a table, look pretty and hand out swag) has always struck me as a colossal waste of time and money. This…
- story
-
comment
Comment #3751274
The main problems I ran into when upgrading were with the new timezone support, but it was easy to just disable it (set `USE_TZ = False`) until I have a real need for the feature (…
-
comment
Comment #3731682
Awesome! Any docs changes we could make to avoid others hitting the same problem?
-
comment
Comment #3730776
I'm really surprised and sorry to hear that. We usually have pretty prompt support replies, and generally give really thorough answers, since support is mostly handled by core engi…
-
comment
Comment #3730715
Sorry to hear things that you're having trouble with dotCloud. A couple quick questions: First, which requirements are you putting in your dotcloud.yml? In general, pip-installable…
-
comment
Comment #3730615
dotCloud definitely simplifies deployment over raw AWS, but does cost a bit more on a per-resource-unit basis (understandable, given the platform's value is primarily in the time-s…