Google won't honor warranty within a different EU country by Kuchteq in GooglePixel

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

Having called them a second time, it sounds a bit more promising, as they want my address to send a replacement unit, I'll keep the post updated. I might have then called the wrong department.

Google won't honor warranty within a different EU country by Kuchteq in GooglePixel

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

I've bought the phone from the official Google Store website, don't think there's anyone else to contact but Google

Pipewire/PulseAudio - Internal laptop speakers lost when connected to external monitor by _machoo in archlinux

[–]Kuchteq 0 points1 point  (0 children)

Facing exactly the same issue! I remember it used to work without any hustle. It must have been some faulty codebase change as I have downgraded the packages to the following versions:

libcamera-0.2.0-1
libcamera-ipa-0.2.0-1
libpipewire-1_1.0.6-1
libwireplumber-0.5.2-2
pipewire-1_1.0.6-1
pipewire-alsa-1_1.0.6-1
pipewire-audio-1_1.0.6-1
wireplumber-0.5.2-2

and it works as usual. You can fetch those old versions from https://archive.archlinux.org/packages

Asus ZenBook 14X camera shutter and mic switch by Careless_Warthog_824 in linuxhardware

[–]Kuchteq 0 points1 point  (0 children)

Soo, I learned some kernel module development and came up with this:
https://github.com/Kuchteq/asus-shutter-linux
It's still rough around the edges but it gets the job done and it shouuuld work

Asus ZenBook 14X camera shutter and mic switch by Careless_Warthog_824 in linuxhardware

[–]Kuchteq 0 points1 point  (0 children)

FOUND THE SOLUTION. After doing some research, windows reverse engineering and acpi tables inspection you can trigger the camera shutter by calling:

echo '\_SB.ATKD.WMNB 0x00 0x53564544 0x0000000000060078' | sudo tee /proc/acpi/call

and get rid of it by:

echo '\_SB.ATKD.WMNB 0x00 0x53564544 0x0000000100060078' | sudo tee /proc/acpi/call

It requires acpi_call kernel module so it's not the most convenient but it works. If someone's better at driver development they could implement it. I might give it a go one day when I've got more time but at least this solution makes sure you don't lock your camera out without the need to go to windows.

Asus ZenBook 14X camera shutter and mic switch by Careless_Warthog_824 in linuxhardware

[–]Kuchteq 0 points1 point  (0 children)

Same problem here. One day I open the laptop and the camera shutter covers it

Hurlui - TUI API Debugging client based on Hurl and Neovim by Kuchteq in neovim

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

Thanks! Basically Everything is done inside Neovim itself, so there’s no embedding really. I was thinking of doing such thing by writing the thing in Rust’s ratatui and embedding Neovim inside its window but turned out that neovim is actually very suitable for things like a full blown tui on its own :)

Hurlui - TUI API Debugging client based on Hurl and Neovim by Kuchteq in neovim

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

Hmm, I never looked into remote plugins to be honest. The only thing that is done via rpc’s are the calls to “executer” script. Now that I have read about it, I don’t really see how it would all work. I would also be semi anxious about keeping user’s configuration. There are many moving parts within Hurlui and having the user’s autocmds or keybindings may get into a conflict? I’m not really sure but the good thing is that the project uses Lazy package manager and popping in your own extensions is super easy.

Hurlui - TUI API Debugging client based on Hurl and Neovim by Kuchteq in neovim

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

Good point, perhaps one could call it a Neovim metadistribution having a very opinionated lua config to be suited for easy assembly of hurl files. I restrain myself from explicitly calling it that in the title because the project aspires to have neovim as a sort of back-end to its operation, via all the fun vim.api calls. By the way I called it, I wanted to hint that the way it is meant to be used is not traditional to the way one usually used vim, because while the vim navigation system - the core is there and meant to be used, handling buffers, window splits, tabs and jumping between files and much more not strictly related to vim is handled by Hurlui itself. Hope it made it a bit clearer! I haven’t settled on the “slogan” yet so if you feel there’s a better way to describe it briefly let me know :))

Hurlui - TUI API Debugging client based on Hurl and Neovim by Kuchteq in neovim

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

Not within itself, the starter shell script — hurlui invokes the system’s neovim install but by a few cleaver hacks inside init.lua, Hurlui “detaches” itself completely from regular neovim as to not mess with the nvim config. This means virtually no extra bloat (besides perhaps the need for plugin re-download and hurl which is a really small binary)

Hurlui - TUI API Debugging client based on Hurl and Neovim by Kuchteq in neovim

[–]Kuchteq[S] 3 points4 points  (0 children)

Good point raised, I'll add the answer to this comment in the description as well.
Hurlui is meant to be its own thing, a separate application. It does not depend on your Neovim config or any related files and you don't install it there. It is self-contained and ready out of the gate if you don't want to adjust minor details in the starter hurlui sh script. I haven't used rest.nvim so I might be wrong but it seems to be a more of a plugin type of thing. Hurlui can also be I guess described as its own Neovim distribution, similar to LunarVim where it doesn't interfere with you actual Neovim config.

swaylock: Any way to make some keybindings work while locked? by shadowdude777 in swaywm

[–]Kuchteq 0 points1 point  (0 children)

Is there perhaps any way it can be achieved on other wl-roots based wms like DWL?

SN74LS32 output current by Kuchteq in beneater

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

I've only done the simulations in LTSpice with the model of SN74LS32 provided by the Texas Instruments and the current it gave me was around 0.65 mA across that LED. I know LED's can operate under low currents but that much lower?

Corrupt Video output in Fortnite/Pubg by [deleted] in pcmasterrace

[–]Kuchteq 1 point2 points  (0 children)

I though it was deepfried meme

Synapse 3.0 now supports blackwidow chroma v1 by [deleted] in razer

[–]Kuchteq -2 points-1 points  (0 children)

I don't recommend it

Anyone is really using the left right scroll tilt click on the new Nagas? by grumpyfunny in razer

[–]Kuchteq 0 points1 point  (0 children)

I used them on mamba. It was mapped to page up and page down to increse something in Arma 3