headius
|
8 days ago
|
on: How we rebuilt Next.js with AI in one week
This. Whole thing struck me as basically an advertisement for Vite. 99% of the base functionality is probably already there, written by humans.
"Use our proprietary SaaS and you too can approximate Next.js in 1/100 as much code using a bit of chicken wire and an LLM".
Whole thing sounded too good to be true, and it was.
headius
|
5 months ago
Let's take a look at JRuby's startup time journey, all the way up to using JDK 25's AOTCache and Project Leyden features coming to a JDK near you soon.
headius
|
7 months ago
|
on: JRuby 10.0.2.0 released with several small fixes
JRuby 10.0.2 is released! This is a small release to fix an ArgumentError regression in JRuby 10.0.1 plus a few other small fixes. Recommended upgrade for all, but let us know if you run into any issues!
headius
|
7 months ago
We have just released JRuby 10.0.1.0, our first update to JRuby 10! There's dozens of patches including full support (finally) for Zeitwerk and a bunch of Ruby 3.4 language fixes. Upgrade today and let us know how it goes!
headius
|
10 months ago
|
on: Creating beautiful charts with JRuby and JFreeChart
I'm glad you find it useful!
headius
|
10 months ago
|
on: 3D Charts, SVG, and PDF with JRuby and JFreeChart
Seems like a few folks didn't think my 2D bar chart example was beautiful, so let's kick it up a notch!
headius
|
10 months ago
|
on: Creating beautiful charts with JRuby and JFreeChart
Why use C, Python, or JavaScript to generate charts for your Ruby applications? Use JRuby and it's so much easier!
headius
|
10 months ago
|
on: JRuby 10 released with support for Ruby 3.4
Thank you! It's been a long road but we're proud to finally have JRuby 10 out there!
headius
|
11 months ago
|
on: JRuby 10 released with support for Ruby 3.4
It's finally here! JRuby 10 has been released with support for Ruby 3.4 (including 3.2 and 3.3 updates as well). Minimum Java version has been bumped up to Java 21, allowing us to support more modern JVM features. Check out the release notes and begin your migration today!
headius
|
11 months ago
|
on: JRuby 10, Part 1: What's New
I'm glad JRuby has been useful to you!
headius
|
11 months ago
|
on: JRuby 10, Part 1: What's New
A first overview of the enhancements coming soon in JRuby 10!
headius
|
1 year ago
|
on: Boosting JRuby Startup with AppCDS and AOT Caching
JRuby startup gets a big boost from OpenJDK 21's Application Class Data Sharing and the new AOT caching feature in JDK24.
headius
|
1 year ago
|
on: JRuby with JBang
We have all of the right tooling created to fetch jars from maven but no good tutorials on stitching it all together. Clearly that is step we should document better.
And for those following along, we keep the jbang configuration updated with every release so you know you're getting the most recent version.
headius
|
1 year ago
|
on: JRuby with JBang
Very excited to see folks trying this out! Please get in contact with us (jruby team, either on social media or our matrix channel) if you have any troubles.
headius
|
1 year ago
|
on: JRuby 10 due to arrive in early 2025
A very nice article by Paul Krill! We are looking forward to this release and having feature parity with regular Ruby while also updating JVM support for modern features. You can get expert support for JRuby projects, including migration from CRuby and third-party gem development, from Headius Enterprises.
headius
|
1 year ago
|
on: JRuby on CRaC Part 1: Let's Get CRaCking (Fast Startup for JRuby)
Part one of a series exploring the use of OpenJDK Project CRaC (Coordinated Restore at Checkpoint) and CRIU (Checkpoint and Restore In Userspace) to improve the startup of JRuby
headius
|
1 year ago
|
on: JRuby: Upcoming Projects
A quick look at the big projects coming soon for JRuby. Ruby version updates, new optimization work, and integration with modern JVM features like Loom, Panama, CRaC, Leyden and more.
headius
|
1 year ago
|
on: JRuby funding at Red Hat stopped – call for sponsors
It is unfortunate, to be sure, and I strongly disagree with Red Hat's decision to cut important projects like JRuby.
When we joined Red Hat in 2012, it was the most exciting career move of my life. A company I had long respected for its dedication to and support of OSS... this was a place I could finally do good work for the community for the rest of my career.
I was still cautiously optimistic when IBM bought the company, since for several years it seemed like the status quo would be maintained; Red Hat was very successful at driving new revenue to IBM, and investment in OSS continued apace. I guess being the most profitable division of IBM was not enough.
I wish my remaining friends and colleagues at Red Hat the best of luck.
headius
|
1 year ago
|
on: JRuby funding at Red Hat stopped – call for sponsors
I'm still very proud of that talk and it's one of two we decided to include on the Headius Enterprises "About" page here:
https://www.headius.com/aboutI hope I can return to Carolina Code Conference next year to share my experiences going independent with JRuby!
headius
|
1 year ago
|
on: JRuby funding at Red Hat stopped – call for sponsors
GraalVM Ruby does not integrate with Java in the same way, and not nearly as seamlessly. JRuby allows implementing Java interfaces in a direct way that optimizes better, as well as extending and importing Java classes such that they look and feel like normal Ruby classes.
JRuby runs on all JVMs with or without Graal, where the GraalVM languages are tied to that runtime. The design of those languages also incurs heavy startup, warmup, and memory footprint penalties even greater than that of JRuby or the JDK itself, and those problems are not easily solvable.
JRuby will never go away, and as long as I have a say in it, development will continue full speed ahead. We are tackling some of our long-desired optimizations now, have near parity on Ruby language features with the unreleased Ruby 3.4, and we're very excited for the future of the project.
"Use our proprietary SaaS and you too can approximate Next.js in 1/100 as much code using a bit of chicken wire and an LLM".
Whole thing sounded too good to be true, and it was.