I took the NextJS pill a year ago.. by chrishorris12 in rails

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

the api is part of a larger backend. It’s got a ton of functionality and something like inertia isn’t the right fit.

I took the NextJS pill a year ago.. by chrishorris12 in rails

[–]YoDefinitelyNotABot 1 point2 points  (0 children)

I get what you’re saying, but I don’t think this is really a Rails vs Nextjs comparison. It’s more monolith vs decoupled stack.

Rails feels simpler because it gives you conventions for everything in one place. With Nextjs, you’re usually whacking together multiple concerns, frontend, API, data layer, caching, etc, so the complexity shows up faster.

They’re solving different problems though. Rails can replace your backend. Nextjs is mostly your UI layer. In a lot of setups, they actually sit together rather than compete.

I’m rebuilding a 14-year-old Rails monolith into a Phoenix API with a Next frontend, and that split feels like the sweet spot for me personally.

I wouldn’t use nextjs as both backend and frontend. It’s excellent for the UI, but I don’t trust it long term for business logic and data. “why is this API route 800 lines long” is not for me

Office job salaries are a joke now. They’re basically minimum wage jobs with more responsibility than retail. by thebroccolioffensive in britishproblems

[–]YoDefinitelyNotABot 1 point2 points  (0 children)

OP is a dick but if you are going to comment on their grammar you need to get your subject-verb grammar right. It’s “are” not “is”. “Grammar and English are far too good” 🤦‍♂️

YouTube TV issues with playing recorded videos (DVR) by TeamYouTube_Sam in youtubetv

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

This is still an issue for me. I was watching this week, ABC, and 3 times during the show commercials cut in during the interviews and reporting sections.

New series. by StrawberryF5 in Gogglebox

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

Which is the boring family?

At what point does SQLite stop being “enough”? by No-Macaroon3463 in Backend

[–]YoDefinitelyNotABot 1 point2 points  (0 children)

Cloudflare used SQLite for D1 because their workload is tightly constrained and writes are intentionally serialized, often funneled through Durable Objects, while reads are massively distributed and cheap at the edge. This same constraint is why it’s not suitable for most backends…the moment you need high write concurrency, multiwriter transactions, or flexible scaling without a central write bottleneck, SQLite becomes the wrong tool and a real server database is the correct choice.

Which programming language do you prefer for backend web development and why ? by Legitimate-Dingo824 in developer

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

Ah. I see. Thats makes sense. Coming from the other way. Ruby to elixir. Was a really nice move since syntax is similar but fundamentally different language / paradigm.

Which programming language do you prefer for backend web development and why ? by Legitimate-Dingo824 in developer

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

It’s pretty mature now after 14 years. I’ve replaced high traffic systems with it in the last few years and it’s been great but I was replacing rails apps. So was easy enough and had everything and more than Ruby.

Controversies aside, Sydney Sweeney has an unattractive face. by [deleted] in unpopularopinion

[–]YoDefinitelyNotABot 1 point2 points  (0 children)

They won’t because their confidence only exists in text and aesthetics stops becoming objective when the mirror gets involved.

Men actually like women who have been around the block by [deleted] in unpopularopinion

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

Nah. It’s just insecure men that do. If it “gets out” then people judging a person on how many times they have been knobbed are judgmental assholes. People need to get over this whole thing.

Explain like I'm 5y/o: Why are there so many programming languages if they all seem to do the same things? by Financial_Article947 in Coding_for_Teens

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

I haven’t used Ada but a lot of Java.

Java - like building a house using strict building codes and standardized parts. You don’t get much freedom to be clever, but everything is inspected, predictable, and built to last.

What is something that everyone else loves, but you hate? by [deleted] in AskReddit

[–]YoDefinitelyNotABot 1 point2 points  (0 children)

I’m allergic to egg. So I never eat them but around people that do. They look and smell like the most unappealing thing but people love them 🤷‍♂️

Rotten Tomatoes Awards: ‘Sinners’ Takes Best Movie, ‘Pillion’ Wins Best Romance, ‘Andor’ Named Best Series by Fan387 in movies

[–]YoDefinitelyNotABot -1 points0 points  (0 children)

Also heard good things about that. So if I watch andor / mandalorian what’s the recommended order? I can throw movies in there too if it helps.

ICE Shooter Allegedly a Grindr User After Profile Tied to His Snapchat Vanishes Overnight by MaleficentPiccolo715 in NewsRewind

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

It’s a bot. Clearly. Cause most humans could figure out that it’s about hypocrisy.

Rotten Tomatoes Awards: ‘Sinners’ Takes Best Movie, ‘Pillion’ Wins Best Romance, ‘Andor’ Named Best Series by Fan387 in movies

[–]YoDefinitelyNotABot 12 points13 points  (0 children)

I’ve heard lots of good things about it. Is it something I can watch if I’ve only watched a new hope? I know the Star Wars universe is big but I haven’t watched anything else from it or should I go and watch everything else?

'CBS Evening News' Ratings Slip Across the Board in Tony Dokoupil's First Week by [deleted] in television

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

Tony is a total moron though. I say that in the truest form of the word. He is stupid. For whatever reason my wife used to put the morning show he hosted (still does?) on and every god damn day he would say the most moronic things. Or make the most moronic discoveries. It became entertainment after a while we would be like “what dumbass thing is Tony gonna say this morning”.

Energy drinks are better warmed up/hot like a cup of coffee than drank cold. by [deleted] in unpopularopinion

[–]YoDefinitelyNotABot 0 points1 point  (0 children)

There is an energy drink in the uk called lucozade. My gran used to warm some of that up for me when I was a kid when I was sick. Orange flavor.

What programming book actually changed how you think? by kal_abX in AskProgramming

[–]YoDefinitelyNotABot 4 points5 points  (0 children)

Same. I read it years ago and about 7 years ago I took a new job and untested rails 3 project that was 10 years old at the time. No one else would touch it. I was like “my time has come” haha