29 Jun
Posted by Vic as General
Just this weekend, I sent a massive attachment from my Gmail account. Massive. And I’m glad I could. Gmail, in keeping with their always-more mindset, increased file attachment sizes to 25MB—a five MB increase from the old limit. Previously, Gmail users could not send attachments that exceeded 20MB, and even the 20MB limit has been [...]
It’s like something you might see at a Sci-Fi convention except that it’s a real 21st century mobile gadget. The device is called a sWaP phone and is the latest innovation in the mobile phone market. Currently being released by LG Electronics is the LG-GD910; this is a phone and watch all rolled into [...]
06 May
Posted by RodneyS as Computers, Future Tech, Gadgets, General, News For Geeks
When I was in college, I once bought a textbook that cost me $130. That hurt. The real pain, though, came when I tried to lug the thing around in my book bag. The final pain probably came when I got my grade report for the class. I bring up the college story to explain [...]
28 Apr
Posted by RodneyS as Computers, Future Tech, General, Internet, News For Geeks, Programming
Previously I posted on how to update twitter from the command line. Now I am going to build upon that and show you how to do it with twitter and facebook. To make it easier we are going to make a shell script.
#!/bin/sh
user=”Your twitter username”
pass=”Your twitter password”
curl=”/usr/bin/curl”
$curl –basic –user “$user:$pass” –data-ascii \
“status=`echo $@ [...]
26 Mar
Posted by RodneyS as General, Internet, News For Geeks, Programming, Tech, Web2.0
Twitter has become very popular recently and some people seem to want to be able to tweet all day long. If you are at work it is kind of hard to go to twitter or open your favorite twitter program and not get in trouble. So today we are going to look at a way [...]
14 Jan
Posted by RodneyS as Apple, Computers, Gadgets, General, Programming, Rants, Tech
I have had an iPhone 3G for quite sometime now and I really enjoy it, but when i look at the new apps coming out I am very disappointed. I see things like isteam, iBoob, and ifart. Come on these seem like something a 15 y/o would make as his first program, not something that [...]