favs.blue
  1. 1

    New post up! ✨

    Exploring AT Protocol with Python to visualize the #databs social graph!

    davidgasquez.com/exploring-at...

    Took less than 1 hour to get the data and plot it. Amazing what you can do with open APIs and great SDKs!

    108 20
    Nov 14, 2024
  2. 2

    Wrote about why the AT Protocol is the ultimate API for you and your agents!

    davidgasquez.com/atproto-agents

    We need more people building on the atmosphere!

    126 16
    May 18, 2026
  3. 3

    New data oriented file format just dropped.

    FastLanes, "like Parquet, but with 40% better compression and 40× faster decoding". 👀

    Seems it can exploit correlations between columns and have fully SIMD friendly encodings to help with vectorization.

    github.com/cwida/FastLa...

    70 15
    Jul 24, 2025
  4. 5

    In earlier eras of computing unreliable hardware forced system design discipline (checksums, retries, modularity).

    There is a lot of that we are rediscovering in the "Agentic Engineering" era!

    Wrote a small post about this idea.

    davidgasquez.com/reliable-unr...

  5. 6

    Wanted to write a Bluesky Python client this weekend. Realized there are a bunch of them much better written than I could! Sharing some of them.

    - https://github.com/jbn/psychonaut from @generativist.xyz
    - https://github.com/kiliczsh/gokyuzu from @kilic.bsky.social

  6. 7

    Behold is the Bluesky World!

    Got "The Bluesky Dataset" from @andrewconner.com and used Graphext (from @victoriano.bsky.social) to visualize all the connections. It looks beautiful! 😍

    The best thing is that you can explore it too! 👇

    https://public.graphext.com/fe28f76fe67518ab/index.html

  7. 10

    Inspired by @simonwillison.net llm-docs repo, I did a similar one compiling projects docs into single TXT files that can be fed to LLMs.

    Right now, it only has atproto docs but already been useful to me to answer random questions about the project.

    github.com/davidgasquez...

  8. 11

    A Python browser sandbox, by the @pydantic.dev folks!

    github.com/pydantic/pyd...

    Great to share small snippets of code (e.g: pydantic.run/store/c544b1...).

  9. 12

    Wrote a small post exploring different approaches to one of the most common tasks I perform as a data engineer.

    Getting data in batches from random APIs.

    davidgasquez.com/async-batch-...

  10. 14

    Wrote a post about debugging @dagster.io in VSCode / Cursor!

    If you're like me and use a lot of notebooks to write code, this might be a great alternative that relies on VSCode / Cursor debugger for a smooth development experience with Dagster or similar libraries.

    davidgasquez.com/debug-dagste...

  11. 15

    TIL about `uv tool install`! 🤦

    Previously, I was aliasing packages to `uvx package` and dealing with small lag (installing deps from cache). This is the perfect way to manage Python CLI tools.

    Installed llm, open-interpreter, and files-to-prompt.

  12. 18

    Cool to see @hypercerts.org on the What's Hot list of community lexicons! 🤩

  13. 20

    When people are pressured to meet a target value there are three ways they can proceed:

    1) They can work to improve the system
    2) They can distort the system
    3) Or they can distort the data

    — Donald Wheeler

    commoncog.com/goodharts-la...

  14. 24

    Excited about more people knowing about tools / ideas I've been working with in the last few years.

    - Content addressed storage
    - Fun data structures
    - Non blockchain decentralized networks
    - Local first approaches
    - Open protocols towards common digital infrastructure