u/Stiliajohny

Custom length grid

Hi all

Gridfinity noob here

I have a drawer I like to make custom gridfinity,
Is there a way to measure my drawer and make exact grids to fit exactly,?

So far I only found grid that i can print but I have some left over space at the end
TIA

reddit.com
u/Stiliajohny — 4 days ago
▲ 1 r/expo

What are you using for Log aggregation and crash logs form mobile and web ?

Hi all

I have a web app ( nextJS running in Vercel ) and the Expo mobile app ( currently iOS focus ) I would like to have a way to aggregate logs from both, mostly in the form of analitics and to understand break points etc

Vercel has its own Logs area, that works for now, but Mobile app, I am not too sure hot to do it
Ideally I want to have a single place for both if possible

any recommendation on how to approach it ?

reddit.com
u/Stiliajohny — 12 days ago

Built a Slack Bot for Confluence/Git Q&A- Worth It or Already Solved?

Hi fellow AI prompt engineers,

For context, I’m a Dev/Sec/Ops engineer with 10+ years in tech, only saying that to set the scene a bit on where I’m coming from :)

For years I’ve wanted to build a Slack bot where I can ask questions against a known knowledge base.

By “known knowledge base” I mean something like pulling in Confluence, Git repos, docs, maybe other internal sources, storing that in a vector DB, and then being able to ask something in Slack like:

/askbot what is the tech stack in this repo and where can I find the wiki pages?

Then the bot would go off, look through the vector DB and the rest of the indexed data, and come back with a proper answer.

I’ve actually built it, and it does work. Well... “coded it” is maybe a strong word 😅 but it works.

Now I’m wondering whether I’m spending time and tookens building something that already exists out there and is already done better.

So my question is: is there already a platform that does this properly?

Current stack is roughly:

  • Weaviate for the vector DB
  • Postgres for static storage
  • BullMQ for worker / Redis queue
  • Next.js for FE/BE
  • OpenAI for embeddings
  • OpenAI for chat
  • Docker, Docker Compose, and K8s manifests for deployment

Would be good to know if I’m reinventing the wheel a bit here, or if this still makes sense to build myself.

u/Stiliajohny — 2 months ago