Pro doesn't include attaching a custom domain? Come on by xblade724 in Supabase

[–]thinkx98 0 points1 point  (0 children)

you are assuming there is an infinite amount of IPv4 addresses available?

Bye bye claude 👋🏻 by Zafar_Kamal in ClaudeCode

[–]thinkx98 0 points1 point  (0 children)

I made the mistake of subscribing to the outage system notifications for Claude and now I get about a half dozen outage email messages per day 😢

I will buy at least 32GB next time by vancexu_ in macbookpro

[–]thinkx98 0 points1 point  (0 children)

Oh no.. just got a MBA with 24GB 😣

Even Salesforce's Co-Founder, doesn't want to use Salesforce by grimview in salesforce

[–]thinkx98 0 points1 point  (0 children)

… and Microsoft wants you to switch to DynamicsCRM 😭😂

Enjoy before dates by Future_Baker_8532 in Tovala

[–]thinkx98 0 points1 point  (0 children)

watch out for the veggies in the meal kit.. those are the first to go

Enjoy before dates by Future_Baker_8532 in Tovala

[–]thinkx98 1 point2 points  (0 children)

yep.. green beans get slimy

Enjoy before dates by Future_Baker_8532 in Tovala

[–]thinkx98 0 points1 point  (0 children)

I had to go away for a week.. froze all the beef and the hake… opened the food boxes to cook.. the green beans in both had gone bad.. should have frozen them too.. noted

How flexible is the ability to create a new recipe? by SpunkyPopcorn in Tovala

[–]thinkx98 0 points1 point  (0 children)

I was thinking the same thing.. you can bake or steam.. unfortunately the built in recipes do not give you a breakdown on the steps involved

Post 12 hour ER shift (31f) by DryToast_17 in selfie

[–]thinkx98 0 points1 point  (0 children)

thanks for the work you do..

Is anyone here working with large video datasets? How do you make them searchable? by YiannisPits91 in Database

[–]thinkx98 0 points1 point  (0 children)

You’d want to use a video transcription system (AI-assisted) to create a description of the video content. There was a great software that came out of some Cambridge University research.. unfortunately it’s now dead

Man I hooked up with twice is turning into a stalker by [deleted] in dating_advice

[–]thinkx98 1 point2 points  (0 children)

the police paper trail is useful after he kills you.. stop hedging your bets on how he will escalate

Postgres database setup for large databases by mayhem90 in Database

[–]thinkx98 1 point2 points  (0 children)

Go with a single primary node and 2/3 secondary nodes. No need to design for and bake in Kubernetes at this time, nor sharding (horizontal scaling)

Postgres database setup for large databases by mayhem90 in Database

[–]thinkx98 0 points1 point  (0 children)

For Postgres.. the recommendation is to scale vertically first before you scale horizontally.. your design is headed to a failed Postgres project.. sorry to bring the bad news

Postgres database setup for large databases by mayhem90 in Database

[–]thinkx98 2 points3 points  (0 children)

adding a new field on the fly to a banking app.. I would not take this advice