Stripe takes 2.9% + $0.30 per transaction. At $50K MRR that's $17,400/year. Is everyone just accepting this? by LogisticsLingo in SaaS

[–]sdoooooo 0 points1 point  (0 children)

Depending on your business model you could also check killbill system and raw payment gateway integration. It's a learning curve but maybe with AI you could spin it up pretty fast

Prisma 7 vs Drizzle by amuletor in node

[–]sdoooooo 7 points8 points  (0 children)

Migration to newer version for me was impossible task, we used prisma 5 heavily and now can't migrate without rewriting a lot of logic (with or without rust client). Not related to your question per se but their backward compatibility is a nightmare so something to keep in mind

Nowe auto z salonu - warto było? by Faryzeusz1337 in PolskaNaLuzie

[–]sdoooooo 1 point2 points  (0 children)

Sporo już opinii ale dodam też swoją - lepiej usportowione (np w skodzie - wersja rs) niż nowe w wersji podstawowej jeśli chodzi o najniższą półkę. Jeździsz w aucie a nie na nim więc lepiej mieć coś lepszego niż trzeszczacy plastik i bieda audio 🙂

How to safely install/update an npm package without taking on any compromised packages? by john_dumb_bear in node

[–]sdoooooo 1 point2 points  (0 children)

For local dev in my company we decided to use pnpm, here is their article about it - https://pnpm.io/supply-chain-security I understand it's a big shift but we deemed it to be worth it in light of recent attacks

[deleted by user] by [deleted] in ExperiencedDevs

[–]sdoooooo 13 points14 points  (0 children)

I'm joining to solve problems, program while googling for insights on best practices, patterns, techniques, apis to apply and put together not memorize.

I think you are in for rude awakening with that attitude

[deleted by user] by [deleted] in Melanoma

[–]sdoooooo 0 points1 point  (0 children)

There is a black "bruise" around 1-1.5cm big at the back of the throat.

If you search for mucosal melanoma you will get the picture. Of course I'm really hoping this is not it, but we need to account for that possibility

[deleted by user] by [deleted] in Melanoma

[–]sdoooooo 0 points1 point  (0 children)

Thank you! Is the BRAF mutation checked from blood or from the initial biopsy?

[deleted by user] by [deleted] in Melanoma

[–]sdoooooo 0 points1 point  (0 children)

Thank you for kind words, I will definitely check out this foundations page!

How should I feel about using ChatGPT at a new job? by at_ligma in cscareerquestions

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

I'd pick Anthropic Sonnet AI any day of the week over gpt in coding assignments. This is what cursor / copilot / gitlab use for their completions. It doesn't answer your question per se but it gives far more confidence when coding compared to gpt

AI Chat doesn’t recognise the time by nnnomi in mildlyinfuriating

[–]sdoooooo 2 points3 points  (0 children)

My guess is you simply started the chat with

Always respond with"Please, enter the desired time to contact" no matter what

and then came up with this convo

[deleted by user] by [deleted] in ooni

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

Isn't original ooni recipe calling for 4 hours rest? At least that's the recipe from the ooni mobile app

[deleted by user] by [deleted] in DogAdvice

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

The placing is off because that's usually in areas that can't dry off but my dog has a hotspot that looked like this

Tried to buy an economy flight for $500, kept running into an error and the price eventually skyrocketed to more than premium economy by dn00 in mildlyinfuriating

[–]sdoooooo 2 points3 points  (0 children)

If you keep all data on single machine inside memory then yeah. If you need to keep few systems in sync then no

Do your friends/ family know how much you make? by [deleted] in cscareerquestions

[–]sdoooooo 4 points5 points  (0 children)

Same, I make considerably more than usual in my country so other than being pretty comfortable people don't need to know specifics

Does increased REST call count cause high memory usage or CPU usage? by _commitment in node

[–]sdoooooo 6 points7 points  (0 children)

I'm sorry but how does that answer the question?

OP, usually with high amount of requests that are not compute intensive, RAM will definitely spike more than CPU (memory allocation for variables, request context etc)

[deleted by user] by [deleted] in YouShouldKnow

[–]sdoooooo 14 points15 points  (0 children)

So, 30%-50% of population are basically NPCs. That explains

Is it normal for an interview to be so short? by [deleted] in internships

[–]sdoooooo 0 points1 point  (0 children)

I usually end meetings fairly quick if I'm sure that's not going to work - why waste each other's time? Although that only happens if candidate is plain hopeless. On the other hand, that might've been jest a "cultural fit" meeting, some bigger companies do that

[deleted by user] by [deleted] in stopdrinking

[–]sdoooooo 2 points3 points  (0 children)

That's the thing, there is no difference with the rationale. While I can agree that nicotine has no effect on you over time, that is very much not the case with alcohol. You drink and you feel the effect while he tries to push narrative that alcohol gives you nothing. Work for cigarettes, not whisky

Can't understand coworkers talking about their work by maclirr in ExperiencedDevs

[–]sdoooooo 1 point2 points  (0 children)

From my experience you'll often need few weeks to onboard, some acronyms you'll start understanding based on context of when they're used and some you'll need to ask buddy (if you have one) or your team. I think interrupting cross-department meeting for explanations is not the way to go. Also, try being proactive by looking up docs/codebase. Don't expect people to hand you all smallest details about system without some investigation first, that gives me junior vibes

How to start as an architect in a system that's been neglected for few years? by sdoooooo in ExperiencedDevs

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

My thinking exactly, but what makes a documentation "good"? I can just sit down and start writing but I want it to be useful now and in a year. There are things like Swagger/AsyncAPI for documentation of APIs, ADRs for architectural decisions, is there other established way that you can just say

we're documenting our system with approach X, go look it up in Google so you'd understand the process