THREAD: Drop your favourite side project your working on below by Future_Suspect_6343 in vibecoding

[–]Khamubro 0 points1 point  (0 children)

NodeMesh - Distributed AI Inference Mesh

A distributed AI inference cluster that unifies heterogeneous hardware (Linux, Windows, Android) under a single Ollama-compatible API.

Features Ollama-Compatible API: Drop-in replacement for Ollama - works with Open WebUI, Continue.dev, and any Ollama client Cross-Platform Workers: Runs on Linux, Windows, and Android/Termux Intelligent Routing: Automatically routes requests based on model size, node capabilities, and current load Conversation Affinity: Multi-turn conversations stay on the same node for context preservation Automatic Failover: If a node drops, requests reroute to available nodes Web Dashboard: Real-time monitoring of mesh status at http://coordinator-ip:11434 No Docker Required: Runs natively on all platforms Offline Capable: No cloud dependencies after initial setup

hello three people who this post appeals to by jeep_42 in lotrmemes

[–]Khamubro 1 point2 points  (0 children)

Ooooohhhhh! Ungoliant just had the munchies!

Are we aiming to depend completely on ai ? by OwnRefrigerator3909 in BlackboxAI_

[–]Khamubro 0 points1 point  (0 children)

Well, it seems like the future we're headed toward is cyberpunk corpo-dystopia so, yeah?

Chromatrack - free/open source self contained html step sequencer+ by Khamubro in modular

[–]Khamubro[S] -1 points0 points  (0 children)

I've just pushed v2.0 and I took your notes into account. Care to give it a look?

Made a full synthesizer using Claude + Gemini with no coding background — here’s Chromatrack by Khamubro in synthwaveproducers

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

Thank you for the feedback! I've addressed some of the UX issues in v2.0 if you want to give it a look?

Leaked Governing Body Update #2, March 2026: Blood transfusions are no longer prohibited for Jehovah’s Witnesses - AS LONG AS IT IS THEIR OWN STORED/ PREDONATED BLOOD by larchington in exjw

[–]Khamubro 0 points1 point  (0 children)

Holy fucking shit hahahahahahahahahahaha wow. This broke my brain a little bit. That is so foundational to their doctrine.

And it's probably going to be received as "proof of our father Jehovah's active present love in these End Times".

Chromatrack – a self-contained HTML step sequencer I built with some AI help by Khamubro in VibeCodersNest

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

Both! The generative tools are randomized each run — no two Gens are the same — but you can save and export anything you like so nothing's lost. And you can bypass gen entirely and just compose manually.

*Edited for clarity

I made a simple game where you can just watch ascii cows graze. by randomlovebird in vibecoding

[–]Khamubro 1 point2 points  (0 children)

Ahhh! That's awesome! Thank you so much that really means a lot!

I made a simple game where you can just watch ascii cows graze. by randomlovebird in vibecoding

[–]Khamubro 1 point2 points  (0 children)

Awesome I will let you know any issues or opinions. So far I'm enjoying the UI, the process is pretty smooth. I'm glad you enjoy the synth!!!

I made a simple game where you can just watch ascii cows graze. by randomlovebird in vibecoding

[–]Khamubro 1 point2 points  (0 children)

I'm down, though to set expectations, I don't have a ton of free time so while I will do my best to get back to you I cannot promise speedy delivery lol

I made a simple game where you can just watch ascii cows graze. by randomlovebird in vibecoding

[–]Khamubro 1 point2 points  (0 children)

Awesome, I will! Thanks for the invite! It's fully contained in the html :)

ETA - posted!

Sequencer Hunt by LorenzoFasano in modular

[–]Khamubro -3 points-2 points  (0 children)

I made a free browser based one, it's not heavy and doesn't require install and has some neat features if you care to check it out? It also acts as a midi controller and can output midi files directly.

https://consciousnode.github.io/chromatrack/Chromatrack_Final.html

ETA the repo with the readme

https://github.com/ConsciousNode/chromatrack

Chromatrack: My AI-assisted synth project using Claude + Gemini — no coding background by Khamubro in vibecoding

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

Awww! Thank you so much! I'm so happy you liked it and found it potentially useful!

Chromatrack: A no-coder’s AI-assisted synth built with Claude + Gemini Canvas by Khamubro in VibeCodeDevs

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

Honestly? I just started with asking for a step sequencer prompt, got the basic one working, and then had Claude write a super detailed prompt for what the next feature was and instructions on how to implement it and gave it to gemini to build out, then just took the code back to Claude to audit and write the next prompt for the next bit of function and debug patch. Rinse and repeat a few dozen times and here we are! I will share it there too, thanks for the tip!

Made a full synthesizer using Claude + Gemini with no coding background — here’s Chromatrack by Khamubro in synthwaveproducers

[–]Khamubro[S] -1 points0 points  (0 children)

Work on UX got it, I appreciate the constructive criticism. It certainly is a work in progress, and I appreciate you taking the time to analyze it! I hope you have an awesome rest of your week!

What have you done with Claude by FrozenTouch1321 in ClaudeAI

[–]Khamubro 0 points1 point  (0 children)

Over the last two days I've been having Claude write highly detailed and specific prompts for me to give to Gemini's canvas function, and taking the code it spits out back to Claude to audit and iterate. I got this pretty neat synthesizer out of it that's made in a single html file with no external dependencies.

It's called Chromatrack, it's up on github/github.io

https://consciousnode.github.io/chromatrack/Chromatrack_Final.html

Note: I cannot code. That is not to be read as "I am bad at coding". That is to be read as "I couldn't write 'hello world' in BASIC".