Not sure if I’d call him a major writer, but Raymond Chandler is one of my favorites and I think he’s a good example. To me there is a fundamental difference between his crime stories, which show the results of corporate life, alcoholism, personal tragedy, war, etc. and a more modern crime writer that’s just writing a genre piece with all the right pieces, but no actual personal experience.
What major works of literature were written after age of 85? 75? 65?
61–70 of 106 posts
Re: What major works of literature were written after age of 85? 75? 65?
#62Earlier quoted context omitted.
You're pushing back against openly using LLMs to assist in research for writing articles. In my opinion the effect of your pushback is nudging people to not disclose their use of LLMs. I'm not sure that's what you want. In other words, if every time someone says "I used an LLM to assist me with this article" they get backslash, these people will not stop using LLMs. They'll stop telling that they did.
I don't think the problem is that they used an LLM to write the article. It seems that the commenter takes issue with them using the LLM to get the data to analyze.
Re: What major works of literature were written after age of 85? 75? 65?
#63This is actually a good fit for a Wikidata SPARQL query you can run here https://query.wikidata.org/ : SELECT ?work ?workLabel ?author ?authorLabel ?publicationDate ?ageAtPublication WHERE { ?author wdt:P569 ?birth . ?author wdt:P570 ?death . ?author wdt:P800 ?work . ?work wdt:P50 ?author ; wdt:P31 wd:Q47461344 ; wdt:P577 ?publicationDate . FILTER(?publicationDate 60) SERVICE wikibase:label { bd:serviceParam wikibase…
Re: What major works of literature were written after age of 85? 75? 65?
#64Re: What major works of literature were written after age of 85? 75? 65?
#65This is actually a good fit for a Wikidata SPARQL query you can run here https://query.wikidata.org/ : SELECT ?work ?workLabel ?author ?authorLabel ?publicationDate ?ageAtPublication WHERE { ?author wdt:P569 ?birth . ?author wdt:P570 ?death . ?author wdt:P800 ?work . ?work wdt:P50 ?author ; wdt:P31 wd:Q47461344 ; wdt:P577 ?publicationDate . FILTER(?publicationDate 60) SERVICE wikibase:label { bd:serviceParam wikibase…
Re: What major works of literature were written after age of 85? 75? 65?
#66Re: What major works of literature were written after age of 85? 75? 65?
#67Re: What major works of literature were written after age of 85? 75? 65?
#68Earlier quoted context omitted.
It feels a lot like storing your data as an essay in a Word doc instead of a spreadsheet. It can work and all of the math is probably correct, but it's very much the wrong tool when the structured data was right there to be used instead.
The structure data is scattered all over the place. This does the very important thing of aggregating them, and bringing them together. If you had to manually do that it could take weeks.
Re: What major works of literature were written after age of 85? 75? 65?
#69Earlier quoted context omitted.
It feels a lot like storing your data as an essay in a Word doc instead of a spreadsheet. It can work and all of the math is probably correct, but it's very much the wrong tool when the structured data was right there to be used instead.
The structure data is scattered all over the place. This does the very important thing of aggregating them, and bringing them together. If you had to manually do that it could take weeks.
Re: What major works of literature were written after age of 85? 75? 65?
#70Earlier quoted context omitted.
The structure data is scattered all over the place. This does the very important thing of aggregating them, and bringing them together. If you had to manually do that it could take weeks.
What’s the point of getting the wrong answer quickly? https://news.ycombinator.com/item?id=47587662