This is part of my March update. I also got accepted into Anthropic's Claude for Open Source program, and welcomed a new GitHub sponsor! Both of which I deeply appreciate ๐
More RDoc improvements (RBS signatures, coverage) are coming too.
st0012.dev/updates/marc...
Posts by Stan Lo
RDoc server mode with live reload is almost ready for ruby/ruby. Currently `make html` takes 30-60s and you have to rerun it after every change. With `make html-server`, you get instant live reload.
(Just found a bug with page links, but it's getting there)
Here is a demo:
This is just RDoc displaying rbs sigs it can find.
For Ruby core stuff, we already have many signatures included in the rbs gem, so docs.ruby-lang.org will display them along with the docs.
For other projects, it reads either inline rbs doc on top of the method, or reads the .rbs files.
WIP: adding rbs sigs to Ruby documentation
First Ruby LSP beta got released with partial migration to Rubydex ๐
github.com/Shopify/ruby...
Indexing our Rails application (+ dependencies) currently takes 12s with Ruby LSP's internal indexer.
Rubydex does it in 2s ๐ฏ And I think it's even doing more work.
I joined RubyCentral to release a postmortem, and today I'm delivering my report on what happened. The hope is to provide more transparency and closure, 194 days since the incident on September 18.
I've named the incident "RubyGems Fracture." Read my report. #ruby
rubycentral.org/news/rubygem...
Thanks for sharing cctop!
๐
New post by Jacob about recent heap modeling optimizations in ZJIT :D
railsatscale.com/2026-03-18-h...
Thanks, I'm very fortunate to have passed Anthropic's OSS program last Friday ๐
#UkrainianView
I remember the news abt this
Ukrainians:
Mariupol Drama Theater hit. People under the rubble.
russians:
WE HIT AZOV NAZIS... oh shi.
(delete post)
Ukronazis hit Theater with civillians!!!
global media: Mariupol Drama Theater is destroyed. Both sides blame each other.
A small improvement coming to IRB soon:
Yesterday I released cctop v0.11.0 with a redesign and 4 color schemes!
If you want a lightweight macos app to help you monitor Claude Code/opencode sessions with keyboard navigation, give cctop a try:
github.com/st0012/cctop
This is great news but ruby-lspโs indexer has many known limitation, including performance issues. So weโve been building a new indexer to replace it. And it will come with a default MCP server tailored specifically for LLM agents.
Only my ego was hurt in the making of this video.
โ32yr old software engineer training hard to not be replaced by AIโ - week 2
Server mode with live reload is coming to RDoc:
Building something cool for my calisthenics training:
Not on slabs ๐
โ32yr old software engineer training hard to not be replaced by AIโ
I donโt really want to go either.
Iโm back to speaking at RubyKaigi this year!
It's been released!
github.com/st0012/cctop...
Do you know RDoc now has syntax highlighting for bash command ๐
Per @ufuk.dev's request, OpenCode support coming soon!
It's signed and notarized by Apple, so you can directly install and use it with:
```
brew tap st0012/cctop
brew install --cask cctop
```
Or learn more in: github.com/st0012/cctop
I used Claude Code to build a tool for managing CC sessions.
cctop sits in macOS menubar and shows real-time status of every session: idle, working, waiting for input, or waiting for permission.
You can then one click jumping to the right VS Code/Cursor window.
Link ๐