Josh Justice

62 Followers
13 Following
252 Posts
Mostly write Rails and React [Native]. I like to share what I know. I care a lot about evolutionary design. Black Lives Matter. Wear a mask. Web Platform Lead at Big Nerd Ranch.
Knock on wood, but it seems like #Railway's usage-based pricing may be *way* cheaper than #Heroku's for my hobby projects. I should always gamble on the side of me not being able to market 😄

Any time someone questions the value of Ruby's syntax, I show them this: https://github.com/codingitWrong/shia_labeouf

It does nothing to strengthen my case, but it's good for a laugh 😄

Kudos to Mike Perham of sidekiq for creating the Gem followship: https://rubyweekly.com/link/177700/83ab167212
gem.coop

For some reason I didn't want to switch from default screenshots on mac to clean shot. How wrong I was! I've been on clean shot for a few weeks and its totally worth it. Just give in and get a setapp subscription.

https://cleanshot.com/

CleanShot X for Mac

Capture your Mac’s screen like a pro.

Microsoft attempting to force people to switch from Windows 10 to Windows 11 has somehow resulted in a 10% increase in the market share of Windows 7 https://www.windowscentral.com/microsoft/windows-11/windows-7-usage-skyrockets-as-users-refuse-to-upgrade-to-windows-11-in-wake-of-windows-10-end-of-support

EDIT: Before replying to this post, please see this reply about how apparently the entire increase in Win7 market share is due to like one person in Singapore installing it a zillion times https://chitter.xyz/@Vordus/115301165497461902

Windows 7 usage skyrockets as users refuse to upgrade to Windows 11 in wake of Windows 10 end of support

StatCounter reports that Windows 7 has gained almost 10% market share in the last month, just as Windows 10 support is coming to an end. It's clear people aren't ready to switch to Windows 11.

Windows Central
My Dependabot monthly dependency updates came in today. Not merging the Ruby ones yet—partially in protest to Ruby Central taking over the gems, and partially because I can’t trust Ruby Central with my gems.

Dependabot: “You have a ruby gem to update today!”

Me:

Time to start distributing gems via Usenet. Which was the style at the time
What's the state of #Devise lately? I'm currently running off of a main branch commit because this Rails 8 fix has not yet been included in a release. Last release was over a year ago. https://github.com/heartcombo/devise/issues/5705#issuecomment-2496064620
Rails 8: test helpers do not work · Issue #5705 · heartcombo/devise

Environment Ruby 3.3.2 Rails main (8.0.0.alpha) Devise 4.9.4 Steps to reproduce Run the following bash commands (tested on macOS): rails new myapp --main cd myapp bundle add devise rails generate d...

GitHub