17
Shane da Silva
@sds #17
Building @warpcast and @farcaster. Previously Coinbase, Brigade, Causes.
35504 Follower 556 Following
Post a picture of yourself from a different era
Loading...
Citizen Kane
Movie · 1941 · ★★★★½
Has held up tremendously well, given our current times.
Movie · 1941 · ★★★★½
Has held up tremendously well, given our current times.
A brief discussion on why Farcaster uses little-endian and UTF-8 at the protocol level.
https://paragraph.xyz/@sds.eth/endianness-and-string-encoding
https://paragraph.xyz/@sds.eth/endianness-and-string-encoding
A new year's resolution is to write more technical blog posts about challenges we're working on for Warpcast + Farcaster. Here's a post discussing our migration from Faktory to our own hand-rolled job processing framework, and the lessons learned.
https://paragraph.xyz/@sds.eth/building-a-job-processing-system
https://paragraph.xyz/@sds.eth/building-a-job-processing-system
Taking a moment to reflect, I can’t help but marvel at the fortune that we have experienced as humans.
Yes, we have our challenges. There are things to be mindful of, even fearful of. But the universe continues to demonstrate that we are on a trajectory that is full of opportunity.
If there’s anything we need to embrace right now, it’s optimism. Wishing everyone a happy, healthy new year. Let’s make this next solar revolution meaningful, and keep this experiment going.
Yes, we have our challenges. There are things to be mindful of, even fearful of. But the universe continues to demonstrate that we are on a trajectory that is full of opportunity.
If there’s anything we need to embrace right now, it’s optimism. Wishing everyone a happy, healthy new year. Let’s make this next solar revolution meaningful, and keep this experiment going.
Been wondering when we would see thorium reactors for over a decade, as they are inherently safer than uranium-based reactors.
Sad the US isn’t leading the charge, but hopefully this prompts further investment.
https://spectrum.ieee.org/chinas-thorium-molten-salt-reactor
Sad the US isn’t leading the charge, but hopefully this prompts further investment.
https://spectrum.ieee.org/chinas-thorium-molten-salt-reactor
Using stored procedures for complex query patterns makes sense, but I don't have an intuition for the kind of query complexity necessary before seeing tangible benefits switching from prepared statements.
Glad someone is experimenting! https://github.com/pg-nano/pg-nano/
Glad someone is experimenting! https://github.com/pg-nano/pg-nano/
Fish just released their rewrite in Rust! A Herculean effort—very impressive.
https://fishshell.com/blog/rustport/
https://fishshell.com/blog/rustport/
We've released a simple tool for those running on AWS: https://github.com/warpcast/awsh
The Snapchain team has been running a number performance tests to identify and eliminate bottlenecks in the Rust implementation. These tests run in our AWS environment because of the quick setup+teardown convenience.
However, connecting to these instances and dealing with SSH keys in a security-conscious way has always been a pain, along with managing host key verification of a constantly revolving list of reused IP addresses. Why not get rid of the need for SSH client keys + host keys entirely?
AWS EC2 Instance Connect has the tooling, but it doesn't work like the ssh executable does so it feels clumsy. We've merged the tools with a simple script to make it easy to hop on boxes in your environment.
The Snapchain team has been running a number performance tests to identify and eliminate bottlenecks in the Rust implementation. These tests run in our AWS environment because of the quick setup+teardown convenience.
However, connecting to these instances and dealing with SSH keys in a security-conscious way has always been a pain, along with managing host key verification of a constantly revolving list of reused IP addresses. Why not get rid of the need for SSH client keys + host keys entirely?
AWS EC2 Instance Connect has the tooling, but it doesn't work like the ssh executable does so it feels clumsy. We've merged the tools with a simple script to make it easy to hop on boxes in your environment.
Recently switched from using Z-Shell for the past decade to Fish [1].
When paired with the Fisher plugin manager [2] and the Tide prompt plugin [3], it's been a much more pleasant experience than I was expecting.
Like many before me, I have synthesized my setup into a bootstrap script I can run on a brand-new mac and everything Just Works™—you can find it here, though I recommend you use it for reference and not for your personal setup, as it is very opinionated and changing often: https://github.com/sds/.files?tab=readme-ov-file#dot-files
It's a pretty stark departure from my prior solution, but after a decade the YAGNI principle [4] has really rung true for me—I spent far too much time making my configuration framework [5] customizable to an unnecessary degree.
[1] https://fishshell.com/
[2] https://github.com/jorgebucaran/fisher
[3] https://github.com/IlanCosman/tide
[4] https://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it
[5] https://github.com/sds/dot
When paired with the Fisher plugin manager [2] and the Tide prompt plugin [3], it's been a much more pleasant experience than I was expecting.
Like many before me, I have synthesized my setup into a bootstrap script I can run on a brand-new mac and everything Just Works™—you can find it here, though I recommend you use it for reference and not for your personal setup, as it is very opinionated and changing often: https://github.com/sds/.files?tab=readme-ov-file#dot-files
It's a pretty stark departure from my prior solution, but after a decade the YAGNI principle [4] has really rung true for me—I spent far too much time making my configuration framework [5] customizable to an unnecessary degree.
[1] https://fishshell.com/
[2] https://github.com/jorgebucaran/fisher
[3] https://github.com/IlanCosman/tide
[4] https://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it
[5] https://github.com/sds/dot
Pretty huge win for Rust if all unsafe functions can be formally verified.
https://foundation.rust-lang.org/news/rust-foundation-collaborates-with-aws-initiative-to-verify-rust-standard-libraries/
https://foundation.rust-lang.org/news/rust-foundation-collaborates-with-aws-initiative-to-verify-rust-standard-libraries/
Canadian Professor Erik Demaine recently proved that tiling with three polygons is undecidable—wow! 👏
https://erikdemaine.org/papers/ThreeTiles_CGW2024/paper.pdf
https://erikdemaine.org/papers/ThreeTiles_CGW2024/paper.pdf
Name a better duo that performed their own death-defying stunts without safety equipment. I'll wait.
46% of the new companies entering the New American Fortune 500 in 2024 were founded by immigrants or children of immigrants.
https://www.americanimmigrationcouncil.org/research/new-american-fortune-500-2024
https://www.americanimmigrationcouncil.org/research/new-american-fortune-500-2024
Loading...
As an immigrant, there's something deeply satisfying about the world's most valuable company being founded by an immigrant and headquartered in America.
https://www.washingtonpost.com/business/2024/11/05/nvidia-tops-apple/
https://www.washingtonpost.com/business/2024/11/05/nvidia-tops-apple/
I'm behind the times—apparently folks have been running Postgres on unikernels for quite some time†.
https://www.prisma.io/blog/announcing-prisma-postgres-early-access
https://nanovms.com/dev/tutorials/running-postgres-as-a-unikernel †
https://www.prisma.io/blog/announcing-prisma-postgres-early-access
https://nanovms.com/dev/tutorials/running-postgres-as-a-unikernel †

Prisma Postgres®: Building a Modern PostgreSQL Service Using Unikernels & MicroVMs
At Prisma, we believe that deploying a database should be as simple as adding a new page in Notion. Today, we are excited to share the first milestone towards this vision: Prisma Postgres® gives developers an always-on database with pay-as-you-go pricing, thanks to our unique architecture design.
www.prisma.io
Running Postgres as a Unikernel
This isn't the first time we took a look at running postgres as a unikernel. A few years ago one of our engineers took a look at how difficult it might be to port it.
nanovms.com
Switched over from Docker Desktop to OrbStack (https://orbstack.dev) on my mac for the last month, and a way better experience—well worth the small cost.
Warpcast's test suite runs almost twice as fast under OrbStack compared to Docker Desktop (running a few containers).
Warpcast's test suite runs almost twice as fast under OrbStack compared to Docker Desktop (running a few containers).
Was curious how much more radiation I was exposed to while flying, and was surprised by the magnitude of the difference.
This prompted looking into the trade off of increased exposure vs time saved. In short, for the occasional flyer: still totally worth it.
But if you go to the CDC, you’ll get a lot of facts…and no clear answers.
https://www.cdc.gov/radiation-health/data-research/facts-stats/air-travel.html
This prompted looking into the trade off of increased exposure vs time saved. In short, for the occasional flyer: still totally worth it.
But if you go to the CDC, you’ll get a lot of facts…and no clear answers.
https://www.cdc.gov/radiation-health/data-research/facts-stats/air-travel.html
Always wondered why I felt useless when trying to work on a plane.
What does the world look like when AI is funnier than a human?
https://www.youtube.com/watch?v=r6tH55syq0o
https://www.youtube.com/watch?v=r6tH55syq0o
Once DCs are decentralized, you won't need email. One day...
Loading...