platypii
No user record in our sample, but platypii has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
-
LLM logs are crushing my application logging system. We recently launched AI features on our app and went from ~100mb/month of normal website logs to 3gb/month of llm conversation logs and growing. Our existing logging…
- Show HN: Squirreling: a browser-native SQL engine (blog.hyperparam.app)
I made a small (~9 KB), open source SQL engine in JavaScript built for interactive data exploration. Squirreling is unique in that it’s built entirely with modern async JavaScript in mind and enables new kinds of…
-
I asked this on the Apache mailing list but haven’t found a good solution yet. Wondering if anyone has some ideas for how to engineer this? Here’s my problem: I have gigabytes of LLM conversation logs in parquet in S3.…
-
I’ve been doing data science for years, and am very familiar with jupyter notebooks and more recently been using duckdb a lot. But now I have this huge pile of output tokens from my 4090s, and it feels…
-
Tools like DuckDB Wasm and data engineering platforms like Iceberg leverage Parquet’s built-in indexing to very efficiently query files over the network. But as I’ve been building data tools myself, the stack gets…
-
There’s an important problem with AI that nobody’s talking about. AI’s entire lifecycle is tons of data in for training, and an even larger amount of text data out. Traditional tools can’t handle the sheer volume of…
- Lessons from Hyperparam's year of open source data transformation (blog.hyperparam.app)
-
How far can we push the browser as a data engine — not just for visualizations, but for curating and querying large datasets? Do we need traditional backend architectures? I wanted to see what happens when we treat the…
- The Quest for Instant Data (blog.hyperparam.app)
-
For the last year I’ve been developing Hyperparam — a collection of small, fast, dependency-free open-source libraries designed for data scientists and ML engineers to actually look at their data. - Hyparquet: Read any…
-
I started 6 months ago when I wanted to look inside datasets from Hugging Face. I was not satisfied with existing libraries. So, naturally, I built my own library from scratch. Parquet is a very complicated format. It…
- Algorithm Development is Broken (blog.algorithmia.com)