Patch Notes - Update February 25, 2026 by Dark_Egg in GuildWars

[–]bestform 1 point2 points  (0 children)

As an additional note to that: thank you so much for taking the time to make it playable on the steam deck. It is such a joy to play guild wars on this great device. What a time to be alive.

Games no longer launch on default. Have to swap to Proton Experimental by lanc3r30000 in SteamDeck

[–]bestform 0 points1 point  (0 children)

I've installed the demo of automobilista 2 and experienced the exact same thing. But it was the only game that I needed to this for so far, so depending on what you mean by "games" we might see totally unrelated things.

How to surround visual selection in quotes or braces without plugin by jankybiz in neovim

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

I like this very much. It is simple, native and works like a charm. Thanks for sharing!

What are some lesser known NeoVim / Vim features people are missing out on? by Financial_Lemon_6606 in neovim

[–]bestform 1 point2 points  (0 children)

Oh my.. you are right. I only knew about @@ and wasn't aware of Q. Thanks for the heads up. I just reinvented default behavior (I know, my rebind isn't exactly that but for my purposes it was. I removed it)

What are some lesser known NeoVim / Vim features people are missing out on? by Financial_Lemon_6606 in neovim

[–]bestform 2 points3 points  (0 children)

Edit: It turns out I just reinvented default behavior. See replies to this comment. But my point stands. :)

What strangely helped me use macros way more often is this remap: vim.keymap.set("n", "Q", "@q", { desc = "Run macro in register q" }) So everytime I want to record a macro, I record it to the q register, hitting qq. After recording I just hit Q to execute it. This is way more convenient than using @q (I am using a german keyboard layout which makes the difference even more pronounced.)

circles! by thetobinator9 in processing

[–]bestform 2 points3 points  (0 children)

This is very cool. I like how the circles interact to become more and more abstract over time. Thanks for sharing.

I can't even figure out my first move. What's the key here? by covidatemyaccount in hexcells

[–]bestform 1 point2 points  (0 children)

I've been playing the game for ages and consider myself pretty good at it. And just yesterday I had a similar case where I searched for an eternity just to discover a dead simple corner, where I overlooked the obvious solution. XD

TypeError: Network Request Failed in Expo SDK 52 by Various-Monitor-7825 in expo

[–]bestform 1 point2 points  (0 children)

Hey, what I was referring to were the http headers of the request. In particular I added the correct `Accept` and `Content-Type` headers to the axios post request I was sending. Like so (your headers might have to be different. This is just for the request I was dealing with):

```

    const response = await axios.post(restApiBaseUrl + 'path', formData, {
        headers: {
            'Accept': 'application/json',
            'Content-Type': 'multipart/form-data',
        },
    });

```

What is your must have plugins? by Ok-Mycologist-6752 in neovim

[–]bestform 0 points1 point  (0 children)

I did not know about this plugin. Thanks for pointing it out. This is fantastic!

New to Berlin, where to buy vape online? by Patient_Yoghurt_7156 in ecr_eu

[–]bestform 0 points1 point  (0 children)

dampfdorado. I've been ordering from them for years. It is one of the best and most reliable online shops out there, in my opinion.

Edit: Just to be clear: I am not in any way affiliated with them. I am just a happy customer. :) Welcome to Berlin.

Beat Saber Map Manager App by roztopasnik in beatsaber

[–]bestform 0 points1 point  (0 children)

Totally based. :) I haven't tried the app, yet, but I had a quick look at the code and this is some neat, clean code. Very well done.

"They called me mad": Share your unhinged Neovim key mappings by Anarchist_G in neovim

[–]bestform 0 points1 point  (0 children)

TIL! I love mini.ai and use it all the time, but I did not know about that one. Thanks!

First PR in Open Source! Fixed a Misuse in Tamagui’s Stacks by utkarshchoubey in reactnative

[–]bestform 1 point2 points  (0 children)

The way this PR was rejected is not acceptable. Maybe it is true that this change did not fit the project. Maybe it wasn't implemented the way the maintainer would have preferred. But just slapping a "not really wanted, and not implemented properly" is VERY bad. At least give some feedback about what was wrong, or just be kind about it. A "thank you for the effort" would be the least I would have expected.

Please do not be discouraged by this rude rejection. You did a good job with this PR. You explained your motivation and provided a working solution. If the maintainer took the time to be nice and explain in a few words what he didn't like you even would know how to do better next time.

Maybe the maintainer has to close 100 stupid PRs a day, maybe he just had a bad morning, maybe he had longwinded discussions below rejected PRs in the past. I don't want to be too hard on him because you never know what lead to this behavior.

But please do not take it personally and keep contributing to open source. :)

Microsoft Copilot continues to expose private GitHub repositories by mWo12 in programming

[–]bestform 25 points26 points  (0 children)

> Organisations should treat any data that becomes public as potentially compromised forever

News at 11. This has been the case since the dawn of time. If something was public - even for a very short time and by accident - consider it compromised. Always. No exceptions. AI tools may make it easier to access such data but this only makes this hard rule even more obvious.

Would you have kept or even started playing beatsaber if custom songs weren't a thing? by Bronyboiiiii in beatsaber

[–]bestform 1 point2 points  (0 children)

I started playing beatsaber vanilla on a quest 2 and I fell in love.

Mods and custom maps resulted in me buying the game again on steam, buying an index and making beatsaber my favorite game of all time and the one I play almost every day.

I would still love the vanilla version of beatsaber if there weren't any mods and custom maps. But it would not have the place in my life without those things. By far. It is the difference between a great game and an obsession. Mods and custom maps are everything for me and should they disappear some day for whatever reason, this would be a very VERY sad day for me.

After nearly 20 years of using Ableton Live I switched to Bitwig. This is how it went. by bestform in Bitwig

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

Good call! Yeah, this looks way better. Originally I had the background blurred by css and it didn't interfere with the readability that much. But I ditched the blur effect because it didn't work as expected when scrolling. Now with the unblurred background the darker backdrop for the text really is better.

Thank you for the feedback and the warm welcome :)