The semantic web is now widely adopted
111–120 of 269 posts
Re: The semantic web is now widely adopted
#112Re: The semantic web is now widely adopted
#113Earlier quoted context omitted.
Huh, it's not often you hear a religious argument in a technical discussion. Interesting viewpoint!
I don't see it as anything religious. I see the comment about something having an intrinsic, instinctive quality, which we can categorise as having "soul".
emotional or intellectual energy or intensity, especially as revealed in a work of art or an artistic performance. "their interpretation lacked soul"
Is this the definition used? I'm not sure how a JSON document is supposed to convey emotional or intellectual energy, especially since it's basically a collection of tags. Maybe I also lack soul?
Or is there yet another definition I didn't find?
Re: The semantic web is now widely adopted
#114The semantic web standards are sorely lacking (for decades now) a killer application. Not in a theoretical universe of decentralized philosopher-computer-scientists but in the dumbed down, swipe-the-next-30sec-video, adtech oligopolized digital landscape of walled gardens. Providing better search metadata is hardly that killer app. Not in 2024. The lack of adoption has, imho, two components. 1. bad luck: the Web got…
An interesting read in itself, and also points to Cory Doctorow giving seven reasons why the Semantic Web will never work: https://people.well.com/user/doctorow/metacrap.htm. They are all good reasons and are unfortunately still valid (although one of his observations towards the end of the text has turned out to be comically wrong, I'll let you read what it is)
Your comment and the two above links point to the same conclusion: again and again, Worse is Better (https://en.wikipedia.org/wiki/Worse_is_better)
Re: The semantic web is now widely adopted
#115Earlier quoted context omitted.
Huh, it's not often you hear a religious argument in a technical discussion. Interesting viewpoint!
I don't see it as anything religious. I see the comment about something having an intrinsic, instinctive quality, which we can categorise as having "soul".
What are a few examples of things with an 'intrinsic, instinctive quality'?
Re: The semantic web is now widely adopted
#116Earlier quoted context omitted.
The main problem is that the incentive for well-intentioned people to add detailed and accurate metadata is much lower than the incentive for SEO dudes to abuse the system if the metadata is used for anything of consequence. There's a reason why search engines that trusted website metadata went extinct. That's the whole benefit of using LLMs for categorization: they work for you, not for the SEO guy... well, prompt i…
There is value-add if you can prove whatever content you are producing is from an authentic human, because I dislike LLM produced garbage
Re: The semantic web is now widely adopted
#117The semantic web standards are sorely lacking (for decades now) a killer application. Not in a theoretical universe of decentralized philosopher-computer-scientists but in the dumbed down, swipe-the-next-30sec-video, adtech oligopolized digital landscape of walled gardens. Providing better search metadata is hardly that killer app. Not in 2024. The lack of adoption has, imho, two components. 1. bad luck: the Web got…
Re: The semantic web is now widely adopted
#118I've playing with RSS feeds recently, suddently it occured to me, XML can be transformed into anything with XSL, for static hosting personal blogs, I can save articles into the feeds directly, then serve frontend single-page application with some static XSLT+js. This is content-presentation separation at best. Is JSON-LD just reinventation of this?
JSON-LD to me looks more like trying to glue different documents together, its not about the transformation itself.