jaredmoody

@jaredmoody@pdx.social
87 Followers
102 Following
512 Posts
I like Ruby, Coffee, Oxford commas, and dad jokes.
Sitehttps://jaredmoody.com

StackOverflow is doing their annual survey. Now is your chance to vote for Ruby and hopefully improving Ruby's ranking; and counteracting the "rUbY iS dYiNg" nonsense.

https://stackoverflow.blog/2025/05/29/not-just-a-vibe-the-stack-overflow-developer-survey-is-really-here/

#ruby

Not just a vibe, the Stack Overflow Developer Survey is really here - Stack Overflow

Every team must now use mise. I'm sorry, I'm now the president of the universe, I make the laws. You have to use mise.
Went too long without charging the bike and now I have e-bike range anxiety.
Back to the Crazebox! - Toons Back To A Website

Strong Bad and Homestar celebrate 25 years of dot commery.

Homestar Runner

The state of California is warning 23andMe customers to delete their data because odds are good that the company is going to go bankrupt.

If I were you I would prioritize doing this.

https://oag.ca.gov/news/press-releases/attorney-general-bonta-urgently-issues-consumer-alert-23andme-customers

Attorney General Bonta Urgently Issues Consumer Alert for 23andMe Customers

Californians have the right to direct the company to delete their genetic data OAKLAND — California Attorney General Rob Bonta today issued a consumer alert to customers of 23andMe, a genetic testing and information company. The California-based company has publicly reported that it is in financial distress and stated in securities filings that there is substantial doubt about its ability to continue as a going concern.

State of California - Department of Justice - Office of the Attorney General

So since #mozilla clarified/tweaked the changes to the #firefox TOS, are we keeping calm and firefoxing on now?

I'm at the same time grateful for those who saw this and then raised a fuss AND I think lots of options are good, yet I find the frantic throw hands up "now we have to fork" energy exhausting.

OK the #mapquest Name Your Own Gulf stunt is fantastic 😂

https://gulfof.mapquest.com

Gulf of Anything - MapQuest

Create and share your own custom Gulf maps with MapQuest

@konnorrogers Nice to see Rhino Editor in Ruby Weekly this morning!

So, to deal with this, I used some private APIs (danger!) to read out and de-serialize the Cache::Entry objects (with their versions intact!), not the actual values that Rails.cache.read / read_multi returns. Then I wrote those entries out just like the Cache Store does under the hood.

Maybe a bit hacky, but worked perfectly.

FIN

In the good old days™️ when the AR object timestamp was a part of the cache key, this wouldn't have mattered, but, cache space was also used less efficiently. Recyclable cache keys are more complex, but a net positive IMO.