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

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




  • Hoimo@ani.socialtoxkcd@lemmy.worldxkcd #3081: PhD Timeline
    link
    fedilink
    English
    arrow-up
    13
    ·
    13 days ago

    I think there’s a difference between being able to understand and having all the information to understand. Randall has a very wide range of topics that he makes comics on and most readers won’t know enough about every topic to get every joke, even though he does his best to simplify it for a broad audience. That’s the reason ExplainXKCD exists. But his audience is generally nerds, people who like learning new information, which is also what Explain caters to. So it is both true that his audience can (and are willing to) understand and that Explain helps them understand. (I also think that nerds love explaining stuff, so it makes sense that the main fandom website is ExplainXKCD, even if there were no demand for explanations.)




  • I was one of those people who bought Puyo Puyo Tetris as their first Puyo game, mainly to have a 1v1 Tetris on Switch. Turns out I really like Puyo though, but… “the tetris player is at a slight disadvantage”. Or, as this video essay explains, the problem with PPT is that the two games are fundamentally so different it’s impossible to balance them. Forcing them to play competitive online against each other, will always end up with a monoculture. In this case no one can play the first half of the Frankensteined game.

    I’m sure Sega must realize that. Now they just have to care.



  • California-based rightsholder PCR Distributing, which operates under brands including J18 and JAST USA, initiated action against nHentai last summer, describing the site as a significant threat to its business.

    I don’t know them, but JAST sells visual novels and other software (so no hentai) and J18 is a Halland-class destroyer of the Swedish Navy, so maybe they’re being threatened by the amount of KanColle doujins showing the superior physical assets of Japanese warships.







  • Hoimo@ani.socialtoAnimemes@ani.socialTruth
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    2007 was 18 years ago. I don’t know if your experience in starting a business and buying a house translates to the current economic situation. (Also… the regional/national situations of the other commenter, which they didn’t specify, making it very hard to write a relevant response.)




  • It’s definitely possible to store the stories in columns, but there’s also very little reason to do it. I think filepath in SQL and the stories in separate files in whatever format makes the most sense (html, txt, epub). If you ever want to search the stories for keywords, write a python script to build indexes in SQL, performs much better than doing LIKE on a maxed out varchar column.

    I was thinking maybe Elastisearch, but I don’t know how much work that is to set up. For a hobby project, writing your own indexer isn’t too hard and might be more fun and easier to maintain than an industry-grade solution.



  • 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.