Live data from Hacker News

Viewing profile — jbrantly

jbrantly

HN member
Joined
Wed, Jan 28, 2015, 2:26 PM UTC
HN karma
129
Public activity
39 items

About jbrantly

No profile information was provided.

Recent public activity

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

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

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

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

  5. comment
    Comment #20648053

    They just added it in preview within the last couple weeks.

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

  7. comment
    Comment #14274993

    I'm eagerly awaiting mobx-state-tree. Basically the best of both worlds. https://github.com/mobxjs/mobx-state-tree

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

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

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

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

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

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

  14. comment
    Comment #11754202

    According to this[0], IE10. 0. http://caniuse.com/#feat=flexbox

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

  16. story
  17. story
  18. story
  19. 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…

  20. story
  21. comment
    Comment #10882998

    Thank you for both of your replies

  22. comment
    Comment #10882431

    Is there a feature comparison with Pixi somewhere? Why would one pick StageXL over Pixi, for example?

  23. story
  24. 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 …

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