Konnor Rogers

@konnorrogers.com

dude on the internet

I saw posts about Dolly Partons and Tim Curries among us serving tables, struggling to pay rent, etc. So naturally, my mind immediately went to: > And every single person is a Slim Shady lurkin' > He could be workin' at Burger King, spittin' on your onion rings

posts talking about dolly partons and tim curries and artists serving tables.

Another DHH banger from his appearance on his Lex Fridman podcast > If you want money for your software, you should just sell it. We have a perfectly fine model of commercial software that people can make and then they can sell it. Why can't he just sell Omarchy if he wants money for it?

It's not funny or edgy or cool when you're making jokes about oligarchies while funded by billionaires and you're a millionaire yourself. It's just pathetic and makes you look like a loser; just like your idol.

Do I know any folks who can connect me to academics or researchers who are more fluent in the history of rhetoric used to attack the Roma people? I am far from an expert and want to be thoughtful in how how I’m articulating the danger of DHH’s hateful screeds.

Debating adding filters to downflow ```html <script type="module"> application.filters = { displayName (str) { return `Hello ${str || "stranger"}` } } </script> <form> <input name="name"> <p flow-text="$form.name | displayName"></p> </form> ``` Can't tell if this is smart or dumb...

🌶️ Design Systems: Storybook is great to get you off the ground but becomes baggage the longer you use it. You are much better served by building your own "component workbench" directly into your docs website. If you do use it make sure to write your stories in such a way you arent locked in

Oh well that's a fun quirk of the navigate event 😅 If you're on /#bar And click a link with <a href="#bar"> It's not treated as a hashChange 🙃 It works as expected with <a href="#foo"> since it *technically* is a hash change, whereas #bar is the same as the current hash 🙃 same in all browsers