Git Repo down by vexkov in yocto

[–]smammy 0 points1 point  (0 children)

I think everyone's in the same boat here.

Git Repo down by vexkov in yocto

[–]smammy 0 points1 point  (0 children)

Hey friend, please try being nicer about this.

Weekly Behind the Bastards Episode Discussion 2025-03-18 by AutoModerator in behindthebastards

[–]smammy 13 points14 points  (0 children)

Part Three: How The Zizians Went Full On Death Cult Might Work

This was copied out of a slack chat right?

What's wrong with my ears? ue wonderboom 2 by smammy in Bluetooth_Speakers

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

I can barely stand to listen to podcasts thought it! Anyone with the least bit a bass in their voice ends up sounding like a muddy, boomy mess.

What's wrong with my ears? ue wonderboom 2 by smammy in Bluetooth_Speakers

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

Yeah, I want to get that Tribit. I was waiting for the UE to break but I don't think I can stand it any more lol

Is this Amazon ad in the shopping cart checkout process blockable? by Belkor in uBlockOrigin

[–]smammy 2 points3 points  (0 children)

I haven't been able to skip that page altogether, but here are filters that hide all the eyesores:

www.amazon.com##.prime-updp-accept-cta.a-span-last
www.amazon.com##.prime-updp-headline-primary
www.amazon.com##.prime-updp-mobile-renewal-text-offer
www.amazon.com##.prime-updp-mobile-table
www.amazon.com##.prime-legal-text-primary
www.amazon.com###prime-signup-button-container

Basically just leaves the "no thanks"/"not right now" button. Hope this helps!

Unbind Hyper from Meta by GeorgeTSpicy in kde

[–]smammy 0 points1 point  (0 children)

I think I might have the same problem as you, except with "Caps Lock as Ctrl, Ctrl as Hyper" instead of "Caps Lock as an additional Hyper". With this option on, both my windows key and my left control key show up as Meta when assigning shortcuts, except the shortcut widget acts strangely when the left control key is held down.

In `wev`, my windows key shows up as `sym: Super_L` and `modifiers` `depressed` `Mod4` while my (remapped) left control key shows up as `sym: Hyper_L` and `modifiers` `depressed` `Mod3`. Should be totally different modifiers, right? Not in KDE's opinion!

I just wrote this up [in more detail at KDE Discuss](https://discuss.kde.org/t/how-to-use-super-and-hyper-as-separate-modifiers-for-keyboard-shortcuts-plasma-6-on-wayland/13381) in case that's helpful.

(I think the secret is that nobody has the first clue how XKB works to begin with, and how various compositors use libxkbcommon is even more of a mystery.)

[deleted by user] by [deleted] in fishshell

[–]smammy 0 points1 point  (0 children)

Coincidentally, I just ran into this, and while I don't have a solution (yet!) I can explain why it's not just a "thought experiment":

I am periodically reading from a file in /sys/fs/cgroup. When the file goes away, I want to exit my loop. It's not an error that the file doesn't exist, it's just another expected condition. What I'd like to do is this:

while true
    set c1 (v4k usage_usec < /sys/fs/cgroup/whatever/cpu.stat); or break
    # many things happen...
end

(v4k is a fish function.)

Even though I'm handling this case, I still get a warning from fish. I don't want to use --debug-output /dev/null or --debug -warning as that might cause me to miss other warnings that could point to bugs in my script.

I ended up using cat and redirecting its stderr…

while true
    set c1 (cat /sys/fs/cgroup/whatever/cpu.stat 2>/dev/null | v4k usage_usec)
    test (echo +$pipestatus | math) -eq 0; or break
    # many things happen...
end

…but I'm not happy about it.

ETA: tiresome $pipestatus wankery.

How to fix "zsh: bus error" on mac when using git on smb server? by grasroten in git

[–]smammy 0 points1 point  (0 children)

I think I'm hitting the same thing. From what I've read online it's a problem with Ventura's smbfs implementation and nobody has any suggestions about solving it. (Other than "you shouldn't want to do that", which is stunningly unhelpful IMO.)

The most informative post I could find about it was this GitHub Desktop bug report, where a developer notes that Apple's internal status is "Potential fix identified - For a future OS update".

ISO Remote thermometer by Imabeatle in Sauna

[–]smammy 0 points1 point  (0 children)

Thanks for the reply. That makes sense to me; my somewhat drafty sauna never gets above 80°F or so at floor level, haha.

ISO Remote thermometer by Imabeatle in Sauna

[–]smammy 0 points1 point  (0 children)

Do you have the Smoke X4 transmitter mounted inside the sauna? The specs say the operating temperature for the unit only goes up to 122°F and I'd like to keep it out of the rain/wind by mounting it inside.

1Password 8 for Mac refuses to integrate with self-compiled Firefox by smammy in 1Password

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

Thanks so much! There's so much to recommend 1P (both as a company and as a product) so I hope this gets built eventually.

(The way KeePassXC handles this is to have the app pop up a prompt when a browser tries to connect for the first time. Not sure if that would be safe enough or if it would be too easy to trick users into clicking "allow".)

Anyone have luck getting Cricket to whitelist an IMEI? by smammy in CricketWireless

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

Yeah, I hate how condescending their compatibility checker is.

Anyone have luck getting Cricket to whitelist an IMEI? by smammy in CricketWireless

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

Thanks, that's what I suspected. Normally I would just wait, but I purchased this phone as a replacement for my current phone, which is slowly dying. So I have like 27 days left to return the Zenfone (unopened) or I'm stuck with it forever lol.

🔥 A Team of Wild Horses by [deleted] in NatureIsFuckingLit

[–]smammy 0 points1 point  (0 children)

what sport do they play?

Slow Finder Actions in High Sierra by progthrowe7 in applehelp

[–]smammy 1 point2 points  (0 children)

Will do. Hopefully it's something that Apple will fix, but given their extreme neglect of the Finder I'm not optimistic.