

I recently saw terminal access as a feature of Android 16 too, so if you have su access, that should give you all the power you need. Now let’s hope root will become standard, instead of needing to flash Magisk.
I recently saw terminal access as a feature of Android 16 too, so if you have su access, that should give you all the power you need. Now let’s hope root will become standard, instead of needing to flash Magisk.
People use the internet without ad blockers??
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.)
That second picture is peak “men only want one thing and it’s disgusting”
It could be a relatively small number of users all making a disproportionally large number of posts. Like a single Minecraft streamer with too much time on his hands.
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.
Thus, the Court easily concludes that the public has a strong interest in knowing the identity of the corporate entity that operates this website and is appearing in federal court
I come there all the time and I have absolutely no interest in knowing who operates it tbh. That information can basically only be used to do harm to nhentai.
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.
late stage capitalism
1802-1885
It’s old-school capitalism.
I’ve had sea urchin once, at a fishmarket in Tokyo. It’s definitely an acquired taste.
I can barely remember what it tasted like, just that my friend and I each had one and immediately concluded that we didn’t need another. Very different from most sea creatures at least. I expected a mussel, but it was much softer in texture and much stronger in taste.
We ate them plain, but I kinda want to give them another try with some other stuff to dampen the impact.
Yeah, I expected them to ask the full $60 for it, which would be completely unreasonable, but at least I understand why they wouldn’t give it away then. But 10? They could easily eat that, they just don’t want to.
Either way, I can’t imagine anyone paying for a “game” that’s nothing more than an instruction booklet. If it were free, maybe someone would open it while Mario Kart is downloading.
The memes are mostly based on the trailer and don’t have a whole lot to do with the game. Like, flint and steel is a completely normal item, but the way Jack Black says it in the movie is hilarious.
That’s why I break windows. Six more francs in the hand of the glazier. It is a good thing to break windows, it causes money to circulate, and the encouragement of industry in general will be the result of it.
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.)
Pisang goreng enters the chat…
If you go to “All” then you get a feed from all federated communities,
I’ve been here for a while and this is still unclear to me: Is All only the communities that are synced to my server? And syncing is dependent on a user on my server subscribing to it? So if I find a new community on a different server and subscribe to it, it will show up on my server’s All?
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.
The difference between a wall and frosted glass.
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.
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.