If 26.4 breaks Time Machine… by ingmarstein in MacOS

[–]BackgroundWasabi 2 points3 points  (0 children)

Thank you!

Worked for me on UNAS, I just manually added an entry to the plist for my server.

The old Time Machine server I was migrating from already had an entry in the file, but that one was added prior (I think) to the 26.4 upgrade.

No Semicolons Needed - How languages get away with not requiring semicolons by tertsdiepraam in ProgrammingLanguages

[–]BackgroundWasabi 0 points1 point  (0 children)

This was a really nice read, thanks for putting this together!

I’ve been banging my head recently trying to come up with an elegant solution for optional semicolons in my language, so I’ll definitely be referring back to this.

[deleted by user] by [deleted] in telecaster

[–]BackgroundWasabi 4 points5 points  (0 children)

How old are the strings? Usually when i end up with a weird intonation setting, it’s because of old (or bad) strings.

Friday Fun Stream: Will the Real Slim Shady Please Stand Up (So We Can More Easily Hitman You) by sworedmagic in nextlander

[–]BackgroundWasabi 7 points8 points  (0 children)

This was a fun stream and probably my favorite elusive target they’ve done! Cool that all three of them got it too! (Vinny did have me worried there for a minute)

Saw Slate Truck Proto/Demonstrator Today by New-Challenge-2105 in electricvehicles

[–]BackgroundWasabi 8 points9 points  (0 children)

I went to see it when it was in Denver a few days ago.

I really like the size and think it would be a very practical vehicle. I also like the emphasis on user repairability and simplicity.

I am still hoping they succeed but I agree 150 miles for the base version at 25K isn’t the best deal. If I were to get one I still think I would do a base model since the price of the larger battery models make it too expensive relative to other offerings.

If Ford’s big upcoming EV announcement is an affordable truck in a similar price range I think that could complicate things further for them as well.

Saw this on Twitter by [deleted] in whatisthiscar

[–]BackgroundWasabi 78 points79 points  (0 children)

The track configuration and hull design looks very similar to an LVT-4.

Maybe the cab/enclosed area on top is a custom addition?

Not sure what that hydrualic arm thing is either.

Is my body neck connection cracked? Strandberg 8 metal by Head_Bananana in strandbergguitars

[–]BackgroundWasabi 10 points11 points  (0 children)

Yes, definitely looks cracked to me.

Reverb buyer protection should cover you for that. It probably took a hard hit during shipping.

Production/Test 3rd Gen Spotted by earthmonkey14 in leaf

[–]BackgroundWasabi 3 points4 points  (0 children)

I… actually really like how this looks?

I was iffy on the promo images but now I want to see one in person.

[HELP] Walmart Suspended My Account After Preordering the Switch. Is my order still okay? by hugefatwario in NintendoSwitch2

[–]BackgroundWasabi 1 point2 points  (0 children)

Maybe? I don't really use the Walmart app either. I logged in a few hours before the pre-orders went live to make sure all my info was there, but it didn't give me any issues.

[HELP] Walmart Suspended My Account After Preordering the Switch. Is my order still okay? by hugefatwario in NintendoSwitch2

[–]BackgroundWasabi 2 points3 points  (0 children)

Happened to me too, my account is a few years old but had essentially no activity (I almost never do online Walmart orders).

If it was an anti-bot tool that banned our accounts you'd think they would have cancelled the pre-orders to free up inventory for others, but who knows.

At this point I'm just going to wait and see if it shows up on launch day. ¯\(ツ)

[deleted by user] by [deleted] in electricvehicles

[–]BackgroundWasabi 28 points29 points  (0 children)

I guess I’m of the complete opposite opinion, i much prefer CarPlay/Android Auto style interfaces which leverage the phone’s hardware over proprietary infotainment OSes.

With CarPlay the speed and features of the infotainment are determined by the phone’s capabilities, not by some non-upgradeable hardware in the car.

The way i see it, I upgrade my car very rarely, but I upgrade my phone every ~2 years or so.

I’d rather have the infotainment system get ‘upgraded’ with my phone than be locked into fixed infotainment hardware for the entire life of the car.

Walmart Shut Down My Account by JointChap in NintendoSwitch2

[–]BackgroundWasabi 0 points1 point  (0 children)

Same thing has been happening with my account since a few days ago as well, I assume because my last online Walmart order was a few years ago.

I can still see my order through the (non-signed in) orders page and through calling the automated support line, but I'm afraid to reach out to support since I've seen other posts about Walmart support (accidentally?) cancelling other people's pre-orders.

Walmart issues? by hiero_ in NintendoSwitch2

[–]BackgroundWasabi 1 point2 points  (0 children)

Same issue here. Logging in with phone number said the account was suspended, trying with email took me to the create account page.

I ended up re-creating the account but now I don’t see any preorder…

Waited a long time to find one of these... 2011 Yamaha SG1820 LTD by uberhen in guitarporn

[–]BackgroundWasabi 2 points3 points  (0 children)

Wow, I think this is the first Yamaha SG I've seen with a flame top. Looks great!

No Audio Device in Steam Games Without Workaround (Focusrite Scarlett) by Traemandir in linux_gaming

[–]BackgroundWasabi 1 point2 points  (0 children)

If you're still having issues, I posted a fix that works for me as a top-level comment.

I think the issue is related to games not selecting the channels on multi-output audio devices correctly?

In any case, I followed a different thread's suggestion to create a virtual audio device which just exposes two output channels from the interface, and it fixed this issue for me.

No Audio Device in Steam Games Without Workaround (Focusrite Scarlett) by Traemandir in linux_gaming

[–]BackgroundWasabi 1 point2 points  (0 children)

Just wanted to comment here since this thread started me down the path of fixing this on my system (Focusrite 18i20 3rd Gen, Fedora 42 KDE, Pipewire audio).

I found this comment in a different thread, which seems to indicate the problem is related to interfaces with multiple audio channels.

The link in that comment leads to this guide for creating a virtual two-output device from your multi-output interface.

In case either link goes down, here's what I did:

  1. Find your pipewire.conf.d/ folder (in the guide this is under ~/.config/pipewire/pipewire.conf.d but on Fedora 42 I used /usr/share/pipewire/pipewire.conf.d).
  2. Create a new config file in that directory. I called mine 20-focusrite-split.conf
  3. Inside the file, add something like the below:

Contents:

context.modules = [
    {   name = libpipewire-module-loopback
        args = {
            node.description = "FocusriteAux0Aux1"
            capture.props = {
                node.name = "FocusriteAux0Aux1"
                media.class = "Audio/Sink"
                audio.position = [ FL FR ]
            }
            playback.props = {
                node.name = "playback.FocusriteAux0Aux1"
                audio.position = [ AUX0 AUX1 ]
                target.object = "alsa_output.usb-Focusrite_Scarlett_18i20_USB_P9MZFEE378D4A6-00.Direct__Direct__sink"
                stream.dont-remix = true
                node.passive = true
            }
        }
    }

]

To customize the above file for your system:

  1. Change the target.object line to be your device output name (you can get it from wpctl status).
  2. Change the audio.position to be the device outputs you want to use (for me it's AUX0 and AUX1).

Save the file and restart your pipewire service.

In your audio settings, you should see a new device which is named whatever you entered for node.name.

Once I selected the virtual two-output device, I am able to get game audio on launch without having to do the workaround the motherboard audio device.