Ryan May's Avatar

Ryan May

@dopplershift.bsky.social

I'm a weather-focused software engineer and career Pythonista. Opinions are my own, yada yada.

651 Followers  |  283 Following  |  284 Posts  |  Joined: 28.08.2023
Posts Following

Posts by Ryan May (@dopplershift.bsky.social)

The only thing missing is some leather straps around pipes.

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

I have already heard of this happening second hand

27.02.2026 05:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Feel like I missed an event/post elsewhere

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

The country has a gambling problem

25.02.2026 02:04 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That’s because there are the people who are right…using Python. And then FORTRAN users, who I’m sure respond angrily with a Usenet post. 😈

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

A thing about watching the Olympics I really like is how no one ever tells me to bet on anything

22.02.2026 00:22 β€” πŸ‘ 557    πŸ” 141    πŸ’¬ 1    πŸ“Œ 6

I’m reviewing applications for a job I’m leading hiring on. I wonder if any of these people realize that when they feed the same prompt as 170 other people into chatGPT that it gives them all the same answers.

I have read the exact same sentence about power mapping in 100+ applications.

19.02.2026 19:26 β€” πŸ‘ 95    πŸ” 14    πŸ’¬ 3    πŸ“Œ 4

On further reflection, I would like to see the FDA release their Ba-wit-da-vegetable nutritional guidelines. I feel like this would be a watershed moment in the nation’s history.

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

On further reflection, I would like to see the FDA release their Ba-wit-da-vegetable nutritional guidelines. I feel like this would be a watershed moment in the nation’s history.

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

I can honestly say I have no meaningful common ground with people going to Kid fucking Rock for nutritional advice.

18.02.2026 01:42 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I presume they’ll collect and openly publish their verification stats to demonstrate the great value they’re adding.

17.02.2026 02:01 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yes. And the odds that any of that life have visited us is vanishingly small.

16.02.2026 19:13 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Then I guess we’ve just interacted with very different people in OSS. Most I’ve encountered in my two decades have been very concerned with respecting copyright and having theirs respected.

15.02.2026 16:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I don’t think you’ve been around enough OSS communities if you think they detest copyright. The whole point of the GPL is to weaponize copyright to force a way of working and sharing.

15.02.2026 06:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

I don’t want to ban AI use outright, mostly because that’s practically unenforceable.

Speaking from experience, relying on it heavily for personal statements that should contain one’s passion, personality, and excitement just hurts your chances (and any human reading it). AI is a disadvantage here.

13.02.2026 21:55 β€” πŸ‘ 11    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Reading through all the AI-generated sludge in our intern applications is just energy sucking. I hate it.

Those that were genuine in their excitement, regardless of grammar, were so much better.

AI just sucks the soul out of content.

Which is why it works so well for business communication 😈

13.02.2026 21:47 β€” πŸ‘ 15    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

I’m old enough to remember when Clinton’s β€œbut I didn’t inhale” was a full-on controversy

12.02.2026 23:43 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Really feeling the support of those β€œallies on both sides of the aisle” right now

12.02.2026 23:33 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Transitioning NCAR-Wyoming Supercomputing Center operations The U.S. National Science Foundation has informed the NSF National Center for Atmospheric Research (NCAR) that management and operations of the NCAR-Wyoming Supercomputing Center are expected to…

...I just... www.nsf.gov/news/transit...

12.02.2026 23:03 β€” πŸ‘ 12    πŸ” 4    πŸ’¬ 1    πŸ“Œ 11

My quick answer would be that the LLM isn’t the only one reading and watching. Good dialogue and example to AI-using, would-be human contributors.

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

Agree and I have no idea how much human is in the loop here. I don’t know if this is real capability or some kind of avant-garde performance, but I have one takeaway: I have got to pay more attention so I actually know what these things are capable of. Ignoring it is at my own risk.

11.02.2026 21:41 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
[PERF] Replace np.column_stack with np.vstack().T by crabby-rathbun Β· Pull Request #31132 Β· matplotlib/matplotlib This PR addresses issue #31130 by replacing specific safe occurrences of np.column_stack with np.vstack().T for better performance. IMPORTANT: This is a more targeted fix than originally proposed. ...

When they said AI was coming for programming jobs, I didn't think they meant creating stupid, conflict-driven drama too: github.com/matplotlib/m...

Seriously, launch all this AI-driven bullshit into the sun. Or give us a way to hold those behind these agents and their generated idiocy accountable.

11.02.2026 18:59 β€” πŸ‘ 21    πŸ” 6    πŸ’¬ 3    πŸ“Œ 0
Old tweet from @shelfcomedy:

me: god, why must you give me your hardest battles
god: i don't. you are my weakest soldier and these battles are so easy. it's an email why are you crying

Old tweet from @shelfcomedy: me: god, why must you give me your hardest battles god: i don't. you are my weakest soldier and these battles are so easy. it's an email why are you crying

The morning so far

10.02.2026 14:42 β€” πŸ‘ 8657    πŸ” 1306    πŸ’¬ 26    πŸ“Œ 47

Don’t forget a Puerto Rican performing is β€œUnamerican” because no-one can understand, so they did their own halftime show with the dude whose musical crowning achievement is β€œBawitdaba” which can only be truly appreciated when listened to in its original methhead.

09.02.2026 03:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I literally don’t remember the last time the Super Bowl featured a halftime show of music in my collection.

09.02.2026 01:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Watching Bad Bunny for me is like any other halftime show. I I didn’t expect to love it, and no, I didn’t. But I still fail to understand how featuring an artist from an American territory, #1 Spotify streaming artist, is β€œunamerican”.

09.02.2026 01:36 β€” πŸ‘ 12    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image 08.02.2026 03:40 β€” πŸ‘ 1566    πŸ” 229    πŸ’¬ 20    πŸ“Œ 10

Getting into nuance of these terms when communicating with the general public is definitely going to lead to successful messaging.

04.02.2026 19:26 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What happened to the (correct) messaging that β€œyou can’t prove or disprove global climate change on the basis of a single local event”? If you want to counter the current cold, why not message β€œYeah it’s cold now, but remember the rest of winter?”

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

I've seen a lot of articles saying "Yeah, it's cold but it doesn't get that cold anymore" or "it's not as cold as you think it is," and I really, really, really don't agree with making those points to force a climate change conversation. It's been damn cold. End of story.

04.02.2026 16:25 β€” πŸ‘ 33    πŸ” 3    πŸ’¬ 6    πŸ“Œ 0