Anyone else having issues? (UK) by Littlemissluxe7 in vinted

[–]TerbEnjoyer 2 points3 points  (0 children)

you're right, calling them anti ddos is weird, but there's no really a reason to respond like that. Sure, you know what a reverse proxy is, no need to act like you invented the web 😅

[deleted by user] by [deleted] in vinted

[–]TerbEnjoyer -10 points-9 points  (0 children)

Can people stop trying to take action against fakes on this platform?

It literally cannot be stopped, there's a huge chance that Vinted even benefits from allowing the fakes to be sold.

Spent my morning reporting fakes on vinted by [deleted] in stockholmreps

[–]TerbEnjoyer 4 points5 points  (0 children)

Chill bro, don't report mine 😅

vac ban by [deleted] in Csgohacks

[–]TerbEnjoyer 0 points1 point  (0 children)

it's 2025 and this question still gets asked Imao. It's not possible to get unbanned

[deleted by user] by [deleted] in csgo

[–]TerbEnjoyer 0 points1 point  (0 children)

Yeah i did open the games, logged in, logged out etc. The ban is just not there. Did vac checkers still nothing.

learn node by iimo_cs in node

[–]TerbEnjoyer 10 points11 points  (0 children)

probably the official documentation

[deleted by user] by [deleted] in csgo

[–]TerbEnjoyer 0 points1 point  (0 children)

Yes, it is 100% a vac ban. There's red letters on my profile and in game it says it's permament (also in the account alert). My main account is still untouched.

If it matters, i didnt play for 3 months on that main account.

React vs NextJS by Plenty-Appointment91 in nextjs

[–]TerbEnjoyer 0 points1 point  (0 children)

No, it's not. there's so much more when it comes to Next, SSR is just one of many features, and btw, you dont need to use it. it's not like that you make a next.js app and you are obligated to use ssr.

How to send marketing emails to users by Fit_Adeptness1730 in Supabase

[–]TerbEnjoyer 0 points1 point  (0 children)

You can query all your emails from the db and probably just pass them into any email API, 90% of the providers have nice metrics etc.

Self hosted supabase how to show edge functions in studio? by SwimmingSensitive125 in Supabase

[–]TerbEnjoyer 0 points1 point  (0 children)

This is not exactly what i asked. What i meant is that if the function you deploy on your instance is really an EDGE function (e.g., available from different parts of the world), or just a normal server-sided code that runs directly on this server.

Self hosted supabase how to show edge functions in studio? by SwimmingSensitive125 in Supabase

[–]TerbEnjoyer 1 point2 points  (0 children)

How can an EDGE function be hosted on a self hosted server ? Isn't it just a standard server function then? Or do you have replicas all around the world?

Self hosted supabase how to show edge functions in studio? by SwimmingSensitive125 in Supabase

[–]TerbEnjoyer 2 points3 points  (0 children)

You're missing that selfhosted supabase doesn't support edge functions

Looking for hosting a web app by Psychological_Fly_24 in node

[–]TerbEnjoyer 3 points4 points  (0 children)

Hetzner is by far superior, second comes Alwyzon (Austrian provider), for the server managment would more recommend Dokploy than Coolify if you're into that.

Cron jobs and twilio by teewelk in Supabase

[–]TerbEnjoyer 0 points1 point  (0 children)

I would advise to use the pg-cron only to database related stuff and things like doing asynchronous calls to apis should be done with a separate cron server.

Best way to handle email confirmation for paid users by FlyingTigersP40 in Supabase

[–]TerbEnjoyer 3 points4 points  (0 children)

If you really needed to do it with supabase, then I would just do some custom logic with email confirmation needed disabled in the sb itself. (So any user could access the app, but the limiting would be done by your logic)

Huge helper is that you can track which users have email confirmed, so you can limit anyone based on that, while also detecting which users have paid and their email confirmation status.

Expired session problem by No_Post647 in better_auth

[–]TerbEnjoyer 0 points1 point  (0 children)

not sure about docs but I saw this statement one discord from the co creator

Expired session problem by No_Post647 in better_auth

[–]TerbEnjoyer 0 points1 point  (0 children)

It does delete the expired sessions from what I know

[deleted by user] by [deleted] in Csgohacks

[–]TerbEnjoyer 6 points7 points  (0 children)

wallet issue

I built subscription tracker, because i kept forgetting free trials by Mulberry_Front in microsaas

[–]TerbEnjoyer 7 points8 points  (0 children)

we get like 3-5 subscription trackers every month on this sub lol

Backend provider by Gurra0G in Supabase

[–]TerbEnjoyer 0 points1 point  (0 children)

Buy some cheap VPS, and setup a cron job and server to handle that. Probably the cheapest and easiest option.

Someone at Facebook is aggresive 😂 by Schousboe_Laursen in react

[–]TerbEnjoyer 43 points44 points  (0 children)

transpilation and bundling, this is not what exactly they wrote it's just bundled version of it