Live data from Hacker News

Viewing profile — MuppetMaster42

MuppetMaster42

HN member
Joined
Thu, Mar 09, 2017, 9:41 PM UTC
HN karma
11
Public activity
14 items

About MuppetMaster42

Computer Scientist. Cider Drinker. Motorcyclist.

Recent public activity

  1. comment
    Comment #35859664

    That works in a single person household. But once an extra person wants to use it then each person has to do the dance of re-pairing every morning - which can be painful if the oth…

  2. comment
    Comment #18979160

    It's really not though. If you look at the official yearly releases, you'll find that there have only been a few major changes since ES5 (aka ES2009): Async/await, modules (import/…

  3. comment
    Comment #18625937

    If you want to get double taxed, sure you can keep your Australian Medicare and private health insurance. As far as the ATO is concerned, unless you discontinue both, you're consid…

  4. comment
    Comment #18544068

    I agree wholeheartedly with your last point. At my last company they had no equity going in, and added it on Jan 1st a year later. When I spoke to the founders about raises for the…

  5. comment
    Comment #18503521

    Chrome throttles background JavaScript by default (disables requestAnimationFrame entirely, reduces allowed runtime to around 1% of real time, etc) [1]. However disabling it entire…

  6. comment
    Comment #18481444

    If you are being super paranoid... Unless the open source app is transparently built and app store deployed from a public build server, it's very easy for the owner to inject a bac…

  7. comment
    Comment #18305939

    I used to work at a startup which transitioned to lambda from ec2. We rewrote our backend from rest php to graphql typescript. I can tell you that it is amazing operationally. You …

  8. comment
    Comment #18280825

    When Google crawls your site, it doesn't know the difference between two urls with the same path, but with different GET params. Theres no way for them to know whether or not the e…

  9. comment
    Comment #17895622

    I'm the same. Anything I do, I make sure it's in typescript because I find it easier to write than standard js. Generics are a complex concept for people to grasp without some time…

  10. comment
    Comment #15668398

    At my startup we just bought 4 new 2017 13" MBPs. We bought some expensive USB c to HDMI adapters so we could connect two monitors to them. 3 out of the 4 MBPs have a fault which c…

  11. comment
    Comment #14580064

    We've recently started our transition from full rest to graphql. It's actually magical how much easier it is to do everything. We've used join-monster to handle the sql generation …

  12. comment
    Comment #14504565

    Service workers are in a separate layer to your app code. They're in another thread, they're subject to different memory/storage rules, they have access to a few extra apis IIRC. S…

  13. comment
    Comment #13842643

    This is what I've noticed as well. Most devs can't communicate for shit. Being able to just talk is often enough to get your foot in the door. It also has the added bonus of giving…

  14. comment
    Comment #13834026

    It's the same reason we don't have Burger King in Australia. We have Hungry Jack's. When burger king tried to start its brand in Australia way back when, they were unable to regist…