I used GitHub Copilot CLI to connect the Logitech MX Creative Console to my Elgato key lights!
(not sponsored, just a really fun little project)
I blogged about it here:
cassidoo.co/post/logitec...
And the script is open source!
github.com/cassidoo/elg...
Posts by Hinokami Dev
wrote about the slice gotcha that bites every engineer in production.
b := a doesn't copy your data, it copies the header. your original slice WILL be affected.
ashwiniag.com/arrays-vs-sl...
#golang #go
A batteries-included terminal UI framework for Go
#golang
useglyph.sh/
"This Month in #KDELinux" brings the news that...
You should never deploy alpha software in production machines 😬! A systemd bug broke booting an updated system, a systemd update broke Discover, but the good news is everything has been sorted and hardened now.
pointieststick.com/2026/03/31/t...
➡️
3 more to go. #ecosia
Do you think microslop understands consent?
now I can't stop thinking, who is buying all that coyote urine
idk why we haven’t been calling each other protocallers
My crazy idea to cram all of the AT Protocol into a single deployable container. Works with SQLite, Postgres and potentially more data stores in the future. Steps are literally deploy container -> import your lexicons -> backfill -> build your app with the GraphQL APIs.
quickslice.slices.network
Have you noticed how great the Ruby docs looks like for the master?
docs.ruby-lang.org/en/master/
Thank you @st0012.dev and the entire team contributing to RDoc for these improvements.
Read on Slack:
"And yeah schema based multi tenancy made me question my career choices"
😄
No Ruby or Rails is not slow. I guess we don't understand how they can scale. A good example from Shopfiy. 👏 world.hey.com/dhh/six-bill...
I had an incredible time at SF Ruby Conference! The venue, talks, and conversations were all top tier. See why in this blog! ✨
www.chael.codes/blog/2025/11...
#sfruby #sfruby2025
RubyGems/Bundler 4.0.0.beta1 is out now!
github.com/ruby/rubygem...
github.com/ruby/rubygem...
You can try that with `gem i bundler --pre` and regenerate lockfile or update your lockfile with `4.0.0.beta1` at `BUNDLED WITH` section. I welcome your feedback for next major release.
"Our data backs up other findings that Ruby applications are generally less I/O-heavy, spending as much or more time on CPU as they do waiting on other services or database requests."
www.datadoghq.com/blog/ruby-pe...
So I updated to Firefox 145.0 and you know what it did, it switched all the browser.ml.* stuff on again!
When @firefox.com claims this is a choice, they are lying. They continue to try to force AI garbage onto people.
Decided to support more open source maintainers by running a merch shop for their community. Excited to launch with Ghostty, fzf, Vue.js, Redux, and... of course... Oh My Zsh.
It's time for the State of Rust Survey!
The Rust Project invites you to take this year’s survey, whether you have just begun using Rust, you consider yourself an intermediate to advanced user, or you have not yet used Rust but intend to one day 🦀
ok. I'll give it a try then.
Don't forget! Tomorrow is Philly.rb's next in person meetup and it's hack night! Have some Ruby code to show off? Looking to pair with someone on an open source project? Come to project night! Bring your own project or pick from one of ours. RSVP here: www.meetup.com/phillyrb/eve...
how was it? do you recommend it?
If your project doesn’t follow semver, tying deprecation to a specific version is pointless. something like “This will be removed in three years” is fine, but you should be more explicit so users know exactly what to expect.
Congratulations 🎉
Hi @ufuk.dev, The article is live here: dev.to/hinokami_dev...
Thank you @byroot.bsky.social for the detailed feedback. Your insights on interning and hashing made it much stronger.
I find it interesting that every time frozen string literal is discussed, symbols are brought up.
It seems like symbols purpose and semantic isn't well understood. Isn't there a good post explaining what they are and how they're meant to be used?
maybe I'll give it a try this week.
The two most effective ways your company can support open source:
1. Let your developers have time for open source work.
2. Give each of your developers an annual budget to allocate to whatever OSS projects they think are important.
Why do I automatically come into the situations where i am the odd1out?
I really thank the devs of TheOdinProject for the Ruby course.
will give it a look.