Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Why the end user companies? (Score 2, Insightful) 304

This is a little surprising to me. Why would they go after the end user companies that produce computers rather than the much bigger fish that rely on this technology for their core bread and butter?

Cisco, Foundry, Juniper, F5 and so on all make a lot more sense to go after given that they're less likely to want to risk the chance of losing and more likely to settle the issue out of court.

Companies like Dell, Apple, Acer, HP and the beige box boys can simply just ignore the patent and say "Talk to Intel/nVidia/chipset vendor X" or simply not include onboard NIC machines and switch to using PCI/USB cards instead.

Theres not a lot of hope for this suit even at the best of circumstances, but the companies its going after are potentially shielded by the fact they themselves are not likely to produce the chips that handle Ethernet. Merely include chips from someone else (such as Intel) in their products.

Or am I completely missing something?

Comment Re:New Zealand fauna (Score 1) 338

No more likely to bite you than a bumble bee will bite you. Just don't piss them off and you can handle them without issue. Problem is they look pretty scary to most people. Huge grasshopper type bug with huge thorns over its legs and body that lives in dark places like caves and hollowed trees. Still, as long as you don't piss them off, you can pick them up without fear. Just hope no one before you came along and pissed it off before you got there. ;-)

Comment Re:NZ pacifist warrior culture (Score 2, Interesting) 338

Not really quite the case. Maori and the British fought tooth and nail for most of the 19th century. In fact, some British officers wanted nothing more than to completely wipe Maori off the face of the planet, and in some areas pretty much succeeded.

NZ's history as far as the colony is concerned is far from peaceful. Maori didn't stop fighting each other, maybe. But they didn't just ignore the British either. They used the British technology against each other, and also against the British.

The major issue with the Treaty of Waitangi is that the Maori version and the English version are not identical. The translations were pretty rough. So even after it was signed by all the tribal leaders across the country, there are still disputes going on between the Crown and many of the Maori tribes today. The only difference is that the weapon of choice is now money and land. Or the expenditure of former, and prolonged occupation of the latter.

http://www.newzealandwars.co.nz/ is a good place to find out about the wars that raged in the 19th century.

Comment Re:curious situation: iphone more google than appl (Score 4, Insightful) 326

The GV app is still just an app. It doesn't replace any of the Apple apps. They're still there and still fully functional. What it does do is make them redundant.

Instead of giving people your cell number, you give them your Google number. At that point, all your voicemail is kept on the Google service, all your calls are routed through the Google service to whatever phone(s) you choose to have the calls go to. You are no longer tied to Apple's Visual Voicemail (which by most people's accounts hasn't worked properly in quite a while anyway) nor are you limited to AT&T's network anymore. The same applies to SMS and so on as well. Use your Google number instead of your iPhone number and you can get the messages on any/all your phones rather than just your iPhone.

The GV app also allows you to make calls out through Google's network. Your phone dials Google, then dials out from Google to where ever. With the apps on the various platforms, this is essentially transparent. You just use the dialer in the GV app instead of the Apple dialer. It doesn't sync your contacts to the Google servers as such. Like all apps on an iPhone, it has access to your contacts directly, so doesn't need to store them on the server. Not that it matters much given you can use Google Sync to do it, or even us iTunes itself.

Having said all that, the Apple phone apps are still all there and you can use those as well if you want. But if you do, CallerID will show your cell # instead of your Google number. If people call that number, you lose things like voicemail transcription features and so on.

I am basing this on the functionality in the applications on other platforms such as Android and Blackberry. I doubt the app for the iPhone would be any different in functionality, only in appearance.

But no, the app doesn't replace the Apple ones. It merely supersedes them and essentially makes them redundant.

Comment Re:hate to say it... (Score 5, Informative) 409

I agree... I had a similar issue at a school a few years back. Windows + Mac clients on the network. Rather than try to run two directories, we just used Novell eDirectory with (then available) Novell dirXML which allowed all the clients to use a single directory without realising they weren't native Active Directory or OpenDirectory platforms they were talking to. It saved a lot of effort down the line and proved extremely scalable. Also had the benefit of allowing the network to integrate other platforms in the future without much effort if the school wanted to. I'm sure there are plenty of great FOSS solutions out there, but eDirectory make it so much easier and reduced the cost of implementation significantly, even taking into account licensing costs. Sometimes you do just have to weigh up all the angles.

Comment Re:The 80s called (Score 5, Informative) 584

Look out for Symbian phones. Most Nokia N or E-series phones have many different applications available that allow you to do all sorts of things with SMS. From spam filtering to conversation management and more.

I use a Nokia E90 and find that its probably the most powerful cellphone I have ever used. I have an iTouch and can't imagine trying to use it for anything beyond music/video and the occasional browsing. If the browser on my E90 isn't enough, I can use an application called Joiku Spot to share the HSDPA connection on the E90 with the iTouch via wifi, or just connect to a PC/Laptop via Bluetooth, USB or even InfraRed and use HSDPA that way.

The E-Series phones all offer a free application from Nokia called MfE (Mail for Exchange) that allows you to access Exchange 2000 through to 2007. There are other companies out there offering their own versions that offer even more feature than the basic MfE from Nokia.

There are Blackberry client for the Nokia E series phones so if you currently have push services from Blackberry, you can continue to use them on your Nokia. Probably the most significant difference would be the cameras. N-Series tend to have better cameras at higher resolutions (anywhere up to 8MP) where as the E-series average 3.2MP cameras.

Many of the phones have built in GPS and include Nokia Maps, but it also works equally well with Google Maps for Mobile. Right down to turn by turn route assistance using the GPS.

Symbian based cell phones have been around since 2001 when Nokia released the first 7650. The Symbian platform is a direct descendant of the old Psion devices. It is mature. It is stable. It has years of user feedback. It just works. There is a very large application base available for it out there.

Oh, and the best feature for me has been the version of Python Nokia released for their E and N-series phones along with an API that allows you to hook in to nearly every aspect of the phone, from the GPS, camera, OpenGL, through to pulling data from the calendar or the messaging platforms among others.

The most paranoid, yet strangely compelling, Python script I like is one that works as a kind of panic button. You load the app and it immediately takes a photo of whatever the camera is aimed at, sends a MMS message (or email, or SMS) with your current location from the cell tower while it waits till it has a GPS lock and includes that photo if possible. Once it has GPS lock, it will send GPS coords via SMS every X (edit the script to set, defaults to 180) seconds and then will also call a designated number to play back a pre-recorded message, then use text-to-speech to give the GPS coordinates on that call. It can then call emergency services and play that same message for them. If it can't get GPS lock (say you're in a building or whatever) then it will just use cell towers it can detect so that there is at least some method of tracing you.

All from a python script running on a cellphone. You can find it on the Nokia developer forums wiki. Because its a script, you can modify it to suit your needs and location if you want. Nokia's Python API is so straight forward that you can easily add features of your own.

You could probably even write a Python script to manage your SMS messages exactly as you want them to be dealt with if you know even a small amount of Python.

Good places to start are community sites like allaboutsymbian.com or my-symbian.com. Or you can check out the S60.com blogs and sites.

There are a lot of devices from Nokia now. E-series are targetted more at Enterprise users where as the N-series are more consumer market devices, but can still do everything an E-series device can do.

Communications

Good Open Source, Multi-Platform, Secure IM Client? 308

Phil O. writes "I work for a company with 30+ locations across North America. Some offices have hundreds of employees; some only a dozen. We're looking for a secure, multi-platform IM client we could implement across the organization. One group is pushing for Microsoft's solution, but it has a number of drawbacks (including cost). What other options are out there, and what has worked well in similar situations? Security is a big concern for the company."
Windows

PC Makers Say Vista Is Not a Seller 319

TekkaDon writes "According to computer and component manufacturers, Vista is not the hotcake that they were hoping for. Take Acer's president, Gianfranco Lanci, who has just said that 'PC makers are really not counting on Vista to drive high demands for the industry.' Or Samsung Electronics, who now says that DRAM demand has not matched anyone's predictions based on Vista's now failed projections, something that is being echoed by the industry as a whole. This seem to agree with Ars Technica article on the 20 million Vista copies sold as a 'huge success' by Microsoft, which can be accounted for by the natural growth of PC sales over the years."
Encryption

Submission + - Final AACS key found

julie-h writes: The PowerDVD AACS private key for playing Blu-Ray and HD-DVD's have been found. This was the last key needed. What does this mean? We don't have to sniff/snoop Volume IDs anymore. We can create a program that can decrypt (or play if you will) a disc without any need for WinDVD or PowerDVD. So no sniffing/extracting of keys anymore. And more over: it can work on all platforms... In other words: we can make our own independent, user friendly player (or decrypter).
Programming

When a CGI Script is the Most Elegant Solution 256

An anonymous reader writes "Writing local Web applications can be quick, easy, and efficient for solving specific Intranet problems. Learn why a Web browser is sometimes a better interface than a GUI application and why experienced Web developers find themselves struggling to learn a GUI toolkit, and descover that a simple CGI script would serve their needs perfectly well, if not better."

Slashdot Top Deals

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...