Installing rTorrent on Illumian
I have posted a guide on how to install rTorrent on Illumian. It can be read at Thermetics.net.
I have posted a guide on how to install rTorrent on Illumian. It can be read at Thermetics.net.
Reed 0.9.8 has been released. This update includes a bunch of bug fixes, as well as some API changes.
lastModified values will now be exposed as Date objects. They are still
stored as Unix timestamp strings in Redis.reed.pages.remove and reed.pages.close methods.As always, the new release is on NPM:
Reed 0.9.6 and 0.9.7 have been released. This is a bug fix/enhancement release:
These two versions were done with the help of algesten on GitHub. This marks the first official outside contributions to reed's code.
The new release is in NPM:
npm install reed
I've added a simple search function to the site, backed by elasticsearch and Elastical, the NodeJS elasticsearch client. It only searches blog posts right now, and it's not perfect yet. I'm still learning how to query elasticsearch, so the results might be a bit strange for awhile (e.g. searching for reed returns a post without reed mentioned in it).
I also made a minor change to the layout. The links are a slightly darker blue. Fits in with the site better. I've also expanded the number of characters in each blog post preview on the front page up to 1024, from 512.
Reed has been updated to 0.9.5 from 0.9.2. Changelog is as follows:
reed.all to get all posts in the system, ordered by date.Reed can be installed from NPM:
npm install reed
To view the readme or get the code, check it out on GitHub.
Today, the site has been updated with RSS functionality and a slight layout change. I have also removed the link to my GitHub profile from the top menu. Replacing it is a link to my other blog, thermetics.net. The GitHub profile link joins the new RSS link on the right side, above "Places." I have also condensed the two link sections into one simple "places" list.
Blog posts also now actually have commenting. The original comments system was fully functional except for the part where they inserted their contents into the database (much less retrieved those contents!).
Rather than continuing to roll my own, I have decided to go with Disqus for a commenting system. It was easy to integrate, hooks into gravatar, and is used on numerous other sites. No using captchas or anything like that.
Flux, a comprehensive content discovery library for NodeJS, has been released. Flux provides programmatic access to public BitTorrent websites and allows the developer to search for, locate, and download torrents. Currently, access to the following websites is implemented:
Flux is very easy to use out of the box, but it is also an extensible framework. New torrent providers can be coded and dropped into flux easily.
Get flux today by using NPM:
npm install flux
See the GitHub repository for more information, including a complete tutorial and documentation.
Reed has gotten a huge version bump from 0.0.6 to 0.9.x. The 0.0.x versions reflected a very early development state for the library. I feel that reed has enough features and functionality to graduate to the beta stage. After reed has been beta tested thoroughly, I will push it up to version 1.0.
The following new functionality is in reed 0.9.x:
reed.pages to serve up static content on your website!