It's all monster-looking monsters, but I've gotten "Fruit", "Cat", "Chicken", "Bird"…
It's all monster-looking monsters, but I've gotten "Fruit", "Cat", "Chicken", "Bird"…
A small change, but took a while to figure out. I now have a much better sense of `srcset` and `sizes`.
A small change, but took a while to figure out. I now have a much better sense of `srcset` and `sizes`.
Herb v0.4.0 is out, now with the Herb Linter, a Formatter preview, and deeper editor integration for HTML+ERB.
Plus: a look at ReActionView, my vision for the future of the Rails view layer.
#railsconf #railsconf2025 @rubycentral.org
Herb v0.4.0 is out, now with the Herb Linter, a Formatter preview, and deeper editor integration for HTML+ERB.
Plus: a look at ReActionView, my vision for the future of the Rails view layer.
#railsconf #railsconf2025 @rubycentral.org
- Coding out in the nice weather (no screen glare)
- Coding in bed without a bright screen disturbing my partner (headphones for your eyes)
- The Weeknd's “Open Hearts” (best immersive vid by far)
- Coding out in the nice weather (no screen glare)
- Coding in bed without a bright screen disturbing my partner (headphones for your eyes)
- The Weeknd's “Open Hearts” (best immersive vid by far)
Their own Craft theme didn’t use it for product cards (thumbnails). I fixed it: thepugautomatic.com/2025/07/use-...
Their own Craft theme didn’t use it for product cards (thumbnails). I fixed it: thepugautomatic.com/2025/07/use-...
Just stumbled over this.
Somehow Shopify Theme Support has formalised that all customers get 60 minutes of theme tweaks for free, offering up a pre-timed menu. E.g. a specific alternate cart icon is 15 minutes.
Just stumbled over this.
Somehow Shopify Theme Support has formalised that all customers get 60 minutes of theme tweaks for free, offering up a pre-timed menu. E.g. a specific alternate cart icon is 15 minutes.
def user_name(maybe_user)
case maybe_user
in User => user then user.full_name
in nil then nil
end
end
And:
def user_name!(maybe_user)
case maybe_user
in User => user then user.full_name
# No else – raises if not User.
end
end
def user_name(maybe_user)
case maybe_user
in User => user then user.full_name
in nil then nil
end
end
And:
def user_name!(maybe_user)
case maybe_user
in User => user then user.full_name
# No else – raises if not User.
end
end
def run(ids, spec_hook: nil)
Item.transaction do
items = Item.where(id: ids).lock(“FOR UPDATE”)
if spec_hook && Rails.env.test?
Thread.new { spec_hook.call }.join
end
…
def run(ids, spec_hook: nil)
Item.transaction do
items = Item.where(id: ids).lock(“FOR UPDATE”)
if spec_hook && Rails.env.test?
Thread.new { spec_hook.call }.join
end
…
#Todmorden #Calderdale #Yorkshire #UnitedKingdom #UK #Landscape
#Todmorden #Calderdale #Yorkshire #UnitedKingdom #UK #Landscape
I wouldn’t like to give up splits, ctrl+tab between recent tabs, and a tab sidebar. But:
Modifying a URL in ⌘L sometimes searches instead of navigating. Never remembers HTTP auth pws. 1PW integration is flaky. Frustrating.
I wouldn’t like to give up splits, ctrl+tab between recent tabs, and a tab sidebar. But:
Modifying a URL in ⌘L sometimes searches instead of navigating. Never remembers HTTP auth pws. 1PW integration is flaky. Frustrating.
I’m an experienced Ruby, TypeScript and CSS engineer looking for a new full-time position.
I can help you with performance, concurrency, testing, architecture and API design problems on tooling or product teams.
I’d really appreciate any personal introductions. DMs open. 🙏
I’m an experienced Ruby, TypeScript and CSS engineer looking for a new full-time position.
I can help you with performance, concurrency, testing, architecture and API design problems on tooling or product teams.
I’d really appreciate any personal introductions. DMs open. 🙏
#independentcomics #indiecomics #comicartists #horrorcomics
#independentcomics #indiecomics #comicartists #horrorcomics
Stumbled over the full episode here: www.dailymotion.com/video/x1vcc88 Ca 25:00–26:00 but it’s worth watching the whole thing.
Works fine in #ArcBrowser with www.raycast.com/browser-exte....
Works fine in #ArcBrowser with www.raycast.com/browser-exte....