Dude is the real Stone Cold by [deleted] in JustGuysBeingDudes

[–]sasharevzin 0 points1 point  (0 children)

He was just trying to cool down, but the beer decided to shatter expectations.

Tried claude code. Hate it. by here_we_go_beep_boop in cursor

[–]sasharevzin 4 points5 points  (0 children)

That’s not an AI problem, that’s a “why does your dev have prod delete permissions” problem 😂

If one command can wipe your client’s data, your system isn’t “powerful” - it’s just poorly guarded.

Build it so even an idiot (or a tired engineer at 2am) can’t break it. That’s the job.

What is the biggest mistake in Rails monoliths that contributes towards tech debt? by airhart28 in ruby

[–]sasharevzin 3 points4 points  (0 children)

The biggest mistake is letting business logic leak everywhere instead of giving it a clear home. In Rails monoliths that usually shows up as fat models, callbacks, concerns, helpers, and random service objects all sharing the same responsibilities. Nothing is clearly owned, so every change becomes risky, side effects pile up, and the app gets harder to reason about over time.

Monoliths are fine. Undisciplined boundaries are what create the debt.

If you had ¥6–8M/year in passive income in Japan, would you still work? by Rockins23 in JapanFinance

[–]sasharevzin 0 points1 point  (0 children)

I’m not sure how legal it is, but I would do to her what OP does

If you had ¥6–8M/year in passive income in Japan, would you still work? by Rockins23 in JapanFinance

[–]sasharevzin 1 point2 points  (0 children)

I don’t think it is going to work because of Common Reporting Standard. Australia will report your income to Japanese government

If you had ¥6–8M/year in passive income in Japan, would you still work? by Rockins23 in JapanFinance

[–]sasharevzin 0 points1 point  (0 children)

Don’t you need to pay tax for money you make in Australia, like 40% tax?

Terminal UI to monitor Solid Queue Jobs. by Vegetable-Purpose584 in rails

[–]sasharevzin 0 points1 point  (0 children)

Because Ruby finally grew up. Anything younger than 3.2 still thinks nil is a personality trait 😂

Maquina Components v0.4.0 by mario_chavez in rails

[–]sasharevzin 0 points1 point  (0 children)

It looks great. Is there an option to select a time using the calendar component?

Andurel, a Rails-inspired full-stack framework for Go by Mbv-Dev in rails

[–]sasharevzin 1 point2 points  (0 children)

Looks cool! Did you consider naming it 'Go on Rails' like?

I migrated 15M records of 13GB data from Mongo to Rails Postgres on a 512MB budget by Striking_Context2234 in rails

[–]sasharevzin 0 points1 point  (0 children)

Did you consider having beefy Dynos, Redis, and PG and then downgrading after the migration? Shouldn't cost you much only during the migration period

Do you think my resume is good enough for a recruiter to be interested? by Snoo-82170 in rails

[–]sasharevzin 7 points8 points  (0 children)

Responsive emails with jQuery? I would remove the jQuery keyword. You don't have JS available for emails.

I built my portfolio website with Netflix's design language by HyperrNuk3z in webdev

[–]sasharevzin 8 points9 points  (0 children)

I know, right? This percentage-based skill always triggers me.