gibson

joined 3 years ago
[–] [email protected] 10 points 2 days ago

Definitely the noise. Jesus Christ the noise...

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

Did you play that Army Men: RTS game or the other army men 3DO games? Though they probably don't hold up well, i thought they were very fun as a kid. Going to keep tabs on this game

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

technically there is a lot it could do, but it would not be a number 1 pick for any of it (even if you only have a $100 budget) so i agree, get rid of it.

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

you can still use a yubikey or even a password manager like keepassxc with passkeys, no need for any google/apple or even secure enclave.

[–] [email protected] 5 points 5 months ago

it was always free for me but i think i was early enough of an adopter to be grandfathered in on some old setup

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

There is already gridcoin which is a cryptocurrency that awards boinc work, so I'd say this concern has already been addressed because of that.

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

cock.li but it doesn't encrypt your inbox so keep that in mind.

[–] [email protected] 9 points 8 months ago

xpra: it is like tmux but for X windows (works on wayland), but it can do much more than that. You can seamlessly run GUI programs from a container or VM on your main desktop while still sandboxing their X capabilities, forward windows from Windows desktops, and it has efficient encoding so it is usable over poor connections as well.

3
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 

Over the weekend i made a simple read-only frontend for Imgur in the spirit of Invidio.us and nitter

It doesn't support gifs/videos yet but it does handle albums. It is open source under AGPLv3 https://git.voidnet.tech/kev/imgin and has 0 javascript. It has a configurable cache.

Here is an example gallery view https://imgin.voidnet.tech/gallery/9wkPUsZ

The reason i made it is because for me, at least on desktop Imgur craps out on Tor Browser even just for viewing. You can append /layout/blog to albums but that still requires JS. Imgur also has lots of trackers and junk by default.

I still need to add tests and clean up the code, so it may be buggy. The idea is that it would be eventually added to privacy redirect addon to auto-redirect imgur links.

It is pretty small Python code so if you want to help me you can reach out.

Sopuli isn't syncing comments for some reason, i'll reply from onionr https://lemmy.ml/u/onionr

 

Greetings Lemmy

I have been developing a Firefox addon to throw off keystroke fingerprinting

https://addons.mozilla.org/en-US/firefox/addon/private-keyboard/

I suspect most people on lemmy are aware of browser fingerprinting, but i think alternate routes of fingerprinting are less talked about. Basically, websites can track your keystroke timings which are fairly unique to each person.

Addons like Ublock origin can address this problem, but that is inherently a blacklist approach which is not a good security method. I suspect that sites could do it partly server side anyways by using legit features like typing notifications on chat sites.

I developed this addon to defeat basic keystroke analysis by randomizing the time it takes keystrokes to be processed by a webpage with a floor of 150ms and a max of 300ms. I'm working on improving the UX, so i anticipate the typing speed to be increased eventually (I admit it is frustrating to type currently). I may add an iframe overlay approach/option that is mildly less secure but much more usable. You can whitelist sites that you trust. I tested it on typingdna[.]com and keytrac[.]net which are two spy companies that advertise keyboard biometrics as an alternative to 2fa (cringe) and for anti-fraud or creepy test proctoring purposes.

This is experimental and may not solve all issues (in particular it doesn't prevent stylometry analysis yet). Also it may be possible for spies aware of the addon to account for the randomization.

There's a downside aside from the frustration of slow typing, which is cpu spikes during typing, which is a side effect i haven't been able to avoid due to JS limitations. If i'm able to make the iframe approach that would be fixed. Ironically the cpu spike may make it easier to use power analysis

Other software that attempts keystroke anonymization is the kernel level Kloak project and the Keyboard Privacy chrome addon that doesn't seem actively maintained.

If you know JS and want to help shoot me a message.

view more: next ›