Hacker Newsnew | past | comments | ask | show | jobs | submit | giva's commentslogin


I find quite useful to write down my understanding/opinion and ask an LLM to find errors and write objections to it.

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.

In italian "Import tariff" is "Dazio".

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.

I don't get it

12B KWh = 12M MWh = 12,000 TWh?


You skipped GWh.

12B kWh = 12M MWh = 12k GWh = 12 TWh.


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.


This can be solved by implementing RfC 3514.


Freon bans?


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.


Nah, this doesn't pass the sniff test. Anyone saying otherwise wasn't paying attention.


It passes the sniff test, it’s just that you weren’t informed or were aware of the build up of issues over the past decade.

There’s known issues with bullying, grooming, to mental hygiene issues like screen addiction and poor focus.

Hell, these are the first generations which have lower educational attainment than its predecessors.

It’s been reported on over and over again. It’s a cost center so no one cares about it.


> Dealing with even sqlite is a pain in the ass when you just need to tweak or read something, especially if you're not the dev.

How? With SQL is super easy to search, compare, and update data. That's what it’s built for.


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.

However, if your all application state can be represented in a single json file of less than a dozen MB, yes, a database can be overkill.


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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: