whRQla8GEMdqXW2OVCbS

joined 1 year ago
[–] whRQla8GEMdqXW2OVCbS@lemmy.blahaj.zone 3 points 1 year ago (2 children)

Does your .bashrc actually source .bash_profile? Add [ ! -f "~/.bash_profile" ] || . "~/.bash_profile" (.bash_profile doesn't exist or source it) to the end if not.

I used https://github.com/ksurl/Shreddit

Here's a quick bash script in case you have multiple accounts and want to run the delete on a schedule. Run it under a dedicated service account or modify the script to use venv or pipenv.

#!/usr/bin/env bash
set -euo pipefail
cd ~ || exit $?
[[ "$PATH" =~ (^|:)'~/.local/bin'(:|$) ]] || export PATH="~/.local/bin:$PATH"
command -v shreddit > /dev/null || python3 -m pip install --user --upgrade pip Shreddit@git+https://github.com/ksurl/Shreddit.git
while read -r acct; do
  echo shreddit -u "$acct"
  shreddit -u "$acct"
done < <( sed -E '/^\[/!d; s/\[|\]//g' praw.ini )

FreshRSS does everything you need, and FeedMe is a good Android client if you need one.

These decisions might be intentional on the part of Google and Microsoft

Well, yes - it's profitable for these corporations to portray Firefox as buggy and their own browser as superior. Change your user agent to one of a Chromium-based browser and watch how your "unsupported" Firefox suddenly works correctly in most cases.

[–] whRQla8GEMdqXW2OVCbS@lemmy.blahaj.zone 6 points 1 year ago (2 children)

I always use a yaml file for user config but json is fine, too

She's dead, sis. Try Mulch if you specifically want a chromium-based browser. I use it as a backup for sites which don't work correctly under Firefox. You can add the divestos repo to your Fdroid client for auto updates.

[–] whRQla8GEMdqXW2OVCbS@lemmy.blahaj.zone 1 points 1 year ago (1 children)

Are you running arch on the metal or through crostini/crouton? The second option probably will only respect chromeos' power management settings, but you may be able to flash a full uefi payload and get rid of chromeos completely with https://mrchromebox.tech/#fwscript

Absolutely ratio'd, my friend. The hypocrisy of carnist """"animal lovers"""" is truly staggering.

[–] whRQla8GEMdqXW2OVCbS@lemmy.blahaj.zone 13 points 1 year ago (1 children)

Install Obtanium and it'll update anything you add (like Jerboa) directly from GitHub releases instead of waiting for it to propagate through to FDroid/IzzyOnDroid/etc's repos.

[–] whRQla8GEMdqXW2OVCbS@lemmy.blahaj.zone 10 points 1 year ago (1 children)

+1 for ddg's bang operators. I use !w for Wikipedia, !gsc for Google scholar, !py for Python docs, !pypi, !imdb, and !tvdb frequently. Here's a searchable list: https://duckduckgo.com/bangs

view more: next ›