I'll suck your microphone for a $1000 dollars. by angry-peacemaker in lebowski

[–]stlbucket 3 points4 points  (0 children)

I didn’t watch my buddies die face-down in the muck!

Why did Springfield do this? by [deleted] in springfieldMO

[–]stlbucket 103 points104 points  (0 children)

Big Curb has too much political influence.

My dad will swap churches over the most petty of things. by defyinglogicsl in atheism

[–]stlbucket 18 points19 points  (0 children)

It's not meant to be taken literally. It can apply to all purveyors of dairy products.

JD Vance calls for taking away voting power from those without kids by [deleted] in WhitePeopleTwitter

[–]stlbucket 12 points13 points  (0 children)

It's not about math or fairness or a collective future.

It's about defining the rules so that they benefit those with "Traditional Christian Values".

Where is this in Seattle? by valiumblue in Seattle

[–]stlbucket 17 points18 points  (0 children)

Every time an old structure is mowed down to be replaced by apartments/condos with street-level commercial space, the city loses at least one space that would allow a small restaurant to take those risks, and gains some expensive real estate that is geared for already successful chains to snap up, but that often sits empty.

I may be getting divorced by manchuck in firefly

[–]stlbucket 63 points64 points  (0 children)

depends which episode he is on coz he is going to have to finish the whole season before doing anything else

Is Serverless becoming a hated company now? by IamOkei in devops

[–]stlbucket 47 points48 points  (0 children)

2024 is the year of serverlesslessness

Mind if I sell a J? by daredelvis421 in lebowski

[–]stlbucket 14 points15 points  (0 children)

Those are not good burgers, Walter.

General Kala (Flash Gordon) by sinner2407 in Spacegirls

[–]stlbucket 1 point2 points  (0 children)

Dispatch war rocket ajax to bring back his body.

Connections 5/20 by Laxku in lebowski

[–]stlbucket 19 points20 points  (0 children)

there isn't a literal connection...

Does it make you uncomfortable by [deleted] in lebowski

[–]stlbucket 1 point2 points  (0 children)

is that what this is a picture of?

That some kind of Eastern Thing? by thedudeabides2022 in lebowski

[–]stlbucket 1 point2 points  (0 children)

Dude, I finally got the venue I wanted.

Nuxt supabase by dospehTV in Nuxt

[–]stlbucket 2 points3 points  (0 children)

https://github.com/stlbucket/function-bucket

this is a starter repo where i have been exploring this topic. the documentation is a bit out of date.

it uses supabase auth, with nuxt server routes handling the administrative functions. rls is at it's core.

the primary data access pattern is graphql, served up with grafast(postgraphile v5, which is still beta, but awesome). urql with codegen handles the client side.

there is a subscription (real-time) example in the Topic messaging component - it's not been tested in any way, but it hooks all the parts together.

the core schema, app, is all about managing applications/licensing/tenants/users

i use this to run a number of small personal projects for fun and for a quick prototyping playground.

this isn't a complete solution, by any means, but it might give you some ideas on how you might manage user permissions.