Bookmarks

Filter bookmarks by tag
  1. #database

    Why /dev/null Is an ACID Compliant Database

    /dev/null is web scale
    jyu.dev November 22, 2025
  2. #systems-design#low-level

    The hidden impact of cache locality on application performance

    Cache locality can have a major impact on performance. This post explores contemporary CPU cache algorithms, prefetching mechanisms, and other strategies to overcome the memory wall, plus an actual cache-aware experiment conducted on two CPUs.
    raygun.com November 22, 2025
  3. #event-driven

    The Transactional Outbox Pattern: Transforming Real-Time Data Distribution at SeatGeek

    Learn how SeatGeek uses the transactional outbox pattern to power real-time data distribution.
    chairnerd.seatgeek.com November 22, 2025
  4. #event-driven#systems-design

    It’s Time We Talked About Time: Exploring Watermarks (And More) In Flink SQL

    rmoff.net November 22, 2025
  5. #event-driven#systems-design

    Exactly-once Semantics is Possible: Here's How Apache Kafka Does it

    Exactly-once is a hard problem to solve, but we've done it. Available now in Apache Kafka 0.11, exactly-once semantics.
    confluent.io November 22, 2025
  6. #database

    Optimizing Materialized Views Recomputes

    Optimize Materialized View recomputes in Databricks. Learn to detect and fix full recomputes, improve incremental refreshes, and reduce costs with best practices.
    databricks.com November 22, 2025
  7. #geospatial#performance

    How We Built Uber Engineering’s Highest Query per Second Service Using Go

    How the Go programming language helped Uber Engineering build and scale our highest queries per second microservice, for geofence lookups.
    uber.com November 22, 2025
  8. #event-driven

    Internal consistency in streaming systems

    scattered-thoughts.net November 22, 2025
  9. #event-driven

    Consistency Guarantees in Data Streaming

    Understand the necessary consistency guarantees for a streaming data platform & how they ensure accurate data views.
    materialize.com November 22, 2025
  10. #geospatial

    Development of a Conflict Detection System for Air Traffic Control

    datascience.aero November 22, 2025
  11. #geospatial

    Hexagon Convolution for Data Smoothing & Forecasting

    Many applications which consume hexagon data need smoothing due to data. One common smoothing approach is based on k-ring. During Uber Open Summit 2018, engi...
    youtube.com November 22, 2025
  12. #devex#security

    We should all be using dependency cooldowns

    blog.yossarian.net November 22, 2025
  13. #geospatial

    Geospatial Indexing Explained: A Comparison of Geohash, S2, and H3

    Geospatial indexing, or Geocoding, is the process of indexing latitude-longitude pairs to small subdivisions of geographical space, and it is a technique that we data scientists often find ourselves using when faced with geospatial data. Though the first popular geospatial indexing technique “Geohash” was invented as recently as 2008, indexing latitude-longitude pairs to manageable subdidivisions of space is hardly a new concept. Governments have been breaking up their land into states, provinces, counties, and postal codes for centuries for all sorts of applications, such as taking censuses and aggregating votes for elections.
    benfeifke.com November 21, 2025
  14. #performance#systems-design

    Scaling up the Prime Video audio/video monitoring service and reducing costs by 90%

    The move from a distributed microservices architecture to a monolith application helped achieve higher scale, resilience, and reduce costs.
    web.archive.org November 21, 2025
  15. #networking#performance

    Surpassing 10Gb/s with Tailscale: Performance Gains on Linux

    Discover how Tailscale achieved over 10Gb/s throughput on Linux using advanced UDP segmentation and checksum optimizations. Explore benchmarks, results, and the innovations powering wireguard go's latest performance leap.
    tailscale.com November 21, 2025
  16. #database#kv

    RocksDB: Not A Good Choice for a High-Performance Streaming Platform

    We go over our findings when trying to use RocksDB as our storage engine
    feldera.com November 21, 2025
  17. #geospatial

    Simplify Spatial Indexing with the Power of H3

    Snowflake allows to leverage H3 hexagonal grids for advanced geospatial data analysis, enhancing BI tools and Python library integrations.
    snowflake.com November 21, 2025
  18. #geospatial

    Uber's Secret to Super-Fast Location Matching with H3

    How does Uber find your ride in seconds? In Part 1, we explored why traditional GPS searches are slow and how H3 geospatial indexing solves this with a hexagonal grid system. Learn how H3 outperforms squares and triangles in handling millions of ride requests per second.
    meronhayle.me November 21, 2025
  19. #geospatial#rust

    Harder, Better, Faster, Stronger version of Uber H3 in Rust: The Hydronium Project — grim7reaper

    grim7reaper.github.io November 21, 2025
  20. #geospatial

    Geospatial Indexing using H3 and PostgreSQL ~ Deepak Pradhan & Kshitij Raj Sharma

    This session was recorded live at State of the Map US 2025 in Boston, Massachusetts. Hosted by OpenStreetMap US, the annual State of the Map US conference is...
    youtube.com November 21, 2025