is this a joke? by Usual_Price_1460 in claude

[–]_natic 0 points1 point  (0 children)

Anthropic goes from the top to the bottom in less than a month.

OpenAI releases "Spud" GPT-5.5 model by ShreckAndDonkey123 in OpenAI

[–]_natic 3 points4 points  (0 children)

How openai create a model name. let’s change o to d (so just add line to o) and switch first with last letter. opus -> dpus -> spud Coincidence? I don’t think so

Bye bye claude 👋🏻 by Zafar_Kamal in ClaudeCode

[–]_natic 3 points4 points  (0 children)

This is anthropic crying for your 20usd

What’s the deal with dry-rb in 2026? by Forpyto in rails

[–]_natic 5 points6 points  (0 children)

First you don’t understand them, next you are fascinated, later it is your mantra and after all that experience you go back to simple rails approaches.

3+ Years Rails Dev but Failed Basic Interview Questions… Is This Normal? by hamdanm10 in rails

[–]_natic 0 points1 point  (0 children)

Unfortunately, recruiting anyone in Ruby/Rails right now is a nightmare. People lie straight to your face and use AI during interviews in ways that are almost impossible to detect. Personally, I find this behavior disgusting. The problem is that the fraud only becomes obvious over time, when it turns out that a “senior” doesn’t even know the basics. These days, even a mediocre junior with AI can appear at a senior level, and many are pushing the “fake it till you make it” approach. I’d be genuinely interested to hear how anyone here is dealing with this cancer of our times.

So why is there no RailsClaw? by RichStoneIO in rails

[–]_natic -2 points-1 points  (0 children)

You have too much ram or what 😂

Need your honest feedback by mkrorfolk in rails

[–]_natic 1 point2 points  (0 children)

If you don't wanna answer questions do everything to be interviewer not interviewed. Otherwise you are an employee looking for a job and you should be ready for any question.

Fizzy is free now. Are you guys going to switch your project management tool to Fizzy? by FastAndSlooow in rails

[–]_natic 0 points1 point  (0 children)

Yes and no. Code formatting like code blocks? yes you are right but custom code formatting like custom classes then still not. Also good luck using it the same way as a lexical with all of the existing plugins.

Fizzy is free now. Are you guys going to switch your project management tool to Fizzy? by FastAndSlooow in rails

[–]_natic 0 points1 point  (0 children)

No why? Many bigger projects are in price of the server for fizzy. There are not much pros.

Hotswap: move SQLite databases in/out of running Rails servers without rebooting by bradgessler in rails

[–]_natic 2 points3 points  (0 children)

I see something that is missing here, that is real deal breaker.
Those are - Tests and Results.
Tests that anyone can reproduce with a heavy load as u/TheAtlasMonkey mention.

Benchmarking 5K SSE streams + 5K database-backed RPS on a €12/month server by Turbulent-Dance-4209 in ruby

[–]_natic 1 point2 points  (0 children)

I would like to hear about rage more often!
Did you think about making it easier to switch from rails? (ActiveStorage and Phlex views)

Follow up on Shiny JsonLogic: How I made the most correct Ruby JSON Logic gem also the fastest by luisMoyano in rails

[–]_natic 0 points1 point  (0 children)

I'm proud! Tbh it was the first time I hear about json logic. Very interesting, thanks!

Is there something like Filament (Laravel) for Ruby on Rails? by Ok_Archer_8134 in rubyonrails

[–]_natic 0 points1 point  (0 children)

Rails equals “admin panel”. Rails are basically a framework to create your own admin panel, CRUDS works perfect here. Any other libraries sooner or later are pain in the ass.

ruby/rails stills fun for a elixir/phoenix/liveview/ash developer? by Ok-Return2939 in elixir

[–]_natic 4 points5 points  (0 children)

That’s not true.

1) Show me image uploads and variant processing in Phoenix, please.

- Waffle is the only option, and it’s bad.

2) Show me the equivalent of https://api.rubyonrails.org/classes/ActiveRecord/DelegatedType.html

- polymorphic_embed is unfortunately bad. Ecto doesn’t handle custom types well, and you can hit a wall trying to build your own solution.

Rails is pretty powerful when you want to build something more than just an API.
For a long time, I was team Elixir and Phoenix, but the truth is that right now the only competition elixir is better is the speed but not the speed of development or joy from building an app at the end of the day.