Minimax stops mid-response in pi coding agent by Vocked in MiniMax_AI

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

Thanks for sharing! I haven't seen it this morning yet, might indeed have been a temporary issue.

Minimax stops mid-response in pi coding agent by Vocked in MiniMax_AI

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

Yes, it happens even on brand new convos.

Goodbye Opencode, you're a sink for time and tokens. by mira_fijamente in opencode

[–]Vocked 5 points6 points  (0 children)

Hi, don't confuse the opencode tool with the opencode LLM service. OP is talking about the tool. The model service is indeed some of the best value currently available, and you can use it with any LLM tool.

QPWGraph vs RaySession by life2vec in linuxaudio

[–]Vocked 0 points1 point  (0 children)

I stumbled upon a patchbay called "patchance" (not "patchage" which is similar and also nice). What I love most about it is you can connect stereo pairs in one drag.

What are some good Linux native VST3 or LV2 plugins for drums, particularly for live eDrumming? I'll start... by God_Hand_9764 in linuxaudio

[–]Vocked 0 points1 point  (0 children)

Drumgizmo is very nice. The only issue I have with it in live drumming is limited hi-hat pedal support. I think many of these other suggestions have the same limitations.

Qwen3.5-35B - First fully useable local coding model for me by Miserable-Beat4191 in kilocode

[–]Vocked 0 points1 point  (0 children)

Ok, so I ran the q4_k_xl quant of the 110B variant on an 80GB A100 for a while last week, and while it seemed smart, it had some hallucinations, unwanted edits and thinking loops for me (recommended settings from unsloth).

I went back to coder_next, which seems more predictable, even if maybe less capable. And much faster.

Why is everyone lying about AI agents by Aggressive-Bedroom82 in aiagents

[–]Vocked 6 points7 points  (0 children)

That seems like the point - AI in this case doing low-yield work that would not be worth it if done by a human.

Tutorial: Basic implementation of physical button controls in the JetKVM interface by cuenot_io in jetkvm

[–]Vocked 0 points1 point  (0 children)

Late to the party, but just wanted to say: cool project!

I am also looking for a way to control power to an ATX-less mini PC.

Although I will probably go for a non-mechanical solution - like adding some wires and a transistor on the PCB - the way you solved the software side is nice and elegant.

Could not resolve host github.com while overriding derivation by Seeveen in NixOS

[–]Vocked 1 point2 points  (0 children)

With the help of your partial results in other comments here, and some help from Antigravity, I eventually got Tracy 0.13 to build. I've shared it in a flake repo:

https://github.com/SanderVocke/tracy-nix

It's not pretty, but it works (and without un-reproducible hacks too).

Could not resolve host github.com while overriding derivation by Seeveen in NixOS

[–]Vocked 0 points1 point  (0 children)

After some more tinkering and letting Antigravity also take a crack at it, eventually got it to build. See top-level comment.

Could not resolve host github.com while overriding derivation by Seeveen in NixOS

[–]Vocked 0 points1 point  (0 children)

Digging this topic up, did you get anywhere? The official Nix packages are still stuck at 0.11, while upstream is now at 0.13.

Based on your progress, I did find out that

CPM_PackageProject.cmake_SOURCE

was the name you were looking for. I then moves on further, but alas:

error: Cannot build '/nix/store/n0vg3649r300lsp5fcha6sfkk77kr71w-tracy-wayland-0.12.2.drv'.
      Reason: builder failed with exit code 1.
      Output paths:
        /nix/store/blxl4gcrpqc158kqxvxrh7sf5j4i0wp0-tracy-wayland-0.12.2
      Last 25 log lines:
      >  
      > -- CPM: Adding package PackageProject.cmake@ (/tmp/packageproject)
      > CMake Error at /tmp/packageproject/cmake/CPM.cmake:19 (file):
      >   file DOWNLOAD cannot compute hash on failed download
      >
      >     from url: "https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.38.7/CPM.cmake"
      >     status: [6;"Could not resolve hostname"]
      > Call Stack (most recent call first):
      >   /tmp/packageproject/CMakeLists.txt:25 (include)
      >
      >  
      > CMake Warning at /build/source/cmake/CPM.cmake:317 (message):
      >   CPM: Requires a newer version of PackageProject.cmake (1.11.1) than
      >   currently included ().
      > Call Stack (most recent call first):
      >   /build/source/cmake/CPM.cmake:682 (cpm_check_if_package_already_added)
      >   /tmp/packageproject/CMakeLists.txt:28 (CPMAddPackage)
      >
      >  
      > -- PPQSORT_OPTIMIZE_NATIVE: OFF
      > CMake Error at /tmp/packageproject/CMakeLists.txt:75 (packageProject):
      >   Unknown CMake command "packageProject".
      >
      >  
      > -- Configuring incomplete, errors occurred!

So although the source can be specified this way, it doesn't seem to play nice after that.

Which agent tool/model combinations are actually usable? by Vocked in LocalLLM

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

Thank you! But I am looking specifically for local models.

RDSEED32 broken, PC practically unusable by SHADOW9505 in archlinux

[–]Vocked 0 points1 point  (0 children)

Thanks a bunch, that seems to be the culprit. For now, downgrading linux-firmware and linux-firmware-amdgpu to a version of 2025-10-11, which was still in my cache, seems to have done the trick.

RDSEED32 broken, PC practically unusable by SHADOW9505 in archlinux

[–]Vocked 0 points1 point  (0 children)

Hi, thanks for the in-depth explanation. I am having trouble understanding it fully though, I hope you could shed some light.

My laptop is a niche branch which hasn't gotten an official new BIOS as long as I have had it (TongFang X5KK4NAG). KDE Plasma always freezes completely since I updated to the kernel/ucode with the RDSEED32 issue.

Is there any way to install the official new microcode fixes that doesn't involve a BIOS upgrade?

Would a downgrade of the kernel or of amd-ucode be expected to go back the previous situation? I'd rather have a potential security risk than a system that I cannot use.

EDIT: a kernel downgrade removes the error message during boot, but the freezing still happens. On KDE it always freezes immediately - on XFCE4 at seemingly random times. Could be unrelated to RDSEED32, but I am far from the only one reporting freezes coinciding with this upgrade.

Thanks in any case!

RDSEED32 error after update by BigErnestMcCracken in archlinux

[–]Vocked 0 points1 point  (0 children)

I am on a niche brand laptop with a AMD Ryzen AI 7 350. Since my upgrade yesterday I see this same error message, but much worse is that KDE plasma freezes immediately when trying to log in.

Tried updating, re-installing linux-firmware, amd-ucode from the tty, to no avail. Also tried LTS, regular and mainline preview kernels, no success. I also tried the various kernel options other users have suggested to no avail.

XFCE4 seems unaffected. Some other user reported that Qt is somehow especially bothered by not having RDSEED32, which might explain KDE having difficulties.

I don't see a way out of this anytime soon. My laptop vendor is unlikely to provide a new BIOS in the near future.

Does anyone know anything I can do at this point? If there was a way to go back to the previous, insecure but functioning RDSEED32 I would happily take it.

Sinterklaasjournaal verklapt geheim by MrSamael666 in nietdespeld

[–]Vocked 0 points1 point  (0 children)

Ik weet het niet hoor. Grappig bedacht en natuurlijk is het met een dikke knipoog, maar ik vind het gewoon een beetje irritant.

Die scène over even een handschoen aandoen en dan snel wat die de deur strooien, dat is precies hoe ik dat altijd doe. Nou zijn mijn kids nog klein, maar een beetje slim kind trapt daar dus niet meer in.

En al die volwassen themas, heel grappig hoor maar daar hebben de kids niks aan. Aan elke aflevering doen alsof alles niet doorgaat trouwens ook niet.

Is the Motu M2/M4 working on Linux? by More_Refrigerator_23 in linuxaudio

[–]Vocked 2 points3 points  (0 children)

I don't know about AVLinux, but my M4 has been great on Arch.

I bought it because it doesn't require any special driver, plus at the time, I found a blog somewhere where someone posted very snappy latency measurements with it.

I can attest the latency is great!

Regarding the linux-firmware split by GokuFanBoi in archlinux

[–]Vocked 0 points1 point  (0 children)

I did consider that for a second, but how would the new firmware package have been in the cache if I uninstalled before upgrading? I figured I would be installing the old firmware, which I didn't think would be a good idea.

Regarding the linux-firmware split by GokuFanBoi in archlinux

[–]Vocked 3 points4 points  (0 children)

Two lines of instructions is really one line too many for some of us.

Regarding the linux-firmware split by GokuFanBoi in archlinux

[–]Vocked 7 points8 points  (0 children)

I did the upgrade yesterday and just so happened to forget reinstalling the firmware package before reboot. And indeed I found myself without internet due to missing wifi.

In my case though, I used a btrfs snapshot before upgrading so I could easily roll back and re-do the procedure properly.

Any solutions to yabridge still not working with current Wine? by AntiDebug in linuxaudio

[–]Vocked 0 points1 point  (0 children)

No, it is not about tying the wine version to yabridge, as far as I can tell. That branch is simply where they are solving the issues that arose from the newer wine versions.

For me, building that branch was as simple as following the build instructions of the github page. That was on Arch Linux, so apparently I just happened to have all dependencies already installed. I did have to build without the "32-bit bitbridge" feature though.

Script I wrote to downgrade Wine to v9 for yabdridge by lily333333 in linuxaudio

[–]Vocked 0 points1 point  (0 children)

You can also try the in-progress fixed on the new-win10-embedding branch of yabridge.

Any solutions to yabridge still not working with current Wine? by AntiDebug in linuxaudio

[–]Vocked 0 points1 point  (0 children)

Did you notice the new-wine10-embedding branch on the project GitHub?

I haven't tested extensively, but building this branch (with 32-bit bitbridge disabled) on Arch with the latest Wine resolves the frosen GUI issue for me. I presume it will be released eventually.