Month: September 2015
Thingiverse : 404 – Page Not Found
Yet another creative 404 page design …
Non-Electronic Document Management System
With all the hype around Electronic (or Digital) Document Management Systems, I thought I’d share this photo, from this article (in Russian). Nanotechnology…
11 Highly Underrated Plugins for WordPress
I came across this list of 11 highly underrated plugins for WordPress. I wouldn’t go as far as call of them highly underrated, as some of them are rather highly rated. But that’s not the point. I wanted to share the list especially for these three:
- Instagram image gallery, which I used on this site as well, until I decided to switch to DsgnWrks Instagram Importer.
- Manual image crop, which looks very useful!
- Easy pricing tables, which is also handy, yet not something that I would think to look for a plugin for.
gitfs – version controlled file system
This was only a matter of time … gitfs – version controlled file system:
gitfs was designed to bring the full powers of git to everyone, no matter how little they know about versioning. A user can mount any repository and all the his changes will be automatically converted into commits. gitfs will also expose the history of the branch you’re currently working on by simulating snapshots of every commit.
Here is a brief feature list:
- Automatically commits changes: create, delete, update files and their metadata
- Browse through working index and commit history
- Merges with upstream by automatically accepting local changes
- Caching commits reduces the memory footprint and speeds up navigation
- Reduces the number of pushes by batching commits