@vcosmin01

2 Followers
9 Following
18 Posts

You can read the full newsletter at https://newsletter.shortruby.com/p/edition-132

This edition was made possible thanks to @vcosmin01 , who edited the entire content. I am extremely grateful for all the help and work he puts in every week, allowing us to have a newsletter every Monday.

Short Ruby Newsletter - edition 132

The one with several Ruby releases: 3.4.3, 3.5.0-preview1, and JRuby 10, where Marco Roth announces herb tools and Matz suggests that Ruby 4.0 may be released this Christmas.

Short Ruby Newsletter

Last week, I replied to a question on BlueSky by @mackuba asked if #Ruby is growing.

In my replies, I shared some trends that, IMO confirm it

Now @cooperx86 - who is doing #RubyWeekly for a super long period and has a much better grasp of the ecosystem shared 👇

You should read the latest RubyWeekly at https://rubyweekly.com/issues/737
Ruby Weekly Issue 737: February 6, 2025

You can find the installation instructions and how to use it with various models here: https://llm.datasette.io/en/stable/
LLM: A CLI utility and Python library for interacting with Large Language Models

After using the `llm` CLI tool from @simon I feel like I have been living under a rock in terms of using LLMs via CLI.

It is so good and simple to use and integrate in a bash script. Strongly recommend it

Simple and interesting way to see even numbers from a range in Ruby
#ruby #learning

I'm super happy to release Marksmith today.

This is the Markdown editor I wanted in Rails since forever. Today it's here.

- Seamless text input
- Quick Preview
- ActiveStorage integration
- List Continuation
- Media Library integration
- MIT and ready to use

Here are the 4 test design techniques that you will learn during this workshop. They are helpful in almost any situation to help you design better test cases, cover more features or business logic with less effort and make sure you test what's important

I can talk a bit more about the book I'm writing for the Pragmatic Programmers (https://pragprog.com).

The running title is: "Ruby Alchemy". The focus is on blending Object Oriented + Functional design (emphasis on the latter). It's a book I've always wanted!

The goal is to have the book finished by end of year (but I'm shooting for sooner). Should be about 350 pages (I think) and I've written 131 pages so far. It's always the last 10% that is the hardest, though.

#ruby

I've been experimenting for quite some time with the techniques that @a_grebenyuk goes over here: https://kean.blog/post/swiftpm-and-xcode

I have run into hiccups with package resolution/updates for branch-based things. I don't follow the exact same target-based approach. But keeping your package dependencies managed in this way works and is quite nice.

SwiftPM and Xcode

SwiftPM and Xcode

kean.blog