Live data from Hacker News

Viewing profile — dchesterton

dchesterton

HN member
Joined
Fri, Apr 10, 2015, 12:56 AM UTC
HN karma
51
Public activity
17 items

About dchesterton

No profile information was provided.

Recent public activity

  1. comment
    Comment #33337124

    That’s not accurate on quite a few counts. - University is definitely not free, at least in England. Fees are £9k per year. Interest rates are high and you don’t have to pay it bac…

  2. comment
    Comment #30185995

    A well-designed home automation system will still work with manual controls and/or if the system is offline. I have smart devices everywhere yet I can still adjust the thermostat m…

  3. comment
    Comment #15088874

    I've been using Apple Maps in the UK for the past year after buying a car with CarPlay. I also used it in hire cars in a couple of other European countries. It's pretty good. Traff…

  4. comment
    Comment #14864467

    I think the author was suggesting that many web apps are moving towards having a large frontend built in React/Vue. Therefore they don't need such a heavy framework as Rails on the…

  5. comment
    Comment #12538969

    I'm not so sure. My bank would accept an address change over the phone for 'telephone banking' customers, which is no more secure than an in-app chat. Even if they required me to u…

  6. comment
    Comment #12538777

    I've recently moved home and these are the steps I had to take to change my address with my current bank and Monzo. My bank: I look on their website which says I can phone up and d…

  7. comment
    Comment #11424488

    Yep, exactly. We're currently running the exact same code on both AWS Lambda and IronWorker, all that differs is a simple handler file. We're looking to add support for Microsoft's…

  8. comment
    Comment #11336391

    I traveled through Baku airport in Azerbaijan last summer which had body and luggage scanners at the entrance to the terminal. I wonder how long before this becomes the norm?

  9. comment
    Comment #11206080

    We're doing the same. I re-wrote our code over the weekend from sending solely through Mandrill, to splitting our traffic 50/50 between SendGrid and SparkPost. I'm going to impleme…

  10. comment
    Comment #11061120

    Browsers are adding support now: https://kangax.github.io/compat-table/es6/ . Upcoming Chrome releases will have 90%+ compatibility if you only care about bleeding edge browsers.

  11. comment
    Comment #10924927

    This could theoretically be achieved by either means. The question was specifically why a vertical landing is favoured over a cushioned inflatable landing. Musk has stated in the p…

  12. comment
    Comment #10924700

    They want to use this tech to eventually land rockets on other planets so the rocket needs to be able to land upright. Short term it might be easier to land on inflatables but they…

  13. comment
    Comment #10894653

    I find external dependencies much more reliable in the PHP world than JS. Most packages try to follow semver. Composer is one of the best dependency manager tools I've used and you…

  14. comment
    Comment #10857188

    > Oracle, Microsoft, Autodesk, MathWorks, Native Instruments These companies were generally fulfilling a niche which required a certain amount of complexity at the core of the appl…

  15. comment
    Comment #10704705

    Precisely. Just because a language lacks certain features available in other languages doesn't mean it's not 'good'. Things that are 'good' for me: Good concurrency primitives, sin…

  16. comment
    Comment #10481565

    Yeah, we connect with other services so we need the ability to programmatically re-schedule a function to run in ~5 minutes if it failed the first time.

  17. comment
    Comment #10478828

    We're using IronWorker and Lambda for a current project. Our (Go) code can run on either and we've designed the app to easily swap out the backend in case of service failure. Pros …