Live data from Hacker News

Viewing profile — andremedeiros

andremedeiros

HN member
Joined
Thu, Aug 16, 2012, 8:33 AM UTC
HN karma
1,394
Public activity
82 items

About andremedeiros

EM of SRE Tools & Technologies at TELUS. Wants to be the Ted Lasso of computing. Loves mechanical keyboards, retro computers, coffee, spreadsheets, and you.

Recent public activity

  1. comment
    Comment #44936132

    Curious to hear about what prompts power this.

  2. comment
    Comment #42209244

    I would 100% vote for you!

  3. comment
    Comment #41602953

    That's totally fair feedback. Particularly optionality having been removed from proto2 to proto3 is confusing.

  4. comment
    Comment #41602889

    The default transport (gRPC) certainly is, but HTTP RPC translation/gateways are easily generated.

  5. comment
    Comment #41602647

    Gotcha. I think this might be where Protobuf falls short because you have to "source" the tooling for all its different outputs, but support for OpenAPI 3.0 spec generation has exi…

  6. comment
    Comment #41602584

    What does this do that Protobuf doesn't?

  7. comment
    Comment #40356704

    Amazon is great at a lot of things, but AI and Machine Learning aren't it. From what I saw when I worked there, they don't have the talent to produce their own models (which is, I …

  8. comment
    Comment #39521711

    I lived in Ottawa at the time these protests were going on. These people weren’t there to protest. They were there to antagonize.

  9. comment
    Comment #36863599

    There's an HN post that takes first place on my bookmarks bar, which is an Ask HN about the best paper people read in 2020 [^1]. Every once in a while I'll open it and browse throu…

  10. comment
    Comment #36718463

    Normal and acceptable are two very different things. Another post from earlier mentioned other shady practices from them, so I wanted to bring this up too.

  11. comment
    Comment #36717964

    I got tired of getting pings from Netflix, so I finally opened the app and tried looking for the setting to disable them. Apparently they opt you in to these by default, and the on…

  12. story
  13. comment
    Comment #36257756

    Keep in mind that this isn’t rooted in any specific best practices. It just felt right.

  14. comment
    Comment #36257412

    The Reddit API usage is as efficient as it can be, server wise, although I’d like to be proven wrong by them. As far as the app goes, an average of ~330 reqs/user/day is pretty goo…

  15. comment
    Comment #36257218

    HN is a whole other beast. A notification server would have to keep track of any replies to any of your comments / submissions in order to determine what to notify you about, purel…

  16. comment
    Comment #36257132

    All the comments in this thread are right. This specific scenario was about providing a consistent experience. All the work that this backend does could be done using iOS’ backgrou…

  17. comment
    Comment #36257070

    I would demolish a couple hot dogs right about now…

  18. comment
    Comment #36257040

    Theoretically it could do it all from the app, but it would have to resort to background updates, which are scheduled at iOS’ discretion. Christian was aiming for consistency, whic…

  19. comment
    Comment #36257013

    This is bang on.

  20. comment
    Comment #36256981

    I promise you this is very much what’s running in production.

  21. comment
    Comment #36256958

    This is an amazing way to look at it. Thank you for your perspective <3

  22. comment
    Comment #36256946

    I’ll be happy to once I sit down in front of my computer.

  23. comment
    Comment #36256933

    That’s how it worked, yes, but we went to great lengths to ensure that call had minimal impact on their end. The TLDR here is that we only ever requested new notifications (give me…

  24. comment
    Comment #36256884

    I’m never proud of my code haha. This could always be better. No specific design patterns either. The one fun thing I learned was about databases. Given enough records, a query pla…

  25. comment
    Comment #36256864

    Honestly, Lemmy would probably not need half this code. We wrote this to work with an entity that exists in a “come and get it” model. Lemmy being open source means we could build …