From fd5ee4fa78b82c49be2c55d6d9d77cfda1648919 Mon Sep 17 00:00:00 2001 From: Danny Ayers Date: Fri, 4 Aug 2023 17:05:26 +0200 Subject: [PATCH] tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f9e46..f25f935 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ NewsMonitor may be run standalone locally or on a remote server as long as there ### Status 2023-08-04 -Revisiting. After adjusting config to point to [my online Fuseki store](https://fuseki.hyperdata.it/) and rebuilding, the aggregator appears to mostly work. Pretty remarkable given that it's almost a decade since I wrote it. Looks like it polls/trawls feeds as it should, but I'm not seeing the feed item content in the store yet. I suspect this is down to Fuseki having a different auth setup since I last tried it, so SPARQL INSERT isn't working. Fortunately the code seems pretty well structured (I got some EU funding for it, so had to attempt best practices), shouldn't be hard to fix. *Is funny, Java was my go-to language back then, haven't used it since. For Web stuff nowadays I'll use vanilla JS in the browser, nodejs for services, for general stuff Python, for embedded, C++.* +Revisiting. After adjusting config to point to [my online Fuseki store](https://fuseki.hyperdata.it/) and rebuilding, the aggregator appears to mostly work. Pretty remarkable given that it's almost a decade since I wrote it. Looks like it polls/trawls feeds as it should, but I'm not seeing the feed item content in the store yet. I suspect this is down to Fuseki having a different auth setup since I last tried it, so SPARQL INSERT isn't working. Fortunately the code seems pretty well structured (I got some EU funding for it, so had to attempt best practices), shouldn't be hard to fix. *Is funny, Java was my go-to language back then. Nowadays for Web stuff I'll use vanilla JS in the browser, nodejs for services, for general stuff Python, for embedded C++. Anything but Java.* I have *absolutely no idea* what I had for reader UI, can't see anything in this repo server- or client-side. But I've got stuff around [HKMS](https://hyperdata.it/hkms/) which I can easily adapt (the main idea behind HKMS is headless knowledge management, having task/domain-specific browser client apps that talk to common online SPARQL stores).