George Chiramattel
banner
georgeck.me
George Chiramattel
@georgeck.me
Lifelong learner | Exploring topics mostly related to technology & sharing knowledge.

Previously: Intuit Inc.
Pinned
Hi 👋,

Along with @annjose.com, I have been working on a side-project we're excited about - a bot that makes sense of the often overwhelming but informative Hacker News comments.

It's called Hacker News Companion @hncompanion.com

bsky.app/profile/hnco...
Reposted by George Chiramattel
If you’re on a Pixel 10 Pro / XL and your quick share isn’t updating for AirDrop compatibility, you can force the update via this link: play.google.com/store/apps/d...
play.google.com
November 20, 2025 at 9:10 PM
The new hardware announcements from #Steam appear to be quite intriguing. I enjoyed watching Dave2D’s YouTube review, which provides a comprehensive overview of all the three hardware.

Here’s the link to the YouTube review: www.youtube.com/watch?v=356r...
The New Steam Hardware is AMAZING!!
YouTube video by Dave2D
www.youtube.com
November 13, 2025 at 3:26 AM
Reposted by George Chiramattel
I’m hiring for the API Frontiers team at OpenAI! We take the latest breakthroughs from research and turn them into developer products - designing APIs that feel natural, powerful, and scale to billions of users.
November 12, 2025 at 9:15 PM
Reposted by George Chiramattel
If you want some video of the new Steam Controller and Steam Machine (a Valve-made PC for the living room!), check out this that @seanhollister.bsky.social and I made together!
November 12, 2025 at 6:15 PM
Reposted by George Chiramattel
Announcing: New @steampowered.com Hardware, coming in 2026:

Steam Controller
Steam Machine
Steam Frame. 

Watch our jazzy announcement video and wishlist now: steampowered.com/hardware
Steam Hardware
The Steam Hardware family officially expands in early 2026.
steampowered.com
November 12, 2025 at 6:03 PM
Reposted by George Chiramattel
⚡ ever wanted to download @stackblitz.com projects without opening the site?

you now can 🎉

🌐 web: replace stackblitz.com w/ stackblitz.zip in any edit url
🖥️ cli: `npx stackblitz-zip ` or `npx stackblitz-clone `
📦 npm: `npm i stackblitz-zip`

built for myself to grab repros from issues
November 12, 2025 at 5:15 PM
Visited Conservatory of Flowers at Golden Gate Park.

Always wanted to visit this place with a good camera.
November 11, 2025 at 7:41 AM
Reposted by George Chiramattel
Hacker News debated "Open Social," focusing on the AT Protocol vs. ActivityPub. Discussion covered AT Protocol's tech, its potential advantages, and the challenges of widespread adoption for decentralized social media. #OpenSocial 1/6
September 27, 2025 at 4:00 AM
Reposted by George Chiramattel
The viability of decentralized social media is questioned. Concerns arise about the inherent need for centralized aggregation points and the potential for a single entity to dominate even open protocols. #Decentralization 5/6
September 27, 2025 at 4:00 AM
Reposted by George Chiramattel
Hey Bluesky, I know how people here just LOVE everything AI, so I wanted to show you what @threepointone.bsky.social and I have been up to. We made an agent that calls MCP not as "tools", but by converting the tools into a TypeScript API, and writing code against that. blog.cloudflare.com/code-mode/
Code Mode: the better way to use MCP
It turns out we've all been using MCP wrong. Most agents today use MCP by exposing the
blog.cloudflare.com
September 26, 2025 at 1:33 PM
Reposted by George Chiramattel
✍️ How modern browsers work addyo.substack.com/p/how-modern... - my write-up on browser internals for web developers
How modern browsers work
A web developers guide to browser internals
addyo.substack.com
September 13, 2025 at 7:05 PM
Reposted by George Chiramattel
I gave a talk on modern React patterns, including concurrent features, Actions, and the new component, at @reactuniverseconf.com last week. Watch the talk here!
www.youtube.com/watch?v=I3As...
Modern React Patterns: Concurrent Rendering, Actions & What’s Next | Aurora Scharff at RUC 2025
YouTube video by Callstack
www.youtube.com
September 10, 2025 at 3:01 PM
Great!

Bluesky now supports bookmarks. Yay🎉
September 8, 2025 at 6:06 PM
Really liked how you set up a Signal link in your Bluesky profile so people can start a DM conversation with you directly.

I borrowed the idea and added a similar link from the 'about' page on my own site.
September 6, 2025 at 10:43 PM
Reposted by George Chiramattel
🔥 Today we're shipping something special at @platformatic: Next-generation flamegraph visualization for Node.js!

We've built a complete profiling ecosystem that makes performance optimization intuitive and actionable.

Let me show you what we've cooked up 🧵
September 2, 2025 at 4:42 PM
Reposted by George Chiramattel
🛠️ New Article: The Basics of Anchor Positioning

I wrote an article covering some basics of CSS anchor positioning. Really excited to share this one! 🤩

🔗 ishadeed.com/article/anch...
August 28, 2025 at 7:41 AM
Reposted by George Chiramattel
B-trees vs LSM trees.

Heap files vs clustered indexes.

So much to talk about!

Designing Data-Intensive Apps stream # 2 tomorrow, 9AM PST. Join in the fun on Youtube:

www.youtube.com/watch?v=LHWg...
Designing Data-Intensive Applications: Chapter 3
YouTube video by Benjamin Dicken
www.youtube.com
August 27, 2025 at 8:53 PM
Reposted by George Chiramattel
We’ve added a Queue Dashboard UI.

Easily manage your queued jobs with built-in concurrency control, without needing Redis or any external database.

Try it out in the v1.22.0!

Huge thanks to @ghansham for the countless feedback and support!
August 24, 2025 at 1:59 PM
If you are using the Vercel AI SDK and in the Vercel ecosystem, this sounds very interesting.

They allow you to bring your own keys. And, no added markup or middleman fees on model prices; you pay the model provider directly. That is pretty good 👏
vercel.com Vercel @vercel.com · Aug 21
Vercel AI Gateway is now generally available.

• Access hundreds of models
• Zero markup on tokens (including BYOK)
• No provider accounts needed
• High rate limits
• Failover for high reliability
• Sub-20ms latency
• AI SDK and OpenAI-compatible

vercel.fyi/ai-gateway
AI Gateway: Production-ready reliability for your AI apps - Vercel
AI Gateway, now generally available, ensures availability when a provider fails, avoiding low rate limits and providing consistent reliability for AI workloads.
vercel.com
August 21, 2025 at 11:14 PM
Reposted by George Chiramattel
I needed a simple S3 utility and didn't want to install aws-sdk, so I wrote one (~89 KB):

https://www.npmjs.com/pa...
August 20, 2025 at 9:10 PM
Reposted by George Chiramattel
A visualization on (how I think) neural network works, made with threejs and animejs

🔗 visualrambling.space/neural-network

I have so much fun learning and making this, so I think I want to keep going.
July 9, 2025 at 3:21 PM
Reposted by George Chiramattel
My hacker news bot has a new handle: @hot.hn
July 10, 2025 at 4:21 PM
Reposted by George Chiramattel
Introducing Bases, a new core plugin that lets you turn any set of notes into a powerful database.

Now available to everyone with Obsidian 1.9!
August 18, 2025 at 8:41 PM
Reposted by George Chiramattel
Just published a walk-through into creating your own did-method-web identity for ATProtocol! 🔧

Most folks use did-method-plc (the default), but there's another way that gives you more control in exchange for additional complexity and risk.

🧵👇
Creating a did-method-web Identity for ATProtocol
Creating a did-method-web Identity for ATProtocol posted by @smokesignal.events on 2025-08-18 14:00 UTC
blog.smokesignal.events
August 18, 2025 at 4:26 PM
Reposted by George Chiramattel
Today, we're announcing our first hosted infrastructure product: pyx, a Python-native package registry.

We think of pyx as an optimized backend for uv: it’s a package registry, but it also solves problems that go beyond the scope of a traditional "package registry".
August 13, 2025 at 6:24 PM