home.social

Search

80 results for “rushstack”

  1. Ruby beyond the server 👇

    Opal lets you run Ruby inside the JavaScript runtime—browser, Node, even edge.
    Not a transpiler. A full Ruby VM in JS.
    Here’s what works, what breaks, and why it matters:
    👉 rubystacknews.com/2026/04/29/o

    #ruby #javascript #webdev #opal #programming

  2. Can Ruby Read an X-Ray? Building a Medical Image Processor.

    When I built ruby-libgd I included Sobel edge detection, Laplacian filter, Gaussian blur, and custom convolution as native C bindings. I knew those filters would be useful someday.

    Turns out medical imaging is exactly that use case.

    Full article with code and Jupyter notebook below.

    rubystacknews.com/2026/03/23/c

    #Ruby #MedicalImaging #DataScience #RubyDev #ImageProcessing

  3. I always envied Python developers typing plt.show() in Jupyter and getting a beautiful graph.

    So I built the Ruby equivalent.

    Docker + JupyterLab + Ruby kernel + ruby-libgd:

    ```
    plot = Plot.new
    plot.add("sin(x)")
    plot.add("x**2 + y**2 - 9", type: :implicit)
    plot.render("/work/graph.png")
    ```

    Scientific plotting is coming to Ruby. Full article on RubyStackNews — link in comments.

    rubystacknews.com/2026/03/13/p

    #Ruby #JupyterNotebook #OpenSource #RubyLibGD

  4. 🚀 Run Ruby on Rails entirely in your browser!

    I just published a deep-dive guide: “Ruby on Rails on WebAssembly: A Full-Stack, In-Browser Journey”. Learn how to:

    ✅ Compile Ruby and Rails to Wasm
    ✅ Run SQLite and Active Record in-browser
    ✅ Handle file uploads via OPFS
    ✅ Launch your app as a PWA
    ✅ Build offline-first apps, demos, and educational playgrounds

    🔗 Read the full article rubystacknews.com/2026/03/11/r

    #Ruby #Rails #WebAssembly #Wasm #FullStack #PWA #InBrowserDev #RubyOnRails #WebDev

  5. Most developers associate Ruby with web applications, but Ruby can also run inside embedded systems, firmware, and IoT devices.

    If you're curious about Ruby beyond the server, this ecosystem is definitely worth exploring.

    rubystacknews.com/2026/03/11/m

    #Ruby #mruby #EmbeddedSystems #IoT #OpenSource

  6. 🚀 ruby-libgd hits 3,000 downloads!

    From version 0.1.0 in January to 0.3.0 in March, ruby-libgd has grown into a lightweight, efficient Ruby library for dynamic image generation, filters, and GIF animations.

    Years of iteration, community feedback, and careful optimization have brought us here — and the journey is just beginning. 🌟

    Discover the library’s capabilities, the milestone story, and what’s next: rubystacknews.com/2026/03/09/r

    #Ruby #OpenSource #ImageGeneration #GIF #rubyLibGD

  7. In this article, I explore the modern Ruby CLI stack — Thor, TTY Toolkit, and more — and show how to move from simple scripts to polished terminal applications.

    👉 If you build developer tools, automation, DevOps utilities, or internal platforms, this ecosystem is worth knowing.

    Ruby on Terminal is real — and it’s powerful.

    🔗 Read the article: rubystacknews.com/2026/03/01/%

    #Ruby #CLI #DevTools #Terminal #SoftwareEngineering #RubyLang #OpenSource

  8. Rack isn’t just a gem — it’s the interface that connects Ruby web frameworks to the outside world.

    With Rack 3, the project is actively evolving to support modern workloads: stricter contracts, improved streaming, stronger security, and a more modular core.

    A deep dive into why Rack remains the backbone of the Ruby web stack 👇
    👉 rubystacknews.com/2026/02/26/%

    #ruby #rack #rails #webdev #opensource

  9. ⚡ From ~30 minutes to ~2 minutes: how a Rails team achieved ultra-fast CI — without rewriting tests.

    Parallel RSpec done right, smart workload balancing, PostgreSQL on tmpfs (RAM), and even reconsidering cloud vs physical hardware.

    Inspired by a Kaigi on Rails 2025 talk 🇯🇵

    🔗 rubystacknews.com/2026/02/18/%

    #Ruby #Rails #CI #RSpec #DevOps #Performance #KaigiOnRails

  10. 🚫 Stop checking admin? — it may be creating technical debt.

    Authorization bugs aren’t minor issues.
    They can expose salaries, contracts, or customer data.

    This article breaks down a Kaigi on Rails 2025 talk proposing a permission-centric architecture that scales with real SaaS systems — combining RBAC + ABAC and explicit rules instead of implicit roles.

    Read 👇
    rubystacknews.com/2026/02/17/s

    #Ruby #Rails #Authorization #Security #SaaS #WebDev #KaigiOnRails

  11. When introducing parallelism in Rails,
    the real danger isn’t threads.

    It’s connection pool exhaustion.

    Based on a Kaigi on Rails 2025 talk by @katakyo, I wrote a breakdown of how to safely scale parallel workloads in production Rails systems.

    Full article here:

    rubystacknews.com/2026/02/12/d

    #Ruby #Rails #Sidekiq #Performance #AWS #Scaling

  12. At Kaigi on Rails 2025, Rails Committer Yasuo Honda walked through:

    • Protocol 3.2 & extended cancel keys
    • Why pg ≥ 1.6 matters
    • UNLOGGED partition removal
    • pg_stat_statements improvements
    • Virtual generated columns (now default in PG18)
    • Rails 8.1 adapter support

    This is a great example of ecosystem coordination:
    PostgreSQL core → pg gem → Rails adapter → production apps.

    Full technical breakdown 👇

    rubystacknews.com/2026/02/11/r

    #Rails #PostgreSQL #Ruby #ActiveRecord #OpenSource

  13. Maps don’t always need to be interactive.

    With libgd-gis v0.4.1, maps can now include built-in legends, rendered directly into the image — fully server-side in Ruby.

    This makes maps self-explanatory artifacts:
    • no frontend
    • no JavaScript
    • no screenshots
    • style-driven rendering
    • optional post-processing via map.image

    rubystacknews.com/2026/02/10/w

    #Ruby #GIS #OpenSource #ImageProcessing #libgd

  14. Really wanted to get some painting in this weekend but didn’t quite get there. Did manage to get a bunch of stuff based / primed though:

    - My kid’s Raven Guard AoD #KillTeam — he’s been carefully kitbashing these which has been delightful to see. When he had the idea he asked me if we could look for some printable bird skull helmets and it turned out that was very doable!
    - A proxied Hunter Clade kt I’ve been building — still waiting on the awkward oval base for one of the gunners though. Really happy with the customised ruststalkers / infiltrators!
    - The extra models I’ve built for my beaky AoD kill team — these had been sat waiting to be based / primed for a while…

    #AngelsOfDeath #AdMech #WarhammerCommunity #miniatures #ResinPrinting #KitBash

  15. Really wanted to get some painting in this weekend but didn’t quite get there. Did manage to get a bunch of stuff based / primed though:

    - My kid’s Raven Guard AoD #KillTeam — he’s been carefully kitbashing these which has been delightful to see. When he had the idea he asked me if we could look for some printable bird skull helmets and it turned out that was very doable!
    - A proxied Hunter Clade kt I’ve been building — still waiting on the awkward oval base for one of the gunners though. Really happy with the customised ruststalkers / infiltrators!
    - The extra models I’ve built for my beaky AoD kill team — these had been sat waiting to be based / primed for a while…

    #AngelsOfDeath #AdMech #WarhammerCommunity #miniatures #ResinPrinting #KitBash

  16. Really wanted to get some painting in this weekend but didn’t quite get there. Did manage to get a bunch of stuff based / primed though:

    - My kid’s Raven Guard AoD #KillTeam — he’s been carefully kitbashing these which has been delightful to see. When he had the idea he asked me if we could look for some printable bird skull helmets and it turned out that was very doable!
    - A proxied Hunter Clade kt I’ve been building — still waiting on the awkward oval base for one of the gunners though. Really happy with the customised ruststalkers / infiltrators!
    - The extra models I’ve built for my beaky AoD kill team — these had been sat waiting to be based / primed for a while…

    #AngelsOfDeath #AdMech #WarhammerCommunity #miniatures #ResinPrinting #KitBash

  17. Really wanted to get some painting in this weekend but didn’t quite get there. Did manage to get a bunch of stuff based / primed though:

    - My kid’s Raven Guard AoD #KillTeam — he’s been carefully kitbashing these which has been delightful to see. When he had the idea he asked me if we could look for some printable bird skull helmets and it turned out that was very doable!
    - A proxied Hunter Clade kt I’ve been building — still waiting on the awkward oval base for one of the gunners though. Really happy with the customised ruststalkers / infiltrators!
    - The extra models I’ve built for my beaky AoD kill team — these had been sat waiting to be based / primed for a while…

    #AngelsOfDeath #AdMech #WarhammerCommunity #miniatures #ResinPrinting #KitBash

  18. Really wanted to get some painting in this weekend but didn’t quite get there. Did manage to get a bunch of stuff based / primed though:

    - My kid’s Raven Guard AoD #KillTeam — he’s been carefully kitbashing these which has been delightful to see. When he had the idea he asked me if we could look for some printable bird skull helmets and it turned out that was very doable!
    - A proxied Hunter Clade kt I’ve been building — still waiting on the awkward oval base for one of the gunners though. Really happy with the customised ruststalkers / infiltrators!
    - The extra models I’ve built for my beaky AoD kill team — these had been sat waiting to be based / primed for a while…

    #AngelsOfDeath #AdMech #WarhammerCommunity #miniatures #ResinPrinting #KitBash

  19. Rush backstage craptcha asked me to identify cars, not a single one was a barchetta, red or otherwise :(

    Also no one-lane bridges in sight

    The new bags are 28" x 12", marketing missed an opportunity :)

    Geddy's new book will be on its way in January, but stopping by Libro.fm next to pick up audio book narrated by Geddy, Alex and Cliff Burnstein

    rushbackstage.com/product/6XAM

    libro.fm/audiobooks/9780063159

    #Rush #RushIsABand #MyEffinLife #GeddyLee

  20. the holy month of 21.12 is coming to an end. I hope you enjoyed celebrating this once in a century event, the last holy month before those who left our planet long ago return and assume control

    also

    You don't get something for nothing
    You don't get freedom for free

    rush.com/albums/2112/

    rushbackstage.com/product/6XCT

    youtube.com/watch?v=w5jwxrTqoE (2112 animatedish video)

    #Rush2112 #RushIsABand