Remote
Cloudsmith, Gopher, Runner, Queer geek, still growing up. he/him
78
Followers
94
Following
17
Posts
Joined April 28, 2022
Fork me:
Location:
🇳🇴 Norway
Posts
Open post
Replying to
@malwaretech@infosec.exchange
@malwaretech@infosec.exchange its a pretty good marketing stunt for both of them
5
1
0
0
Open post
Replying to
@i0null@infosec.exchange
@i0null@infosec.exchange my downloads folder is ~/Desktop
Mwuhaha, hahaha, HahahhaaHAHAHA!
1
2
0
0
Open post
Open post
Replying to
@joebeone@techpolicy.social
@joebeone@techpolicy.social my favourite time is GPS time.
1
2
0
0
Open post
Replying to
@joebeone@techpolicy.social
@joebeone@techpolicy.social what’s "exact internet time"?
1
1
0
0
Open post
Open post
Replying to
@catsalad@infosec.exchange
@catsalad One day I’m going to make an industrial music album, it will be called .Trash-1000, some of the tracks will be .DS_Store Thumbs.db and such, more track name ideas welcome.
Maybe also one named entirely out of invalid Unicode points because a colleague once wrote code that named a log file after a serial number read via a serial port and trusted all the bytes it received. It was surprisingly hard to delete in a folder full of other such logs.
1
2
0
0
Open post
Replying to
@nocontexttrek@mastodon.social
@nocontexttrek@mastodon.social it’s definitely after mid-day..
1
0
0
0
Open post
Replying to
@geospacedman@mastodon.social
@geospacedman@mastodon.social it was ok to walk out of talks long before AI generated content became a thing.
2
0
0
0
Open post
Replying to
@bracken@hachyderm.io
@darkuncle@infosec.exchange @b0rk@social.jvns.ca For those who want the answer, this is when pipefail makes your script unpredictable:
#!/bin/bash
set -o pipefail
if bash -c "echo true; sleep 1; echo true" | grep -q "true"; then
echo "true is true"
else
echo "HAHA NO!"
fi
0
0
0
0
Open post
Replying to
@darkuncle@infosec.exchange
@darkuncle@infosec.exchange @b0rk@social.jvns.ca habitually setting pipefail will drive you crazy next time you use grep -q.
1
2
0
0
Remote instance
hachyderm.io
Open on original server