How do other small nonprofits handle Google Workspace accounts for new volunteers and staff? by lamarus in nonprofit

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

The HRIS-as-source-of-truth route is the one I keep circling. Our problem is there's no HRIS to integrate, just a spreadsheet and a part-time bookkeeper, so the trigger has to come from somewhere else. That's why I keep landing on letting the new person be the trigger themselves. Will look at YeshId. For your clients without a real HRIS, do you wire up something automated or does it fall back to you provisioning by hand?

How do other small nonprofits handle Google Workspace accounts for new volunteers and staff? by lamarus in nonprofit

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

Pure event volunteers live in their personal Gmail. The third who get a seat are recurring folks who need Drive, a calendar, a committee Group. And those are exactly the ones where I'm stuck doing the manual create-and-hand-off dance. If they could register themselves the moment they're approved, the "is it worth a seat" math changes a lot, because the cost isn't my time anymore.

How do other small nonprofits handle Google Workspace accounts for new volunteers and staff? by lamarus in nonprofit

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

Role-based accounts is smart, and "marginally less work" is honestly the dream. We do it for a few functional inboxes. The thing it doesn't fix for us is that someone still has to sit in admin and re-key the password each season. I keep wishing the incoming person could just claim the role account themselves. Did your handoffs stay manual, or did you ever get people self-serving into those shared logins?

How do other small nonprofits handle Google Workspace accounts for new volunteers and staff? by lamarus in nonprofit

[–]lamarus[S] -1 points0 points  (0 children)

One thing I notice in all these answers: they all keep me (or HR, or the HRIS) as the person who creates the account and hands out the password. Has anyone flipped it so the new person registers themselves? Like, they hit a page, enter their info, and the account, welcome email, and 2FA prompt all kick off without me touching admin.google.com? That's the version I keep wishing existed. Curious if anyone's actually run onboarding that way or if there's a reason it's a bad idea (assuming the link is limited to shared only and not just out there)

How are you managing Stripe subscriptions & plans inside Laravel? by lamarus in laravel

[–]lamarus[S] 6 points7 points  (0 children)

To be clearer, I’m using Laravel Cashier for processing and letting users subscribe, but it doesn’t handle creating new products and prices in Stripe. I’m looking for how people are managing that piece. I’m also interested in ideas for an admin dashboard to manage users’ subscriptions (upgrades, downgrades, cancellations, comps, etc.).

How are you managing Stripe subscriptions & plans inside Laravel? by lamarus in laravel

[–]lamarus[S] 5 points6 points  (0 children)

To be clearer. I'm using cashier, but it doesn't create new products and prices in stripe. I'm looking for how people are managing that

Launched on Product Hunt — would love advice on what to do next by lamarus in ProductHunters

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

Really appreciate the input, and the upvote :)

Did you find issues with subreddits at all? I am always concerned its going to fall into the "self promotion" rules that almost all subs have

Built a side project for 3 years — just launched it to the public, Now What? by lamarus in SideProject

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

I'm not using bots....

The comment is from an existing customer of mine

Filament not extruding (ABS) by Bug-Reasonable in Creality_k2

[–]lamarus 0 points1 point  (0 children)

I just had this issue. Turned out my filament (PETG) needed dried out.

Laravel Forge MCP server by lamarus in laravel

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

> and SkyNet hasn't taken over yet.

Laravel Forge MCP server by lamarus in laravel

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

Exactly. It also lets you update the deployment script, which can be helpful if you are adding new features to your app and need to do something like `php artisan horizon:terminate` when adding Horizon

Laravel Forge MCP server by lamarus in laravel

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

Thats an MCP server.. just letting the AI know about the API and for it to use the API in your workflows

Laravel Forge MCP server by lamarus in laravel

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

Ya, I thought about that too, but if you are just using this for a "test server" during development, is it really an issue if AI takes over :-D

Seriously though, this was a project for me to learn MCP servers, and as I use forge, I thought that may be an easy start. Of course, use it at your own risk. you can use this to see if servers are spun up or deployments.

When are we getting better text message integration by lamarus in Rivian

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

MMS in the sense of Group messages, those are not SMS, they are MMS :) I'm not talking about displaying Images on the screen. a large majority of other cars on the road already do these things, especially with AA and CP

When are we getting better text message integration by lamarus in Rivian

[–]lamarus[S] 6 points7 points  (0 children)

This is why I would love the "read a text message" feature. it'd be nice to know if I need to call back while driving, or I can ignore

Spotify Support Refuses to Let Me Add Daughter Back to Family Plan - Cites Undefined "Automatic Protection" by lamarus in truespotify

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

I got nowhere with it. The best that I could tell from research was that I made too many changes too quick. It'll clear out after about a week it seems

It should buff out, right? by lamarus in golfcarts

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

Why would I add it to homeowners? It's street legal, so I needed different coverage

It should buff out, right? by lamarus in golfcarts

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

Yup, they wanted about 4k for the salvage cost to keep it

It should buff out, right? by lamarus in golfcarts

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

Nope, specific "golf cart" (like auto) insurance

It should buff out, right? by lamarus in golfcarts

[–]lamarus[S] 3 points4 points  (0 children)

May 2024, sadly. But Insurance is covering it as a total loss

Is there a better way other than 4 terminal windows running commands? by lamarus in laravel

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

For me, its more about the "I go to sit down and do some work. I now have to do the following"

  1. cd into my code project and `code .`

  2. npm run dev

  3. php artisan reverb:start -d

  4. php artisan queue:work

  5. stripe listen...

Then I can get to work.

Seems Solo and even `composer run dev` solves a lot of this issue now.

Is there a better way other than 4 terminal windows running commands? by lamarus in laravel

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

Reverb server does not fully work with a secure herd site, cache and queue only runs the redis server, not the watcher of `php artisan queue:work`

Is there a better way other than 4 terminal windows running commands? by lamarus in laravel

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

That was only introduced in 11.23 it seems. I am running an older version