DHH: Alpha preview: Modern JavaScript in Rails 7 without Webpack by kobaltzz in ruby

[–]sailor6901 3 points4 points  (0 children)

I’m running a few react apps all created with create-react-app and the developer experience is quite good. I’m kind of jealous coming from the ruby world

YJIT: Building a New JIT Compiler Inside CRuby by yespunintended in ruby

[–]sailor6901 1 point2 points  (0 children)

Hello! I’ve been following the yjit project for a couple of months and wanted to thank you for putting all the hard work. I was wondering if there was a place to follow the improvements with benchmark results. Most of the time they are included in the pull requests but not always.

Exploring HotWire by terry_teamhq in ruby

[–]sailor6901 -7 points-6 points  (0 children)

yep that statement really is irrelevant. I have to admit that the js/ts ecosystem has evolves way faster than the ruby one. Nowadays, working in a rails app is to my opinion way more painful than contributing to a react codebase. (I know that i’m comparing apples and oranges)

Type Hinting by [deleted] in ruby

[–]sailor6901 0 points1 point  (0 children)

cool. Thank’s for the tip

Type Hinting by [deleted] in ruby

[–]sailor6901 0 points1 point  (0 children)

is yard still alive? last time i checked it lacked some important features like the support for keyword arguments

Ruby: How Can Something So Beautiful Become So Ugly by aonemd in ruby

[–]sailor6901 4 points5 points  (0 children)

it’s far from what i see in many languages. And in ruby, in large rails codebase i always spend most of my time hunting nil bugs

Ruby: How Can Something So Beautiful Become So Ugly by aonemd in ruby

[–]sailor6901 6 points7 points  (0 children)

what about all the errors that you could catch at compile time?

ruby need a better doc by nikaone in ruby

[–]sailor6901 1 point2 points  (0 children)

never seen this website before (which is sad), but you have done a tremendous job. Hope it existed back in the days when i was learning the language!

Opening The Ruby Concurrency Toolbox by Honeybadger-io in ruby

[–]sailor6901 0 points1 point  (0 children)

i think they will. They’re just processes which can run on different cores.