Well this didn’t need to be so targeted. At least tell me how you fix that shit.
temeela [she/them]
Just an anarcho-communist transfem videogame programmer going through life, you can follow my ramblings @temeela@blahaj.zone
- 3 Posts
- 25 Comments
temeela [she/them]to Linux@lemmy.ml•[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland"51·2 years agoI’ve filed a report to GitHub on this guy, I assume you did the same but ugh, people suck.
temeela [she/them]to Technology@lemmy.world•Firefox will support at least 200 new extensions on Android this DecemberEnglish30·2 years agouBlock Origin has cookie/popups filters that you can enable in its settings that work pretty well
temeela [she/them]to Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]English8·2 years agoGo into your uBlock settings and purge the cache and update your filters, that should fix it, filters do usually keep up to date with YouTube but uBlock stores the old ones cached.
temeela [she/them]to Privacy@lemmy.ml•Anyone know how to enable session restore when using arkenfox user.js?1·2 years agoAs per the arkenfox wiki, you should not touch user.js but rather in user-overrides.js add (or create it) the following:
/* override recipe: enable session restore ***/ user_pref("browser.startup.page", 3); // 0102 // user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true // user_pref("browser.sessionstore.privacy_level", 0); // 1003 optional to restore cookies/formdata user_pref("privacy.clearOnShutdown.history", false); // 2811 // user_pref("privacy.cpd.history", false); // 2820 optional to match when you use Ctrl-Shift-Del
See info on overrides and the recipe to enable session restore
temeela [she/them]Mto Tranarchism: Trans against the State•is there anyone here? i see no posts3·2 years agoHere you have a link with some explanation and texts and some videos recommended in the comments, too!
temeela [she/them]to Games@lemmy.world•Uncharted's Tom Holland and Chris Pratt Teaming Up for Jak and Daxter Movie AdaptationEnglish24·2 years agoWhy did it have to be Chris Pratt, ugh
There is also Abigail at Philosophy Tube, she has this old video that while not extremely in depth is quite easy to digest.
Edit: Oh, and Zoe Baker in general for longer essays!
temeela [she/them]Mto Tranarchism: Trans against the State•is there anyone here? i see no posts7·2 years agoSure, that is actually quite a good idea! I’ll write some 101 about what it is with some references as soon as I have some free time today
temeela [she/them]Mto Tranarchism: Trans against the State•is there anyone here? i see no posts8·2 years agoIt is a fairly new community that is kinda niche, so it is a bit empty since I created it yesterday, I hope and expect we will gather more people and it’ll get more lively!
You cannot leave me because I’m leaving you, well that situation solved itself. That said I am concerned about 196.
temeela [she/them]OPMto Tranarchism: Trans against the State•Tip: Blocking instances on a user level3·2 years agoThat does sound more efficient (and elegant), I’ll link your post as a useful alternative!
Hi Funbreaker, welcome! If you do know any conlang community in the fediverse do send it my way, one of my interests too, but I have not been able to find much!
temeela [she/them]to Ghazi•Jordan Peterson: Critics complain over 'misleading' book cover quotes2·2 years agoWhy am I absolutely not surprised?
temeela [she/them]to Say Hi and Introduce Yourself!•So hi, I'm a trans girl from hexbear that decided to make an alt on this instance in case it defederates because I've enjoyed being on the other queer comms on this instance <36·2 years agoHi! I hope you do feel very welcome and safe here, I hope I’ll be seeing you around :3
Thanks! For anyone that wants something that will block posts and comments do the following in uBlock Settings -> My Filters:
your.instance##.post-listing:has(*:matches-attr(href=/.*@blockedinstance\.domain/)) your.instance##.comment:has(*:matches-attr(href=/.*@blockedinstance\.domain/))
In this case from blahaj to hexbear:
lemmy.blahaj.zone##.post-listing:has(*:matches-attr(href=/.*@hexbear\.net/)) lemmy.blahaj.zone##.comment:has(*:matches-attr(href=/.*@hexbear\.net/))
Edit to add this will also make sure it doesn’t remove posts that just have the instance in the title, just posts from the instance.
If you want my honest opinion, tolerating tankies is not worth whatever kind of project you want to build. I think we should unite forces with trans people on trans issues sure, but giving a platform to tankies ain’t it. They’ll poison discussions, as they already have, name-call and take-over whatever thread they do not like. They like to put on a nice face to avoid being deferated, but I doubt it’ll last.
That is a fair point, though, as a Catalan anarchist, as much as I believe in the unity of the left, I cannot and will not collaborate or tolerate tankies, history knows we tried that in times of need and it did not work out.
temeela [she/them]to Privacy@lemmy.ml•Google seems to be blocking API access for Piped video servers32·2 years agouBlock Origin is really all you need for blocking ads, if you also wanna deal with the whole sponsors on videos SponsorBlock is a good companion!
Seems like your USB drive is formatted with a filesystem that doesn’t support large files like FAT32, if you are able to, try formatting into exFAT in Linux with:
sudo mkfs.exfat -n LABEL /dev/YOURUSB
or in Windows by right clicking on the USB and clicking format.