beeman 🐝

24K posts

beeman 🐝 banner
beeman 🐝

beeman 🐝

@beeman_nl

Open Source Evangelist. Nomad. Polyglot. Dev. Ops. Member @LaFamilia_so @MonkeDAO @islanddao Advisor @NOMADZxyz

🌏 Katılım Aralık 2007
1.4K Takip Edilen10.2K Takipçiler
Sabitlenmiş Tweet
beeman 🐝
beeman 🐝@beeman_nl·
Last weekend, a token was launched for one of my OSS projects: create-seed 🌱. I didn’t dismiss it. I took it seriously and tried to figure out whether a token could actually make sense around an OSS repo. My conclusion: most OSS repos should not be tokenized. Here’s why 🧵👇
beeman 🐝 tweet media
English
21
2
40
5.8K
Noah 🎈
Noah 🎈@redacted_noah·
Solana Foundation should use their resources to introduce a third validator client that’s as slow as can be included in consensus, preferably written in js. Every time someone complains about the direction of the foundation, they increase Slowlana’s stake by 0.5%.
English
5
0
9
224
beeman 🐝
beeman 🐝@beeman_nl·
@Adedamolajoke It may not be actual unfollows but bot accounts that get nuked from the platform.
English
0
0
2
40
AJ (UXDesignArc) ✨ is @ns
AJ (UXDesignArc) ✨ is @ns@Adedamolajoke·
Everyone: consistency is key, keep posting Me: loses followers every time I post
AJ (UXDesignArc) ✨ is @ns tweet media
English
4
0
12
178
beeman 🐝
beeman 🐝@beeman_nl·
I fully agree with that. If the right/most relevant people in our ecosystem think this is needed, it would be viable and get done. My goal is not to retire from working on this, but being able to go full-time, so I don't have to do any side work and can focus. Having the weight of Foundation behind it would also be good for distribution (this has been an important word this week lol) and ensure it got the right eyes on it in terms of UI/UX, features, security, etc etc etc. It would be a dream to work on this, just still not sure how to make it come true.
English
0
0
2
46
Steven (っ♡◡♡)っ
Steven (っ♡◡♡)っ@stevensarmi_·
@beeman_nl @trentdotsol @tobeycodes i suppose... i do think theres more than enough money in this space to go around to fund things and support oss efforts that are non revenue generating. The internet is built off open source, it only seems right to give back regardless of goals.
English
1
0
1
51
trent.sol
trent.sol@trentdotsol·
if foundation wants to vibe code shitty copypasta of things that already exist to use their "distribution" to "benefit" the ecosystem, right here > 12. All of the top wallets are still closed source. No progress made there, and seems like no one cares.
Noah 🎈@redacted_noah

It's been about a year, so I think it'd be fun to look back and see which of these complaints has been solved. 1. IDL infrastructure is even more of a mess now. There's now two sources of truth, the original PDA and now a metadata program. Unfortunately, the metadata program was built without first class support for IDL versioning. So, next time IDLs change major versions, expect more pain. 2. Parsing historical programs given the lack of IDL versioning/history is still a problem now, and with the added metadata program it's now slightly worse. 3. The read layer has improved substantially. Most rpc providers heavily index gPA, so it's not as bad (still bad). Indexers have gotten unbelievably reliable now, such that I trust running an entire UI off of indexed data. It's heavier, you have devops costs, but at least it works and you can customize to your heart's content. 4. Running an API powered by indexers is still somewhat pricey 5. Transaction sending and landing is more or less solved. I haven't had to think about this in months. Smooth as butter. 6. Anchor has gotten faster and they've fixed a lot of the issues that blow out memory. There's still a lot of improvements to be made here, and new frameworks/anchor v2 are coming. 7. CPI depth limit is set to be increased. So this will not be an issue for much longer. 8. TX size limits are set to be increased. So this will not be an issue for much longer. 9. Rent costs have gone down because SOL price shit the bed. Yay? They are also going to actually cut rent costs soon™ 10. All of the cNFT issues described still exist. These have mostly been solved by just not using cNFTs. Use core or token metadata nfts instead. 11. Errors have, for the most part, gotten better. There are still quite a few useless errors, though. 12. All of the top wallets are still closed source. No progress made there, and seems like no one cares. 13. Rust anchor client still sucks. 14. Explorers still have issues, but thanks to claude I built my own that solves most of the issues (explorer.chewing.glass) 15. The base RPC spec still sucks, but if you're okay with vendor lock-in, Helius has a ton of useful APIs. Transaction history. Ability to only fetch accounts that have changed since a given slot. Etc. 16. I actually haven't had a dependency hell issue in a few months, I also haven't upgraded anything. Maybe it's getting better? 17. I haven't had issues with preflight disabled transactions in a while. Not sure if they fixed these issues, or I just started simulating more often. 18. Running programs on a cron is largely fixed. I wrote tuktuk for this, and it's been running reliably for almost a year. Largely things seem to be getting better. I've noticed that a lot of the pain goes away if you shove all of your solana-related stuff into an API, and use that API from your various clients web2 style. You can leverage indexers for complex queries. You can change your program and IDLs without breaking all clients. You can record your own transaction history. Etc. I always had a dream that blockchain dev was a way to avoid devops costs and burden by running everything on decentralized infrastructure. We seem to have moved far from this ideal, web3 is just web2 with another kind of database. Doesn't look great for protocols outliving their parent companies, but as we've seen that almost never happens anyway.

English
10
1
40
3.8K
beeman 🐝
beeman 🐝@beeman_nl·
@stevensarmi_ @trentdotsol @tobeycodes I mean, I guess it makes sense considering the amount of potential revenue from a wallet aimed at this demographic is not what these teams are typically after. It took me a while and some reflection to see it this way.
English
1
0
1
49
Superteam UAE
Superteam UAE@SuperteamAE·
superteam uae is run by british, canadian, indian, & ukranian citizens - we are an example of this country's incredible diversity. its residents come from more than 200 countries. one of many reasons we call this place home
Superteam UAE tweet media
English
11
11
86
3.3K
beeman 🐝
beeman 🐝@beeman_nl·
I appreciate you getting back. The goal is to build a wallet and toolbox aimed at builders. It's an alternative to the great ecosystem wallets that are all: - closed source - work on a "trust me bro" basis (you can't check what they do with your keys) - auto-update (even without bad intent, there's a risk) - gatekeepers: you have to beg/negotiate to get a protocol integration. A wallet that's extensible by anyone and is open source would address most of these issues. Teams can develop wallet integrations, experiment with them, and get them in the hands of users without needing permission. People who want maximum security can fork the audited version, run it as their extension, and limit risks. I still think our ecosystem would be better if this existed. A lot of people seem to agree—the topic comes up every so often. Monetizing the wallet itself will be hard. That's probably why we didn't get into the incubators (I totally get it), so getting a project like this funded by a foundation seems to make sense. If you want, you can see the pitch I did for the hackathon (where we won the "best public good prize" 🥳) here: #watch-the-pitch" target="_blank" rel="nofollow noopener">samui.build/cypherpunk/#wa… Always happy to talk more about it :)
English
1
0
2
85
vibhu
vibhu@vibhu·
@beeman_nl @joaomendoncaaaa @trentdotsol @SamuiBuild I don’t see this as a viable path to winning We have really good wallets (from ux/user pov) that earn and are sustainable businesses What is the wedge that would make this awesome for a wide range of people?
English
2
0
3
69
beeman 🐝
beeman 🐝@beeman_nl·
@stevensarmi_ @trentdotsol @tobeycodes I'm still eager to work on this, if we'll be getting some funding. It's not something we'd charge end users for and Colosseum and Labs Incubator decided to pass on it.
English
1
0
9
134
beeman 🐝
beeman 🐝@beeman_nl·
@joaomendoncaaaa @trentdotsol I'd love to keep working on this and make it awesome, get it in the hands of people. We gave a few shots at getting funding for @SamuiBuild but didn't succeed. It seems like something that would make sense. @vibhu if you're interested, I'd be more than happy to chat. 🫡
English
1
0
4
98
beeman 🐝
beeman 🐝@beeman_nl·
@fxnction Why does it send it to you and not your trading bot 😅
English
0
0
0
25
fxnction
fxnction@fxnction·
Built an agent to track my PnL and now it sends me passive-aggressive notifications.
English
5
0
8
616
beeman 🐝
beeman 🐝@beeman_nl·
@L0STE_ Surely Stacy pays her rent, groceries, and buys shit off Amazon directly with stablecoins. 🥱
English
2
0
11
205
beeman 🐝
beeman 🐝@beeman_nl·
@SteveCleanBrook @oyacaro @raycast @alfredapp I've had an Alfred license for about 10 years, so I can always turn it back on for free. But I don't mind paying devs who build cool tools and trying something new. Oh, and Raycast comes with Confetti built in which is awesome 🎉
beeman 🐝 tweet media
English
0
0
3
31
Chris Nagy
Chris Nagy@oyacaro·
Dear Apple. wtf?
Chris Nagy tweet media
English
1
0
3
242
beeman 🐝
beeman 🐝@beeman_nl·
@oliveeyay @big_duca Appreciate your insights here 🙏 I guess there are good ways to make it work. Personally still pretty happy with the formula that works for me - part of which has been decided at birth.
English
1
0
0
17
Duca
Duca@big_duca·
Man if you’re in tech, you better be in the US. I was curious so I looked at a job posting. 10 year experience staff engineer. Based in Europe. Limited PTO. And my comp for my first job when I was 19 was 3x the listed salary.
English
21
2
51
8K
beeman 🐝
beeman 🐝@beeman_nl·
Time for some @SolanaEvents trivia. 🥳 At which edition of Breakpoint did @solflare give away the UNBREAKABLE merch? 💪 Bonus: if you know which team they collaborated with. 👀
beeman 🐝 tweet media
English
18
0
69
3.3K
beeman 🐝
beeman 🐝@beeman_nl·
@SteveCleanBrook @oyacaro @raycast @alfredapp Nothing major that stands out, I just wanted to give it a stab. I like the clipboard history better, there are some cool plugins. I probably use 2% of the capabilities of either. But still worth the~7.5 $ a month imo.
English
2
0
1
43