Viewing profile — jbrantly
jbrantly
HN member- Joined
- Wed, Jan 28, 2015, 2:26 PM UTC
- HN karma
- 129
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About jbrantly
No profile information was provided.
Recent public activity
-
comment
Comment #24038718
Derive Systems | Senior Software Engineer | ONSITE (remote until safe) | Denver, CO Derive Systems is a leading automotive technology company whose vision is to empower customers t…
-
comment
Comment #23703310
Derive Systems | Senior Software Engineer | ONSITE | Denver, CO Derive Systems is a leading automotive technology company whose vision is to empower customers to take control of th…
-
comment
Comment #22132104
I see lots of alternative suggestions here, but not much mention of PocketSmith. I just ditched Mint a couple weeks ago after using them for 10 years and settled on trying PocketSm…
-
comment
Comment #21423580
Derive Systems | Senior Backend & Data Engineers | ONSITE | Denver, CO and Orlando, FL Derive Systems is a leading automotive technology company whose vision is to empower customer…
-
comment
Comment #20648053
They just added it in preview within the last couple weeks.
-
comment
Comment #14548399
One problem with using fat arrow syntax like this is the method is no longer attached to the prototype so it's not shared across all instances and is less memory efficient. It also…
-
comment
Comment #14274993
I'm eagerly awaiting mobx-state-tree. Basically the best of both worlds. https://github.com/mobxjs/mobx-state-tree
-
comment
Comment #14109547
Really looking forward to TypeScript support [0] as that's blocking me from using this in most of my work-related projects. Congrats to the team on 1.0! 0: https://github.com/prett…
-
comment
Comment #13746232
Totally agree. I have kids, and the book would certainly be inappropriate for them now. That said, the simple solution is to wait until they're old enough before exposing it to the…
-
comment
Comment #13572502
I used to play minesweeper so much I would dream about it. I recently went looking for a replacement and found Hexcells Infinite which has really filled the gap. All puzzles are so…
-
comment
Comment #11787660
> as there is zero statutory right to use even a millisecond of someone else's recording for any purpose whatsoever. Just to be clear, by "any purpose whatsoever" you mean for a re…
-
comment
Comment #11767449
Exactly. I want my app server and my db server to be as close as possible. That's why services like Compose and ElephantSQL offer just that. So then it comes down to performance/pr…
-
comment
Comment #11766834
Not that it necessarily should, but the article did not really address why they were moving away from RDS. Was it cost, performance, other issues? I've been trying to compare RDS f…
-
comment
Comment #11754202
According to this[0], IE10. 0. http://caniuse.com/#feat=flexbox
-
comment
Comment #11645036
I can second GeoNames. Sometimes it's hard to beat free. We take a couple files from their dump[1] (primarily the city data) and import into a database. We can then geolocate a lat…
- story
- story
- story
-
comment
Comment #10993382
I don't think this applies. I don't believe anybody else was doing what TypeScript does when it was released, that is JavaScript + Type Safety. Even today the only other real conte…
- story
-
comment
Comment #10882998
Thank you for both of your replies
-
comment
Comment #10882431
Is there a feature comparison with Pixi somewhere? Why would one pick StageXL over Pixi, for example?
- story
-
comment
Comment #10881113
That benchmark is amazing. I remember wanting to prototype an HTML5 tower defense game a number of years back but couldn't overcome the performance issues as more and more sprites …
-
comment
Comment #10655687
You don't actually have to use the transpiler features of TypeScript if you set `--target` appropriately. And Flow has the same problems regarding language features. Flow doesn't j…