| ▲ | mindcrime a day ago | |
Several years ago I wrote an internal tool named Fogbeam Universal Competitive Inteligence Tool (eg FUCIT). It was up and running and doing it's job for a while, then a lot of stuff happened and it kinda fell into disrepair. It's a Grails app and the original Grails version was something like 2.2.3 and I think it was running on Java 1.6 or something along those lines. Anyway, for a lot of reasons that don't matter now, the time has come to rebuilt | reinvent | reinvigorate this thing. So for the last week, I've just been working on updating dependencies, fixing the resultant breakages, and also fixing miscellaneous bugs that had never been fixed (or possibly even noticed) before. As of today I have most of the base functionality up and working again. I just got all the Quartz scheduling stuff set back up and now I'm testing the scheduled job that fetches data from RSS feeds and creates associated records based on the contents of those items. Up next: test|fix some functionality around defining "semantic assertions" about entities in the system (using Apache Jena) and then I'll at least be back where I was. After that, I have some UI improvements to make (the UI now is basic GSP pages with Bootstrap and jQuery), and then some GenAI integration stuff. Beyond that: who knows? Besides that... Ref this thread: https://news.ycombinator.com/item?id=46252283 I did pick up Volume 1 of "The Handbook of Artificial Intelligence" earlier this afternoon and read about 25 pages. I've also been working my way through "Parallel Distributed Processing - Volume 2" and "Principles of Semantic Networks" for the past few weeks, so continuing to grind on both of those as well. | ||