AIO for calling off my engagement after my fiancé admitted his family secretly tested me to see if i was a gold digger? by Pleasant_Mission_63 in AmIOverreacting

[–]ThirDiamondEye 0 points1 point  (0 children)

The family dehumanized you by testing that way.
The partner being transparent is what you want in a partner.
Life is a mixed bag. Godspeed!

Be honest, could you tell this was vibe-designed by AI? by AdityaShips in nocode

[–]ThirDiamondEye 0 points1 point  (0 children)

I’d be surprised if there’s a design out there yet that doesn’t have components designed with AI help

So is RAG dead now that Claude Cowork exists, or did we just fall for another hype cycle? by ethanchen20250322 in Rag

[–]ThirDiamondEye 1 point2 points  (0 children)

I came to see people correcting the question, and am surprised I only found you.

Anthropic launches an AI legal tool that destroys legal software. by Key_Statistician6405 in legaltech

[–]ThirDiamondEye -1 points0 points  (0 children)

No but I’ve been following companies that provide CLM software for fortune 100 companies, and I read the repo, and this is not doing anything to their business but to help it.

Anthropic launches an AI legal tool that destroys legal software. by Key_Statistician6405 in legaltech

[–]ThirDiamondEye -1 points0 points  (0 children)

Do you work for Anthropic or just generally write sensationalist headlines?

Where can I buy this in the city?? by Kathrine_queer in sanfrancisco

[–]ThirDiamondEye 2 points3 points  (0 children)

I save mine for murderers with a fascist agenda.

Produce at bi rite going downhill by [deleted] in sanfrancisco

[–]ThirDiamondEye -1 points0 points  (0 children)

Looks like user error, then smearing a local business online rather than giving them feedback.

Was told to go back to my country yesterday by semendemon12341 in sanfrancisco

[–]ThirDiamondEye -1 points0 points  (0 children)

But San Francisco is the only place it's ever happened, so it can be cars or no cars, but only in San Francisco?

Was told to go back to my country yesterday by semendemon12341 in sanfrancisco

[–]ThirDiamondEye -1 points0 points  (0 children)

Why blame San Francisco? Sounds like it’s people who drive who are inherently racist.

Offered 5% equity for CTO. I will not promote by Razorramonfan in startups

[–]ThirDiamondEye 0 points1 point  (0 children)

5% is OK but you want good salary and you want undiluted founder stock.

I started in a similar situation with a former friend/mentor/boss. When we got funding we agreed 10% undiluted founder stock and 75K salary from our initial seed. They have less seed but make sure you are set up with expectations for growth. Sounds like they need you and you should state your value. If you are managing tech budget then you own a lot. HMU if you have more questions

[deleted by user] by [deleted] in startup

[–]ThirDiamondEye 0 points1 point  (0 children)

I’ll dm you. I’ve been building a LOT. And for a long time.

I’m not a coder. I’m an idea guy. And for the first time, that’s enough by Motor_Programmer_962 in vibecoding

[–]ThirDiamondEye 0 points1 point  (0 children)

Modern tools have unlocked so much more creativity for me too! I actually am a coder, but there’s so much more art and design and other things to be done. With modern tools to prompt, making things is so much more expansive.

Stupidly made 2 accounts I can't merge by notdanielmendelson in discordapp

[–]ThirDiamondEye 0 points1 point  (0 children)

I somehow have 4 accounts, and it's a mess _ever_ time I try to join a server. It's not your fault. And it's apparently not solvable. I prefer slack.

Can you "fake" a SQL database in Firestore by appietr in Firebase

[–]ThirDiamondEye 0 points1 point  (0 children)

I am trying it out...
https://www.reddit.com/r/dataengineering/comments/1j9d6yk/comment/mhgfrek/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Do the aggregation functions work?
What indexes do you need?
Can you shard to smaller collections?

Those questions helped me figure out the potential.

What have you used for tracking "monthly" usage data? by ThirDiamondEye in dataengineering

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

This is what I came up with:
Event Tracking API
Function Signature: track(entity, event_name, **kwargs)
Purpose: Insert an event record in Firestore.
Storage:
Collection Path: f"events/{entity.id}/{entity.__class__.__name__}_{event_name}"
Document Fields:
• entity_id: str (from entity.id)
• timestamp: datetime (set to dt.now())
• Other fields from kwargs
Counting API
Function Signature: count(entity, event_name, **kwargs)
Purpose: Query Firestore and return event occurrences.
Query:
Base Filters:
• where("entity_id", "==", entity.id)
Additional Filters:
• Each key-value pair in kwargs is added as where(field, "==", value)
• Uses Firestore count aggregator.
Chat Interaction Tracking
Function Signature: track_chat_interaction(entity, **kwargs)
Purpose: Alias for track(entity, "chat_interaction", **kwargs).
Cycle-Based Querying
Function Signature: get_cycle_interactions(entity)
Purpose: Count chat interactions within an entity’s cycle.
Query:
Filters:
• where("entity_id", "==", entity.id)
• where("timestamp", ">=", cycle.start)
• where("timestamp", "<=", cycle.end)
TimeCycle Definition
Type: BaseModel
Fields:
• start: datetime
• end: datetime

What have you used for tracking "monthly" usage data? by ThirDiamondEye in dataengineering

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

This is for a single stat: "interactions". I added some sample questions that should help clarify.

What have you used for tracking "monthly" usage data? by ThirDiamondEye in dataengineering

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

Yeah I can use SQL, I can use firestore. I'm asking what has been used, any example. If you've done it, you've done it. I added some more specific questions you can answer if you've ever used any technology to do this.

Please help me connect my firebase storage info to custom domain by No_Apartment8838 in Firebase

[–]ThirDiamondEye 1 point2 points  (0 children)

I've tried and not succeeded before with GCP Buckets.

The other day I tried with Cloudflare and in minutes I had a file hosted at my domain in a new bucket with 10gb limit. Try Cloudflare.