Michael Burgstahler (@twotribes) 's Twitter Profile
Michael Burgstahler

@twotribes

Theoretical physicist gone designer since 1992. Founding member of @thevirtualbrain project, lover of everything @rikiki_bonjour does.

ID: 19589928

linkhttp://www.twotribes.de calendar_today27-01-2009 12:48:38

25,25K Tweet

693 Followers

187 Following

Randall Koutnik (@rkoutnik) 's Twitter Profile Photo

Why programmers like cooking: You peel the carrot, you chop the carrot, you put the carrot in the stew. You don’t suddenly find out that your peeler is several versions behind and they dropped support for carrots in 4.3

Chris Heilmann codepo8.bsky.social (@codepo8) 's Twitter Profile Photo

JavaScript Dominates Browser CPU speedcurve.com/blog/javascrip… "Ten years ago the network was the main bottleneck. Today, the main bottleneck is JavaScript. "

Harry Roberts (@csswizardry) 's Twitter Profile Photo

Did you know you can link your Google Analytics data up to your Can I Use... account? No more manually cross-referencing or best-guessing browser support for your site—decide based on real data.

Chaim Gartenberg (@cgartenberg) 's Twitter Profile Photo

In light of Slack’s new white background icon, let’s play a game I like to call “Spot the one that isn’t a Google Service”!

In light of Slack’s new white background icon, let’s play a game I like to call “Spot the one that isn’t a Google Service”!
Michael Burgstahler (@twotribes) 's Twitter Profile Photo

Took The Virtual Brain 10 years from first idea to reach 10,000 downloads. Breaking through 20,000 took just 16 months. thevirtualbrain.org Congrats to the #neuroscience team @ar0mcintosh Viktor Jirsa Petra Ritter Lia Domide Tanya !! 👨‍🎓👩‍🎓👩‍🔬👨‍🔬

Took <a href="/thevirtualbrain/">The Virtual Brain</a> 10 years from first idea to reach 10,000 downloads. Breaking through 20,000 took just 16 months. thevirtualbrain.org

Congrats to the #neuroscience team @ar0mcintosh <a href="/ViktorJirsa/">Viktor Jirsa</a> <a href="/_PetraRitter/">Petra Ritter</a> <a href="/ldomide/">Lia Domide</a> <a href="/aynaT__Tanya/">Tanya</a> !! 👨‍🎓👩‍🎓👩‍🔬👨‍🔬
Codemart (@codemart_ro) 's Twitter Profile Photo

Hey guys, we're thrilled to announce the launch of our brand-new website! 🤓 It's been years since our website got a major refresh. Now you can check out all our reference projects in depth, see our awesome team members and more: codemart.ro

Hey guys, we're thrilled to announce the launch of our brand-new website! 🤓

It's been years since our website got a major refresh. Now you can check out all our reference projects in depth, see our awesome team members and more: codemart.ro
jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

CSS Tip! 🚀 You can select the previous siblings of an element with :has() to create cool hover effects like this OS dock🔥 No JS 😎 :root{--lerp-1:0.525;} a:has(+a:hover){ --lerp:var(--lerp-1); translate: 0 calc(var(--lerp) * -75%); } Demo link and explanation below! 👇