TechnoInfo is a collection place for news about technology; specifically cool new things, and how technology and man influence each other.
May 29, 2009
May 28, 2009
DTXTR helps you decipher txt msgs
Files Over Miles does simple, direct transfers in your browser
May 27, 2009
Don't Clean Dishes Before Putting them in the Dishwasher
In praise of FrontPage
I work for a company that builds most of its intranet with Microsoft FrontPage. I build and manage internet sites with it.
FrontPage put website-managing capability into the hands of people who were unable or unwilling to learn to code everything by hand. There's a lot to be said for the WYSIWYG interface. It's great if someone can code up a site with Notepad, but it's not the only way to do things, or even the most efficient.
A couple of our local school websites that I manage, formerly with FrontPage, have been converted over to a CMS system, and it is *not* a good change. The sites are much slower even for browsing, and editing is very, very slow and clunky, and I can only do a small subset of the things I used to do before. It is not progress.
May 26, 2009
The Science News Cycle
May 24, 2009
Desktop Linux For The Windows Power User
May 21, 2009
How to change the Ubuntu login screen
May 19, 2009
A microwave I wish I hadn't purchased
I purchased an Oster model OM1201E0VG microwave a few months ago, after our existing microwave broke, then another model I ordered on-line arrived broken (the door had to pulled open with two hands and then wouldn't shut, lots of fun shipping *that* one back!), and then the first one of these I bought at a local Target was dropped during shipping and had one corner caved in, and at the time my life was very hectic so when I finally got one that worked by exchanging it at a Target in another city (each store only had one), I was willing to just live with it, because you have no idea how much you use a microwave until you go a week without one.
Anyway, here's what I imagine the R&D guys talked about when coming up with this model:
- "Let's give it a light inside, but let's not have the light turn on when the door is opened, but only work when the food is cooking and your view is almost completely obscured by the mesh in the window!"
- "Let's help our customers realize when they've opened the door by having the beeper beep when they open the door, you know, because they might not realize they were opening the door without that extra audio cue."
"Good idea! Let's also not allow any change in beepiness, as some other models allow via special control panel keypresses, and just in case some end user wants to make his home a little more serene by unhooking the beeper, let's use security bolts on the back of the unit so he can't open it." - "Even though this is a standard 1000-watt microwave oven, lets have it use so much power that it sends any computer UPS in the house into battery mode when anyone heats anything up."
- "Finally, let's give it a Timer function, but with a twist: after the timer is timing for a bit, let's have the countdown display stop displaying, so people never know how much time is left; and let's make the end-of-timer-time indicator noise be just one single beep!" "Good idea, there's got to be a market out there for people who don't really care when the timer go off!"
My inability to find this thing anywhere on the internet gives me pause. And the support website, as listed in the manual, is dead (http://www.osterliving.com/; WHOIS says the domain is registered, but has no site associated with it).
To be fair, there are a couple of good features:
- it has an actual handle, one of the things we looked for, because you can control the opening and closing much better (and do it more gently/quietly).
- if you heat something in it and forget to take it out, it will triple-beep at you to remind you after a minute or so.
But the negatives outweigh the positives. So much so that we've just replaced it with one of those barely-bigger-than-a-plate models that probably cost $40 new (we got it at a garage sale). It works much better.
May 16, 2009
Fixing a blank screen in Ubuntu 9
- when you start the computer, and see "GRUB loading" -- press ESC to get to the GRUB menu
- choose recovery mode
- arrow down to the xfix option: "Try to auto repair graphics problems"
- resume normal boot
- when you start the computer, and see "GRUB loading" -- press ESC to get to the GRUB menu
- choose recovery mode
- choose "drop to root shell prompt"
- at the prompt, type:
dpkg --configure -a - then:
dpkg-reconfigure xserver-xorg - then you'll get a screen of blah-blah :-), and you should use the arrow keys to choose "Yes" where asked to use the "kernel framebuffer device interface"
- click no for the keyboard layout question
- hit the Tab key to choose highlight "OK" for the next question, and same for the rest of the questions
- when you get back to the prompt, type EXIT
- choose to "Resume normal boot"
Hopefully at this point all should be well... but you've reduced the video capabilities somewhat by not allowing direct communication with the video hardware. So you should look into figuring out what the exact capabilities of your hardware are, and changing your Ubuntu parameters to meet those limits. I have no idea,yet, how to do this.
Also, if your video system is not a separate card, but just a motherboard resource, be sure that you've told your computer's BIOS to devote as much RAM as possible to video (on my laptop, the choice was either 1 MB or 12 MB).Removing a screensaver from Ubuntu 9
sudo rm /usr/share/applications/screensavers/screensaver.desktop
where "screensaver" is the name of the screensaver you wish to remove; in this case, the command is:
sudo rm /usr/share/applications/screensavers/jigglypuff.desktop