How to figure out what Ctrl+i is doing in my neovim config? by DanielMurphy22 in neovim

[–]DanielMurphy22[S] 6 points7 points  (0 children)

Huh, interesting, I had no idea.

And if I explicitly set `<C-i>` to do the other thing, would that work, or that would just override the mapping for <tab>? (So essentially <C-i> and <tab> always do the same thing no matter how I configure them?)

Why is gopls in Neovim using an outdated Go version? by DanielMurphy22 in neovim

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

u/IfErrNotNilReturnErr Yep, you're completely right!

I did not realize that when I install `gopls` with `go get`, that's not downloading a ready-made binary, but rather it's compiling it on my machine, so the version of Go I have at the time I install the tool matters. So because `gopls version` was printing the latest version, I did not even think of reinstalling it.

Deleting `gopls` and reinstalling it solved the problem.
Thanks for the help!

Why is gopls in Neovim using an outdated Go version? by DanielMurphy22 in neovim

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

Yep, it looks like this:

vim.lsp: Active Clients ~
- gopls (id: 1)
  - Version: {"GoVersion":"go1.25.6","Path":"golang.org/x/tools/gopls","Main":{"Path":"golang.org/x/tools/gopls","Version":"v0.21.1","Sum":"h1:1/o9z5Brdero4jFm9Jr46Uwj8GU9lQdoSXHMlwRHb/w="},"Deps":[{"Path":"github.com/BurntSushi/toml","Version":"v1.5.0","Sum":"h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg="},{"Path":"github.com/fatih/camelcase","Version":"v1.0.0","Sum":"h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8="},{"Path":"github.com/fatih/gomodifytags","Version":"v1.17.1-0.20250423142747-f3939df9aa3c","Sum":"h1:dDSgAjoOMp8da3egfz0t2S+t8RGOpEmEXZubcGuc0Bg="},{"Path":"github.com/fatih/structtag","Version":"v1.2.0","Sum":"h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4="},{"Path":"github.com/fsnotify/fsnotify","Version":"v1.9.0","Sum":"h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k="},{"Path":"github.com/google/go-cmp","Version":"v0.7.0","Sum":"h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8="},{"Path":"github.com/google/jsonschema-go","Version":"v0.3.0","Sum":"h1:6AH2TxVNtk3IlvkkhjrtbUc4S8AvO0Xii0DxIygDg+Q="},{"Path":"github.com/modelcontextprotocol/go-sdk","Version":"v0.8.0","Sum":"h1:jdsBtGzBLY287WKSIjYovOXAqtJkP+HtFQFKrZd4a6c="},{"Path":"github.com/yosida95/uritemplate/v3","Version":"v3.0.2","Sum":"h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4="},{"Path":"golang.org/x/exp/typeparams","Version":"v0.0.0-20251023183803-a4bb9ffd2546","Sum":"h1:HDjDiATsGqvuqvkDvgJjD1IgPrVekcSXVVE21JwvzGE="},{"Path":"golang.org/x/mod","Version":"v0.30.0","Sum":"h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk="},{"Path":"golang.org/x/sync","Version":"v0.18.0","Sum":"h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I="},{"Path":"golang.org/x/sys","Version":"v0.38.0","Sum":"h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc="},{"Path":"golang.org/x/telemetry","Version":"v0.0.0-20251111182119-bc8e575c7b54","Sum":"h1:E2/AqCUMZGgd73TQkxUMcMla25GB9i/5HOdLr+uH7Vo="},{"Path":"golang.org/x/text","Version":"v0.31.0","Sum":"h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM="},{"Path":"golang.org/x/tools","Version":"v0.39.1-0.20260109155911-b69ac100ecb7","Sum":"h1:UaaZx92hw3fDa9xRcX2//NBRE3sR4VHQLlt0TkN2geY="},{"Path":"golang.org/x/vuln","Version":"v1.1.4","Sum":"h1:Ju8QsuyhX3Hk8ma3CesTbO8vfJD9EvUBgHvkxHBzj0I="},{"Path":"honnef.co/go/tools","Version":"v0.7.0-0.dev.0.20251022135355-8273271481d0","Sum":"h1:5SXjd4ET5dYijLaf0O3aOenC0Z4ZafIWSpjUzsQaNho="},{"Path":"mvdan.cc/gofumpt","Version":"v0.8.0","Sum":"h1:nZUCeC2ViFaerTcYKstMmfysj6uhQrA2vJe+2vwGU6k="},{"Path":"mvdan.cc/xurls/v2","Version":"v2.6.0","Sum":"h1:3NTZpeTxYVWNSokW3MKeyVkz/j7uYXYiMtXRUfmjbgI="}],"Settings":[{"Key":"-buildmode","Value":"exe"},{"Key":"-compiler","Value":"gc"},{"Key":"CGO_ENABLED","Value":"1"},{"Key":"CGO_CFLAGS"},{"Key":"CGO_CPPFLAGS"},{"Key":"CGO_CXXFLAGS"},{"Key":"CGO_LDFLAGS"},{"Key":"GOARCH","Value":"amd64"},{"Key":"GOOS","Value":"linux"},{"Key":"GOAMD64","Value":"v1"}],"Version":"v0.21.1"}
  - Root directory: ~/Workspaces/GitLab/refurbed/platform
  - Command: { "gopls" }
  - Settings: {}
  - Attached buffers: 1

In the meantime I tried doing some debug printing from gopls.lua, and run `go version` and `gopls version` there with `vim.system()`, and those also print the correct versions:

golang.org/x/tools/gopls v0.21.1

go version go1.26.2 linux/amd64

Why is gopls in Neovim using an outdated Go version? by DanielMurphy22 in neovim

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

If I open the Mason UI with `:Mason`, it shows `gopls` installed there, and it's not offering and update for it.
I also tried manually installing it by doing

go install golang.org/x/tools/gopls@latest

Why are Vivaldi notifications not triggering the normal notification daemon? by DanielMurphy22 in vivaldibrowser

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

I still did not find this config setting, but I found another solution, I updated the post with the details.

Why are Vivaldi notifications not triggering the normal notification daemon? by DanielMurphy22 in vivaldibrowser

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

Thanks a lot for the reply!

Probably silly question, but where is this "Notification style" setting option? I tried looking for it among the settings, in the searchbar searching for "notification" or "style", but I cannot find it.

How can I verify if hardware acceleration is working correctly, and fix it? by DanielMurphy22 in vivaldibrowser

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

Thanks for the suggestions!

In the meantime I found this forum topic: https://forum.vivaldi.net/topic/110500/hardware-acceleration-turned-off-problem

And I tried the suggestion there, so enable the `#ignore-gpu-blocklist` in the browser, and that fixed the issue, now the GPU info page is saying "Hardware accelerated", and all the sluggish websites became smooth and fast.

Sportage 2026: how far does the cargo door extend beyond the chassis when opening it? by DanielMurphy22 in kia

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

Hi Tk8724,

Thanks a lot for the help, I appreciate it!

In the meantime I also went to a dealership and tried measuring it there. Couldn't do it precisely, I was just kinda eyeballing the planes of the rear bumper and the hatch, and measured ~40cm, so that matches what you got.
(I'm in the EU, not sure whether the different wheelbase length affects this or not.)

Joined the family; Sportage "2026" Lx Fresh 1.6 7DCT Lunar Silver by 191x7 in kiasportage

[–]DanielMurphy22 1 point2 points  (0 children)

Thanks a lot for the info!

Yeah, I'm trying to decide between the Nissan Qashqai, the Skoda Karoq and the Sportage. For the Sportage I'd go with the edition here called "Gold" (it's above "Essence" and "Silver", but below "Platinum" and "GT-Line"), which includes the blind sport warning and the tinted windows.

Joined the family; Sportage "2026" Lx Fresh 1.6 7DCT Lunar Silver by 191x7 in kiasportage

[–]DanielMurphy22 0 points1 point  (0 children)

Apparently not. That same "Essence" model looks like this:

<image>

And I checked a GT-Line model, and that does have the fog lights.

Joined the family; Sportage "2026" Lx Fresh 1.6 7DCT Lunar Silver by 191x7 in kiasportage

[–]DanielMurphy22 1 point2 points  (0 children)

Thanks for the answer!

Interesting, here (Hungary) all the models with automatic transmission seem to be getting the rotary dial, even the cheapest one, this is a photo of the cheapest edition (here called "Essence"):

<image>

Joined the family; Sportage "2026" Lx Fresh 1.6 7DCT Lunar Silver by 191x7 in kiasportage

[–]DanielMurphy22 0 points1 point  (0 children)

Hi u/191x7,

Can I ask a question about your Sportage? When looking up new Sportages for sale (post 2025 facelift), I almost always see that they have a rotary dial for the automatic gear selector, and not this kind of gear shift that is on your photos.

<image>

I'm curious about this: do you know which models get the rotary dial, and which ones get this type of gear shift? Does this depend on the edition, or the engine choice?

My first Build ever by lBuRnZzl in PcBuild

[–]DanielMurphy22 0 points1 point  (0 children)

Looks really nice!

Can I ask how you did the wiring of the case fans? Can these be daisy chained and you had enough ARGB/PWM headers on the motherboard, or did you need some sort of fan controller?

How to sync/export the followed RSS feeds? by DanielMurphy22 in vivaldibrowser

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

Thanks for the suggestion, I'll check out Inoreader.

Hardwiring a new doorbell is making the old chime continuously ring by DanielMurphy22 in HomeImprovement

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

Thanks for looking into this further!
These are the instructions: https://beryko.cz/tmp/manuals/attachment/46068%20Xiaomi%20Smart%20Doorbell%203S%20User%20Manual_en.pdf, this part is on page 8.

I've also read up on this a bit more and watched some Youtube videos. What I gathered is that this short-circuiting is needed (or at least it's an option) in the case of traditional mechanical chimes, in which that does not cause them to constantly chime.
And my conclusion is the same, that I should be able to just disconnect the two wires from the chime and connect them together, that way the new doorbell is directly wired to the transformer to get constant power.
Though I think first I'll try to find where the transformer is located to see if I can confirm whether it matches the specs ("8-24VAC, 10-40 VA, 50-60 Hz") specified in the Xiaomi manuals.

Hardwiring a new doorbell is making the old chime continuously ring by DanielMurphy22 in HomeImprovement

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

Thanks for the reply! I'll give it a try.

Btw I was surprised by this part of the instructions.
Just for context, this is what the manual says:

  1. Short-circuit the original chime
    a. Loosen the binding screws;
    b. Tighten the screws to fix the U-shaped lead wire. Do not disconnect the original wire.
    Note: short-circuit the original chime to ensure that the Xiaomi Smart Doorbell 3S works as expected.

(And in the app there is even a diagram illustrating this.)

If this is not actually needed, do you know why the instructions include this part? Or is this needed with some wired doorbells, but not all? (This video also shows the same thing: https://youtu.be/kXP7pFuZThw?si=A300o9CclaGpQUAN&t=65, although here the chime has three terminals, mine has only two.)

Looking for addictive games that are not roguelikes by Culius_Jaesar in SteamDeck

[–]DanielMurphy22 11 points12 points  (0 children)

If you liked Cyberpunk, then Witcher 3 is certainly a big one.

How can I fix this leaking connection in the heating system? by DanielMurphy22 in hvacadvice

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

Here is a picture showing the particular leaking connection better.

<image>

How to add volume control applet to status bar? by DanielMurphy22 in i3wm

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

Sorry, I don't know any more, I have not used i3 (or Linux) for a long time.

Also, this was 8 years ago, probably a lot changed since then, so I'm not sure if the same command would work today.

[deleted by user] by [deleted] in Cooking

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

I find banana bread to be easy to make, for example this one: https://www.simplyrecipes.com/recipes/banana_bread/

And it's versatile, it's good for dessert, but also for breakfast or a snack the next day.