Image 1 — Churchwarden Pipe Stand
Image 2 — Churchwarden Pipe Stand
Image 3 — Churchwarden Pipe Stand
Image 4 — Churchwarden Pipe Stand

Churchwarden Pipe Stand

Follow up to my post from yesterday asking how to make a “divot” on a pipe stand:

I appreciate everybody’s feedback. Because I don’t own a CNC, a drill press & my router skills are less than desired, I ended up doing it by hand using a couple of different Dremmel bits.

I posted that question because I didn’t have a proper stand for my Nording churchwarden pipe so I decided to make one with some of the leftover poplar wood from my pipe shelf project. I’ll acknowledge that it’s a bit rough but this was a first for me. I would do several things differently if I were making another one. That said, I’m generally pleased with it & I think my Nording is as well.

Link to yesterday’s post
https://www.reddit.com/r/woodworking/comments/1umwqfh/what_tool_is_used/?utm_source=share&utm_medium=ios_app&utm_name=ioscss&utm_content=2&utm_term=1

u/Spiritual_Taste_8358 — 9 hours ago
▲ 13 r/Hallmarks+1 crossposts

Any Help Identifying This or The Marking

I received this from my late grandmother. With low conviction, I think it might be Japanese based on other furnishing in her home.

Things to note:

  • Completely non-magnetic
  • Rings like silver when tapped
  • Rolled rim
  • Three small punch marks on the bottom

Appreciate any insight!

u/Spiritual_Taste_8358 — 2 days ago

Blood Red Moon + Dark Roast Coffee + Audiobook

Enjoying some Blood Red Moon in my Savinelli with a side of dark roast coffee & a good audiobook…all while overlooking an empty park.

Not a bad way lunch....

u/Spiritual_Taste_8358 — 4 days ago

Pipe / Strong Drink Shelf

Thought I'd share pictures of the pipe / "strong drink" shelf I finished over the weekend.  At best, I'm an "every 4 years try to build something" kind of guy & this was something I thought I could tackle with my tools.  And like pretty much every project it took me longer, required more money & involved more mistakes than I thought I would!  But, I guess that's part of the process.  All that said, I'm really pleased with how it turned out.

I used poplar wood & a dark walnut stain. I made the tobacco cubbies deep enough to allow one additional tin to go behind. Made a couple of storage bins at the bottom for unopened tobacco tins & other misc. stuff (extra pipe cleaners, etc…). I had a granite guy I know fabricate the stone for the liquor shelf - which I think turned out great - though I realized that having him miter the edge added 1/2" or so to the depth of the shelf - which caused some minor issues as I was putting it all together. The LED lights are all connected to a single hub & are dimmable.
 
The tobacco holder more time consuming to make than I thought it would be & I’m sure there are better ways to do it, but you work with what you've got, right?  I used my table saw to cut the slots…which was a time consuming process…& if you look closely you can see that it leans just a click to the right (at least, I can see it). I also used the table saw to create the little channels for the LED lights. I realized later that I actually owned a router that I haven't used in like 8 years which would have made oth of those tasks easier.  I also discovered that I'm not very good at applying poly…
 
Fun project & it looks great in my home office.

u/Spiritual_Taste_8358 — 6 days ago
▲ 247 r/Boxer

Morning Pipe with Melbey & Moose

Good morning boxer friends! Enjoying a morning pipe with coffee, Psalm 1 & my “lap dog” Melbey & twig eating Moose.

u/Spiritual_Taste_8358 — 9 days ago
▲ 4.3k r/greatpyrenees+1 crossposts

Great Pyrenees at our VRBO

Took my family on a vacation to Colorado. We’re staying at a VRBO that’s on quite a bit of acreage. There are horses, chickens, cats & two amazing great Pyrenees dogs (we’ve got two boxers at our house, so our kids love dogs). Our youngest has taken quite liking to these dogs. My 17 year old snapped this picture of her yesterday. Thought it was worthy of sharing.

u/Spiritual_Taste_8358 — 6 days ago
▲ 237 r/Boxer

Melbey & Moose

My two boxers - Melbey…2 1/2 year old F (turquoise collar) & Moose…7 month old M (blue collar).

u/Spiritual_Taste_8358 — 14 days ago

It’s Neither Autumn Nor Evening

Taking a walk on the wild side with C&D Autumn Evening in my Peterson 305 at 3:20pm in the afternoon in the summer month of June.

#NoFear

u/Spiritual_Taste_8358 — 21 days ago

Friday Evening Offering

Enjoying some Blood Red Moon in my Savinelli Arcobaleno 626. Plus a pic of my dogs as a bonus.

Thankful for the weekend! What are you guys smoking this evening?

u/Spiritual_Taste_8358 — 23 days ago

It was a two bowl kind of night!

First bowl was Plum Pudding Reserve in my meerschaum & my second was C&D St. Patrick’s Day Reserve in my Peterson 305.

Great evening!

u/Spiritual_Taste_8358 — 2 months ago
▲ 15 r/Rag

RAG chatbot for internal ops docs. Anyone built something like this?

I run ops for a custom home builder. We have SOPs, HR policies, project checklists, and process docs...all living in Dropbox & I want to give my team a simple way to ask questions & get accurate answers without hunting through folders.

As I understand it (& to be clear, there's LOTS I don't understand), the concept is pretty standard RAG: Dropbox folder → chunking/embedding pipeline → vector DB → Claude API → simple chat UI. The wrinkle I care most about is the **Dropbox sync** as these docs change regularly, so the system needs to detect updates and re-index automatically. I for sure don't want to manage manual uploads.

Other specs (that, to be transparent, I have no idea what these mean):

  • Vector DB: Pinecone free tier or Supabase pgvector
  • LLM: Claude (Anthropic) with a strict grounding prompt
  • Frontend: React, password-protected, browser-only (no Slack)
  • Hosting: Vercel + Railway or Render
  • Custom build — not interested in Guru/Chatbase/etc.

Would be super appreciative if I could accomplish the following two items:

  • Advice: if you've built a doc-grounded chatbot for internal use, what bit you? Chunking strategy for policy docs, handling .docx / .pdf / .xlxs parsing, keeping citations accurate, preventing the model from confabulating between chunks, etc...
  • A builder: if this is in your wheelhouse and you've shipped something similar, I'm actively looking for someone to take this on. I don't need the Ferrari of the RAG world...I'm looking for something solid, consistent & reliable. Drop a comment or DM.

Thanks in advance & forgive me if I broke any moderator rules.

reddit.com
u/Spiritual_Taste_8358 — 2 months ago

RAG chatbot for internal ops docs. Anyone built something like this?

I run ops for a custom home builder. We have SOPs, HR policies, project checklists, and process docs...all living in Dropbox & I want to give my team a simple way to ask questions & get accurate answers without hunting through folders.

As I understand it (& to be clear, there's LOTS I don't understand), the concept is pretty standard RAG: Dropbox folder → chunking/embedding pipeline → vector DB → Claude API → simple chat UI. The wrinkle I care most about is the **Dropbox sync** as these docs change regularly, so the system needs to detect updates and re-index automatically. I for sure don't want to manage manual uploads.

Other specs (that, to be transparent, I have no idea what these mean):

  • Vector DB: Pinecone free tier or Supabase pgvector
  • LLM: Claude (Anthropic) with a strict grounding prompt
  • Frontend: React, password-protected, browser-only (no Slack)
  • Hosting: Vercel + Railway or Render
  • Custom build — not interested in Guru/Chatbase/etc.

Would be super appreciative if I could accomplish the following two items:

  • Advice: if you've built a doc-grounded chatbot for internal use, what bit you? Chunking strategy for policy docs, handling .docx / .pdf / .xlxs parsing, keeping citations accurate, preventing the model from confabulating between chunks, etc...
  • A builder: if this is in your wheelhouse and you've shipped something similar, I'm actively looking for someone to take this on. I don't need the Ferrari of the RAG world...I'm looking for something solid, consistent & reliable. Drop a comment or DM.

Thanks in advance.

reddit.com
u/Spiritual_Taste_8358 — 2 months ago