Related Posts Related Websites

Tags: ,
Filed under Tech Trends : Comments (0) : Jul 2nd, 2009 by Wyatt Walter

Gmail Gets Drag-and-Drop

gmail-drag-n-drop I love the Gmail interface, but one of the things that I miss going from my Zimbra accounts at work to Gmail is that there’s no drag-and-drop. Well, that all changed when I logged into my account today. I don’t know that I would call drag-and-drop in a web email client a killer feature, necessarily, but as Google works to make web applications feel more like desktop applications, features like drag-and-drop will become more and more important. I was actually surprised that it took this long for them to bring this feature to Gmail. In a world where the push is to mix cloud and desktop applications, having these interfaces the same is going to be crucial.

The drag-and-drop interface does leave a bit to be desired as you actually have to grab a handle to the left of the message rather than just grabbing the message itself, but it’s something. I would expect that you would be able to just click and hold on either the subject or the sender within the interface to grab the message as this is the behavior in most desktop clients, but we will see.

Related Posts Related Websites

Tags: , ,
Filed under News : Comments (0) : Jul 2nd, 2009 by Wyatt Walter

Oh Be Careful Little Mind What You Think

You better start working now on controlling the urge to think about running that annoying coworker over or running into that guy that just cut you off in traffic. Toyota, today, showed off its new thought-controlled wheelchair. The user wears a cap that monitors for certain brain waves every 125 milliseconds which is pretty much instantaneous to a human. The person basically just thinks about moving an arm or a leg to instruct the wheelchair to move.

Toyota hasn’t said when this product will hit the consumer market, but it will certainly be one to watch as that seems to be the new forefront of computer and device interfaces.

Related Posts Related Websites

Tags:
Filed under News : Comments (0) : Jun 30th, 2009 by Wyatt Walter

Human Body OS 2.0: 15 Must-Have Features

Well, God did a pretty good job with the Human OS 1.0. It’s done quite well for us for some time, but let’s face it, it’s time for an upgrade. While it hasn’t made it public exactly when Human 2.0 will debut, but the newest firmware should account for much-needed changes in the now out-of-date Human 1.0 firmware with some new features that we have learned from experience from the computing industry.

better logging (see syslog)
Pain is about as worthless as an error message on your computer screen reading just: “error”. Sometimes it takes a doctor just to figure out what in the world is wrong with your body. Having some better logging would just be much easier and more efficient.

kill
I’m not talking about killing other humans. When I go to sleep at night and can’t stop thinking about some event the next day or one that happened that day, I just want to make it stop. Being able to manually kill off a process would make things much easier.

search (see Spotlight)
While it’s not the best practice, good search can overcome the worst of organization skills. When I’m having problems remembering something, why can’t I just search for it?

a good antivirus
Like a good ol’ Windows 98 machine hooked directly to the public Internet, our bodies are susceptible to all kinds of viruses. A good antivirus would help increase uptime due to stupid things like viruses.

delete
Sometimes you see or hear things you just didn’t need nor want to hear. Having the ability to remove those unwanted memories would be awesome.

better multi-threading for males
Guys don’t multitask. If they say they do they’re lying. I know because I am one. With all the devices and thing competing for our attention, we as males need better multitasking.

improved process scheduling for females
I wouldn’t know, but I’ve heard and learned that females spend most of their time multitasking. I know sometimes I wish that my wife was able to just turn off thoughts about certain problems to not think about them for a while.

file sharing
Have you ever had to share memories or strategy with people in those archaic, analog fashions like speaking, writing, or typing? That’s just ridiculous. We need to be able to just open up a file share to let others grab that data for their use.

video chat / screen sharing
Let’s face it, sometimes there’s just no substitute for being there. Being able to share experiences with others as we see them is sometimes necessary for them to understand how we feel. Otherwise we have to resort to those old-school, ridiculous processes I mentioned above.

a good firewall
Sometimes people are just annoying. Sure, you can do your best to ignore them, but it takes resources for our brains to process who they are and what they’re saying before deciding to ignore them. Having a firewall in place could help eliminate the need for those unnecessary time wasters.

live migration (see vMotion)
Ever been working on a project at work and had to leave, only to realize that the person coming in needed to get brought up to speed? Imagine if you could just vMotion that project to the co-worker who was coming in to fill your spot. Your project wouldn’t be slowed down a bit, nor would you miss that important lunch date.

process delegation (see Xgrid)
This is possible in the human 1.0 firmware, but through a much more manual process. Once again we have to use these antiquated processes like talking and typing to delegate tasks. Automatically handing out tasks would speed things up for sure.

better battery life
Eight hours of down time every day?! That will never hold up, even with the most lax of SLAs. Good uptime will be key for human 2.0 to be a success.

people management (see Group Policy)
It would be far more efficient if we could just set policies to not allow humans to break laws than to pay police to be sure humans are caught if they break laws. This would also be helpful for parents, teachers and cult leaders.

copy-paste
Why should we constantly be trying to read things and memorize them? Let’s just copy-paste them into text files to search and share with others.

What about you? Are there any features that we need in Human OS 2.0 that you use every day on your computer?

Related Posts Related Websites

Filed under Just for Fun : Comments (0) : Jun 29th, 2009 by Wyatt Walter

Constant Disk Activity from MythTV

Last night I was playing with my MythTV box setting up a frontend on my MacBook and I noticed after I was done playing that the MythTV backend server’s disk was constantly making noise. When I stopped the MythTV backend services, the noise stopped. Then once I started it back up the activity continue the way it was before. After doing a little Googling, I found out that others had had this problem on Ubuntu 8.04 shortly after installing MythTV. Later in the bug report someone discovered that on their machine, the constant disk activity was MythTV logging that it couldn’t connect to the MySQL server. Turns out they were exactly right. In my /var/log/mythtv/mythbackend.log file, it was constantly writing:
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
2009-06-26 23:50:02.359 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError? Strange...
QSqlQuery::prepare: database not open
QSqlQuery::exec: database not open
2009-06-26 23:50:02.412 DB Error (SimpleDBStorage::load()):
Query was:
SELECT station FROM record WHERE recordid = :WHERERECORDID
No error type from QSqlError? Strange...
2009-06-26 23:50:02.413 Unable to connect to database!
2009-06-26 23:50:02.414 Driver error was [1/1045]:
QMYSQL3: Unable to connect
Database error was:
Access denied for user 'mythtv'@'localhost' (using password: YES)

Turns out, I had been messing with the MySQL permissions to get my MythTV frontend machine to work and hadn’t noticed that I broke the backend. If you install MythTV and notice that you get constant disk access after it starts, this is likely the culprit.

Related Posts Related Websites

Tags: ,
Filed under How-Tos / Tips : Comments (0) : Jun 27th, 2009 by Wyatt Walter