I have done that as well. Not a single time I asked an LLM for any sort of analysis that I could trust upon verification so I stopped doing that. If I need verify, much easier to just ask for suggestions of papers and books and do the analysis myself.
I guess this is subject matter dependent, certainly the LLM should be able to cite the papers/books for which it's deriving its critique. if it can't, then you know the advice it was giving is of poorer quality. I do that all the time
I guess there's a whole suite of skills that allow LLM use to be more or less useful. (I dont actually "guess" this, I sort of am pretty sure of it at this point, so it makes me wince when people call for total AI blackouts in education...would be better if they were part of an overall media literacy curriculum since people are going to be exposed to these things whether they think they're little infallible people, or complex systems with lots of caveats)
I always ask for sources. LLM analyses often fails by being simplistic or wrong in comparison with the sources it provides. More often than not, to the point that it is wasteful to ask it for analysis so I only ask for sources now and do my own analysis.
It could be explained by the herd mentality. An angry man alone would probably not throw stones in the street with his face uncovered; But he would probably do so in a riot. Now, in social networks, is quite easy to simulate persons and have them starting a riot. Having a way to identify real persons could make this more difficult.
What is the point? As long as your camera has a decent clock, you just need to record a gpx during your shooting session with an external device and you can add geolocation after you download your pictures. IIRC Darktable can do that.
That was openly coordinated beginning with the Montreal Protocol. Those things work top to bottom with international accords in the beginning and don't suddenly pop up left and right inside of much less than a year. Getting a ban on lead in fuel took ages with Europe implementing it a decade later.
These kind of laws usually take many years to hone down just right and talk to all parties involved. Unless some lobby group presents a finished piece of work that just has to be waved through, like with the Citigroup scandal.
People have been talking about social media bans for quite some time, this isn't something that just showed up out of the blue. It's a problem that's been worsening for years.
Then you had the Covid years where kids ended up spending a lot of time on phones and tablets, hence social media, and everyone is seeing the myriad of problems coming out of it.
Sometimes it's not a vast global conspiracy, sometimes things just suck. Also, sometimes things suck and particular groups use it to get their way, that still doesn't diminish the thing that sucks.
Pain in the ass was way too strong, I retract that. Mainly I meant relative. For example `nvim <filename>.json` and then /search for what I want, versus tracking down the sqlite file, opening, examining the schema, figuring out where the most likely place is that I care about, writing a SQL statement to query, etc.
> Well, you still need to track down the <filename> part and knowing what you want to search, so you need to examine the schema anyway.
Yes agreed, but it's usually a lot easier to find the filename part, especially if the application follows XDG. Sqlite databases are usually buried somewhere because they aren't expected to be looked at.
SqliteBrowser will let you open up your tables in an Excel-type view. You can also edit directly from the GUI. Still not as frictionless as a plain text file, and I'm not sure how good the search functionality is, but it lets you skip having to write any SQL.
reply