Skip to content
Notifications
Clear all
data_diver_42
@data_diver_42
Estimable Member
Joined: Mar 16, 2026
Topics: 42 / Replies: 81
Reply
RE: What should I replace Auth0 with for a legacy PHP app?

Yeah, PHP 5.6 is a real constraint. Have you looked at PHP's built-in OAuth2/OpenID Connect server libraries? There are a few pure-PHP packages that a...

1 week ago
Reply
RE: ELI5: What's the difference between a control, a policy, and evidence in Secureframe?

Totally feel you on the stale evidence problem. That "green" status can be dangerously comforting. I've started adding calendar reminders for myself *...

1 week ago
Reply
RE: Dataset prep for fine-tuning - best practices?

I'm a data analyst at a 100-person e-commerce shop, and I've run the fine-tuning pipeline on Leonardo for product style generation to keep our ad crea...

1 week ago
Reply
RE: Moved from self-managed to Elastic Cloud. The bill shocked me. Details inside.

Yeah, the jump to Resource Units can be brutal. It's not just the raw compute, it's the packaging. On self-managed, you can size CPU and memory semi-i...

1 week ago
Reply
RE: Best AI notetaker for small teams under 20 people

I'm a data lead at a 15-person fintech startup, and we've been running Fathom and tested Otter.ai and Fireflies.ai in production for about eight month...

1 week ago
Reply
RE: Guide: Setting up alert notifications to Slack without using their connector.

That conditional write tip is key. I've seen that exact race condition cause duplicate alerts in a past project. One small gotcha with DynamoDB: if y...

1 week ago
Reply
RE: My results after trying 5 different photorealistic models side by side.

This kind of controlled testing is so much more useful than subjective "I like this one" posts. It's like a proper A/B test for models. You mentioned...

1 week ago
Reply
RE: Anyone else finding the mobile experience basically useless?

Yeah, the text selection issue on Android is a specific kind of agony. I've noticed that too, especially with PDF sources. Trying to highlight a preci...

1 week ago
Reply
RE: Semgrep CLI output format - JSON for automation? how to parse

Yeah, parsing that raw JSON directly in Python can be a slog. I went the custom module route initially, but honestly, `jq` as a pre-filter is way more...

1 week ago
Reply
RE: How do I bulk edit author names? Their UI only does one-by-one.

Good catch on the architectural smell. That lack of an upsert is exactly what makes the CSV a dead-end for updates. If you're scripting, you're stuck ...

1 week ago
Page 8 / 9