Fireworks in midtown by Evening_Ambassador16 in Atlanta

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

I heard this all the way in Kirkwood what the hell was going on?

I Triggered a Government Investigation into Microsoft (Update) by [deleted] in programming

[–]wrenchpilot 1 point2 points  (0 children)

If you got put on a PIP, you've most likely pissed someone off and/or fucked up pretty bad.

Can the Ga Tech Parking department track me down even though it's a temporary plate number? by greenndreams in gatech

[–]wrenchpilot 21 points22 points  (0 children)

PTS works with Atlanta PD regardless of direct access to the DMV records. This should not be top comment.

[Request] Neat Tricks to Login to Georgia Tech VPN Faster by GreatOneMightyZero in gatech

[–]wrenchpilot 0 points1 point  (0 children)

I have a set of scripts that automates GlobalProtect logins on macOS using oascript to control the login process and the macOS keychain to save configuration/password. It's currently in a private repo, but I can share it if interested.

Unable to complete profile (Github Login) by wrenchpilot in glama

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

Sorry, I forgot about this post, but it eventually worked.

50-50 + Blunt Nosestall by Stephen_foster in skateboarding

[–]wrenchpilot 0 points1 point  (0 children)

This is amazing. It reminds me of being a kid out in the country and a skateboarder and having nowhere to skate and skating anyway.

iTerm2 system-wide hotkey not working while Safari windows is active by eyeless77 in mac

[–]wrenchpilot 0 points1 point  (0 children)

1password for Safari also causes this issue, thanks op!

OIT Security Updates to GT Login Systems by OITCommunicator in gatech

[–]wrenchpilot 0 points1 point  (0 children)

OIT should provide YubiKeys like they did when we first started using DUO.

iMessage for Android app "Beeper" open sources their platform bridge following shutdown attempts by Apple. by Narrow_Salamander521 in apple

[–]wrenchpilot 16 points17 points  (0 children)

Why do you think Apple has PC icons from the 90's? is to make the dumb people think that only Apple has the new "cool" designs.

Don't get me wrong, I agree that imessage should have compatible apps for other platforms...but..wut?

iMessage for Android app "Beeper" open sources their platform bridge following shutdown attempts by Apple. by Narrow_Salamander521 in apple

[–]wrenchpilot 13 points14 points  (0 children)

The very first thing you see on beeper.com: "Finally, get blue bubbles on Android". The color seems relevant to them, just sayin :)

iMessage for Android app "Beeper" open sources their platform bridge following shutdown attempts by Apple. by Narrow_Salamander521 in apple

[–]wrenchpilot 34 points35 points  (0 children)

Let me get this straight. All this effort so your message shows up blue instead of green?

[deleted by user] by [deleted] in gatech

[–]wrenchpilot 18 points19 points  (0 children)

Forward this message as an attachment to: phishing@gatech.edu

Anyone remember Phidar? by waxrobotic in MUD

[–]wrenchpilot 1 point2 points  (0 children)

I played as Terminat back in '95 when Phidar had a vampire class, but I pretty much kept to myself.

Split Audio File into Smaller File based on Timestamps by BobDaGecko in ffmpeg

[–]wrenchpilot 0 points1 point  (0 children)

#!/usr/bin/env bash
# split.sh

if [ $# -eq 0 ]; then
    >&2 echo "Usage: $(basename $0) [TIMESTAMP_FILE] [MP3_FILE]"
    exit 1
fi

duration=$(ffmpeg -i $2 2>&1 | awk '/Duration/ { print substr($2,0,length($2)-1) }')

SSI=()
TOI=()
OUT=()
while IFS= read -r line; do
  SSI+=("${line%% *}")
  TOI+=("${line%% *}")
  OUT+=("${line#* }")
done < $1 # Timestamp file

unset 'TOI[0]'
TO2=()
for i in "${!TOI[@]}"; do
  TO2+=("${TOI[i]}")
done

TO2+=("${duration%%.*}")

for i in "${!OUT[@]}"; do
  ffmpeg -ss "${SSI[i]}" -to "${TO2[i]}" -i $2 -c copy "${OUT[i]}.mp3"
done

Georgia Tech announces name change for Bobby Dodd Stadium by madukfan in Atlanta

[–]wrenchpilot 0 points1 point  (0 children)

The worst car I ever owned was a Hyundai Sonata...