Hi everyone llm.rb is a zero-dependency Ruby toolkit for Large Language
Models that includes OpenAI, Gemini, Anthropic, xAI (Grok), DeepSeek,
Ollama, and LlamaCpp. The toolkit includes full support for chat,
streaming, tool calling, audio, images, files, and structured outputs
(JSON Schema). The library provides a common, uniform interface for all
the providers and features it supports, in addition to provider-specific
features as well. Give it a try, let me know what you think.
https://github.com/llmrb/llm#readme Regards, 0x1eef (Robert)
Hi,
Here's another update of my attempt at fixing ruby gems. In 2025 they
are still being installed in the wrong location by default.
Not only that, but the rubygems project provides *no way* to override this.
That's why all linux distributions suggest users to set GEM_HOME themselves.
Once again my solution is really simple and fixes everything:
https://github.com/felipec/rubygems/commit/0811ccf16d
Why are rubygems developers not applying this harmless patch? You can
read about that in my blog post:
https://felipec.wordpress.com/2025/08/17/ruby-gems-still-broken/
Cheers.
--
Felipe Contreras
The JRuby community is pleased to announce the release of JRuby 10.0.2.0.
- Homepage: https://www.jruby.org/
- Download: https://www.jruby.org/download
JRuby 10.0.2.x targets Ruby 3.4 compatibility.
Thank you to our contributors this release, you help keep JRuby moving
forward!
7 Issues and PRs resolved for 10.0.2.0
#8920 KWargs issue with mustermann gem preventing JRuby 10.0.1.0 upgrade
#8922 Don't clear callInfo for Ruby methods
#8929 Update ArgumentError for missing file to match CRuby
#8930 Run specs repeatedly with forced JIT
#8943 Make closure to method conversion more conservative
#8948 SassC - array size too big
#8950 Fixes #8948. SassC - array size too big
--
blog: http://blog.enebo.com twitter: tom_enebo
mail: tom.enebo(a)gmail.com