The use case could be e.g. exactly processing an old trove of logs into something more easily indexed and queryable, and you might want to use jq as part of that processing pipeline
Fair, but for a once-off thing performance isn't usually a major factor.
The comment I was replying to implied this was something more regular.
EDIT: why is this being downvoted? I didn't think I was rude. The person I responded to made a good point, I was just clarifying that it wasn't quite the situation I was asking about.
At scale, low performance can very easily mean "longer than the lifetime of the universe to execute." The question isn't how quickly something will get done, but whether it can be done at all.
Good point. I said it above, but I'll repeat it here that I shouldn't have discounted how frequent once offs can be. I've worked in support before so I really should've known better
Certain people/businesses deal with one-off things every day. Even for something truly one-off, if one tool is too slow it might still be the difference between being able to do it once or not at all.
Excellent point. Though I find it distasteful when someone uses an ambiguous word counting on you to be able to figure it out from context, then "ha ha you are wrong" downvotes follow when I make a good faith effort to respond to it. It's certainly a weaponization of the word if it is implied the counterparty is naïve when they guessed the wrong one.
I don’t see any signs of bad parenting here, but a lot of signs of carrying on of a suicidal conversation by ChatGPT indeed, to the point of encouraging the suicide.
Based on my experience living here in Helsinki for 30 years, people drive cars _more_ in the winter rather than less. That’s because the alternative is usually some combination of walking and public transit, and walking is uncomfortable in the winter and public transit is a bit less dependable, too.
But altogether people mostly still use public transit, there’s not a whole lot of driving per capita and the traffic is relatively slow and non-chaotic. I think that’s the core reason for the road safety.
Also, the requirements for getting a driver’s license here are stricter than it sounds like in other countries, with a high emphasis on safety; that probably contributes to the non-chaotic traffic
The only way to access it with `about:profiles`? It looks like a joke. How could users possibly find this?
UPD. The more I look at this, the worse it gets. Hidden under a special URL, requires you to launch the default profile before you can switch to another profile (yes-yes, there are command-line hacks). It's more like a user data manager for devs than profiles for users. Even containers look better than these profiles.
Really? Then you can claim that Chrome has supported "profiles" since its inception, with the `--user-data-dir` command-line switch. If something is not user-visible, it is as good as non-existent. Firefox has no profiles as far as a regular user is concerned.
I had pretty much the exact same experience with Game Maker too. In retrospect, feels like a very powerful pedagogical tool. Even when I wasn't really trying to "learn coding" but rather I just wanted to make some games, I ended up learning to code
The fact that _most_ things could be done with drag-and-drop, but for some features you had to drop down to scripting, served as a really nice and gentle stepping stone to writing code.