• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • People believe just because someone interacts with some sort of digital device, it makes you an expert on computers. The thing is, it depends on the type of operating system you are interacting with.

    For example when I was young, my father would buy those big old gray computers from yard sales. I would mix and match the pieces inside to build my own PC. I broke a lot of shit but learned a lot.

    The operating system was one where you more or less had total control over the computer. By 12~13 I was using CD-Roms to load different Linux distros and play around with all sorts of different things.

    This experience basically taught me how operating systems work at a fundamental level. How it needs a kernel, how it loads and maintains services, packages, etc. How file systems work and learning how terminals are useful. Scripting languages, and eventually coding applications.

    Compare and contrast that to the young kids of today. What do they get? A phone and a tablet. You can’t open it up. You can’t tinker with it. The OS is closed off and is deliberately made as difficult as possible to modify. No mouse, no keyboard. Streamlined UIs with guard rails.

    You get what you get and you don’t get upset. That doesn’t leave nearly as much room for exploration and curiosity. It’s a symptom of our computers becoming more and more railroaded. More and more control by large companies.

    It’s really sad, I think. Fairly soon I believe every device will be a “thin device” or essentially a chrome book. Very little local processing power and instead it’ll essentially stream from a server.


  • Personally I prefer subscription model over ad-based data tracking model. When you get something for free, you are the product being sold. For example Facebook or Reddit. Your content (comments, media) is used to populate the site and your data is sold to advertisers.

    When you pay a subscription, you are the customer. There’s more incentive to create a proper service with the actual users in mind when it’s a subscription model.

    When advertisers are the primary customer, they will always be a priority in determining policy. So for example YouTube- longer ads and more of them.

    Of course, I think Google is guilty of double dipping. We pay for premium but I’m certain they still sell our data to advertisers. For example you watch a lot of carpentry videos, they will sell a list with your name that says “likely tool buyer” or something along those lines.

    But generally speaking, I never mind paying a subscription for a service. It’s more honest, more clear what’s going on.




  • Ideas spread between humans. On systems designed to facilitate communications between people, these ideas will likewise spread. Did AfD exploit TikTok’s algorithm or is right wing populism seeing a large growth worldwide?

    When the printing press come out and certain news agencies starting “Yellow Journalism” were they exploiting that system of communication for profit?

    Did JFK and Nixon exploit TV for their own political purposes?

    I believe wholeheartedly that every social media algorithm should be open source and transparent so the public can analyze what funny business is going on under the hood.

    But is it any different from how TV channels pick what shows to play or what ads to run? Which articles get printed and the choice of words for a newspaper?

    I think people are quick to jump on TikTok because of some unusual socially acceptable jingoism but I don’t see how at its core is fundamentally different from other forms of media, let alone other popular social media platforms.



  • I appreciate the list. I’m not saying there aren’t valid concerns, just that in my day to day life it’s one of those items where the steps needed to avoid browser fingerprinting is usually more work than the value I personally get from my perspective.

    I’ve looked into this, and I’m not clueless. I’ve developed websites, I’ve done a lot of stuff with Selenium / Puppeteer, and have toyed with Firefox browser extensions.

    I understand the tools they use and it’s just very tricky to fully eliminate this type of thing. For example they can even use the browser window size. Are you going to randomly change window size to some novel dimension when you open up a tab?

    What about the JS engine you use. For example using Firefox already narrows down your anonymity by like 95% or something because only a small amount of users use the browser. Etc etc

    It’s hard to do this correctly, and I feel like VPN + private window usually takes care of the price fixing thing on the list, for example. When I’m searching for flights I usually do this.

    I also use JS blockers in order to try and mess up the scripts that Facebook & Google have hidden over the internet to track you. But ironically, doing that again reduces your anonymity. They know that if their scripts don’t work on you, you get narrowed down again to a very small % of users.

    It only takes a few of those pieces of data to be reasonably sure that it’s you. Browser fingerprinting is tricky to really avoid. It’s not impossible, of course. Just saying to really do it right it might be more effort than it’s worth.