Alex Burdiyan Profile
Alex Burdiyan

@burdiyan

Followers
215
Following
2K
Statuses
2K

Co-founder at Mintter (https://t.co/TPEVsHkBeM): a new open hypermedia system. Software engineer. Go, distributed systems, local-first software, P2P, open source.

Barcelona, España
Joined August 2008
Don't wanna be here? Send us removal request.
@burdiyan
Alex Burdiyan
2 days
RT @jarredsumner: In the next version of Bun HTML imports in Bun.serve() supports dynamic & catch-all routes, which makes it simpler to bu…
0
37
0
@burdiyan
Alex Burdiyan
2 days
RT @neogoose_btw: The React Server Components webserver handwritten in arm assembly, which is fully compatible with its Node.js counterpart…
0
141
0
@burdiyan
Alex Burdiyan
4 days
It’s loooooong overdue. ESM should have been the only way for years.
@antfu7
Anthony Fu 🦋 @antfu.me
5 days
New blog post! Let's move to ESM! 😈
0
0
0
@burdiyan
Alex Burdiyan
4 days
RT @MichaelAArouet: This summarizes things in the EU really well
Tweet media one
0
192
0
@burdiyan
Alex Burdiyan
7 days
@SeverinAlexB @klaehnr I’m thinking, is it possible to configure .pkarr (or .pkdns) as a search domain or something, such that one could use <pubkey>.pkarr instead of using pubkey as a TLD, which may help to avoid adding ./ to the domain in browsers?
1
0
0
@burdiyan
Alex Burdiyan
16 days
RT @mitsuhiko: The more I build software, the more I despise dependencies. I greatly prefer people copy/pasting stuff into their own code b…
0
57
0
@burdiyan
Alex Burdiyan
23 days
In terms of syntax, Rust is still the winner in tastelessness :)
0
0
0
@burdiyan
Alex Burdiyan
23 days
@rakyll I thought Google was mostly Java.
0
0
0
@burdiyan
Alex Burdiyan
26 days
@jitl Huh, indeed tsc did work fine. But I guess we just have too many places where we'd ignored the type errors, and Vite didn't complain, while everything seems to run fine somehow. I'm not working with this code directly, but I hope to fix this. Gotta knock these down one by one :)
0
0
1
@burdiyan
Alex Burdiyan
27 days
@jitl Yeah, running the compiler seems like the only bullet-proof option. The problem though is that so many projects use Vite, Webpack and so on, often with quite crazy configs, and often times there isn't even a way to just run tsc without everything blowing up badly.
1
0
0
@burdiyan
Alex Burdiyan
27 days
Every time I have to touch typescript code to rename something or move things around I want to cry. Are there any tips and tricks I don’t know about?
1
0
0
@burdiyan
Alex Burdiyan
1 month
@RhysSullivan @ben_margolius The switch statement was arguably one of the few good parts about that code 😁
0
0
1
@burdiyan
Alex Burdiyan
1 month
RT @neogoose_btw: The arm assembly implementation of @reactjs server components, fully compatible with the Node.js alternative, is ten time…
0
76
0
@burdiyan
Alex Burdiyan
1 month
@GermanJablo To be clear, UUIDs do suck.
0
0
0
@burdiyan
Alex Burdiyan
2 months
Disagree. NodeJS and everybody else should just drop CJS. It’s been ages. It’s waaay overdue. Maybe a hard core breaking version change should happen, as in Python 2 vs. Python 3.
@mafintosh
Mathias Buus 🕳🥊
2 months
Unpopular opinion: When making a module CJS > ESM When writing an app ESM > CJS Both by large margins
0
0
1
@burdiyan
Alex Burdiyan
2 months
@rakyll Have you found some nice way to bubble up errors from within the yielder function back to the caller? E.g. when you read from the stream, an error might occur, so you can’t yield, you’d break, and would want to let the caller know about the error.
0
0
0