• 1 Post
  • 65 Comments
Joined 1 year ago
cake
Cake day: May 14th, 2024

help-circle

  • I honestly don’t know how I could use Facebook that way. Seriously. I log in once in a blue moon, and half the stuff I see scrolling through the main feed has nothing to do with any of my friends as far as I can tell. And that’s with an ad blocker.

    I don’t understand how anybody can stand it. Maybe it’s a “boiling frog” situation, or maybe they’ve developed better counter-strategies than I am familiar with? I quit Facebook about 10 years ago and when I poke my head in now, it’s completely different. It is terrible in ways I wouldn’t have believed 10 years ago.


  • I’m not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions

    This requires special permissions and explicit user approval every time an app starts screen recording, plus it shows a red notification whenever screen recording is active.

    I think you could get by with a one-time user approval as a device administration or assistive app permission, which you’d need to manually grant in Settings. Unlikely anyone would do that by accident.

    That might be different for system-level apps. I haven’t bought a carrier-branded phone in 10+ years so I’m not sure what that’s like these days.










  • Is it more for situations that need to be compatible with most *nix systems and you might not necessarily have access to a higher level scripting language?

    Yes, and also because integrating Python one-liners into shell pipelines is awkward in general. I’m more likely to write my entire script in Python than to use it just for text processing, and a lot of the time that’s just a pain. Python isn’t really designed for one-liners or for use as a shell. You can twist it into working in those use cases, but then I’d ask the reverse question: why would you do that when you could “just” use awk?

    On macOS, Python is not installed by default. So if you are writing scripts that you want to be portable across platforms, or for general Mac administration, using Python is a burden.

    This is also true when working with some embedded devices. IIRC I can ssh into my router and use awk (thanks to it being included in Busybox), but I’m definitely not going to install an entire Python environment there. I’m not sure there’d even be enough storage space for that.








  • I think they reached a point where their user base was predominantly mainstream, not tech-savvy enough to know the difference.

    I mean, how else can any site survive on advertising when the ads are so obnoxious and it’s so easy to block them? Either the site is great and the ads are non-intrusive enough that I’ll make an exception in uBlock, or I’m never seeing the ads in the first place.


  • Gemini might be good at something, but I’ll never know because it is bad at all the things I have ever used the assistant for. If it’s good at anything at all, it’s something I don’t need or want.

    Looking forward to 2027 when Google Gemini is replaced by Google Assistant (not to be confused with today’s Google Assistant, totally different product).


  • In case anyone is unfamiliar, Aaron Swartz downloaded a bunch of academic journals from JSTOR. This wasn’t for training AI, though. Swartz was an advocate for open access to scientific knowledge. Many papers are “open access” and yet are not readily available to the public.

    Much of what he downloaded was open-access, and he had legitimate access to the system via his university affiliation. The entire case was a sham. They charged him with wire fraud, unauthorized access to a computer system, breaking and entering, and a host of other trumped-up charges, because he…opened an unlocked closet door and used an ethernet jack from there. The fucking Secret Service was involved.

    https://en.wikipedia.org/wiki/Aaron_Swartz#Arrest_and_prosecution

    The federal prosecution involved what was characterized by numerous critics (such as former Nixon White House counsel John Dean) as an “overcharging” 13-count indictment and “overzealous”, “Nixonian” prosecution for alleged computer crimes, brought by then U.S. Attorney for Massachusetts Carmen Ortiz.

    Nothing Swartz did is anywhere close to the abuse by OpenAI, Meta, etc., who openly admit they pirated all their shit.