Finally got a terminal sessions shortcut setup that opens tabs and auto-connects ssh to all of the devices i manage. This was way easier then i thought it would be to get working with Kitty.
Nothing gets me to write off someone faster then if they are actually willing to appear on Lundukeβs podcast. Iβm not really sure what Lundukeβs deal is other then just sharing the stupidest of hot takes on any tech or open source related controversy that happens.
βThomas Edison once said that invention was 10% inspiration and 90% perspiration. If thatβs the case, Thomas Edison should have invented deodorant.β
#Target is a terribly risky place to #shoplift from, but remember, its only a crime if you actually pass the checkout. Here are some things you can do without much risk that will distract their AP and cost them time/money/profits.
Wear a large, oversized coat and/or bag and keep examining items acting like you want to keep them.
Use your own bag or coat instead of a shopping cart when only buying 1 or 2 items but be sure to put back all of the other 10 items you change your mind on.
Dress up like staff on black friday (or any other day really), wear a lanyard and name tag. If people ask you for help, do as you like.
Take items from expensive areas of the store and leave them in non-expensive areas.
Ask to view items behind the cases, then just walk away after its unlocked, do this for multiple cases in different departments if they have them.
Go with a friend and start blatantly and obviously pointing at all the visible cameras.
The most they can do is ban you from the store, and realistically, they probably would only ask you to leave for the day.
Wear a mask when you do all of this, and most importantly of all HAVE FUN!
Follow me for more tips!
The most frustrating part of being a privacy advocate for so long is that youβre constantly being told βits not that badβ or βwell it doesnt bother meββ¦ until one day it gets worse and suddenly all those people are saying βbut thats where all my readers/viewers are and I need the incomeββ¦
FFS if your content is worth viewing, if your users/fans are actually fans and like your content, THEY WILL FOLLOW YOU, and then you can actually help fix the problem that we all created when we first started allowing these corporations to control everything on the internet to the point of it basically becoming 4 websites each posting screenshots from the other 3.
βPlease disable your #adblockerβ
Oh your poor little for profit website just cant pay contributors peanuts and still afford hosting, you poor thing, Iβll just ease the load for you by viewing the same content being hosted by a non-profit like Archive.org or Archive.Today instead.
How about this, Pay journalists what they are worth, let them host their own articles on their own self hosted websites and you get a license to republish their articles on you ad splattered corpo site.
and no I dont mean fucking substackβ¦ #substack is just another rent seeking corpo (all too happy to provide a safe space for nazis), get off that shit and move to something that doesnt try to lock you into their ecosystem and steal 10x what it costs to pay for the hosting βservicesβ they provide.
Been playing Vampire: The Masquerade - Bloodlines 2 and its okay, but its not a sequel at all and certainly not worth $70-90.
At best this should have been a $40 spin off title, they could have stripped out all the pointless side quests and just made a proper story out of it, but of course that wouldnβt sell the most copies (probably would get a lot less refunds but the share holders probably wont notice those)
I canβt leave a proper review yet since i never actually purchased the game on steam, but Iβm thinking i might just to leave a review and then refund it.
Its too bad corporations can never really get this kind of thing right. They should have just slapped together a new βremasterβ of the original on UE5 if they wanted to cash in on the nostalgiaβ¦. Oh well.
Vampire The Masquerade Bloodlines 2-RUNE
Oh yeah, theres a pretty huge outage going down rn
Imagine if like 1/3rd of the libs who are going to performative protest βno kingsβ on a saturday and did an actual general strike on a Wednesday insteadβ¦
But no, cant risk your precious jobs that allow you to keep contributing to the capitalist machine, then you might have to actually struggle for a while..
The primary reason I use AI is to waste techbrosβ money.
The second reason is because I am Lazy and bored.
Just put up our new flag⦠Never really felt the need to put up a flag before now but it seems like literally the least we can do at this point.
I made #fish function for #CheatEngine that just takes the steamID of whatever game I want to run it with and opens CE in proton-ge for that specific game.
This probably isnβt the ideal format for this kind of thing, but Iβm lazy so deal with it.
function cheatengine
if test (count $argv) -ne 1
echo "Usage: cheatengine <Steam_APPID>"
return 1
end
set -l appid $argv[1]
set -x STEAM_COMPAT_DATA_PATH "$HOME/.steam/steam/steamapps/compatdata/$appid/"
echo "Set STEAM_COMPAT_DATA_PATH to $STEAM_COMPAT_DATA_PATH"
proton-ge run ~/Games/CheatEngine/cheatengine-x86_64.exe
end