sgtfrankieboy | 3 years ago | on: Paginating Requests in APIs (2020)
sgtfrankieboy's comments
sgtfrankieboy | 3 years ago | on: PranaDB – A distributed streaming database, designed to be horizontally scalable
sgtfrankieboy | 3 years ago | on: MCC (Master Chief Collection) Server Incident Summary
sgtfrankieboy | 4 years ago | on: Reasons Kubernetes is so complex
sgtfrankieboy | 4 years ago | on: We handle 80TB and 5M page views a month for under $400
sgtfrankieboy | 4 years ago | on: Debunking Cloudflare’s recent performance tests
A big reason is making sure the website behind it stays online. Having to deal with weekly/daily DDOS attacks yourself takes a lot of time.
sgtfrankieboy | 4 years ago | on: YouTube is about to pull its apps from Roku
sgtfrankieboy | 4 years ago | on: Firefox 93
sgtfrankieboy | 4 years ago | on: Self-driving Citroën Skate carries swappable pods for inner-city travel
sgtfrankieboy | 4 years ago | on: EU plans to force OEMs to use a common charger for all phones
I personally really wish for a flag ship phone like the Galaxy S21 Ultra that doesn't have such a huge camera array.
sgtfrankieboy | 4 years ago | on: FOSS app removed from the Play Store for linking to the project's website
They aren't going to force Google and Apple to have all apps?
sgtfrankieboy | 4 years ago | on: FOSS app removed from the Play Store for linking to the project's website
Apple and Google have too much control.
sgtfrankieboy | 4 years ago | on: How PostgreSQL aggregation works and how it inspired our hyperfunctions’ design
I was wondering if there plans for supporting Continuous Aggregates on Distributed hypertables? Its currently listed as not supported under the limitations docs page.
I think the two would fit together perfectly as it will allow users to aggregate very large tables.
sgtfrankieboy | 4 years ago | on: What's Inside the EU Green Pass QR Code?
sgtfrankieboy | 4 years ago | on: .NET 6 Preview 5
sgtfrankieboy | 4 years ago | on: One Fastly customer triggered internet meltdown
sgtfrankieboy | 4 years ago | on: Turn GitHub into an RSS Reader
sgtfrankieboy | 4 years ago | on: Build on Redis Hackathon
sgtfrankieboy | 5 years ago | on: Ask HN: Has Google search been worse at finding information lately?
Sometimes I have moments it only gives me Google books results for certain queries. Luckily I havent had that one in a while.
sgtfrankieboy | 5 years ago | on: We’re removing ads from Plato
Sentry: https://github.com/getsentry/sentry-java Bugsnag: https://github.com/bugsnag/bugsnag-android Exceptionless: https://github.com/exceptionless/opentelemetry-dotnet Rollbar: https://github.com/rollbar/rollbar-apple Raygun: https://github.com/MindscapeHQ/raygun4android
To just name a few.
Making the implementation details of pagination unimportant to the API layer the user uses.