Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Google

Submission + - Google Unveils Offline Access to Gmail (pcworld.com)

mytrip writes: "Google is rolling out a new system for letting Gmail users access their accounts offline. Google will cache your messages on your system using Google Gears. You'll be able to open your browser to Gmail.com, see your inbox, read and label messages and even write replies without a Net connection. Your messages will send once your system reconnects to the Web.

The system is beta (of course) and accessible through Gmail Labs. But it won't be immediately available to everyone — Google is parsing out access as it experiments with the new feature."

Privacy

Submission + - Anonymous network I2P 0.7 released (i2p2.de)

Mathiasdm writes: The Invisible Internet Project, also known as I2P, has seen its 0.7 release (download). I2P uses multiple encryption layers, and routing through several other computers to hide both sender and receiver of messages. On top of the network, regular services such as mail, browsing, file sharing and chatting are supported.
This major version change marks a new period, in which the I2P developers wish to spread the word about the secure network. This new release includes improvements in the built-in bittorrent client, changes in the network exploration software and an experimental new address system using base32 hashes of destination keys.

Comment Re:Oh boy. (Score 2, Interesting) 503

There were lots of third party compression utilities before DOS 6.

I used to use one called diet. It would intercept calls to read from files, and check to see if it had compressed them. If it had, it would unpack them to another location (I used a resizable ramdisk) and redirect the read to the uncompressed copy.

When the file was closed, it would delete the decompressed copy.

It would only work on read only files, but it worked pretty well. In the days before disk caching, uncompressing to the ramdisk actually made things faster despite the overhead of the decompression.

Cellphones

How To Find a Mobile Games Publisher? 119

n01 writes "In the last few months of my spare time, I've been implementing an abstract strategy board game (that I invented) along with a decent AI. The game resembles TwixT in that it is also a connection game, and could be played without the need for a cellphone or computer. The implementation on the Java 2 Mobile Edition platform will soon be finished, with only some minor usability and sound issues to fix. While I enjoyed working on the game (actually more than on my day job as a programmer) I would still like to earn some money from selling the game, so I can work more on such projects in the future. What experiences have Slashdot readers had with selling their applications/games for mobile phones? With which publisher will I have the broadest audience and achieve the highest earnings? Would you try to publish the game both as a mobile game and a traditional board game?"
Music

Submission + - Nerdcore Tour Survives Van Crash, Loses Equipment (hipsterplease.com)

Jason Scott writes: "The still-growing Nerdcore music scene nearly suffered a Buddy Holly-like tragedy this Tuesday when a van containing MC Frontalot, MC Lars, YT Cracker and their crew skidded out of control and smashed against a guard rail, destroying the trailer containing their gear and merchandise. The photos from the accident are terrifying. In true nerd fashion, YT Cracker turned on his cameraphone and recorded his immediate reactions for Youtube (language NSFW). MC Lars has put the photos up on his Myspace page. The tour is continuing, but minus the tour's keyboardist, who immediately quit. All this as headliner MC Frontalot has released his third album to great acclaim. The tour is continuing on as best it can, but if you've ever been a fan, consider getting to the shows or purchasing some albums for these independent artists to help what will likely be a very expensive recovery."
Operating Systems

Fast-Booting Text-Editor Operating System? 660

cgenman writes "What is the fastest booting operating system out there that is still sufficient for editing text? Quite frequently, I'll need to boot my laptop and edit a few lines of text, or jot down an idea or two. XP loads in roughly 4 minutes to usable, and Ubuntu loads in about 60 seconds. Both feel like an eternity if there isn't a pen and paper around. What is the best operating system that people have found which would load to useable in under 20 seconds, can edit text files in something a little more friendly than VI or EMACS, yet can still access fat32 formatted USB drives? GUIs aren't required, but commands which require arcane foreknowledge or a cheat sheet are out."
Security

Submission + - Vulnerabilities Found in All Package Managers 1

justin samuel writes: "CERT has posted to their blog about vulnerabilities found in all popular package managers (apt, yum, YaST, etc.) by University of Arizona researchers. The researchers have released a study that discusses the many security problems they discovered. Among these vulnerabilities, exploitable by malicious mirrors or man-in-the-middle attackers, are some which take advantage of poor usage of cryptographic signatures, leaving the package managers vulnerable to replay attacks. An attacker could use the discovered vulnerabilities to crash a user's system or potentially obtain root access. The researchers showed how easy it is to gain control of an official mirror. Using a fictitious identity, they got their own server listed as an official mirror for all of the distributions they tried (Ubuntu, Debian, Fedora, CentOS, and openSUSE). — Disclaimer: I'm one of the researchers."
Privacy

Submission + - Your Private Photo's Are on BitTorrent (wired.com)

unlametheweak writes: Another social networking fiasco. According to Wired News "A 17-gigabyte file purporting to contain more than half a million images lifted from private MySpace profiles has shown up on BitTorrent, potentially making it the biggest privacy breach yet on the top social networking site." This episode involves the ever present issues of privacy, piracy, vulnerability disclosures, intellectual property and security. It would seem that if you don't want things to be private, then they should not be on the Internet, Period.
Networking

Submission + - Comcast Blocking all SMTP 7

JoeRandomHacker writes: Comcast has long blocked outgoing traffic on port 25, forcing users to go through their mail servers, on the grounds that it causes too much spam, but allowed incoming traffic on port 25 for those wishing direct email delivery. Today I found that even port 25 on their mail servers was rejecting traffic, and no incoming mail has gotten through. Online chat with Comcast customer support indicates that this is a new policy, and all users are forced to go through port 587 and use authentication for email. I didn't get a specific answer on incoming email.
So much for having my own private webmail (via Squirrelmail), free from the control of corporate giants. Time to see if Verizon can do better over FIOS.
The Internet

Submission + - Comcast Blocking Port 25 1

mlwmohawk writes: In the Boston area many users are having port 25 blocked, incoming and outgoing. How many other people is comcast doing this too?

Test your port 25 and see. If they are blocking you: call 1-800-266-2278 to complain.

If you live in Massachusetts, call the state attorney general on Monday to file a complaint. While port 25 may not be a big deal to many, to some this arbitrary and capricious denial of service without notice or recourse is harmful and should absolutely be something actionable.
PHP

Submission + - PHP Passing-Off NTS code as Thread-Safe (neosmart.net)

the tinfoil-hat man writes: Since the release of PHP 5.2.0, PHP.net has been making thread-safe and non-thread-safe (NTS) binaries available for download from their main site. The problem is, neither is actually safe for use in multi-threaded environments as neither are completely written in thread-safe code (all it takes is one line) and result in memory-access violation errors when deployed in *sapi environments on Linux or Windows. According to the article, PHP is purposely mis-representing NTS code as being multi-thread ready, and this results in unstable server environments when using mpm_worker or ISAPI PHP distributions.

Slashdot Top Deals

What hath Bob wrought?

Working...