Live data from Hacker News

Viewing profile — m4r

m4r

HN member
Joined
Thu, Apr 25, 2019, 7:32 AM UTC
HN karma
-1
Public activity
6 items

About m4r

No profile information was provided.

Recent public activity

  1. comment
    Comment #20506626

    So it's 10 seconds for 200kb? From my perspective its unacceptable, if your service is working with images, at least present them properly. Also, it loads more than 10 when you sta…

  2. comment
    Comment #20506213

    Open dev tools and select networking - this page performs so many concurrent requests to load images, it will never work on medicore connection using mobile device. It even fetches…

  3. comment
    Comment #20221556

    I see your point, however, function parameter lookup is present in all IDEs I've tried/worked with (VSC, Atom, Jetbrains'). Is boolean flags antipattern? Well, this all depends on …

  4. comment
    Comment #20214663

    Everyone that works in project A uses properly configured IDE, so when you take a look at code you'll actually see something like that: `getClient(liveMode: true)` instead of just …

  5. comment
    Comment #20023711

    Hard to suggest smth without details, but imo 256kb per message is a lot and enough. One thing I would consider is storing such "messages" payload on s3, and sending notification t…

  6. comment
    Comment #19745871

    I have little experience with teaching but here are my 2 cents: What I observed is that at some point any new developer grows in ego and starts to question. So it's better to absen…