Advertisement · 728 × 90

Posts by Matt Silverlock

Writing Python in 2025 is good, actually thanks to `uv` 😎

1 year ago 7 0 1 0
Preview
GitHub - elithrar/shootout.py: Run prompts against multiple Large Language Models (LLMs) and capture structured output. Run prompts against multiple Large Language Models (LLMs) and capture structured output. - elithrar/shootout.py

code: github.com/elithrar/sho...

1 year ago 0 0 0 0
Post image

I wanted a way to benchmark a bunch of LLMs from the CLI.

Wrapped @simonwillison.net’s llm library + had it ingest a config file specifying the models you want. It'll run them async (if the plugin supports it) and write the results out to JSON so you can review/eval/process.

1 year ago 2 0 1 1
https://github.com/jonesphillip/yogurt

Code, instructions to build it locally + deploy to your own @cloudflare.social account here: github.com/jonesphillip...

1 year ago 3 0 0 0
Post image

When one of the PMs on the team *builds a macOS app* that uses Workers AI to auto-transcribe notes from any system process, summarize them, and do it all privately within your own Cloudflare account 😎

1 year ago 10 1 1 0

Love this app from Notion (faces.notion.com). My previous avatar was from a Notion inspired Figma.

(Ship fun things!)

1 year ago 3 0 0 0
Post image Post image Post image Post image

More reading in 2025, starting with these:

1 year ago 4 0 1 0

Case in point: I like AI for prototyping, but… are we headed towards a monoculture because that’s all our tools support?

Do other libraries stand a chance? Do we get to try out new ideas?

I’m hoping the next big advance in LLMs enables more real-time knowledge (that isn’t just function calling).

1 year ago 2 0 0 0
Video

StarCraft (1998)

1 year ago 436 81 9 9
Preview
GitHub - matthewlynch/react-router-cloudflare-d1 Contribute to matthewlynch/react-router-cloudflare-d1 development by creating an account on GitHub.

Finally got around to open sourcing the template I use for React Router + Cloudflare

github.com/matthewlynch...

1 year ago 6 1 1 0
Advertisement

“podcasts” moving to video platforms and forgetting about audio only listeners: 🫠

1 year ago 2 0 1 0

DROP TABLE Dogs;

1 year ago 4 1 0 0

How do you get your clients into everyone else’s editors? 🙃

1 year ago 0 0 1 0

Right! Using the LSP is a far more accurate approach vs RAG. Tool calling the LSP to validate autocompletions and/or refactors would be huge.

Curious to understand who is pushing in that direction with the glut of AI-enabled editors.

1 year ago 2 0 0 0

Right, but that doesn’t help the masses: you now have to distribute (and incorporate!) those fine tunes to users too.

The most popular models/platforms don’t allow you to BYO LoRAs, so we’re back at square one.

1 year ago 1 0 1 0

USB-C is just the physical connector.

It’s entirely legal to ship a product with a USB-C connector that only supports USB 2.0 transfer rates and 15W PD, and even that’s arguable.

1 year ago 1 0 0 0

FWIW: I think LLM-enabled editors are powerful tools, but the “knowledge latency” of the most popular/capable models is pretty poor.

RAG helps but isn’t a true fix.

1 year ago 1 0 3 0

How do we experiment with new ideas, frameworks & ship new APIs as the reliance on LLMs increases?

Specifically: the current gap between training data (April 2024 for Claude!) means that there’s far more friction for users to try something new or different.

1 year ago 8 1 2 2

tried writing this blog 3 times but it’s really boring, so here’s the short version:

React won. Every mainstream f/w now implements its ideas, and developed their own ecosystems. The ones that didn’t, lost and died.

This implies there’s no _strong_ reason to not pick one of the other winners.

1 year ago 141 7 19 9
Advertisement

This includes scaling our metadata layer, driving our new Rust-based storage subsystem, and designing for our massively distributed network.

Expecting a decade+ of experience for this one.

Email me (silverlock @ cloudflare) if you’re serious.

1 year ago 1 0 0 0

If you’re an experienced engineering leader with proven capability in building, scaling and maintaining modern, bare metal storage infrastructure: come talk to us here at @cloudflare.social.

1 year ago 11 4 1 0

to me it’s similar to talking about programming languages, a good CLI, or even a great ratcheting wrench: an appreciation for great tools and QoL improvements that can come with them!

1 year ago 2 0 1 0
Preview
GitHub - elithrar/dotfiles: dotfiles for my macOS & Linux environments ⌨️ dotfiles for my macOS & Linux environments ⌨️. Contribute to elithrar/dotfiles development by creating an account on GitHub.

config & dotfiles here: github.com/elithrar/dot...

1 year ago 0 0 0 0
Post image

Swapped from iTerm 2 -> Ghostty. Super minimal config. Liking it so far: it really does just work + feel native.

1 year ago 8 0 1 0
RFC 3339 vs ISO 8601 Comparison between RFC 3339 and ISO 8601 date formats

… and before the ISO 8601 crowd replies: ijmacd.github.io/rfc3339-iso8...

1 year ago 2 0 0 0
RFC3339

RFC3339

When the docs engineering team picks the only correct date format:

1 year ago 4 0 1 0
Advertisement

Being a good writer has always been valuable, but in an era of bland AI slop I suspect that being able to write with an authentic, human voice is effectively becoming a super power

1 year ago 22 5 1 0

Half crispy (11 mins), half chewy (12.5 mins) 👨‍🍳

1 year ago 5 0 0 0

We’ve been working on making the new Model Context Protocol from @anthropic.com *really* easy to build against 👷

1 year ago 4 1 0 0
Preview
Lazy self-installing Python scripts with uv I frequently find myself writing my own short command-line scripts in Python that help me with day-to-day tasks. It’s so easy to throw together …

uv is really really really close to replacing about half a dozen tools (and making python the default scripting language)

treyhunner.com/2024/12/lazy...

1 year ago 24 2 1 1