There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

some_guy

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

some_guy , to linux in Sync bash aliases and ssh keys across devices

Yeah, but those were the two I was using. I didn’t mean to suggest that the code, as is, was correct for everyone. ;-)

some_guy , to news in An Oklahoma judge could be removed from office for sending more than 500 texts during a murder trial

Soderstrom has been under scrutiny since July after she was caught on camera scrolling through social media and texting during the trial of a man accused in the fatal beating of a 2-year-old.

Fuck off. Broken as hell system. This is one of the few times I’m happy that there are cameras everywhere.

some_guy , to world in Australian woman convicted after pretending to be doctor on social media

The internet is too much for humans. It’s our downfall accelerated. We were already probably doomed. This cranked it up to certainty.

some_guy , to world in Australian woman convicted after pretending to be doctor on social media

You were still great in that thing. I think you were a doctor. I dunno.

some_guy , to news in CIA publicly acknowledges 1953 coup it backed in Iran was undemocratic as it revisits 'Argo' rescue

I had a history professor who was a freedom fighter from Chile. He taught us Colonial American History. Gave me a lot of new appreciation for how people were harmed in the settling of the New World. Spoke of the fear of the black cloud of the USA in South America. Great course.

some_guy , to technology in Europe gives Elon Musk 24 hours to respond about Israel-Hamas war misinformation and violence on X

He’ll fuck this up. I look forward to reading the EU’s chastising later today.

Let’s go Lonnie (you stupid piece of shit), Let’s go!

some_guy , to memes in Vaccine research vs. anti-vax research

I qualified my statement as “not gov” and then followed up with a gov example. You’re arguing in bad faith. Anyway, I’m done with this thread. Hope you have a nice day.

some_guy , to linux in Sync bash aliases and ssh keys across devices

Just for fun, here’s how I’m checking that (this was written in 2016 and may require adjusting as I haven’t been keeping up on Linux for a while):


<span style="color:#323232;">function oscheck() {
</span><span style="color:#323232;">	if [[ "$(uname -s)" == 'Darwin' ]]; then
</span><span style="color:#323232;">
</span><span style="color:#323232;">		# echo Darwin
</span><span style="color:#323232;">		osType=Darwin
</span><span style="color:#323232;">		return 0
</span><span style="color:#323232;">
</span><span style="color:#323232;">	elif
</span><span style="color:#323232;">		[[ "$(uname -s)" == 'Linux' ]]; then
</span><span style="color:#323232;">
</span><span style="color:#323232;">		# echo Linux
</span><span style="color:#323232;">		osType=Linux
</span><span style="color:#323232;">
</span><span style="color:#323232;">		grep CentOS /etc/os-release > /dev/null
</span><span style="color:#323232;">		if [[ "$?" == 0 ]]; then
</span><span style="color:#323232;">		    # echo "CentOS"
</span><span style="color:#323232;">		    export theDistro=CentOS
</span><span style="color:#323232;">		    return 0
</span><span style="color:#323232;">		else
</span><span style="color:#323232;">			:
</span><span style="color:#323232;">		fi
</span><span style="color:#323232;">
</span><span style="color:#323232;">		grep Ubuntu /etc/os-release > /dev/null
</span><span style="color:#323232;">		if [[ "$?" == 0 ]]; then
</span><span style="color:#323232;">		    export theDistro=Ubuntu
</span><span style="color:#323232;">		    return 0
</span><span style="color:#323232;">		else
</span><span style="color:#323232;">			:
</span><span style="color:#323232;">			# echo "Not Ubuntu"
</span><span style="color:#323232;">		fi
</span><span style="color:#323232;">
</span><span style="color:#323232;">		printf "  %sn" "Error: osType tested true for Linux, but did not find CentOS or Ubuntu." ""
</span><span style="color:#323232;">		return 1
</span><span style="color:#323232;">
</span><span style="color:#323232;">	else
</span><span style="color:#323232;">		osType=Unknown
</span><span style="color:#323232;">		return 1
</span><span style="color:#323232;">	fi
</span><span style="color:#323232;">}
</span><span style="color:#323232;">oscheck
</span>
some_guy , to linux in Sync bash aliases and ssh keys across devices

I also have multiple versions of by bash_profile with syntax specific to the OS. It checks if we’re on MacOS or Linux with a kernel check and then reads the appropriate ancillary bash_profile for that platform. Anything that can live in the main bash_profile with the same command on both platforms lives there and anything that needs to be system-specific is in the other one.

I have all my important functions as individual files that get loaded with the following:


<span style="color:#323232;">function loadfuncs() {
</span><span style="color:#323232;">	local funcdir="$HOME/.dotfiles/functions/"
</span><span style="color:#323232;">	[ -e "${funcdir}".DS_Store ] &amp;&amp; rm "$HOME/.dotfiles/functions/.DS_Store"
</span><span style="color:#323232;">	local n=0
</span><span style="color:#323232;">
</span><span style="color:#323232;">	for i in "${funcdir}"*; do
</span><span style="color:#323232;">		source "$(realpath $i)"
</span><span style="color:#323232;">		n=$(( n + 1 ))
</span><span style="color:#323232;">	done
</span><span style="color:#323232;">}
</span><span style="color:#323232;">loadfuncs
</span><span style="color:#323232;">
</span>
some_guy , to worldnews in Israeli minister: 'We are fighting human animals'

And you’re a fuckface for dehumanizing people.

some_guy , to world in Musk given 24 hours to address graphic images of Hamas attacks

He’s gonna fuck this up, too.

some_guy , to memes in Vaccine research vs. anti-vax research

I think it was thought of after falling off a toilet, so toilet-assisted?

some_guy , to memes in Vaccine research vs. anti-vax research

Nothing I said was a lie. I named two examples of vax mandates. My 24 person company in the Bay Area, where we’re dominated by liberalism (whereas I’m a leftist). And the trucker convoys as a result of a mandate to cross the border. The first, you have no way to verify or disprove (although we were so disorganized that actual proof was never sought; it was a stated policy before we came back to the office in summer of 2021. The second, you’d have to have been in a news blackout to miss. I don’t understand your comment.

some_guy , to asklemmy in Americans, how would you feel about making student loans completely illegal?

I think universities would be forced to compete on price to survive, so I’m all for it.

some_guy , to nottheonion in GOP Mayoral Candidate Says She Won't 'Discriminate' Against White Supremacists

Oh, shit, I’m behind. Thanks for the reminder. I can’t wait to see this piece of shit exposed.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • lifeLocal
  • random
  • goranko
  • All magazines