[-] squid@feddit.uk 13 points 11 months ago

A legal precedent should be established to hold companies as large as CrowdStrike liable for their actions. This liability should be significant enough to ensure that future companies will think twice before releasing faulty code. We should not be asking for or supporting Microsoft's efforts to further lock down their product.

[-] squid@feddit.uk 12 points 2 years ago* (last edited 2 years ago)

I agree, come of as an american libertarian, but at least he's not on the weirder side of the political ideology with age of consent (from my limited knowledge of him)

27
submitted 2 years ago* (last edited 2 years ago) by squid@feddit.uk to c/linux@lemmy.ml

So been moving around a lot with browsers, waterfox, librewolf and very recently degoogle chromium, figured id look at Firefox and holy theres less than half the option in setting then there were afew years back but I gotta say the biggest sin is that adding custom search engine is obfuscated, and the chooses of engines are google, bing, duckduckgo and fucking Amazon! Wtf is that about? But anyway all these search engines are pretty awful including duckduckgo but beyond that the browser scene is a joke, mullvad are about the only company I feel compatible with using now

Edit: instead of saying how easy it is to add custom search engines, I'd like to know why the "add search engine" feature in settings is gone?

[-] squid@feddit.uk 10 points 2 years ago

Find the content on piracy sites? I mean hacking an established corporate isn't easy

15
submitted 2 years ago* (last edited 2 years ago) by squid@feddit.uk to c/linux@lemmy.ml

So I've got cyberpunk phantom liberty 2.0 but to update to 2.1 heroic game launcher wants me to download the hole game again, gog galaxy through wine is not an option so I'm looking at xdelta3 and innoextract to manually patch game files. But I'm hitting a break wall and seems to fail with every attempt using xdelta3

26
submitted 2 years ago* (last edited 2 years ago) by squid@feddit.uk to c/piracy@lemmy.dbzer0.com

Paste code to text file .sh extension and run script in the directory where jc141 are present, also install dialog

#!/bin/bash

# navigate to the directory containing the .sh files
cd "$(dirname "$(readlink -f "$0")")" || exit

# directory containing the game directories
games_dir="$PWD/"

# check if the games directory exists
if [ ! -d "$games_dir" ]; then
echo "error: The 'games' directory does not exist."
exit 1
fi

# initialize the dialog menu options
menu_options=()

# loop through subdirectories in the games directory
for game_dir in "$games_dir"/*/; do
if [ -d "$game_dir" ]; then
# extract the parent directory name as the game name
game_name=$(basename "$game_dir")
        
# check if any of the specified .sh files exist
if [ -f "$game_dir/start.w.sh" ] || [ -f "$game_dir/start.e-w.sh" ] || [ -f "$game_dir/start.sh" ] || [ -f "$game_dir/start.n.sh" ]; then
# add the game name to the menu options
menu_options+=("$game_name" "Run $game_name")
fi
fi
done

# use dialog to display the menu
choice=$(dialog --title "Select a game:" --menu "Games:" 30 30 15 "${menu_options[@]}" 2>&1 >/dev/tty)

# check if the user selected a game and execute it
if [ -n "$choice" ]; then
selected_game="${choice#* }" # extract the selected game name from the choice
selected_game_dir="$games_dir/$selected_game"

# determine which script exists and set the selected_game_script accordingly
if [ -f "$selected_game_dir/start.w.sh" ]; then
selected_game_script="$selected_game_dir/start.w.sh"
elif [ -f "$selected_game_dir/start.e-w.sh" ]; then
selected_game_script="$selected_game_dir/start.e-w.sh"
elif [ -f "$selected_game_dir/start.n.sh" ]; then
selected_game_script="$selected_game_dir/start.n.sh"
elif [ -f "$selected_game_dir/start.sh" ]; then
selected_game_script="$selected_game_dir/start.sh"
else
echo "error: this script must run with in the directory of jc141 downloads"
exit 1
fi
    
# execute the selected game's script
chmod +x "$selected_game_script" # make the script executable
"$selected_game_script"
fi


11
submitted 2 years ago* (last edited 2 years ago) by squid@feddit.uk to c/cyberpunk2077@lemmy.world

So I finish phantom liberty where v sides with songbird and puts them on the rocket after killing reed, I'm actually pretty happy with how it played out while also being somewhat sad but for me and my ending I think v dies in a slow burn with johny eventually gaining full control, unlike v though I agree with most of johnys actions. Great dlc cdpr! An emotional rollercoaster. When songbird confesses to lying all I had going through my head was "let's get this sociopath on the rocket"

I'll probs end the game with panam when I want an actual ending

[-] squid@feddit.uk 12 points 2 years ago

No ww e neeed waterprooof keeyboaards tha t aree tennticaal freeinddl y

[-] squid@feddit.uk 12 points 2 years ago* (last edited 2 years ago)

Everyone should be more aware, custom ROMs, Linux, Foss applications, use Foss YouTube clients, privacy focused email account and tor browser, VPN if possible, torrent things you want to watch rather than Netflix, use cash not card and definitely do not add cards to your mobile devices. People need to stop using non-pirvacy respecting service as it negatively impacts everyone.

But I also understand that some will knowingly give information for "convenience". We all need to do our part in writing history. Vote with our attention, wallets .

Also in ops position, google, apple and all these products are gathering data for advertising, if your not seeing the adverts from your previous habits then that information is somewhat worthless so yes be privacy focused, using adblocker count towards you privacy. Good luck in your journey op

79
submitted 2 years ago by squid@feddit.uk to c/privacy@lemmy.ml

With UK's new security bill that seems to more dismantle security rather than help. Am I still legally okay to use signal, VPN, tutanota, https, tor?

[-] squid@feddit.uk 10 points 2 years ago

Oculus on Linux, but thats a slow project

[-] squid@feddit.uk 10 points 2 years ago

Who'd of thought a CCP company would violate EU regulations. Glad that they'd been fined but would be better is straight up band from operations in EU countries

121
submitted 2 years ago by squid@feddit.uk to c/linux@lemmy.ml
[-] squid@feddit.uk 10 points 2 years ago

If your willing to buy a PlayStation and pay the yearly installments to access the internet then by the end of its life cycle you've basically bourght a high end PC with money to spend

[-] squid@feddit.uk 10 points 2 years ago

I'm sure youll be having this argument a lot more

[-] squid@feddit.uk 12 points 2 years ago

I don't think it carries over. Its been reclaimed and now it has connotations of pride, ricing seems to of been an insult as the cars where cheaply and tackily fitted. My desktop and many others I'd seen "riced" looked far from cheap

[-] squid@feddit.uk 11 points 2 years ago

And why should I know of an obscur car culture slur?

107
submitted 2 years ago by squid@feddit.uk to c/linux@lemmy.ml

I've spent the last year learning Linux and coding, I had used windows for years and only used Ubuntu 12 for very short stints, and as for coding i was clueless, now ive a basic understanding but im getting there. Anyway thank you to all the maintainers, devs and community

[-] squid@feddit.uk 14 points 2 years ago

its just another layer of security that will be broken

view more: ‹ prev next ›

squid

joined 2 years ago