Category: Uncategorized

  • SdiDesk VB.NET on GitHub

    At one point I had SdiDesk converted to VB.NET because VB Classic was clearly deprecated and maybe VB.NET was the future. In the event I never really liked this idea or immersed myself in VB.NET. But the code was sitting around on Google Code hosting. Now Google Code is shutting down, I did the automatic…

  • Node-RED

    Yahoo Pipes may be dead, but Node Red seems to be the device swarm orchestrating, data-flow programming tool I was hoping it might evolve into. It’s free software, it runs on everything including RaspberryPi and talks pub-sub protocols like MQTT.   Source: Node-RED

  • WebAssembly

    The browser keeps evolving to become a more comprehensive platform, operating system. WebAssembly is a new proposed standard bytecode that the major browser-makers are committing to support. It will interop with javascript (I believe) and HTML5 APIs, and is intended as a compile-target for other languages. More information here.

  • Yahoo Pipes Blog – Pipes End-of-life Announcement

    So Yahoo Pipes is closing down. As of August 30th 2015, users will no longer be able to create new Pipes. The Pipes team will keep the infrastructure running until end of September 30th 2015 in a read-only mode. You can download your Pipe definition by specifying your Pipe-ID (_id) and the output format (_out=json)…

  • Processing Processing

    Every now and then I go back and reread Ftrain’s amazing essay. And more than 12 years after it was written, it’s still one of the most insightful and inspiring pieces of writing on the web about the web.

  • Dave Winer: Andrew wants a home page

    OK. At this point I’m now officially confused by the Dave Winer road-map / strategy. I’m sure it’s evolving and exploratory. But Dave’s productivity means that I’m no longer keeping up with how this is meant to go down. So we had an outliner. (Fargo). And then an open-sourced version of the editor (Yay! Concord).…

  • OWLdroid fixed, thanks to BTSync

    Good news. The latest version of BTSync actually lets me specify which folder on my Android tablet I want to sync. That means I can explicitly tell it to sync. the OWL directory that OWLdroid uses by default. (Somewhere between updates of Android and BTSync last year, this facility got lost.) So it’s looking like…

  • Project ThoughtStorms : Wikish Plugin Update

    I’m updating my copy of the Smallest Federated Wiki, and the plugin format has evolved again. (Not surprising, the SFW is still in its experimental stage.) So, I’ve broken out my plugin for ThoughtStorms / SdiDesk format (wikish) from the original Project ThoughtStorms and made a dedicated git repository in the recommended format, naming convention…

  • The GNU Manifesto Turns Thirty

    The GNU Manifesto Turns Thirty – Slashdot.

  • Uninstalling Python

    Note to self : sudo apt-get remove python2.7 Has a pretty dramatic effect on a Ubuntu box. There are a LOT of packages these days that are dependent on Python somewhere inside them (including a lot of Unity) 🙂