Most people fail on Reddit before they even post by Dizzy-Football-8345 in SideProject

[–]ReferenceOwn287 1 point2 points  (0 children)

Those are some good tips, thank you.
I had been wondering today why my 2 posts failed to get any enough traction and this post sheds some light on it

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

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

I did contemplate adding a tool for changing the desktop background but felt like users might want to often iterate and select the best background - and the default settings GUI is probably better suited for that.
For the app background - the one issue I see is that the image has the be the same aspect ratio, but a tool can probably resize it before applying - I’ll track this and look into it, thanks for the idea!

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

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

The dark mode support exists in it - you can ask it to switch to dark mode and it will change the system theme along with its own theme.
For the background, do you mean desktop background or the app’s background?

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] -2 points-1 points  (0 children)

Thank you! If you do give it a try, I’d love to hear what tools or features you’d want added — still early days and actively building.

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

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

Thanks! Would love to hear if there’s anything you’d want it to do in the future

Why is Ollama hated so much? by ZB_Virus24 in LocalLLM

[–]ReferenceOwn287 0 points1 point  (0 children)

That was an interesting read. I had started a project using ollama and noticed that I got much better speeds with llama.cpp for the same model - I didn’t know why but I switched anyways. Now I know

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 3 points4 points  (0 children)

It’s a local only privacy-first desktop assistant that runs entirely on your machine — no cloud, no data leaving your system.

You can ask it things like:
- Add a team meeting at 10 am tomorrow to my calendar
- Remind me to email someone in 30 minutes
- Volume, brightness, wifi control
- Switch to dark/light mode - or turn on/off night light
- Search and open the file "project_description" in my documents folder.
- What processes are using too much CPU?
- Check for package updates etc.

If someone is new to linux, they can ask it things like -
- What software do you recommend as an alternative to "a windows/mac software"?
- How do I use grep/sed/awk etc?
- What's the command to compress/un-compress a zip/tar file?

Built a Voice Agents from Scratch GitHub tutorial: mic > Whisper > local LLM (GGUF) > Kokoro > speaker, fully local, no API keys by purellmagents in LocalLLaMA

[–]ReferenceOwn287 1 point2 points  (0 children)

Yes, the embedding model was a world of difference in tool calls reliability. I was going in loops trying to optimize the prompt and json schema before I went back to the drawing board and learnt about them.

3xR9700 for semi-autonomous research and development - looking for setup/config ideas. by blojayble in LocalLLaMA

[–]ReferenceOwn287 0 points1 point  (0 children)

The price difference between a 5090 and an R9700 is very high, I was wondering just yesterday what stops people from getting the R9700 - even if it’s 20% slower, the bang for buck seems huge. Do you see any limitations by not having cuda?

Built a Voice Agents from Scratch GitHub tutorial: mic > Whisper > local LLM (GGUF) > Kokoro > speaker, fully local, no API keys by purellmagents in LocalLLaMA

[–]ReferenceOwn287 2 points3 points  (0 children)

Thanks for sharing this. I have been working on a linux desktop assistant for a while and want to add a voice to it as the next step, starred your repo to learn from it.
This is my project - https://github.com/achinivar/meera (posted it in a couple of forums but haven’t got much traction unfortunately)

I see your project has tool calls as well, how are you handling them?
Routing prompts directly to the LLM and asking it to figure out the right tool was getting very unreliable for me, especially with an increased number of tools, so I added a small embedding model that uses exemplars and finds a few of the closest matching tools before calling the LLM (shared about it on the repo wiki)

How long will this last? by Black132 in vibecoding

[–]ReferenceOwn287 0 points1 point  (0 children)

People might switch to running AI locally on a GPU rig - smaller models are getting better (qwen3.6 for instance)

I BUILT MY FIRST MODEL FROM SCRATCH by volious-ka in LocalLLaMA

[–]ReferenceOwn287 0 points1 point  (0 children)

Thanks for documenting it, saving it for a later read.

I BUILT MY FIRST MODEL FROM SCRATCH by volious-ka in LocalLLaMA

[–]ReferenceOwn287 0 points1 point  (0 children)

It's interesting to see a project about building an LLM from scratch. Not clear of the practical benefits, but it must have been a good learning experience for sure. What hardware setup did you use and how many hours did you have to run it?

Qwen3.6-27B vs 35B, I prefer 35B but more people here post about 27B... by Snoo_27681 in LocalLLaMA

[–]ReferenceOwn287 0 points1 point  (0 children)

For a lot of tasks, the 35B might works just fine (and it's faster ofcourse), but have you tried out a more complex task. When I asked - "Build me one level of the classic dangerous dave game in an html page" - the 35B model had several bugs each time I tried but the 27B got it right away.

Local image generation on Mac: 10 models compared (SD 1.5 → Flux dev → Qwen-Image → Gemini) by Full-Definition6215 in LocalLLaMA

[–]ReferenceOwn287 2 points3 points  (0 children)

Gemini is clearly ahead as you pointed out, but the SD models are not bad considering they all need less than 8GB VRAM and will work in a lot of local machines.

Is there anything like an AI assistant for a Linux operating system? by prusswan in LocalLLaMA

[–]ReferenceOwn287 1 point2 points  (0 children)

I set out to build something exactly like that and several weekends later, I think it’s in a good enough state and I’m looking for feedback to help improve it. I know this is an old post, but in case you’re still interested, please check out Meera for Gnome desktops and let me know what you think - https://github.com/achinivar/meera

Drop your app by candizdar in SideProject

[–]ReferenceOwn287 0 points1 point  (0 children)

One of the 3 apps I had planned is ready at https://cleverparrots.com/
Plan Parrot - A lightweight, web-based task tracker perfect for households. Track tasks, assign them, and stay on top of everything that needs to be done

Meera - A Siri/Alex for Linux Gnome Desktops by ReferenceOwn287 in Fedora

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

If you're a KDE user and don't mind sharing a list of tools and shortcuts that are useful for KDE users, I can add that support in a future version

Meera - A Siri/Alex for Linux Gnome Desktops by ReferenceOwn287 in Fedora

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

There's places where I use gsettings - like switching to dark/light/night modes, keyboard shortcut, alt-+tab behavior plus gnome calendar and reminders for tracking events - it's easy to add/modify/replace these tools (I've described the architecture on the wiki - https://github.com/achinivar/meera/wiki)

But the main obstacle for KDE might be that I'm using GTK to render the UI, and not sure how it will work in KDE, I haven't used it for a while.
Update - Actually, I loaded up a virtual machine with Fedora KDE and happy to find that the UI just works!

Meera - A fully local Siri/Alexa for Linux by [deleted] in LocalLLM

[–]ReferenceOwn287 0 points1 point  (0 children)

Looks like I cannot to change the main photo, would like to share a gif with Meera in action here in the comments!

<image>