Skip to content

Instantly share code, notes, and snippets.

View Jabbslad's full-sized avatar

Jamie Atkinson Jabbslad

  • London, UK
  • 04:09 (UTC)
View GitHub Profile
@Jabbslad
Jabbslad / golang-setup.sh
Created September 3, 2014 12:48
Setup Golang
brew install go
mkdir $HOME/go
echo -e "
export GOPATH=$HOME/go
export GOROOT=$(go env GOROOT)
export PATH=$PATH:$GOPATH/bin:$GOROOT/bin" >> $HOME/.bash_profile
brew install hg
source $HOME/.bash_profile
go get code.google.com/p/go.tools/cmd/godoc
go get code.google.com/p/go.tools/cmd/vet

Keybase proof

I hereby claim:

  • I am Jabbslad on github.
  • I am jabbslad (https://keybase.io/jabbslad) on keybase.
  • I have a public key whose fingerprint is 527F 74A4 8BF8 15F3 1D7B EDD0 252E 06A2 124A EE49

To claim this, I am signing this object:

Verifying that "jabbslad.id" is my Blockstack ID. https://onename.com/jabbslad

Ten seconds to ponder if a thread is worth it

recording

A userstyle that makes you wait ten seconds before entering a Hacker News thread. I use stylus to manage mine.

.subtext {
  display: inline-block;
 background: linear-gradient(to left, transparent 50%, #f60 50%) right;
@Jabbslad
Jabbslad / monorepo-blog-post.md
Created January 31, 2026 22:10
The Great Monorepo Unbundling: Why Big Tech is Fragmenting for the AI Agent Era - Guest Author: Stephen Bennett

The Great Monorepo Unbundling: Why Big Tech is Fragmenting for the AI Agent Era

Guest Author: Stephen Bennett


There's a quiet revolution happening in the engineering departments of the world's largest technology companies. According to recent industry chatter, FAANG-style organisations are actively refactoring their legendary monorepos — those massive, unified codebases that have been the backbone of their engineering culture for over a decade.

The reason? They're preparing for what insiders are calling "infinite agent code."