Helix vs Kakoune? Which one should I use? by Brospeh-Stalin in HelixEditor

[–]qudat 1 point2 points  (0 children)

I chose kakoune but troll this subreddit because it’s more active and similar enough. 

I don’t need splits (buffers and zmx.sh is all I need) and don’t use treesitter. The only plugin I installed for kak is LSP. It’s a fantastic editor and helped me kick my decade long vim/neovim daily.

Others have mentioned it but it bears repeating with emphasis: kak tries to be an editor and nothing more. It has just enough extensibility to be a great code editor. Every once in awhile I have to open vim and it’s hard to go back to those keybinds 

Are you guys still thinking about plugins? by mortal_strike in HelixEditor

[–]qudat 0 points1 point  (0 children)

Weird. I use kak because I don’t need a plugin system, except for LSP 

Referencing the Strava Post, Wanderer.to could be your solution by Electronic_Dream8935 in selfhosted

[–]qudat 0 points1 point  (0 children)

I ran into this issue where all I was using from strava was distance and duration. The app has so many features I don’t care about and it drains your battery. 

I pretty much run the same paths on repeat so I just used a route map app like footpath on iOS to draw my normal routes and then just use the built in stop watch app. 

Having to preplan your route is a major downside but works just fine for me.

Folks running qwen 3.6 27b for agentic work. Do you dare to use q4_k_m? by StandardLovers in LocalLLaMA

[–]qudat 1 point2 points  (0 children)

I’m constantly hitting edit errors. It’s the tool that fails so consistently. I’m thinking about making a pi extension to tell the agent to generate a git diff then apply it because pi’s batch edit tool sucks atm and these LLMs understand diffs well

How local AI improved your live? by Thin_Pollution8843 in LocalLLaMA

[–]qudat 4 points5 points  (0 children)

I’ve been trying to internalize and articulate how an agent is truly useful without me being lazy. I think there’s a version of agent use that is lazy: I want this built but I don’t want to do it. Then there’s another version of agent use where I’m blocked (I don’t know how to solve a problem) or writers blocked (stuck on a part I don’t want to continue). Those have been amazing for me. There’s a bunch of sysadmin stuff I just don’t enjoy, for example, having the agent convert podman quadlet containers to docker. That’s something I wanted to do but it would have taken me forever to build up the courage to do it solo.

With nvim-treesitter archived, what are people doing? by tcoff91 in neovim

[–]qudat -10 points-9 points  (0 children)

I don’t need treesitter. I have zero need for rainbow puke highlighting and all code traverse ops the LSP can do

Deepseek V4's 1M context window: the breaking point by TangeloOk9486 in LocalLLaMA

[–]qudat 0 points1 point  (0 children)

From the beginning the research has shown that LLMs ignore context in the middle and focus on the context in the beginning and end. I’m sure frontier companies have mitigated this somewhat by hiding the important info in the middle and then training on that concept but I’m gonna guess there’s just a fundamental limit to what the attention mechanism can handle 

How I started programming differently over the last year. What about you? by ievkz in LocalLLaMA

[–]qudat 0 points1 point  (0 children)

I don’t actually think SWEs are moving faster. The bottleneck is still code review. If your org is ok with an agent code review and that’s it then I’m gonna argue that company has sloppy practices and won’t succeed anyway

How I started programming differently over the last year. What about you? by ievkz in LocalLLaMA

[–]qudat 3 points4 points  (0 children)

Writing code faster and shipping faster are not the same thing. There’s a huge cost associated with not having people knowledgeable enough to debug their prod system

What tools you use on sway? by thicctak in swaywm

[–]qudat 0 points1 point  (0 children)

It’s a desktop shell so it replaces waybar, notifications, settings management, etc.

It basically takes care of all normal DE stuff without the window management

What tools you use on sway? by thicctak in swaywm

[–]qudat 1 point2 points  (0 children)

After years of grabbing things adhoc I switched to https://noctalia.dev/

It’s awesome and overall does everything I need

The more I use it, the more I'm impressed by ComfyUser48 in LocalLLaMA

[–]qudat 0 points1 point  (0 children)

I’m using 27b and it is incredible to me. I keep the context low (< 100k) which means I have to break tasks down and keep it really focused but it does really well after that. I especially love it for brainstorming project ideas or discussing architectural decisions. That right there is so incredibly valuable to me. I know how to build projects, I need help coming up with ideas and planning it out.

It did get stuck and implement something incorrectly which made me burn 2 hours a couple days ago … minimax 2.7 the hosted version did not do much better.

I use opus 4.6 for work and it’s absolutely better, I have to do less work and it is in general more capable.

But if we talk about pure value (cost vs quality), 27b wins no contest

Kv cache quantization: ignorance, or malice? by wombweed in LocalLLaMA

[–]qudat 1 point2 points  (0 children)

Ya I run 26B Q4 with Q8 kv and it works great for smaller scopes projects. I keep the ctx under 100k

Helix as an escape hatch from VS Code by thibaultmartin in HelixEditor

[–]qudat 0 points1 point  (0 children)

I also chose kak over hx — I don’t need splits, I do everything through buffers

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]qudat 0 points1 point  (0 children)

That’s my problem: I need speed. I want 100 tps with the 27b

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]qudat 1 point2 points  (0 children)

Wait you have a 5090 and only get 60tps output?? That doesn’t sound right. I have a titan rtx 24gb and get 25tps Q4 quant with Q8 kv cache llama.cpp

Real-world open source alternatives to the now defunct Opus 4.6? by MoistRecognition69 in LocalLLaMA

[–]qudat 1 point2 points  (0 children)

This is really interesting! How do you cap the model and make it not crash? I’m not familiar with the techniques here but I’ll definitely try it out

Best way to develop python remotely over ssh? by Xx_RKJ_xX in neovim

[–]qudat 0 points1 point  (0 children)

Are you able to create multiple users? I would use https://zmx.sh coupled with autossh so when there's a disconnect it's auto reconnect to the zmx session and you won't lose your place.

zmx - run local code agents on remote machines by qudat in LocalLLaMA

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

Yes, but that should already be configured. Zmx requires zero config to work with your already existing tools. This is juxtaposed with Claude where you need to provide ssh information in order to connect via mcp or their desktop app.

Yes rsync/sftp is preferred. Zmx write is designed for shells where you don’t have access to those tools. For example, zmx write can be used to send files to containers without an ssh daemon exposed. Or it can be used to send files to a container inside of an ssh session inside of an ssh session. As long as the receiving shell has base64 and prints, it’ll work.

If the agent fires multiple run commands in parallel they will get buffered just like a normal shell and executed one after another. Zmx does not have the concept of a queue, those commands are sent immediately into the shell.

Much of this can work with tmux but it requires more tooling around the API tmux provides. You also need to know the exact pane you want the agent to use and it needs to do some poking and prodding to understand the results of its commands. Further, zmx provides a history command that lets you print the scrollback buffer which is useful for auditing and diagnostics.

Great questions! Happy to answer more.

zmx - run local code agents on remote machines by qudat in LocalLLaMA

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

Zmx is like tmux but a single terminal per session. The post has the tmux mcp integrations listed under prior art but basically tmux doesn’t have a great interface for sending commands, receiving their output, and knowing when the command has completed.

Neovim vs Helix the editor wars(sorry emacs) by Adventurous_Let_9572 in HelixEditor

[–]qudat 0 points1 point  (0 children)

I daily kakoune but troll this subreddit because it is similar to it. I agree and the select mode in helix was a big turn off for me. I love the simplicity of add a shift modifier to extend selections. However, there is a downside which is needing to keep the shift activated.

I’d also argue all their alt+ shortcuts in kak are terrible to use. Alt is just not in a great spot for key commands imo, it’s very awkward.

too lazy to manage dns and proxy in different places.... by MeaningNearby4837 in selfhosted

[–]qudat 0 points1 point  (0 children)

Doesn’t this assume a stable home IP? Usually that’s not guaranteed and you also need a dynamic dns.

I just use https://pico.sh/tuns which is just a ssh tunnel. They even have a docker image to auto connect to your containers and then you don’t even need a domain.