I’m setting up a lightweight wiki for dumping notes on miscellaneous topics up to a website as a set of arbitrarily-linked pages. Here’s my first pass solution, using the Eleventy/11ty static site generator. https://github.com/sackeyjason/mcwiki 11ty converts the markdown into HTML files (in folders too). It also does templating, which I’ve yet to get my headContinue reading “Simple static wiki [WIP]”
Category Archives: Programming
Beginning development with function and a DB on Begin
I wrote about my impressions with this software development platform: View at Medium.com I expressed some confusion about certain obstacles and described some workarounds. Ryan from the project replied on Twitter and helped me towards figuring out the issues, and I’m quite satisfied with proper solutions. I amended my post with the answers. But IContinue reading “Beginning development with function and a DB on Begin”
Software crisis
The major cause of the software crisis is that the machines have become several orders of magnitude more powerful! To put it quite bluntly: as long as there were no machines, programming was no problem at all; when we had a few weak computers, programming became a mild problem, and now we have gigantic computers,Continue reading “Software crisis”
Repost: The end of software development
Computers, to be useful for any particular task, need software. The practice of creating that software, developing it, programming it, happens to be considered as a specialised one. That wasn’t always the case.
Software updates – part I
This essay is about how the internet has accelerated aspects of software development. The net is a means for much faster, more widespread propagation of software and software updates than previously available. Before the net, when software was mainly distributed via physical media, updates could only be delivered via similar means: magnetic discs, CD-ROMs, printedContinue reading “Software updates – part I”
Hacking on Holochain: first impressions
Here’s an exciting player in the ascendant decentralised computing space: Holochain. It’s a ‘post-blockchain’ platform for apps that communicate peer-to-peer, with secure user identities and cryptographically-validated shared data. This week, key Holo people and creative collective darVOZ are running a sprint-athon in London. This is where I met them (people in both groups) for the firstContinue reading “Hacking on Holochain: first impressions”