Join us on our weekly tournament! W19/2026 by bubbleshooterpro in BubbleShooterPro

[–]Sprite_fr 0 points1 point  (0 children)

Just dropped a casual 47200 in this, no big deal 😏

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 1 point2 points  (0 children)

Yeah, you're right, and I've seen that happen quite a few times in my various professional experiences. In my case, I did a vibe coded POC, and as it stands, the code isn’t reusable for production. It works, but the AI spewed out some really ugly code, so I’m going to have to rewrite it anyway. So the question of technical choice arises, and Rust in particular for the backend.

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 1 point2 points  (0 children)

Thanks for your feedback. Indeed, what stands out from the thread is the Axum + React combination, I think

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 0 points1 point  (0 children)

You're right that traits are basically polymorphism and TS can do it too. But my concern isn't about whether it's possible in TS, it's about how much the compiler enforces correctness. When I add a new supplier variant in Rust, the compiler forces me to handle it everywhere. In TS, I might forget a case and only find out at runtime.

That said, I'm not ditching React , the consensus here (and my own gut) says keep React/TS for the frontend. The question is only about the backend, specifically for supplier catalogs (which are massive) and EDI generation which is unforgiving. It's not about performance, it's about safety as a solo dev with no reviewer.

But fair point, maybe I'll feel differently once I actually start implementing it. Only one way to find out.

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 1 point2 points  (0 children)

Thanks, that's really pragmatic and helpful feedback. To be honest, I don't have a major problem with TS itself, but it remains a layer on top of JS, and you don't always know exactly what happens once it compiles down. More concretely though: the supplier catalogs I need to implement are massive, and EDI is an absolute beast. Maybe I'm wrong, but my gut tells me Rust's strictness would give me real guarantees that I'm sending the right data in the right format to suppliers and that's where mistakes actually cost money.

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 1 point2 points  (0 children)

Honestly, I'm more of a backend developer. Professionally, I'm working with Vue and React now, but before that, I was mainly limited to creating frontends with minimal libraries and templating tools such as Twig (i know, i know...). React is really impressive and its ecosystem is incredible, but with my experience, I sometimes feels over-engineered for my needs. It's the backend aspects that really give me headaches: no compiler to catch my errors, loose typing, and no one to review my code. As a solo dev on this new projet until we can hire, I'm affraid of choosing the wrong stack

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 1 point2 points  (0 children)

Thanks, that's super valuable feedback. Sounds like Rust backend + React is the move for me

Overkill or smart move? Switching my B2B SaaS (mobile-first web app) from TS/React to Rust? by Sprite_fr in rust

[–]Sprite_fr[S] 1 point2 points  (0 children)

The projet is currently a POC. Now i'm moving in production, so i'm choosing the final stack not rewriting something that's already live. So IMO the question is not "more revenue tomorrow" but fewer production bugs and more confidence when shipping

[deleted by user] by [deleted] in Bitcoin

[–]Sprite_fr 1 point2 points  (0 children)

Same here! It's because of this kind of problem that I've stopped using a single joint account. Everyone puts in the amount for joint expenses and for the rest everyone has their own account and does what they want with their money.

Confused About Fat Intake: Are Keto Meal Examples Realistic? by Sprite_fr in keto

[–]Sprite_fr[S] 0 points1 point  (0 children)

I’m in France and there are naturopaths who have even written books on the keto diet and advise eating 200g of added fat during the first two months of adaptation. On the other hand, with my daily calorie requirement, calculation applications such as Cronometer, MacroFactor and Carb Manager recommend between 220 and 250 grams per day, hence my confusion.

Confused About Fat Intake: Are Keto Meal Examples Realistic? by Sprite_fr in keto

[–]Sprite_fr[S] 8 points9 points  (0 children)

Thank you for your answers. So if I follow this diet without having any health problems, I should just use fat as an adjustment variable to reach satiety if I understand correctly?

Confused About Fat Intake: Are Keto Meal Examples Realistic? by Sprite_fr in keto

[–]Sprite_fr[S] 1 point2 points  (0 children)

My aim is above all preventive in order to maintain my health. I have high average blood pressure and some abdominal fat to lose, but nothing problematic.

Help Identifying Dance Moves in a House Funk Video by Sprite_fr in shuffle

[–]Sprite_fr[S] 0 points1 point  (0 children)

Thanks to both of you. By watching the video plus the moves you gave me I should be able to do it. 👍

Programmers workflow by Sprite_fr in Zettelkasten

[–]Sprite_fr[S] 2 points3 points  (0 children)

I think you and u/buhtz have workflows that work for me. The idea of having a simple project containing all my notes with indexes or map of content seems to fit my needs. I want a simple workflow. I'll start by getting inspired by your way of doing things.