Dave Winer
Dave Winer
I improved the xmlviewer function that's linked into the UI in various places. Here's an example. http://xmlviewer.scripting.com/?url=http%3A%2F%2Fscripting.com%2Frss.xml I also made it so the hotlist updates periodically if there have been...
I think my eyes are beginning to adjust to this mode of work. Or my brain. Or maybe my vision is improving. it's all so subjective. Regardless, I feel like...
Good morning! First, thanks to all the Scripting News people who showed up to test yesterday. ### Status Found some big problems and fixed them. That's one of the most...
I finished the implementation of drag and drop. Also started my final pass on the docs. Added a [new doc](https://github.com/scripting/feedbase/blob/master/docs/database.md) for the database structure.
The program is now topped-off. Now commences the cleanup, testing and filling-in. Anyone who can hear me, your participation is welcome. ;-) #### Items on my immediate list: 1. Command...
I'm going very slowly and carefully through the database routines, and testing stuff, and collecting my thoughts and making decisions. For example, what to do when there's an error reading...
Greetings. I am rebooting my development process after a long hiatus. Everything's good. Looking forward to shipping this and building a public database of feeds. Digital Ocean which hosts the...
First thing -- ``` ALTER TABLE feeds ADD ctErrors INT DEFAULT 0; ALTER TABLE feeds ADD ctConsecutiveErrors INT DEFAULT 0; ALTER TABLE feeds ADD ctChecks INT DEFAULT 0; ALTER TABLE...
It's going to be a lite day today, lots of sports on TV -- Knicks at noon (they might actually win vs Atlanta) and of course the SuperBowl in the...
Lots of cleanup work today and tomorrow. But first I want to get the query for the user/subscriptions page. That is, the page for a user showing what they're subscribed...