blockiosaurus.bsky.social
@blockiosaurus.bsky.social
gm
November 15, 2025 at 2:58 PM
November 9, 2025 at 3:01 PM
Based on a true story
October 16, 2025 at 2:04 PM
Just one blind-signed transaction, to take the edge off.
October 10, 2025 at 2:59 PM
Do you actually need 50ms finality for onchain games, or are you just not using enough unskippable animations?
October 9, 2025 at 2:02 PM
October 8, 2025 at 11:58 AM
Happy "Grind Vanity Keypairs 24/7" Season for all those that celebrate
October 3, 2025 at 12:57 PM
Sometimes the right tool for the job is not the most performant one.
October 2, 2025 at 2:56 PM
I'm launching a TEE L1. Since I don't trust any of y'all the only node will be the old Pentium 4 on my desk.

Raising $100M at $10B valuation. Serious offers only
October 2, 2025 at 2:00 PM
👏Four👏Million👏Core👏NFTs👏

Don't let marketplace volume fool you. NFTs aren't dead, they've just changed. There are some huge gaming and utility projects in the pipeline.
October 1, 2025 at 3:59 PM
Hear me out
October 1, 2025 at 2:03 PM
If you build as only cdylib, the Rust compiler treats it as the final artifact.

LLVM & the linker can see an isolated program and say:
• “These functions aren’t exported → inline/merge/remove them!”

Make sure you set LTO to "fat" as well to max out optimization!
September 11, 2025 at 6:57 PM
When you declare multiple crate types, like shown below, Rust & Cargo compile the crate twice:
• cdylib → a shared library with a C ABI
• lib → an rlib archive for reuse by other Rust code

But we're deploying programs, so do we really need a reusable Rust lib?
September 11, 2025 at 6:57 PM
Dev Tips:
We just improved MPL Core performance by 7% with a one-line code change to the compiler config. Here's how.

It comes down to Link Time Optimization (LTO) and symbol visibility. Let’s break it down and show you how to similarly optimize your programs 👇
September 11, 2025 at 6:57 PM
gm CU fetishists
September 6, 2025 at 2:03 PM
gm (Genesis Morning)
September 1, 2025 at 1:59 PM
Who minted all the Token Metadata NFTs this month and more importantly, why?
August 26, 2025 at 2:56 PM
Steam used Summer Sale to test their sales infra

Amazon uses Prime Day to test their marketplace infra

Solana should have a Solana Summer period with free transactions and half price rent.
August 20, 2025 at 3:58 PM
gm
Khajit has NFTs if you have Coin
August 11, 2025 at 1:56 PM
gm
July 23, 2025 at 1:59 PM
I went to the Coldplay concert last night and can't believe what I saw on the kiss cam. Holy shit.
July 18, 2025 at 3:56 PM
gm
June 26, 2025 at 2:00 PM
Backed by a robust community and powering tools like Salesforce and Heroku's CLIs, oclif provides reliability, continuous improvements, and a wealth of knowledge.

With oclif, we can deliver increased developer bandwidth, with reduced shipping latency

github.com/metaplex-fo...
June 24, 2025 at 4:54 PM
If you're familiar with Core, you know we love plugins. Well oclif's plugin system is unmatched. Easily extendable commands means the community can build their own mplx plugins.

𝕏 Want a command that tweets after minting a token? Go for it
🔃 Want a SOL-LST converter? Easy
June 24, 2025 at 4:54 PM
We're using this at @breadheads_nft today. Play profiles, game streaks, referral codes, are all stored onchain. And because we use DAS instead of relying on slow gPA calls, the UX is smooth as 🧈.

Store data and use data in your programs, read it instantly on your frontend.
June 18, 2025 at 5:30 PM