Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Love and Support (Score 1) 704

Firstly, let me say that I don't think it's your job to coerce your child.

Anyway, I got into programming when I was around 13 because I was a leader of a "clan" for the game Delta Force 2 and I wanted us to have a webpage. Now I'm a software engineer and I work for NASA. But, I'd have never gotten into if my parents didn't take the parental restrictions off of my AOL account so that I could play online.

Cheers

Comment I haven't read the EULAs of other browsers, (Score 3, Insightful) 171

but I feel pretty confident Microsoft Internet Explorer's is worse. I recall reading the EULAs of Windows Media Player 10 and 11 were particularly harrowing experiences.

In any case, if you are concerned about your privacy or don't like advertisements, install privoxy.

Otherwise, enjoy your Chrome experience! It is significantly and quantifiably better than the competition.

Comment Re:image compression (Score 1) 326

A vector/polygon-based file format with a respective interpreter could store this image in a significantly smaller file than a jpg or gif if it were only composed of, in this case, 50 tuples, i.e.:
poly1(color, transparency, x1y1, x2y2, ..., xnyn)
poly2(color, transparency, x1y1, x2y2, ..., xnyn)
...

So, yes. You'd need an interpreter or rendering program for the file type, but the data set would be much smaller in size than that of a .gif or .jpg. Though, to reach the quality of the original, at some point I'm sure you'd be better off with a standard format. This also might be a fun encryption method.

Slashdot Top Deals

"Just Say No." - Nancy Reagan "No." - Ronald Reagan

Working...