Callum (@callum_codes) 's Twitter Profile
Callum

@callum_codes

Building things @anza_xyz 🚀 Advisor @solanalabs

ID: 220711512

linkhttps://linktr.ee/callum.solana calendar_today28-11-2010 16:29:01

4,4K Tweet

1,1K Takipçi

1,1K Takip Edilen

Callum (@callum_codes) 's Twitter Profile Photo

It is quite funny that Elon Musk made an LLM attempt to generate a wikipedia clone because his wikipedia page didn't mention his weight loss and strength training

It is quite funny that Elon Musk made an LLM attempt to generate a wikipedia clone because his wikipedia page didn't mention his weight loss and strength training
Callum (@callum_codes) 's Twitter Profile Photo

It's fun how in the last few weeks we've had the Helius (not that one) SOL treasury company, and the BSOL (not that one) SOL staking ETF

Callum (@callum_codes) 's Twitter Profile Photo

FYI the X app now preloads sites (incl their assets) that are linked in tweets, even if you never open the link If you value privacy, probably turn that off if you can or don't use the app

Callum (@callum_codes) 's Twitter Profile Photo

Fuck the situation in Sudan is grim thenewhumanitarian.org/news-feature/2… God only knows why the UAE are backing this

Callum (@callum_codes) 's Twitter Profile Photo

IMO the right architecture for a Kit helper lib is going to be built on transaction plans Takes very little code to get an API like this: const tx = await client.transaction({feePayer}).instruction(myInstruction) await client.sendAndConfirm(tx) Example here:

Callum (@callum_codes) 's Twitter Profile Photo

I guess if you use these AI code review things you're just meant to turn off github emails? Why are you emailing me draft comments you decided not to post 🙃

I guess if you use these AI code review things you're just meant to turn off github emails?

Why are you emailing me draft comments you decided not to post 🙃
Callum (@callum_codes) 's Twitter Profile Photo

We've added some instruction plan helpers to the solana-program/token JS client Create a new mint, mint/transfer to an ATA (creating it if needed) Now the example of creating + airdropping a new mint is this easy What other instruction plans should we add to the core program

We've added some instruction plan helpers to the solana-program/token JS client

Create a new mint, mint/transfer to an ATA (creating it if needed)

Now the example of creating + airdropping a new mint is this easy

What other instruction plans should we add to the core program
Callum (@callum_codes) 's Twitter Profile Photo

It's very funny to me that Elon Musk has both an LLM and a Wikipedia clone mostly because nobody else will talk about how fit he is

It's very funny to me that Elon Musk has both an LLM and a Wikipedia clone mostly because nobody else will talk about how fit he is
Callum (@callum_codes) 's Twitter Profile Photo

If you ever want to ruin someone's day, buy them a replacement watch strap for their Garmin They sell really easy to swap bands, but for some reason ship with one that's really awkward to replace

Callum (@callum_codes) 's Twitter Profile Photo

Protip: if you have an iOS app and it is expensify, disable that thing where it keeps reminding your users to review it before they do

Callum (@callum_codes) 's Twitter Profile Photo

Interesting interview with one of the ICC judges that has been sanctioned by the US: archive.is/7GkHN This sort of thing is a great argument for permissionless payment rails IMO You can't trust Visa/Mastercard/anything controlled by a US company any more than you can

Callum (@callum_codes) 's Twitter Profile Photo

Surprisingly if you throw a Fumadocs error at Copilot (tested with Claude Opus 4.5), it can figure it out + update the docs to fix Surprising to me because there's no useful line number, no relevant stack trace, and there's no typescript error or feedback loop in the editor