Suramya's Blog : Welcome to my crazy life…

May 30, 2006

Flashy USB Accessories

Filed under: Interesting Sites,Tech Related — Suramya @ 3:20 PM

Found an Interesting set of USB Accessories while browsing through the Wired Site… My personal favorite is this one:

USB Bra Clasp
USB Bra Clasp

It would be interesting to watch a wearer try to use this… 😉 Any volunteers for a demo 😉 😀

Source: Wired 14.06: PLAY

– Suramya

May 12, 2006

Tamiflu (Flu medicine) is now open source…

Filed under: My Thoughts,News/Articles,Tech Related — Suramya @ 10:40 AM

Lets hear it for the open source movement. Tamiflu one of the medicines used for treating pandemic flu has been made open source… meaning the process to create the drug has been opened to the public.

The biggest advantage is that anyone can now synthesize the drug if required so the production bottleneck has been removed. However, the question that comes to my mind is that how willing will people be to trust a medicine that their next door neighbor made in his garage? Are you really willing to risk trying that medicine? Prob yeah, if you don’t have any other option but what if you do? I think most people (including me) would rather take a medicine prepared by a qualified/reputed lab than some homegrown varity…

But still its a step in the right direction. How you may ask? Well, now all the labs have the process without having to spend R&D to reinvent the wheel. So if the need arises everyone can pitch in to make the drug.

Original Article: MAKE: Blog: HOW TO – Make Tamiflu

Thanks to Adam Fields (weblog) for the link.

Thanks,
Suramya

May 11, 2006

Book Search in Delhi

Filed under: Tech Related — Suramya @ 10:51 AM

Book Search: Delhi Style

Thanks to Google Blogoscoped for the link.

– Suramya

May 10, 2006

Making Bootable Movies with eMoviX

Filed under: Computer Software,Linux/Unix Related,Tech Related — Suramya @ 1:57 PM

Now this is a really cool software/system that allows you to create a CD/DVD with video/audio etc on it that any system can boot off and play the video. So you no longer have to worry about sending someone the codecs to view a movie/video you created. No more worrying that you might have forgotten to include the codec’s on the CD you gave to the president with your brain wave etc. All they have to do is pop the disk in the drive and reboot the system (while you pray that the system is set to allow booting from the CD-ROM)

I havn’t tried it out yet but it looks good and easy to create.

From the Website:

If you are like me and do all your video recording in Linux, you may wonder how you can share the TV shows, personal videos, and other multimedia content with friends and family who don’t use Linux. How can you get the video from your hard disk to the people you care about in a way that you know they can play it?

Well, instead of just hoping they have a way to play your favorite video format, why not give them your home movie with a player that you know can play it? In fact, why not give them the whole operating system with it so you know that your player will run?

Complete Article: Making Bootable Movies with eMoviX

Thanks,
Suramya

March 29, 2006

The Spider of Doom

Filed under: Funny News,Tech Related — Suramya @ 10:55 AM

Ok, this is just plain hillarious.. Though I do feel sorry for the poor sysadmin who had to trace this issue and I am impressed that he actually managed to solve it. Basically:

“Josh [Breckman] was called in to investigate and noticed that one particularly troublesome external IP had gone in and deleted all of the content on the system. The IP didn’t belong to some overseas hacker bent on destroying helpful government information. It resolved to googlebot.com, Google’s very own web crawling spider. Whoops.”

So when googlebot crawled the pages it deleted them as it went through them. This is really poor application design, the authentication mechanism depended on the client to have javascript enabled and if they didn’t it assumed that allowed the visitor full access to the site.. Not smart…

Complete Writeup: The Spider of Doom – The Daily WTF (Has some good suggestions on how to avoid this)

Thanks to Daily Blogoscoped for the link.

– Suramya

March 11, 2006

Tools to check folder ACL’s in Windows

Filed under: Computer Software,Computer Tips,Tech Related — Suramya @ 11:30 PM

Tools to use that show “ALL” of the the ACL’s permissions that are on these network folders:

I haven’t tried any of these tools yet so I can’t vouch for them. However these were recomended by smart people that post to the Security Basics @SecurityFocus Mailing list so I am sure that they work ;).

Thanks,
Suramya

March 10, 2006

Google: A giant hard disk in the sky?

Filed under: Computer Related,My Thoughts,Tech Related — Suramya @ 12:52 PM

There have been rumors to the affect that Google might be releasing a new service that allows users to store unlimited amount of data on their servers and access it from anywhere… While this sounds really neat and useful there are a couple of issues with it that you might want to think about (If you are planning on using it. I am not)

1. First as soon as the data is off your computer and on google’s they have full access to it, they can scan it to generate targeted ads. (They already do that with your email). If a google employee wanted to they could read you private documents (You tax returns, your love letters, your whatever… ). Not saying that they will just they can.

2. Storing it on Google’s servers will make it easier for law agencies/lawyers to get search access to your data using a subpeona. Adam Fields has a good writeup on why storing your data on google is a bad idea.

So if you still want to store stuff on google feel free to, but I am not. I might store encrypted files for a short time if I needed to free up space for something, but for a more long term solution I will stick to my DVD burner. 🙂

Original Article: Google: A giant hard disk in the sky?

– Suramya

March 9, 2006

New Biometrics scanner released

Filed under: Computer Hardware,Computer Security,Tech Related — Suramya @ 11:01 PM

This is an interesting new biometrics scanner that uses the layout of the veins in the user’s palm to authenticate them. Apparently its more reliable than fingerprints and safer. Couldn’t find any pricing information but I bet they are expensive right now. Hopefully the price will go down a lot so that I can afford to get one to play with.

Synopsis:

Fujitsu Computer Products of America, Inc. on Wednesday announced the global launch of its PalmSecure biometric authentication system. The contactless system identifies users by examining the layout of the veins in the palms of their hands.

The PalmSecure device uses a near-infrared beam, similar to that used by television remote controls, to map the layout of veins carrying oxygen-depleted blood back to the heart. According to Joel Hagberg, vice president of marketing and business development for Fujitsu, those vein patterns are unique in every person — even more so than fingerprints or DNA.

Complete Story: For security, Fujitsu talks to the hand – Computerworld

Thanks,
Suramya

February 18, 2006

CollageGen Ver 0.5 released

Filed under: Software Releases,Tech Related,Website Updates — Suramya @ 5:13 PM

Released Version 0.5 of the Collage Generator. This time the source code for the script is also available for download at the site.

I do have a working demonstration page but it don’t works if one person uses it at a time, because it queues up each request it recieves and process it in a FIFO (First In First Out) format, so if too many people are using it at the same time the page time’s out. Will probably switch to a threaded model to allow parallel processing of requests.

ChangeLog:

  • Rewrote the Backend Script to speed up the collage generator faster
  • Added XML-RPC support to allow better communication between the frontend and the backend

Your Feedback/Comments would be appreciated.

Thanks,
Suramya

February 14, 2006

Free Geek: Helping the needy get nerdy

Filed under: Interesting Sites,Linux/Unix Related,My Thoughts,Tech Related — Suramya @ 4:43 PM

This is a really good program that combines volunteer work with computer education with helping underprivilidged get computer access.

Free Geek volunteers are a part of one of two programs, the Adoption Program or the Build Program. The Adoption Program gives each person, after 24 hours of volunteer service, a FreekBox, consisting of a rebuilt computer running Linux, as well as basic software, a monitor, keyboard, mouse, one year of tech support and classes on how to use it all. For the Build Program, which takes about 100 hours, volunteers build five computers and get to keep the sixth one, leaning more towards an educational focus.

They also have a couple of other projects you can help with. Check out How to Volunteer for details.

Unfortunately most of the projects require you to be in the Portland, OR area which kind of sucks as I would have loved to help out with this project. Luckily they do have a Coder section that lets people who are located remotely help out with the project. I am joining this mailing list as a volunteer, lets see how much fun/interesting its going to be. I will keep you posted.

URL: Free Geek: Home
Some media Coverage: Designtechnica.com

– Suramya

« Newer PostsOlder Posts »

Powered by WordPress