Live data from Hacker News

Viewing profile — surfer7837

surfer7837

HN member
Joined
Tue, Aug 25, 2020, 11:13 AM UTC
HN karma
75
Public activity
47 items

About surfer7837

No profile information was provided.

Recent public activity

  1. comment
    Comment #38931134

    > Offline is very hard. A lot of bugs happened due to trying to make Horizon v1 work with flaky or very slow connections, and losing transactional consistency as a result. The SOTA…

  2. comment
    Comment #37616072

    Wouldn't that require a responsible body (ie a CA) to verify who they say are. Not sure that's needed for SSH

  3. comment
    Comment #37588491

    Docker is not a trust boundary CMV

  4. comment
    Comment #32388175

    Kind of hard to determine if you're a UK tax resident without some details, no?

  5. comment
    Comment #32142480

    No-one uses Elastic Beanstalk -- use ECS instead. With ECS Copilot you can do it in 1/2 commands.

  6. comment
    Comment #32142141

    Doubtful, especially on a 3G/4G connection. You're not an average user if you're on a Gigabit connection running the latest CPU

  7. comment
    Comment #32129514

    Nah this page load instantly for me, I like it. All Bootstrap websites look the same to me.

  8. comment
    Comment #31055145

    Appreciate it's just an MVP but I think there's a good niche you can go down. Big Data on AWS is such a pain to set-up (Glue, EMR, RedShift, LakeFormation), with IAM policies and r…

  9. comment
    Comment #30936818

    Just boils down to not optimising until you need to. Start with a 3 tier web app (unless your requirements lead you to another solution), then start with read replicas, load balanc…

  10. comment
    Comment #30712393

    GitHub/Gitlab allow you to rebase your commits when merging. We do that, but has the disadvantage of mucking up things for people who are using that commit. I personally think it’s…

  11. comment
    Comment #30225688

    That's the point. It's so they can pressure their government

  12. comment
    Comment #30120467

    No company is going to touch Virtualbox without a 10ft barge pole. The licensing is so easy to get wrong and before you know it you’re writing a cheque to Oracle’s legal department…

  13. comment
    Comment #30059885

    But wait until your master worker falls over and you have to promote your read replica. RDS handles everything for me, I just have to monitor it and be ready for any alerts from Pr…

  14. comment
    Comment #30058857

    > RDS. It’s slow and super expensive. I don’t want to worry about one-off queries or migrations. If you use only 5% of your server capacity you can afford to do inefficient things …

  15. comment
    Comment #29793649

    I made a minimal Jekyll theme. No advanced CSS or extra JS, and super light weight so any page loads quickly https://github.com/lewisrobbins/sebasic

  16. comment
    Comment #29717745

    This is only a good thing for us. More demand/competition should mean wages rise

  17. comment
    Comment #29409026

    Am doing it in Haskell. Every year I do it in Haskell, and then promptly forget half the language until I start it in December again

  18. comment
    Comment #29364063

    Don't create a Github account with your name then?

  19. comment
    Comment #29113520

    How can you protect yourself from file upload threats? It's basically the worst possible threat model -- executing complex user input that conforms to a spec that was written 20 ye…

  20. comment
    Comment #28826243

    We use Typescript and jest for the mocks. Probably about 10%, they’re very simple mocks, all they do is return success and in a few unit tests we make them return failure and then …

  21. comment
    Comment #28821709

    I prefer mocking my AWS calls, so much more lightweight and means exert developer doesn’t have to install local stack

  22. comment
    Comment #28346861

    Antifragile - Nassim Nicholas Taleb

  23. comment
    Comment #27935431

    You go on to AWS for their managed services like Fargate, DynamoDB, ECS, S3 etc. Have used OpenShift in the past and had endless problems with cluster stability (especially in 3.x)…

  24. comment
    Comment #27566070

    The VLSI I took for my EE degree was the hardest course by far. I did a digital logic project and the amount of time I spent looking at my traces and trying to figure out what went…

  25. comment
    Comment #27500658

    Doesn’t AWS Amplify basically do the same thing? That’s how I deploy my static site