What Soluto intends to do is allow the user to focus on the boot process, identify what applications are slowing down a computer and then let the user improve this by disabling certain items. Soluto has also embarked on creating what’s called the PC Genome which looks to map problems and solutions in a large database allowing for future streamlining of the solution process.
This device will not be available here in Toronto until sometime in May – so imagine my joy at getting to play now. I really wanted to see what the hype was all about. I had heard and seen many reports – but for many, the mantra had been “You have to see it and touch it to understand how amazing it is”. So, today, I will do that.
Welcome to this new device are features like a camera, a gps device and the inclusion of media players as well as memory expandability. Some features not so welcome are the new keyboard layout, removal of the spinning wheel and addition of the track ball. Along the way, some unexpected surprises
By now, if you’re new to using KeeWeb, you should probably have read my really basic intro to getting KeeWeb working from a place you host. You may have decided to host it on your own server or computer, but I thought putting it in Dropbox was a good primer for what’s next: Integrating this tool into Dropbox’s API and using that for storage. This can seem really complicated at first look, but I’ll show you that it’s not as bad as you think.
A newly revamped Bittorrent Sync arrives with new features and a new interface. The tool is working to appeal to less technically savvy users, and this update should go a long way in that regard.
The storage space comprised of NAS (Network Attached Storage) devices is an interesting one. It appears to be growing in multiple ways – companies are downsizing away from the server they didn’t need, gamers are looking for that home data store, and businesses are increasingly using them for backup applications. I’ve seen great many of these devices, and today I was able to look at the Drobo FS, a five drive NAS device with one and two drive failover capabilities aimed at users and small businesses.
We all felt the pinch economically and personally this year, but technology was as interesting and fascinating as it’s always been. You may have already seen my Year In Review, so you know exactly how 2010 was (and how I think 2011 will unfold). Perhaps, though, you are new to this blog or just wondering what kind of stuff might be in those 96 blogs of 2010? Well, you’re in the right place, so let me show you.
A year has come to an end, and with it, a year of reading. This year I’ve read more than 120 books published in several generations. Reading old, new, printed paper, electronic, or audiobook, I work hard to make use of a spare moment to dig in. With my reading, I’ve also tried to review books more here and most recently on Instagram at @cwlmedia. Reviews and not-taking, in general, can be challenging on the best of days, but doing it has helped me make better sense of books I read and pass on thoughts to others. So many of the books I choose to read are good, but some really do rise above and are worthy of more attention. So, without further delay, here are the best book I read this year.
The cloud isn’t always your friend. Google, for example, seems to imbue its entire system with pay-for-storage incentives. Two easy clicks and you can pay money just to hold onto older mail. But, maybe you don’t need them to store your old mail. Maybe you can do this on your own, simply and easily. You […]
Discourse is a popular forum tool available as a self-hosted open-source tool. It can be installed bare-metal on Linux, but the Docker installation is one that I found most interesting. Unlike most Docker-implemented tools, Discourse has a script that runs outside of the docker containers (on your base machine) to set up the tool. This monolithic script (./discourse-setup) seems to do many of the things that docker-compose does, but obviously worse. I’m no fan of doing things this way; especially when the base alternative is nowhere on their site. My challenge this time was to build a basic docker-compose.yml that would get Discourse running in a test environment. Here’s what I did.