Viewing profile — andremedeiros
andremedeiros
HN member- Joined
- Thu, Aug 16, 2012, 8:33 AM UTC
- HN karma
- 1,394
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About andremedeiros
Recent public activity
-
comment
Comment #44936132
Curious to hear about what prompts power this.
-
comment
Comment #42209244
I would 100% vote for you!
-
comment
Comment #41602953
That's totally fair feedback. Particularly optionality having been removed from proto2 to proto3 is confusing.
-
comment
Comment #41602889
The default transport (gRPC) certainly is, but HTTP RPC translation/gateways are easily generated.
-
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…
-
comment
Comment #41602584
What does this do that Protobuf doesn't?
-
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 …
-
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.
-
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…
-
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.
-
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…
- story
-
comment
Comment #36257756
Keep in mind that this isn’t rooted in any specific best practices. It just felt right.
-
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…
-
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…
-
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…
-
comment
Comment #36257070
I would demolish a couple hot dogs right about now…
-
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…
-
comment
Comment #36257013
This is bang on.
-
comment
Comment #36256981
I promise you this is very much what’s running in production.
-
comment
Comment #36256958
This is an amazing way to look at it. Thank you for your perspective <3
-
comment
Comment #36256946
I’ll be happy to once I sit down in front of my computer.
-
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…
-
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…
-
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 …