Advertisement · 728 × 90

Posts by Matt Sell

Awesome - looks like a blast

1 month ago 1 0 0 0
Das Racist - Combination Pizza Hut And Taco Bell
Das Racist - Combination Pizza Hut And Taco Bell YouTube video by LetMeRave

youtu.be/EQ8ViYIeH04?...

1 month ago 0 0 0 0

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

2 months ago 1 0 0 0
Preview
New LEGO event coming to Austin, TX The Austin Brick Convention will be downtown on January 24-25, 2026. First time ever!

Do I know anyone in Austin who wants 5 free tickets to a Lego Brick Convention? www.brickconvention.com/austin

2 months ago 0 0 1 0

that sounds crazy... but im not saying i wouldn't try one 😅

3 months ago 0 0 0 0
The top 3 hardest thing to say are:

- I was wrong 
- I need help 
- Worcestershire sauce

The top 3 hardest thing to say are: - I was wrong - I need help - Worcestershire sauce

toilet graffiti in málaga presented without comment

4 months ago 102 16 3 0

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.

5 months ago 1 0 0 0

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

7 months ago 0 0 0 0

@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

7 months ago 0 0 2 0

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

7 months ago 1 0 0 0
Advertisement

Done. I didn't know that was a setting

10 months ago 1 0 0 0
Post image

Well damn I guess that is kinda felty I never noticed before

10 months ago 1 0 1 0

I'm a long time converse wearer and I've never seen felt on the bottom

10 months ago 1 0 1 0

you looking at my commit history again? 😆

11 months ago 0 0 0 0

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.

11 months ago 2 0 0 0

well it was worth a try anyways 🍷

1 year ago 1 0 0 0

Let's go spurs! #FireNico

1 year ago 0 0 0 0
Advertisement
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.

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

1 year ago 66 6 2 2

Apparently I need t visit Belgium soon - nice tool

1 year ago 0 0 0 0
Preview
Increase your Expo-nent power with Ignite Generators Did you know that Ignite's powerful generators can be used in any React Native project...even one bootstrapped with npx create-expo-app?

Increase your Expo-nent power with Ignite Generators expo.dev/blog/increas...

1 year ago 1 0 0 0

I'm a huge fan of pomodoro technique. Anytime I find myself struggling with focus or productivity I just go into strict pomodoro mode

1 year ago 2 0 0 0
Post image
1 year ago 1 0 0 0
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

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.

1 year ago 1608 149 51 11

It is really a vibrant group so glad I went tonight and made some new connections.

1 year ago 0 0 0 0
Preview
GitHub - aidenybai/react-scan: Scan for React performance issues and eliminate slow renders in your app Scan for React performance issues and eliminate slow renders in your app - aidenybai/react-scan

📦 aidenybai / react-scan
⭐ 11,515 (+43)
🗒 TypeScript

Scan for React performance issues and eliminate slow renders in your app

1 year ago 9 2 0 0
Preview
Mark Zuckerberg, Recipient of World's First Rat Penis Transplant, Announces Meta Will Stop Fact Checking Meta CEO Mark Zuckerberg, medical pioneer who received the world's first experimental rat penis transplant, announced today that the social media juggernaut would stop fact checking.

thehardtimes.net/culture/mark...

1 year ago 1 0 0 0

Well you might reach out to your state representative if he's not in Cancun right now

1 year ago 1 0 0 0
Advertisement

Gotta love that Texas power grid. My neighbor got one of those fancy generac home generators and I'm envious

1 year ago 1 0 1 0
Preview
Yaak – The API client for modern developers Call REST, GraphQL, SSE, and gRPC APIs from a simple and intuitive app

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. ❤️

1 year ago 64 5 2 0

People like to complain about shit. It's a universal truth

1 year ago 1 0 1 0