squid

joined 1 year ago
[–] [email protected] 3 points 2 months ago (1 children)

Often I download just to seed but only when I know the uploaders

[–] [email protected] 1 points 11 months ago (1 children)

In they're opinion its objectively shit

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago)
[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Not tried, I use VPN, adblocker and run insta through webapp but still see sponcered and suggested posts, anyway using tor would be good for some but for me not so much

[–] [email protected] 4 points 11 months ago

Thank you, have been using insta webapp but even with adblock I get shown suggested and sponsored so you may have fixed my main gripe, thanks

[–] [email protected] 6 points 11 months ago (3 children)
[–] [email protected] 3 points 11 months ago (1 children)

I used barinista and they got pretty hefty threats from insta, I will however look at pixelfed thanks

 

Instagram is one place I can't avoid as most artists post there and I'm always in need of inspiration

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

We're very aligned, good to meet you. I also don't do fandom's and avoid mindless consumption, brands and general marketing. Honestly struggle to witness people slowly falling for the trap though, like watching rodents fling themselves into the mouse trap. But we're nearing the end of capitalism, moving to tech feudalism. Fun time ahead

[–] [email protected] 2 points 11 months ago (5 children)

I love how everyone is jumping down your throat, you've just as much right to have the opinion of Disney being shit as the next for having pure admiration for Disney. I also don't see what people like about Disney, I think its shit and this is a valid criticism

[–] [email protected] 15 points 11 months ago (5 children)

The lowest common denominators dictate the market, Netflix has best sales in recent years for hiking and consumers couldn't live without it and now Disney is wanting a taste, and I'd imagine it'll work out well for them.

[–] [email protected] 1 points 11 months ago (1 children)

Yea mullvad released a tor browser and search engine

[–] [email protected] 17 points 11 months ago (1 children)

Do away with YouTube and use software like freetube, no adds, sponsorblock, and google can't track my habbits

 

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


 

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?

view more: next ›