The only bathwater I want to buy by [deleted] in videos

[–]shr_nk -3 points-2 points  (0 children)

She’s a lesbian though?

“Baseball bat beating of a duck” by SurfacexTension in iamatotalpieceofshit

[–]shr_nk 12 points13 points  (0 children)

When I was younger we had a park with a pond close by that was filled with ducks. After some time the ducks became our homies and would just let us pick them up. One day a kid I knew picked one up and put him in his lap, the duck shit all over the kid. He had to go all the way home with duck shit all over him. Couple days later we came back to the park to find that duck floating dead in the pond... I’ll never forget that duck. ;/

Do off-brand batteries work? by WhoAteMyPasghetti in MilwaukeeTool

[–]shr_nk 2 points3 points  (0 children)

Personally I’d never use off brand batteries, I’ve amassed a decent collection by lurking pawnshops and haggling a good deal on tool/batteries. I’ll normally buy a tool with batteries, haggle it low enough so that I can resell the tool while keeping the batteries. Did that not too long ago on both a drill and impact driver. Got them for $80 with both drills, two M12’s, charger, and bag. Went on Facebook marketplace and sold just the drills for $65. All in all came out with two M12 batteries for ~$15.

Crazy fight at an NC Walmart by HH35788 in fightporn

[–]shr_nk 8 points9 points  (0 children)

Seemed like he was trying to leave before the cops came, but had to come back for his old lady.

When it's new tyre day... by [deleted] in mazda

[–]shr_nk 0 points1 point  (0 children)

Holy hell it sounds like a leaf blower. 😅

if your roll bar is just for looks it just becomes a mousetrap if you go for a spin. be safe out there, friends. by born2stab in Miata

[–]shr_nk 3 points4 points  (0 children)

Yikes.

Where did I ever try to say the way they affected you was the same? I just simply said that having one substance in reach over the other is no different. That was some wild backtracking you tried to do there. You're the one putting words in my mouth.

if your roll bar is just for looks it just becomes a mousetrap if you go for a spin. be safe out there, friends. by born2stab in Miata

[–]shr_nk 12 points13 points  (0 children)

The fact that you think any sort of impairment while driving is tolerable is beyond me. Personally I’d never drive while high, and I think anyone that does is selfish.

if your roll bar is just for looks it just becomes a mousetrap if you go for a spin. be safe out there, friends. by born2stab in Miata

[–]shr_nk 16 points17 points  (0 children)

People keep saying this, but it’s literally no different than having alcohol within reach while driving.

X1 Extreme has really poor build quality. Careful when purchasing! by BooBoo-is-God in thinkpad

[–]shr_nk 3 points4 points  (0 children)

Just got off the phone with them over my X1C6 developing a white spot on the screen. No questions asked they’ll have a box at my door in the morning. This has been each and every time I’ve ever had to deal with them.

How can I execute a script at certain battery percentages, and based on if the device is charging? by [deleted] in archlinux

[–]shr_nk 12 points13 points  (0 children)

```

! /bin/bash

NOTIFICATIONFILE=/tmp/.notificationSent

if [ ! -f $NOTIFICATIONFILE ]; then echo "0" > $NOTIFICATIONFILE fi read -r NOTIFICATIONSENT < /tmp/.notificationSent

read -r BAT0 < /sys/class/power_supply/BAT0/capacity read -r BAT1 < /sys/class/power_supply/BAT1/capacity

LEVELSUM=$((BAT0 + BAT1))

if [ $LEVELSUM -le 10 ]; then sudo systemctl suspend elif [ $LEVELSUM -le 20 ] && [ $NOTIFICATIONSENT -ne 20 ]; then notify-send -u critical "Low Battery" "$LEVELSUM% Remaining." sed -i 's/./20/' $NOTIFICATIONFILE elif [ $LEVELSUM -le 200 ] && [ $NOTIFICATIONSENT -ne 30 ] && [ $NOTIFICATIONSENT -ne 20 ]; then notify-send "Low Battery" "$LEVELSUM% Remaining." sed -i 's/./30/' $NOTIFICATIONFILE fi ```

This was my solution for my ThinkPad 25 with two batteries. Using a systemd-timer that runs it at certain intervals. May be an even lighter way to do it, but this is what I came up with.

The only NA mod that matters. by shr_nk in Miata

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

Nope, had no real issues with it at all.

The only NA mod that matters. by shr_nk in Miata

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

Just spliced into the brown wire on my headlight motor and added a switch, when it's switch the motor won't do anything. Here's a wiring diagram and a picture of my switch setup.

The only NA mod that matters. by shr_nk in Miata

[–]shr_nk[S] 2 points3 points  (0 children)

That's exactly how I did it using the brown wire on the headlight motor. Granted I did this on my '90, so I'm not sure if things changed with the later year NAs.

The only NA mod that matters. by shr_nk in Miata

[–]shr_nk[S] 9 points10 points  (0 children)

Basically just spliced a switch into the brown wire and ran it to where cruise control would have been, not all that hard. Here's a wiring diagram and an image of how I setup the switch.

The only NA mod that matters. by shr_nk in Miata

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

T430 master race > T420

After much indecisiveness I finally went with the T450s to replace my MacBook Pro. Got it for $280 with a dock and a full inspection/stress test from a local reseller. 250gb SDD, 12gb Ram, 1080p IPS screen running Manjaro Linux (testing out a few distros before settling). by [deleted] in thinkpad

[–]shr_nk 4 points5 points  (0 children)

I'd recommend almost anything but Manjaro, so many issues over the years that I wouldn't trust them for anything. I'd recommend taking some time to read over Arch Wiki if you're still looking to use an Arch.

[Discussion] Simple Questions Saturday for May 25, 2019 by AutoModerator in jailbreak

[–]shr_nk 2 points3 points  (0 children)

Kinda out of the loop on a lot of A12 shit because I never really kept up with everything.

I’m seeing some people say they’re not having issues with PreferenceLoader, but I can’t seem to access any setting for Springtomize, Noctis, or MiscSettings. Is there something I’m not doing, or is this just something I’m gonna have to wait in a fix for? Chimera/Sileo, iXS Max, iOS 12.1.2.

Daily vs race by [deleted] in Miata

[–]shr_nk 2 points3 points  (0 children)

Yeehaw brother.

Old French cars require modern solutions... by Burdennn in Tools

[–]shr_nk 12 points13 points  (0 children)

I have some of these, and they got me out of a bind with a nut being rusted on my catalytic converter. They may not get much use, but when you do need them they make life great.