10677
Paul Berg

@prberg #10677

Co-Founder at sablier.com, and open-source developer. I have a broad range of interests, including longevity, epistemology, physics, and psychology.
261021 Follower 154 Following
Thank you @optimism for the Retro Funding reward 🙏

Feels good to get paid for open-source work.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/941031cb-e560-487a-0ad3-4ab6cca63100/original
The Ghibli version of this meme is hilarious
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/3aac68e0-21f5-430f-44f7-cffabb31b400/original
Interesting findings about creatine
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/ab4061d8-dedb-4c5a-d255-74ab86db2700/original
AI is wild.

I built the ByteGaze website in a few hours this weekend with Claude’s help.

Clean and responsive design powered by Tailwind CSS, dark/light mode, smooth animations, proper error handling—stuff that used to take me days, done in no time.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/12c7e3dc-63d3-44bc-3531-16c850768300/original
I built a dev tool called ByteGaze — try it at bytegaze.vercel.app

You can use it for visualizing Ethereum ABI-encoded data in a human-readable format.

It detects 4-byte selectors and splits the rest into 32-byte chunks for easier analysis.
/dev
Unsurprising — social media is great
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/1cc7d885-b1be-49a1-3ea9-d3c3df97b400/original
Bad: Not using LLMs

Worse: Using LLMs and trusting everything they say

Best: Use LLMs critically—assume they're as fallible as any person
Caffeine and alcohol dominate the drug landscape in Western societies at the moment.

But the design space of possible cultures is far broader.

A society shaped by psychedelics, for example, would likely be much more creative, peaceful, and tolerant.
.@safe should allow developers to build custom transaction interpreters, called Safe Lenses.

Like Safe Apps, but for decoding the ABI-encoded data on the transaction confirmation page.

There would be official Lenses, with the option to load custom ones as well.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/a69c799c-7936-4e58-4882-1de9a0f1eb00/original
An underrated reason why clear NatSpec documentation for your smart contracts matters!
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/451d2c1b-bbb0-4608-8dbb-3aa70cb65400/original
/dev
A table with the most common derivation paths for HD wallets:
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/485320ce-cfe3-4419-c87e-92f111c21000/original
Who's coming to ETHBucharest? 🇷🇴

Let's do a roll call 🙋‍♀️🙋‍♂️
Random Solidity tip:

Be careful when using immutables in the declaration of other constants or immutables.

The order of immutable variable declarations MATTERS.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/7fb8672f-58c6-4afc-3e3e-9928b916b600/original
/dev
It is a collective failure of our community that we kept using ERC-20 and its silly allowance mechanism.
The Pioneer's Dilemma

The impossibility of distinguishing true novelty from failed repetition.

As an entrepreneur, you can't know whether something failed because it’s fundamentally flawed—or because no one has done it properly, or at all, before.
Random Solidity tip:

Decorate your smart contracts with ASCII artwork.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/f79cf118-aca2-4b76-e313-68b716bbe800/original
/dev
Are there any EVM chains that do NOT use the standard ETH denominations (wei, gwei, szabo, etc.)?
/dev
It'd be pretty cool if Chainlink offered a user-defined value type for their 8-decimal price feeds.

Similar to how PRBMath offers UD60x18 and SD59x18.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/9f6f9111-e694-47fa-e02b-759d53dfb700/original
/dev
I wrote this little Git helper called `git done`:

1. You're on the feature branch `feat/foo`
2. The PR for `feat/foo` has been merged into `main`
3. With the alias below, running `git done` will:

Switch back to main.
Pull the latest changes.
Delete `feat/foo` locally.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/3b92d4b4-4f21-4573-d05a-1dc041470d00/original
/dev
If a web3 product deploys smart contracts for users, but those contracts are not open-source, there's zero accountability.

Neither customers nor the broader public can verify whether there have been any bugs in those contracts.
If your product doesn’t make it easy for users to request features or suggest improvements, you’re leaving a goldmine of feedback on the table.
I just found out about Biome — a dev tool that is both a formatter and a linter.

Bye, bye ESLint + Prettier setup 👋😊
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/20c754dc-fa9b-4793-819e-aa3ac8034a00/original
/dev
Some chains (e.g., Polygon) created a 'dual' ERC-20 representation of their native token (e.g., POL) to avoid a separate wrapper contract (e.g., WPOL).

Bad idea.

It's an unsafe design and it will 100% lead to exploits.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/94b21f19-56de-4ba1-4c48-c9288c9d7000/original
/dev
Sablier has a Bug Bounty Program that pays up to $100k for discovering critical bugs in our smart contracts.

Link in the replies.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/8ea04742-77ea-4386-d327-b1e1c6c94900/original