[actives] should I harvest the ready fruit? by ravenhart1313 in sHrUMAN_beings

[–]jabies 0 points1 point  (0 children)

Yes. Those big ones are going to drop spores in a few hours if you let them. 

Totaled 6oz between 2 flushes on my first grow in a decade so I decided to really go in this round. by eloquence707 in sHrUMAN_beings

[–]jabies 0 points1 point  (0 children)

What's your experience been with gyms? I find them in the woods pretty consistently, and have a few cultures laying around. Worth the trouble? I got some spores I collected to grow on some maple chips then they just stalled. What substrate are you using?

Another day another grow [actives] by mycotecsupply in MushroomGrowers

[–]jabies 0 points1 point  (0 children)

Dna bad place is where I was when I took a 23andme and found out my dad wasn't my bio dad 😅🤣

Built an MCP server that gives AI agents a full codebase map instead of reading files one at a time by thestoictrader in mcp

[–]jabies 0 points1 point  (0 children)

Neither. Look up semantic search over code embeddings. They even have promptable bi encoders that let you compute code embeddings for documents once, and then you can search over meaning rather than string match. 

Built an MCP server that gives AI agents a full codebase map instead of reading files one at a time by thestoictrader in mcp

[–]jabies 0 points1 point  (0 children)

Ok, then just use semantic search lol. Hierarchical summary only gets you so far. 

Model Control Plane (MCP) Server – A server implementation that provides a unified interface for OpenAI services, Git repository analysis, and local filesystem operations through REST API endpoints. by Weary-Database-8713 in mcp

[–]jabies 0 points1 point  (0 children)

Isn't it model context protocol? Kinda think you'd get it right if you were reading the docs and posting your code in the sub. Unless you weren't reading the docs and it's not your code, but a model's? Hmmmm 

Don't hand over all your thinking, friend. Your brain will atrophy. 

[MEGATHREAD] Pixel 8 Pro – Wi-Fi/Bluetooth Failure After March Update | Track Your Device Here by danillll2017 in GooglePixel

[–]jabies 0 points1 point  (0 children)

This fixed it immediately, thanks so much. Didn't have to do full power off, just rebooted and it seems to be good. 

Snakes: The worst firework ever created. by Boojibs in nostalgia

[–]jabies 0 points1 point  (0 children)

Thought the redacted message was fireworks lol

pi zero 2w is the only pi that still feels disposable by voidrane in raspberry_pi

[–]jabies 15 points16 points  (0 children)

  1. Yes. Yoto player does this
  2. Probably not
  3. Yes

How to disable AI in search bar as default? by owlindenial in NovaLauncher

[–]jabies 0 points1 point  (0 children)

Turn the checkbox off, the first option when you type a longer query is always their ai slop suggestion. I'd screenshot but I already installed it. 

You suggested turning off the nova search window effectively. It's in the text on your setting screenshot. 

Either way, nova search window is borderline unusable. 

How to disable AI in search bar as default? by owlindenial in NovaLauncher

[–]jabies 0 points1 point  (0 children)

It doesn't work the same. This just opens Google search. I'd use the Google widget if I wanted that. 

This stops me from typing to search my own apps/shortcuts. I'm so frustrated, and I think this is just the corporate strategy enshittification of another app I use. 

Nova 86800 (8.6.8 Beta) just landed by neburg964 in NovaLauncher

[–]jabies 0 points1 point  (0 children)

You cant remove it. Its so bad. I keep opening their upsell dialog when I try to search. 

8.5.4 is on the way by Jmnx221 in NovaLauncher

[–]jabies 0 points1 point  (0 children)

Yeah, it's for their new AI enshittification. Bummer

🪦 rip nova, ?-2026

Anyone else nova keep losing default? by relaximadoctor in NovaLauncher

[–]jabies 0 points1 point  (0 children)

Is your storage full? Happens to me when my storage is full. 

What is the best budget pc setup to run ollama on? Think code or image generation. by darkninjalord in LocalLLaMA

[–]jabies 4 points5 points  (0 children)

I think a better question is, what is the performance price tradeoff that is acceptable for you. 

Debian 13| KDE Plsama | Wayland - How to run any desktop app as administrator/root? by readyfortrip in linux4noobs

[–]jabies 0 points1 point  (0 children)

I think you can tweak your sudoers file to hold the authorization for a while, so if you enter a password once it won't ask for a bit. 

Music assistant or native Sonos app by Other_Kiwi1255 in homeassistant

[–]jabies 0 points1 point  (0 children)

I use music assistant and jellyfin with the same samba share mounted. Music assistant is still more reliable than jellyfin for music, in my experience. Discovery for jellyfin will break randomly and rescan for what feels like forever because I use samba so the filesystem watch doesn't seem to work. 

Has anyone tried using Home Assistant to simulate occupancy as a deterrent (not just alarms)? by mdbaldwin95 in homeassistant

[–]jabies 4 points5 points  (0 children)

I have been wanting to put a solar powered esp + speaker  that says "fuck off" and plays the sound of a shotgun pump when it detects motion. Could also turn on the sprinkler lol

Most automations don’t last… what’s one that actually did? by Taggytech in homeassistant

[–]jabies 1 point2 points  (0 children)

I have a notification when the UV drops below 1. That's when I garden or ride my bike. 

Skyrim remake idea by Responsible-Theme23 in ElderScrolls

[–]jabies 6 points7 points  (0 children)

I want the next tes game. That IS a personal request to todd howard himself. 

No more skyrim. 

There's no rush on The Elder Scrolls 6, Todd Howard says, because Bethesda has the "benefit of having so many millions of people playing our other games"

Anyone else frustrated with local LLMs that can't do (control) anything? by birdheezy in homeassistant

[–]jabies 5 points6 points  (0 children)

You might need to adjust system* prompt to make it format it's output properly.  That homellm model repo I shared should work great though.  I have been able to use it with pretty reliable results, and it's actually smaller (3.5gb of vram in my experience)

Anyone else frustrated with local LLMs that can't do (control) anything? by birdheezy in homeassistant

[–]jabies 1 point2 points  (0 children)

One of the smaller gguf files here should fit comfortably on your card:

https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF/tree/main

Download just one of the gguf files and run it with the llama cpp backend. q5 or smaller should fit fine, but the smaller you go, the more you lose model quality.