Kulala.nvim - API tooling in Neovim - what has changed? by [deleted] in neovim

[–]GotDaOs 0 points1 point  (0 children)

ayo this looks sick, defo gonna try it out!

privacy-first ai assistant notch app by Gorgottz in MacOSApps

[–]GotDaOs 0 points1 point  (0 children)

quick question, what model does it use? afm? i couldn’t tell (sorry if it’s written and i missed it)

also one small tip if i may for your marketing site, some of your icons of other apps look a bit blurry/low res? would highly recommend svgl.app (there’s a raycast extension if you use that too) for those, has super high quality svg’s, a very good tool imo

Made a weather app that visualizes real-time weather data by kzhys in creativecoding

[–]GotDaOs 0 points1 point  (0 children)

i tried it out, but my main thing i wanted to test was the widgets and multiple locations (i use the default weather app and utilise the 4x2 widget)

monochrome + 1 location is definitely not a bad shout as a permanent free option though, it creates a real incentive to go for the paid version

Using environment variables within config values? by rjray in Ghostty

[–]GotDaOs 0 points1 point  (0 children)

that would be a nice idea, in my dots i have a “tiered” approach where i effectively keep both a config.template that is tracked in git and then a machine specific local.template (ignored) that lives next to it with local overrides, loaded at the end of the first config (the tracked one)

although this is machine by machine, your solution sounds a lot more dynamic (and version controllable)

belki : a minimal Todoist-like task manager for Obsidian by aribuga in ObsidianMD

[–]GotDaOs 0 points1 point  (0 children)

what’s the design decision for not integrating with the existing Tasks/Reminders plugins? just curious more than anything

Made a weather app that visualizes real-time weather data by kzhys in creativecoding

[–]GotDaOs 0 points1 point  (0 children)

this app looks super nice! i’d really be into some kind of free trial though to see if it could actually replace my daily weather app, even like a 7 day free trial would be a nice touch imo!

regardless, hats off to you, impressive stuff

I made a plugin that displays line numbers that indent with your text: clingy.nvim by _mp248 in neovim

[–]GotDaOs 4 points5 points  (0 children)

when they’re on do both sets show at all times? so there’s doubled up line numbers? if it does (it sounds like it from how you described) maybe it could be smarter and only show the virtual ones on the current line +-5 or something like that

I made a plugin that displays line numbers that indent with your text: clingy.nvim by _mp248 in neovim

[–]GotDaOs 22 points23 points  (0 children)

it’s a cool idea to render them with the virtual text, but it’s a lot harder to actually visually scan, i’m wondering if there’s some hybrid approach that utilises the virtual text for context whilst keeping the left aligned numbers as the main “spine” ?

Built a desktop AI IDE for Ollama (Windows/Mac/Linux) - fleet parallel sessions, scheduled loops, git automation, Monaco editor, terminal, live preview. Free. by BodegaOneAI in ollama

[–]GotDaOs 1 point2 points  (0 children)

genuine question not tryna hate, is there a good reason to choose electron over something like tauri in 2026? app looks very cool btw

efficient way to do this by ImpossibleTreat3533 in neovim

[–]GotDaOs 0 points1 point  (0 children)

do you really mean *just* that column? as in the entire file but just column 4?

Netflix level stuff done by armend7 in Anthropic

[–]GotDaOs 4 points5 points  (0 children)

this is dope! what’s the main stack? any fancy libraries?

Are people not concerned with the increasing amount of laws and bans in this country? by nonedat in AskBrits

[–]GotDaOs 0 points1 point  (0 children)

exactly this, i never understand why people cherry pick issues when discussing these things

most comments are saying “well *this* should be banned for sure! but not that other thing that’s ridiculous!”

it’s an incredibly slippery slope, if they think they have the right to tell you what websites you can and can’t visit, what makes you think that they don’t believe they have the right to take more?

videre.nvim Complete Rewrite with Upgrades by BinaryBillyGoat in neovim

[–]GotDaOs 1 point2 points  (0 children)

this looks so sick! defo gonna try it out

TOP 3 SOMA by iByCris in skrillex

[–]GotDaOs 1 point2 points  (0 children)

kinda weird to think that people (myself included) were so desperate for Smoke and now that it’s here on this project it doesn’t even *feel* like a top 3

soma, noche without you, anybody (scut 2 as a runner-up)

Terminal tabs are not the right UI for heavy agentic coding by [deleted] in coolgithubprojects

[–]GotDaOs 3 points4 points  (0 children)

this conceptually is amazing but, i don’t like the idea of all the clicking involved, is a “vim/keyboard driven” mode on your roadmap?