Awesome - looks like a blast
Posts by Matt Sell
youtu.be/EQ8ViYIeH04?...
Cool I just got the same email. Thanks- yeah we weren't going to drive down from Dallas w the forecasted weather maybe we will make it in December
Do I know anyone in Austin who wants 5 free tickets to a Lego Brick Convention? www.brickconvention.com/austin
that sounds crazy... but im not saying i wouldn't try one 😅
The top 3 hardest thing to say are: - I was wrong - I need help - Worcestershire sauce
toilet graffiti in málaga presented without comment
Hang in there dude -- I was in the same boat not long ago and it is definitely broken! We are hiring at CompanyCam if you see anything on our job board that looks like a fit I'll give you a referral.
or maybe the devTools are currently available - I see now that until livestore is open sourced it will be available. I was just a little confused if that has happened yet. I'll try to build something with it this weekend so I can see what that experience is like. Looks super cool though
@schickling.dev regarding sponsorship to access LiveStore devTools Would a one time one-time sponsorship payment of a certain amount give me access to the devTools? I've not used livestore yet and I'm interested in trying it and supporting you but I try to avoid recurring cost for a hobby project
Im with ya - there are songs where I don't agree or relate w the lyrics but if it sounds good sonically ill still like it
Done. I didn't know that was a setting
Well damn I guess that is kinda felty I never noticed before
I'm a long time converse wearer and I've never seen felt on the bottom
you looking at my commit history again? 😆
Dude I can't thank you enough for everything that I have learned and continue to learn from you. Please know that your posts on overreacted are appreciated by many.
well it was worth a try anyways 🍷
Let's go spurs! #FireNico
A picture showing the evolution of developer. In 2020, you had 3 keys to do everything. In 2025, you have 1 key to do everything.
New era
Apparently I need t visit Belgium soon - nice tool
I'm a huge fan of pomodoro technique. Anytime I find myself struggling with focus or productivity I just go into strict pomodoro mode
New JavaScript Set Methods const set1 = new Set(['wes', 'kait']); const set2 = new Set(['wes', 'scott']); Difference Elements in set2 but not in set1 set2.difference(set1) > ['scott'] Intersection Elements that exist in both sets set1.intersection(set2) > ['wes'] Symmetric Difference Elements in either set, but not both set1.symmetricDifference(set2) > ['kait', 'scott'] Union All elements from both sets set1.union(set2) > ['wes', 'kait', 'scott'] Is Disjoint From True if sets share no elements set1.isDisjointFrom(set2) > false Is Subset Of True if all elements are in other set set1.isSubsetOf(set2) > false Is Superset Of True if it contains all other's elements set1.isSupersetOf(set2) > false
You should be using JavaScript sets more often
Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.
It is really a vibrant group so glad I went tonight and made some new connections.
📦 aidenybai / react-scan
⭐ 11,515 (+43)
🗒 TypeScript
Scan for React performance issues and eliminate slow renders in your app
Well you might reach out to your state representative if he's not in Cancun right now
Gotta love that Texas power grid. My neighbor got one of those fancy generac home generators and I'm envious
Yaak, from @schier.co. A desktop app that lets you test API endpoints.
This isn’t Greg’s first rodeo; years ago, he created Insomnia, and Yaak is a spiritual successor, built using everything he’s learned.
This very quickly became my favourite. Delightful UX, no bloat, supports REST/GQL/gRPC. ❤️
People like to complain about shit. It's a universal truth