Jason Roy's Avatar

Jason Roy

@jasonroy.com.bsky.social

CTO at CompareNetworks. A product focused developer and leader. Long Covid headache sufferer. Music lover.

95 Followers  |  72 Following  |  133 Posts  |  Joined: 31.10.2024  |  2.1189

Latest posts by jasonroy.com on Bluesky

Lots of junior devs in β€œfar off lands” insulated from social interaction and influenced by the flavor of the day because they don’t have experience building things or working with people.

Just maintaining their local plumber and church websites for clients that hate them.

02.11.2025 05:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ha. I just have very similar experience of people I have known - crust punks, ar-15 kind of racist conservatives, weed farmers, crystal healers and off the land folk all converging together to have horrible, horrible converging opinions.

01.11.2025 00:18 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
a horseshoe on a white background that looks like the letter u . ALT: a horseshoe on a white background that looks like the letter u .
31.10.2025 23:49 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Hmm, I haven’t…. That’s a good idea though. I’ll see what I can setup. We use cloudflare zerotrust so I’ll see what is possible.

I imagine this is an issue for lots of people behind private network APIs not connected to the internet (sometimes behind AWS SSO sessions too)

23.10.2025 05:35 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

But none of this works if you need to access things over a VPN or through tunnels… I can’t get web versions to make the requests to internal dev URLs secured through short lived VPN connections. I never fully yolo anyways but get close, letting it modify vault secrets even. Too cumbersome!

23.10.2025 05:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

It won’t be an alpha/beta feature after Wednesday.

20.10.2025 18:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yep! It’s the return of the PMs and well defined tickets :)

You learn the language over time. Simple, well directed instructions with specific directions where to start an learn from help a lot.

It will change code. We’ll end up with a lot of markdown for LLMs colocated with files.

15.10.2025 05:25 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You know who hates AI coding? Influencers who make videos teaching coding tricks.

Videos that are long, hard to navigate, and made to sell ads or controversy.

The video might be useful but the lesson could have been a git gist.

AI just does that part for you and you learn it in a few minutes.

11.10.2025 16:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Something in the Air by The Antlers on AppleΒ Music Song Β· 2025 Β· Duration 5:39

New Antlers is great! First full length in a while. Peter’s voice and songwriting are as beautiful as always.

music.apple.com/us/album/som...

11.10.2025 00:15 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Paternal exercise confers endurance capacity to offspring through sperm microRNAs Yin et al. show that paternal exercise improves offspring endurance capacity and metabolic health via sperm microRNAs that reprogram gene expression in early embryos, revealing how exercise benefits c...

Exercising fathers, enhanced endurance and metabolic heath in offspring, through sperm microRNAs (as demonstrated in mice)
www.cell.com/cell-metabol...

06.10.2025 15:17 β€” πŸ‘ 147    πŸ” 39    πŸ’¬ 7    πŸ“Œ 6

Let me guess, his family history in Argentina goes back to about 1945…

30.09.2025 15:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’m around 60. It only works well with tests… it is better at writing unit than E2E or integration tests but that makes sense.

I do wonder why affect it will have on languages things are written in. Which are better for AI? Typing seems essential, and popularity of the language is important.

19.09.2025 21:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I love that Claude code is horrible at Helm charts and K8s. Just horribly complex design decisions that our LLM buddies make a mess of too.

09.09.2025 16:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

For us, we have a React Context provider that includes "use" and "useOptimistic." fireEvent and act sometimes caused render errors, though they may be fixed now. We had to use a lot of tricks in react-testing-library to get React not to complain or tests to fail, see my response to @kentcdodds.com.

09.09.2025 15:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
An image showing how an async "act" is needed to avoid errors with React 19 "use" and "useOptimistic" in react-testing-library

An image showing how an async "act" is needed to avoid errors with React 19 "use" and "useOptimistic" in react-testing-library

Yep, that's how we use it, and found it more reliable. We were getting React render errors otherwise.

Here's a fun one: We also have to wrap the render in an async act() too - "useOptimistic" and "use" in the provider.

Take out that pesky await (that ESLint doesn't like) and it all breaks.

09.09.2025 15:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I found that the userEvent wrapper really helps with testing anything with transitions.

09.09.2025 13:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Maybe… all the crap we write and do in things like performance reviews, emails, introductions to PRDs, marketing copy, etc. don’t matter at all. We can get the work done without all of that and institutions, training, people and efforts that go into it.

03.09.2025 13:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Today my 2 year old looked at me and said β€œagape”. I don’t know what she meant at first but I realized she’d found my prized Greek dictionary and had had learned the many words for love.

I corrected her poor grammar of course but appreciated the effort.

03.09.2025 04:58 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Me, arriving in Heaven: Truly I am filled with the joy of the angels!

God: Actually you just feel normal. Yeah you had a stomachache for seventy years.

27.08.2025 20:18 β€” πŸ‘ 395    πŸ” 27    πŸ’¬ 8    πŸ“Œ 1
Search For Self Called Off After 38 Years

Search For Self Called Off After 38 Years

Search For Self Called Off After 38 Years theonion.com/search-...

16.08.2025 19:00 β€” πŸ‘ 3904    πŸ” 411    πŸ’¬ 54    πŸ“Œ 44

Umm, nazis? They were like the buffoon version of Germans.

12.08.2025 01:11 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Post image

It’s just matrix multiplication

10.08.2025 01:56 β€” πŸ‘ 306    πŸ” 49    πŸ’¬ 8    πŸ“Œ 11
Restless Billionaire Regrets Having Infusion Of Child’s Blood After 4 P.M.

Restless Billionaire Regrets Having Infusion Of Child’s Blood After 4 P.M.

Restless Billionaire Regrets Having Infusion Of Child’s Blood After 4 P.M. theonion.com/restles...

08.08.2025 21:00 β€” πŸ‘ 2479    πŸ” 238    πŸ’¬ 17    πŸ“Œ 8

Sounds like the perfect combination of flavors…

03.08.2025 02:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

In response to the tragically devastating floods in Texas yesterday & today, I've seen questions asking how is it possible that the NWS was able to predict floods from Helene days in advance, but yesterday's storms did not have nearly as much of a lead time.

Short answer - very different phenomena:

05.07.2025 22:18 β€” πŸ‘ 112    πŸ” 28    πŸ’¬ 7    πŸ“Œ 4

I found cursor started paying attention more recently when they changed file patterns, before that… maybe.

As others have said, shouting helps.

04.07.2025 23:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Max.

04.07.2025 22:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

When the brain and autonomic system are messed up (long covid, migraines, concussions, etc ) the body and mind do weird things!

Phantom smells were always a sign I was getting a migraine when I was young. Things smelled β€œbad”

22.06.2025 22:33 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I remember the first time I looked at my wife and Mom and said β€œI need help” and it was scary. But, it taught me a lot about life.

Still fucking sucks.

22.06.2025 22:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

We sound similar! CrossFit, cycling, running, everything. I did CrossFit for 12 years. Had to stop because of my back and because, I’m old.

I would go on business trips, stay out late, and get up and do CrossFit at 6 am. Maybe even run to and from CrossFit.

I miss it but yeah, life is, life.

22.06.2025 22:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@jasonroy.com is following 20 prominent accounts