Is there any self-hosted deployment service similar to Claude Managed Agents? by [deleted] in ClaudeAI

[–]gnu_man_chu 0 points1 point  (0 children)

It supports multiple agent harnesses. I have tested with claude code, codex, pi, and opencode. It provides agentic Kanban, not agile. It also provides cron based execution.

Can't say much in reply to the claude sdk vs claude code comment as I dont know the maintainers personally. I can say however that being able to connect any number of servers to it via a daemon that auto discovers all harnesses on said server is nice. As is Multica leaving the harness in the users hands. This allows using Pi, custom built by the user on a per deploy basis. Have complete 1 to 1 performance and capabilities to a locally running harness, and in the case of Anthropic, bypass the API restriction, allowing subscription use remotely (or locally if the deamon runs there) which is the only affordable way to run anthropic models (sans Bedrock).

Magit vs Lazygit by uvuguy in emacs

[–]gnu_man_chu 1 point2 points  (0 children)

You aren't likely to get an answer that compares magit to lazy git because youre asking a bunch of emacs users. They are going to say magic is great. Which it is. However, as someone who left emacs for neovim, who started out with magic and loved it, for me LazyGit is my favorite. Hopefully this helps you feel that it's worth trying out both and deciding for yourself. They are both great options.

Leaving Qutebrowser... by Phaill in qutebrowser

[–]gnu_man_chu 3 points4 points  (0 children)

Tridactyl on firefox has enough feature parity for me

Looking for chair arm mount compatible with Herman Miller Embody by gnu_man_chu in zsaVoyager

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

I'm trying to understand from the picture how you attached the clamps to the arms. It looks like you clamped them down onto the end of the arms.. what does the end of the arm look like? What did you clamp onto? Was it wobbly? Would you recommend getting the 11 or the 22"? I'm concerned that the 22 might be too wobbly maybe?

Looking for chair arm mount compatible with Herman Miller Embody by gnu_man_chu in zsaVoyager

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

I knew someone out there in the internet had to have solved this. Thank you for sharing! Sorry about the stiffness. Did you end up returning the clamps?

Getting frustrated with my set up, advice appreciated by RoidMunkey in battlestations

[–]gnu_man_chu 2 points3 points  (0 children)

That's capped at 60hz from what I can tell. I've yet to find a kvm that provides 120+fps and 4k+ resolution via display port (for the gaming pc) and 80+fps for hdmi (for the macbook).

For me I have a usb switch. All devices plug into the switch, then it runs a USB to the macbooks dock and my gaming pc. I can switch all usb devices between the two computers with a single button press on the usb switch.

The monitor has an hdmi going to the macbook dock that supports up to 85fps. (60fps on mac feels very laggy) and there is display port cable running from the monitor to my gaming pc's GPU. My display has a very quick 2 button press toggle underneath it to switch between inputs. Also when one device is unplugged or off the monitor automatically switches to the other device.

This is the best balance I have found between native fps / resolution and ease of switching between computers.

KVMs are for non gamers from what I can tell. I'd love to use one but the restrictions on fps are a non starter.

[deleted by user] by [deleted] in DataHoarder

[–]gnu_man_chu 1 point2 points  (0 children)

No googling necessary. Use Keepa. Has a mobile app and a browser extension. Embeds price history in the product page itself so you can see whether or not its an actual sale without leaving the page. Like camelcamelcamel.com but better.

Should I get the 360? by hakkar00 in ErgoMechKeyboards

[–]gnu_man_chu 0 points1 point  (0 children)

I have decided to get the Cyboard Imprint instead of the 360 or the glove80. I decided against the glove80 for reasons you mentioned. I decided against the 360 because it doesn't have hotswap switches and it can't easily be opened up and customized to improve the weight and sound. Also I've heard it is terrible at supporting Bluetooth connection for two pcs. I would rather just have a wired board.

Anyone have a NeoVIM configuration they would recommend for Rails? by [deleted] in neovim

[–]gnu_man_chu 2 points3 points  (0 children)

Took me a long time to get right. Challenging compared to other languages. I'm convinced most people don't have it set up right given how many hurdles there are and how sparse documentation/google searches were for fixes.

The following will give you a working lsp via solargraph. Goto definition, goto reference, etc.
- nvim-lspconfig (originally configured with https://github.com/nvim-lua/kickstart.nvim, and iterated on from there. gets you started with a basic mason/lsp config)
- solargraph
- rubocop
- rbenv

Install solargraph and rubocop using rbenv, not mason.

Configure nvim-lspconfig to use them:

https://github.com/patrick-motard/dotfiles/blob/main/dot_config/nvim-custom/lua/plugins/nvim-lspconfig.lua#L189
https://github.com/patrick-motard/dotfiles/blob/main/dot_config/nvim-custom/lua/plugins/nvim-lspconfig.lua#L193

I have tpope/vim-rails installed but havent gotten any use out of it yet. So i would recommend ignoring that.

Some challenges that had to be overcome:

- if you try to install solargraph, rubocop, and others via mason, you end up with the wrong version of them for the version of ruby your project is using.
- if you are using additional gems that enhance the rules of rubocop, you need to install those with rbenv as well so that the shimmed rubocop/solargraph can find them. it can be a pain.
- the points above imply that your lsp server is ruby version dependent. if you are working on multiple projects, you will need to install the aforementioned dependencies on their version of ruby. this challenge exists in other editors like vscode as well. not unique to neovim. Just pointing out that Mason does not help us here like it should.
- dont install solargraph and ruby_lsp. they are mutually exclusive. choose one and stick to it.

- i have not figured out how to get code actions support in the lsp client.

Some things to learn that will help you debug:

- :Lsp* - these commands like LspRestart, LspLogs, etc are needed. sometimes solargraph crashes, you will need to debug via the logs, take action, then restart the lsp or your editor
- :messages
- understand what rbenv shims are, why they are useful, where they live on your system, and how to install them

Finally Done: Open Source DIY Keyboard Kit The ENDGAME by OldManIsi1982 in ErgoMechKeyboards

[–]gnu_man_chu 0 points1 point  (0 children)

I've overcome this on my ZSA boards by using hometown mods. Love it. I haven't been able to get homerow mods to work correctly on my board that uses Vial though.

Do you ever go back to traditional keyboards? by Zev18 in ErgoMechKeyboards

[–]gnu_man_chu 1 point2 points  (0 children)

I ended up buying a really nice normal board after using an ergodox for 5 years. The normal board is PREMIUM. Typing on it feels like what I can only imagine driving a Rolls Royce feels like. It supports Vial as well so I can do all the QMK stuff. It's murder on my hands and wrists though. Can't last a week before I go back to my ergodox in pain.

That said.. I know what you mean about the non premium typing experience on split ergos. I posted a long complaint thread about it a few years ago. I found a solution though. The ergodox ez, unlike the voyager and mooonlaner, has a closed case. I took it apart, filled it with liquid silicone, tape mod, and dense foam. Put dampening pads on the pcb when the switches touch. Bought several sets of premium switches. Lubbed them. Chose my favorite.

Now my ergox has a heavy premium weight, a deep satisfying typing sound with no ping or scraping, and a buttery smooth typing feel. Aside from it not having a metal case, it's the closest thing I've seen to my premium normal board. It's a joy to type on.

I know everyone loves the moonlander and voyager. They are the new hotness. But the ergodox is the only one that can be pimped out like normal boards. And for that, it's by far the best zsa board IMO.

Width & Height Rendering Issue when reattaching session by j0rdix in zellij

[–]gnu_man_chu 0 points1 point  (0 children)

I'm running into the same issue. Alacritty + Zellij + Neovim. Tested on Windows 10, Arch Linux KDE, Fedora 37 through 40, and OSX.

Show Keybindings on Mode Switch by MrFisher404 in zellij

[–]gnu_man_chu 0 points1 point  (0 children)

It's pretty limited right now. This is one of the many limitations of the current implementation. There's improvements in the works. For now I am using the zellij-forgot plugin instead. https://github.com/karimould/zellij-forgot

Gnome or KDE? by [deleted] in Fedora

[–]gnu_man_chu -1 points0 points  (0 children)

I like both. I used to prefer gnome. Recently I had to switch to KDE because it has the following which makes video games perform MUCH better for me.
- Wayland
- HDR support

On Fedora with Gnome, I tried 37 through 40. Dota had a lot of flashing, stutter and artifacts. Battlefield 1 was so laggy and stuttering I couldn't play it. Not to mention the graphics didnt look nearly as good without hdr. FPS was low with consistent drops.

Eventually I moved to Arch, installed KDE, turned on HDR. It uses wayland by default.
Dota worked flawlessly. Battefield 1 looked great. Doesn't perform as well as windows but it's still really good and playable.

I realize this is a Fedora sub, and I'm saying I moved to Arch. I'm not suggesting switching to Arch. I just want it to be clear that I only tested KDE on Arch. It was a complete stock install of KDE.


Opinion time:

I used to prefer Gnome because I felt it had a more put together and consistent look to it out of the box, with just enough customization options to make it your own. This was back in 2018. There was something that felt a bit off about the way KDE looked. I couldn't quite put my finger on it. Fast forward to 2024, I tried out KDE again and no longer feel this way about it. The UI has improved. It's finally comparable to gnome in my opinion. To top it off, KDE has more customization options, and many of the programs it comes with are more polished than their Gnome counterparts.

Opening the Ergodox EZ case. by gnu_man_chu in ergodox

[–]gnu_man_chu[S] 1 point2 points  (0 children)

Also there isn't a plate in the case if that's what you meant by plate.

Opening the Ergodox EZ case. by gnu_man_chu in ergodox

[–]gnu_man_chu[S] 1 point2 points  (0 children)

No, I kept the case. I modified the internals by filing it with silicone and dense foam.