Advertisement · 728 × 90

Posts by Hinokami Dev

Video

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...

1 week ago 27 3 1 0
Preview
Arrays vs Slices in Go Array: fixed, value type arr := [3]int{10, 20, 30} // size is part of the type * Fixed size, decided at compile time. [3]int and [4]int are different types. * Value semantics when you assign or p...

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

2 weeks ago 1 1 0 0
Post image

A batteries-included terminal UI framework for Go
#golang

useglyph.sh/

2 weeks ago 11 4 2 0
Preview
This month in KDE Linux: March 2026 Welcome to the March 2026 edition of development news for KDE Linux, KDE’s up-and-coming general-purpose operating system. I’m going to try to publish one of these posts every month, so…

"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...

➡️

2 weeks ago 66 7 5 1
Post image

3 more to go. #ecosia

1 month ago 1 0 0 0
Post image

Do you think microslop understands consent?

2 months ago 2 0 0 0

now I can't stop thinking, who is buying all that coyote urine

3 months ago 2 0 0 0
Advertisement

idk why we haven’t been calling each other protocallers

3 months ago 57 4 6 5
Preview
quickslice - Introduction

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

4 months ago 233 41 11 7
Post image

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.

4 months ago 29 9 1 0

Read on Slack:

"And yeah schema based multi tenancy made me question my career choices"

😄

4 months ago 4 2 0 0
Preview
Six billion reasons to cheer for Shopify Black Friday is usually when ecommerce sets new records. This has certainly been true for Shopify through most of its existence. So much so that the company spends months in advance preparing for The ...

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...

4 months ago 2 1 0 0
Preview
SF Ruby Conference 2025 I had an incredible time at the 2025 San Francisco Ruby Conference - two days of fantastic talks, inspiring conversations, and Ruby community magic!

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

4 months ago 21 3 0 1
Preview
Release v4.0.0.beta1 · ruby/rubygems Security: Bump up vendored URI to 1.0.4. Pull request #9031 by hsbt Breaking changes: Removed deprecated -C option from gem build. Pull request #9088 by hsbt Removed deprecated Gem::Specificatio...

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.

5 months ago 18 4 1 0
Preview
Optimizing Ruby performance: Observations from thousands of real-world services | Datadog Learn about trends in Ruby development and opportunities for improving performance that many organizations are leaving on the table.

"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...

5 months ago 29 8 3 0

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.

4 months ago 46 12 5 0
Advertisement

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.

5 months ago 19 5 3 1
Preview
Launching the 2025 State of Rust Survey | Rust Blog Empowering everyone to build reliable and efficient software.

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 🦀

5 months ago 41 25 1 1

ok. I'll give it a try then.

5 months ago 2 0 0 0
Preview
Philly.rb Project Night, Tue, Nov 18, 2025, 5:30 PM | Meetup Have some **Ruby** code to show off? Need some time to work on your **side project**? Looking to **pair** with someone on an open source project? Come to the Philly.rb pro

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...

5 months ago 7 4 0 1

how was it? do you recommend it?

5 months ago 0 0 1 0

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.

5 months ago 0 0 0 0

Congratulations 🎉

5 months ago 1 0 0 0
Preview
Why Ruby Devs Keep Mixing Up Symbols and Frozen Strings; and How to Tell Them Apart Every time Ruby developers start talking about # frozen_string_literal: true, someone inevitably...

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.

5 months ago 9 2 1 0

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?

5 months ago 18 1 2 0

maybe I'll give it a try this week.

5 months ago 4 0 1 0
Advertisement

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.

6 months ago 41 12 1 0

Why do I automatically come into the situations where i am the odd1out?

5 months ago 0 0 0 0

I really thank the devs of TheOdinProject for the Ruby course.

5 months ago 0 0 0 0

will give it a look.

5 months ago 1 0 0 0