vivi

joined 2 years ago
[–] vivi@slrpnk.net 9 points 1 day ago (4 children)

i think the joke is they did surgery and removed everything but his nose

[–] vivi@slrpnk.net 32 points 4 days ago

as a senior, i think i would have to be given 5x pay before i would remotely consider this

[–] vivi@slrpnk.net 1 points 5 days ago

the problem is that it's random, due to the temperature settings. it may randomly decide to side with the user or not.

[–] vivi@slrpnk.net 4 points 1 week ago (1 children)

I like the taste. It's very soft and fully saturated with the sweet syrup. Not exactly like donut holes, hard to find a good comparison. Very soggy but in a good way.

[–] vivi@slrpnk.net 5 points 2 weeks ago (1 children)

i need some air put that air on me

[–] vivi@slrpnk.net 9 points 3 weeks ago

It's because of the reliance on hundreds of thousands of third party web dependencies that are constantly updating and constantly getting security patches (and introducing vulnerabilities)

[–] vivi@slrpnk.net 7 points 1 month ago (1 children)

Looks like this one is also available for text SEO content. https://github.com/NotaInutilis/Super-SEO-Spam-Suppressor

[–] vivi@slrpnk.net 12 points 1 month ago (1 children)

DDG also has settings to turn off the AI overview everywhere.

[–] vivi@slrpnk.net 3 points 1 month ago (1 children)

Well, undiscovered vulnerabilities are kind of a special case. You can't do anything about those except turn off your pc entirely. Using NoScript isn't necessarily going to help with those.

[–] vivi@slrpnk.net 4 points 1 month ago* (last edited 1 month ago) (3 children)

Browser JavaScript is already sandboxed, so there is a limit to the info that can be accessed, though it does expose some of basic information you've listed.

To the best of my knowledge, the only items that can be accessed from the ones you listed are:

  • current time (by creating a Date object)
  • operating system and version (though this is usually not precise info and only provides a rough version)

an example of the info that can be accessed (via the navigator property) for a Windows pc is:

# platform = Win32
# appCodeName = Mozilla
# appName = Netscape
# appVersion = 5.0 (Windows; en-US)
# language = en-US
# mimeTypes = [object MimeTypeArray]
# oscpu = Windows NT 5.1
# vendor = Firefox
# vendorSub = 1.0.7
# product = Gecko
# productSub = 20050915
# plugins = [object PluginArray]
# userAgent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7

As you can see it's not a whole lot of information. Certainly there is no way to get the serial number or other hardware information. Also, local files cannot be accessed without permission.

There are some user agent spoofer addons that will change the user agent string. I am not sure but i imagine some of those also allow overriding this navigator information to anonymize that data further. Preventing accessing the user's time zone would be pretty impossible though given how the Date object works.

[–] vivi@slrpnk.net 1 points 2 months ago
[–] vivi@slrpnk.net 2 points 2 months ago

if anyone is still using Instagram there's a very hidden feature if you tap the logo where you can view just your followers' posts. it really sucks that it's hidden though.

view more: next ›