• 1 Post
  • 30 Comments
Joined 2 years ago
cake
Cake day: September 11th, 2023

help-circle
  • 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’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.










  • There’s one valid use-case for LLMs: when you have writer’s block, it can help to have something resembling an end product instead of a blank page. Sadly, this doesn’t really work for programming, because incorrect code is simply worse than no code at all. Every line of code is a potential bug and every line of incorrect code is a guaranteed bug.

    I use an LLM with great success to write bad fanfiction though.









  • This is probably because of a lack of training data, where it is referencing only one example and that example just had a mistake in it.

    The one example could be flawless, but the output of an LLM is influenced by all of its input. 99.999% of that input is irrelevant to your situation, so of course it’s going to degenerate the output.

    What you (and everyone else) needs is a good search engine to find the needle in the haystack of human knowledge, you don’t need that haystack ground down to dust to give you a needle-shaped piece of crap with slightly more iron than average.


  • It might help your comment if you replaced some theys and thems with the actual people you’re referring to. It’s very unclear whether you’re talking about Hamas, the Israel government, the Palestine people living in the Gaza strip, the Israeli people, etc. There’s a lot of different groups involved in this conflict, all with their own history and motives. It’s important to be clear about who is doing what.