• 3 Posts
  • 149 Comments
Joined 2 years ago
cake
Cake day: September 11th, 2023

help-circle

  • Hoimo@ani.socialtome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    33
    ·
    1 day ago

    The problem in that case is SEO. What you need is a table of cooking temps or just a single number, but what ranks high is a web page that mentions “cooking”, “chicken” and “temperature” a million times.

    (Or be like Gen X and keep a cook book and a scattered assortment of notes in a drawer)





  • Yeah, I had some webpages archived and tried to use javascript to clean them up, but I ended up parsing it as xml through Powershell instead. I’ve done something with Python and BeautifulSoup too, a long time ago. Both much easier than JS, but somehow JS is designed to work with web pages? Make it make sense.






  • I find it really easy to tell the difference between a human being polite, neat and well-spoken, and an AI being the same (but soulless). I don’t know if I could put it into words though, there’s just something about AI that lacks subjectivity? A human would phrase something in a certain way and stick with it, because that’s the way they experience it, while the AI takes a phrasing at random, only caring about gaining lexical and grammatical points.

    I also think humans overestimate their ability to write clearly and correctly. There’s always some noise in there, even if they’re going full corpo-speak. Unless it’s written-by-committee meaningless corpo, but then I don’t even read it beyond the first sentence. It’s very obvious when someone has tried to strip all meaning from a sentence and the result is not far from AI.








  • I’m not sure if I understand what you’re talking about exactly. With root I can access all files on my device (including /data/data, where app internal files are kept) and I can give permission to apps to access all files too, it they ask for it. Not that I’d want that, because it’s way safer to keep user data in /storage/emulated/0 and give read permissions on file or folder level (like /Pictures for a gallery app, or just the picture I want to share for a social media app).

    If you want to share data between apps, the easiest way would be to give them access to the same folder in user space. That isn’t OS maker’s generosity, that’s basic security controls.