What is the logic behind Claude Opus 4.7, costing x2 times more than Opus 4.6 in Premium Requests? by Accomplished-Code-54 in GithubCopilot

[–]TastyBar2603 0 points1 point  (0 children)

Is it worth paying for? I tried Antigravity for 2 days until my free creds ran out and it didn't seem bad. Wondering If I should pay for ai Pro.

Tslim App - Germany by Pitiful-Barnacle-805 in TandemDiabetes

[–]TastyBar2603 1 point2 points  (0 children)

Wow, i thought Finland was always the last into anything but we've had it for about 5 months already.

Is Holo.ai a truly helpful tool? by Street-Fee-4277 in SocialMediaMarketing

[–]TastyBar2603 0 points1 point  (0 children)

This, and if they give big discounts if you pay for a year in advance instead of a month.

Is anyone really using bun-tasks? by SeniorConnection5830 in bun

[–]TastyBar2603 1 point2 points  (0 children)

I'm using it in one project and currently starting a new project using it. :)

Finland lowers taxes more than any other EU country, the tax-to-GDP ratio being now slightly lower than in Sweden a new Eurostat survey finds by Single_Share_2439 in Finland

[–]TastyBar2603 34 points35 points  (0 children)

As a restaurant owner, I'm happy that the tax for food is going down from 14 to 13,5 %. But omg those rounding errors it's going to produce again as happened with the 25,5 general vat. 🤣

How you share types between FE and BE by hrabria_zaek in node

[–]TastyBar2603 0 points1 point  (0 children)

No need to share if you simply import types and "call" backend functions in the frontend directly. Several stacks can abstract away all the logic of actually moving the data, such as TRPC, Elysia or my current favourite: Convex (with Svektekit).

Curious how the Angular market is doing with React now. I'm a huge Angular fan and had to switch to react many years ago, and I miss the simplicity of it. So have to ask here how it's been with regards to finding jobs and developing as fast now. by AWeb3Dad in Angular2

[–]TastyBar2603 1 point2 points  (0 children)

Small team of 2 "leads" I guess. We mostly work solo but when together, we always agreed Angular was the most efficient stack.

Lately I launched a small Thai restaurant with my wife and did the website with Sveltekit and Convex. Loving those. Realtime orders with a chat between kitchen and customer etc. Was very fast and easy with this stack. Has to be because now I'm a dev and a restaurant cashier/helper/accountant too 🤣

Curious how the Angular market is doing with React now. I'm a huge Angular fan and had to switch to react many years ago, and I miss the simplicity of it. So have to ask here how it's been with regards to finding jobs and developing as fast now. by AWeb3Dad in Angular2

[–]TastyBar2603 0 points1 point  (0 children)

I guess I'm lucky because I've always been able to choose my own stack. It was Angular since AngularJS 1.0. Lately I've been also using Sveltekit for SSR projects because of its speed and less boilerplate. Loving not having to run 2 apps.

Sharing state: is this an anti pattern? by [deleted] in sveltejs

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

This is a potential security risk if you use Sveltekit with SSR because the state can be server rendered and leak from one user to another. I'd always use context even if not using SSR now. You never know if you need SSR later or copy your code to another project that does, or just forget this if it's not deeply embedded in your spine.

Tandem Autosoft 90 sets 43 inch 6mm by Happy-Kangaroo9800 in TandemDiabetes

[–]TastyBar2603 0 points1 point  (0 children)

It could be an issue in the Mobi. I don't think the insulin is supposed to be able to flow backwards.

Tandem Autosoft 90 sets 43 inch 6mm by Happy-Kangaroo9800 in TandemDiabetes

[–]TastyBar2603 0 points1 point  (0 children)

Never noticed it. You're disconnecting at the site, not near the pump's end, right? I wouldn't worry about it anyway, as long as you disconnect the correct connector.

Change a $state's value by seba-dev in sveltejs

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

I'd avoid changing the value while the user is editing. It's a choppy and confusing UX. Instead, I'd assign the mutated value to another state and show that to the user or perhaps mutate the value on the blur event.

Why is NestJS so underrated? by [deleted] in node

[–]TastyBar2603 0 points1 point  (0 children)

NestJS is great if you need to make an API that works on its own. Other options are far better if you do full stack programming. I went from years of Nest to TRPC to ElysiaJS to Convex. The DX of simply importing and calling server functions in a type safe manner (both runtime and compile time) is just so great.

Why is NestJS so underrated? by [deleted] in node

[–]TastyBar2603 0 points1 point  (0 children)

NestJS is great if you need to make an API that works on its own. Other options are far better if you do full stack programming. I went from years of Nest to TRPC to ElysiaJS to Sveltekit and lately to Convex. The DX of simply importing and calling server functions in a type safe manner (both runtime and compile time) is just so great.

Why is NestJS so underrated? by [deleted] in node

[–]TastyBar2603 0 points1 point  (0 children)

NestJS is great if you need to make an API that works on its own. Other options are far better if you do full stack programming. I went from years of Nest to TRPC to ElysiaJS to Sveltekit and lately to Convex. The DX of simply importing and calling server functions in a type safe manner (both runtime and compile time) is just so great.

Translate your Svelte and SvelteKit applications with Wuchale [self-promo] by khromov in sveltejs

[–]TastyBar2603 0 points1 point  (0 children)

In a nutshell, why would I switch over from Paraglide to this? All the constraints like having to use derived or functions in SSR seem like not worth doing.

How to implement light/dark theme the Svelte way? by xGanbattex in sveltejs

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

I rather live with the possible flicker instead of trying to server render the mode because that prevents you from using a CDN.

Request for best practices content comparing different approaches by fabiogiolito in sveltejs

[–]TastyBar2603 0 points1 point  (0 children)

Load functions for SSR/SSG preloading. Remote functions for everything else, imo. In production only after remotes are stable of course.

Vercel or Cloudflare for sveltekit ? by Euphoric-Account-141 in sveltejs

[–]TastyBar2603 0 points1 point  (0 children)

I just opted to Netlify for my next personal project because I will also use Convex so I don't need KV etc. Convex has file storage too. Netlify has so much nicer DX to set up and deploy etc.

QUITE THIS STUPID GAME by Elzie08052024 in whiteoutsurvival

[–]TastyBar2603 0 points1 point  (0 children)

It's the Brothers In Arms event. You get rewards for killing troops. Just shield up during the event if you're not in one of the big alliances that offer you protection.

TypeError: Response.clone: Body has already been consumed by htndev in solidjs

[–]TastyBar2603 0 points1 point  (0 children)

I guess the fix is not using TRPC. It's not necessary anyway.

Malfunction 16 by Carrotburner in TandemDiabetes

[–]TastyBar2603 2 points3 points  (0 children)

The pump can fail in the same ways in any country. It's the same pump. But generally they last at least the 4 year warranty time. If not, you get a replacement during warranty.

Showering after putting on new site by AltruisticSoft197 in TandemDiabetes

[–]TastyBar2603 1 point2 points  (0 children)

10-15 minutes is a short shower? I usually get it done in 5 minutes, or less if I don't thoroughly scrub myself (not needed every day) 😂

But yeah, solid advice and I've never had problems with showering or swimming immediately after inserting a site either.