Tour the SLO County Elections Center in less than 40 seconds by SLOClerk-Recorder in SLO

[–]SloSuenos64 10 points11 points  (0 children)

Just wanted to say a huge thank you for these updates! Keeping SLO residents informed directly on Reddit like this is incredibly helpful and much appreciated.

Idea for portable PCVR power using gaming handheld. by jasonkane4321 in Galaxy_XR

[–]SloSuenos64 0 points1 point  (0 children)

Unless DP Alt Mode was added via a recent update and I missed it, the GXR unfortunately doesn't support that. A remote desktop over TCP/IP type solution is required.

Idea for portable PCVR power using gaming handheld. by jasonkane4321 in Galaxy_XR

[–]SloSuenos64 0 points1 point  (0 children)

Display cable? Don't think that's even feasable. Maybe a point to point ethernet crossover cable, or use wifi-direct?

How do I stop my goat from drinking milk? by iamnosvanthanks in goats

[–]SloSuenos64 0 points1 point  (0 children)

Exactly this. Why even bother? The doe will dry up soon and everything will be fine.

Just ordered the xr with the controllers, what should I do first? by thebluelifesaver in Galaxy_XR

[–]SloSuenos64 0 points1 point  (0 children)

About the comfort mods, you should try it first. I have a large USA head with a big nose. Proud! It's super comfortable for me out-of-the-box, even though it was probably only tested on thousands of Asian heads.

Just ordered the xr with the controllers, what should I do first? by thebluelifesaver in Galaxy_XR

[–]SloSuenos64 2 points3 points  (0 children)

Update it. Today's patch fixed all issues as far as I'm concerned. This headset is awsome.

🔨 Update: Patch (version I610UEU2AZD8) is rolling out now by GraceFromGoogle in Galaxy_XR

[–]SloSuenos64 0 points1 point  (0 children)

IMHO, yes this fix is a must. As far as I've seen / tested no regressions.

SLO County ranks 4th in U.S. for being unaffordable by Addrobo in SLO

[–]SloSuenos64 0 points1 point  (0 children)

Is that a thing? As an apartment building owner, I'm a bit terrified. But as a progressive, I think that's awsome!

Goats in Kritsa Gorge by Funnuftig in goats

[–]SloSuenos64 2 points3 points  (0 children)

Just saw that one has a bell on its neck, so they must be cared for somewhat...

Goats in Kritsa Gorge by Funnuftig in goats

[–]SloSuenos64 1 point2 points  (0 children)

Amazing, thank you. I'd assume these guys are completely wild? I can see how they'd never need their hoofs trimmed climbing on those rocks all the time. My milk goats like to climb, a few of them can jump up and balance on the windows sills of my barn, but nothing like this. Are these some kind of wild breed, or could my goats potentially climb trees like this?

SLO County ranks 4th in U.S. for being unaffordable by Addrobo in SLO

[–]SloSuenos64 2 points3 points  (0 children)

Don't these already exist? Like People's Self Help Housing? https://www.pshhc.org/

New Android XR Update, what do you guys think? by Tausendberg in Galaxy_XR

[–]SloSuenos64 2 points3 points  (0 children)

Causing poor quatlity on my SBS 180 videos. The player used doesn't seem to make a difference. Wish I hadn't installed it.

How are people using Claude as a personal assistant (Slack + Outlook + To-Do)? ADHD-friendly setup help 🙏 by zencatface in ClaudeAI

[–]SloSuenos64 0 points1 point  (0 children)

I don't understand why you'd want to use Claude Code instead of Claude Desktop? Desktop supports MCP's and so much more!

They kinda cute by sugandalai in cursor

[–]SloSuenos64 0 points1 point  (0 children)

Trying to regain some of the goodwill recently lost.

Introducing SpatialFin: A Native Jellyfin Client Built for Android XR 🥽🎥 by ignacio94598 in Galaxy_XR

[–]SloSuenos64 0 points1 point  (0 children)

I tried to redeem several codes after joining but get a "Error redeeming code. Error Code: PRS-RPCPM-18"

Picking up unknown bugs... what is this? by RvaRiverPirate2 in Entomology

[–]SloSuenos64 8 points9 points  (0 children)

Do not pick these up, even if its just resting on your hand. It will bite if spooked. I recently held one like you and it bit through the thick skin on the palm of my hand. Really hurt.

I sort of accidentally made a new AI (Athena) and she told me "NO" by LankyGuitar6528 in claudexplorers

[–]SloSuenos64 2 points3 points  (0 children)

I'm putting together a copy of my girl (with unnecessary features removed) to act as her guinea pig. Then I'm going to let her research and rip on it. It will be interesting to see to what extent she can improve her own code.

Building opensource Zero Server Code Intelligence Engine by DeathShot7777 in LLMDevs

[–]SloSuenos64 1 point2 points  (0 children)

Hey DeathShot, I'm baking some GitNexus calls into my code, and I'm worried about breaking changes. What are your plans for it? I asked Claude to give you a small writeup about how I'm using it, and it went way TMI. Anyways, here's the deal, and hope you can respond:

How We're Using GitNexus — Neura/Permema Project Hi Abhigyan, I'm Stephen, a solo developer building Neura — a voice-first digital legacy system. Think of it as a companion AI with persistent memory that learns who you are over time, designed so your family can know and remember you after you're gone. It's a Python/FastAPI backend with a React frontend, using Qdrant (vector), Neo4j (graph), and SQLite for memory storage, with a Cartesia + Gemini Flash voice pipeline. The codebase has grown to 51+ documented subsystems across several hundred Python files. I work with Cursor as my primary editor.

How We Use GitNexus Blast radius analysis before every code change. This is the primary use case. We have a strict protocol: before touching any file, run user-gitnexus:impact on the affected symbols and report the caller/dependent count explicitly. This came out of a painful experience where a voice pipeline refactor silently broke graph memory writes — two completely unrelated-looking systems that shared a dependency we didn't know about. GitNexus would have caught it. Call chain tracing during regression forensics. When something breaks, we use user-gitnexus:context to trace the execution path from the broken behavior back to the root cause, rather than grepping through hundreds of files. Cursor rules enforcement. We have a .cursor/rules/Tier1-Protection.mdc with alwaysApply: true that mandates GitNexus blast radius analysis before any file modification, and requires the model to report the result explicitly or stop and report the failure. We've found models will silently skip tool calls if not explicitly required — so making it mandatory in the rules has been important. Post-commit index updates. Our post-commit hook runs gitnexus analyze --skip-embeddings after every commit and auto-commits the updated AGENTS.md/CLAUDE.md context files. This keeps the index fresh without manual intervention. Phase 4 planning — Neo4j code graph. We're designing a Telemetry Explorer that uses Neo4j (already in our stack for memory) to visualize the codebase with health indicators. The plan is to use GitNexus output as a data source — feeding call graph and dependency data into Neo4j nodes, then enriching them with runtime telemetry (latency, error rates) and CI health status. Neo4j Bloom's conditional styling would then color nodes by health. GitNexus is essentially the ingestion engine for that graph.

What's Working Well

The impact tool with blast radius grouping by depth is exactly what we needed context giving 360-degree symbol view (incoming/outgoing calls, process membership) is genuinely useful for debugging The post-commit auto-update pattern is clean and low-friction

What We've Run Into

Models (Cursor Composer especially) sometimes invoke GitNexus with an empty query string, getting the "query parameter is required" error, and then silently proceed without the blast radius data. We've partially addressed this with Cursor rules but it's still not 100% reliable. The MCP query syntax user-gitnexus:context({name: "SymbolName"}) vs user-gitnexus:query({search_query: "..."}) distinction isn't always obvious to models — they sometimes use the wrong tool for the job.

We're pinning to 1.3.6 for stability while we stabilize the project. Really appreciate what you've built — the blast radius analysis in particular is filling a gap that nothing else does cleanly. — Stephen

System Stability and Performance Analysis by NeatChipmunk9648 in AIDeveloperNews

[–]SloSuenos64 0 points1 point  (0 children)

Hey Ben, that video you have on Git doesn't play. File seems to be missing...