Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Perl - the COBOL of scripting languages (Score 1) 187

PHP beats perl for web applications for one simple reason: it was designed from day one to work as an apache module. mod_perl was a hack, and it worked OK for a lot of people, but for me it was always more trouble than it was worth. Eventually you had heavy hitters like Yahoo putting their weight behind PHP for web code and that pretty much decided the race. Re your specific objections: namespaces - use classes DBI library - use PDO

Comment Re:I use airport express. Several. (Score 1) 306

I thought the printer sharing only worked with a very few "supported" printers, and wasn't actively being updated. Is this not true?

I think it works with everything. We have two airports at the office, one sharing an HP Photosmart and one sharing a Kyocera laserprinter. They just show up as regular printers on the Mac, and you select the driver in the Add Printer dialog as you would any directly-connected printer. I think the Airports just work as a 'pass thru' type of thing.

Comment Re:Content creation very feasible on a tablet (Score 1) 375

At this point the only thing that keeps the iPad being a truly viable replacement for a computer is the need to sync it to a computer. But if you buy in an Apple Store you can have them set it up there, and then just buy apps and media on the device going forward (though it makes me cringe at the thought of people doing that and not backing up the device regularly).

Yeah, I can't imagine doing it myself, but it's not as bad as you might think... Apps can be re-downloaded (you'd lose save games, of course). If you use google/yahoo/mobileme/exchange for your mail/contacts/calendar/notes, that will all be backed up on the server. It's really just the media (music/movies/books) that are problematic - but that's the fault of the publishers.

Comment Re:Overtaken... (Score 2) 500

So, let me get this streight. You can copy an MP3 file to your iDevice WITHOUT using iTunes? You can listen to that file on your iDevice? You can later connect your iDevice to another computer and then copy that file off?

There's an app for that :) (don't you hate when Apple fanboys say that?) It's called Dropbox.

Comment Re:cloud vs VM (Score 1) 114

I want a "server in the cloud", that works preferably just like a server on my desk, except with a faster internet connection and better cooling etc.

But it still needs to do things like letting me see it's screen, replug, reconfigure the network, add/remove disks, ...

The advantages of the cloud would be : -> ridiculous disk sizes possible (and for-rent - no capital cost) -> no capital investment -> someone else does hardware repair (and does it promptly) -> fast scaling, that means fast access to more & bigger memory, cpu, disk, ...

Congratulations, you just described Amazon AWS.

Comment Re:Like a museum (Score 1) 331

The idea of apple allowing corp-specific apps is ludicrous. They have no reason to, it would not benefit them in any way, but the freedom would be dangerous to their profit margins. If those apps contained code that allowed more freedom in use of the iPad, then some users would be filtered off through alternative manners of acquiring applications and could potentially harm their profits. At the same time, companies will not be willing to submit their own code to apple so that apple can approve it and allow it. There is no reason whatsosever that this is likely. You speak as if things are obvious out of assumptions, but your assumptions have no logical backing. If you are going to say something, base it on logic.

Well, your logic sounds nice and all, but you are 100% dead wrong. Apple does in fact allow you to write your own corp-specific apps. It's called the Enterprise Developer Program and it costs $250/yr. The only thing you need is a company of 500 or more and a Dun & Bradstreet number. You can then distribute your own apps to your employees outside of the App Store. You could even use Private APIs and get away with it - there is no App Store review process.

Comment Re:OK ... (Score 1) 202

Yes, if a corporation dares to choose a widely-used product with a large install base, which fits their use requirements, as opposed to a relatively new, only moderate install base with different features available (no Firefox/Opera with H.264, no Safari/iPhone with Theora, no Internet Explorer period), which does not fit their use requirements on even one browser, then they must be 'in cahoots' with the company who makes that product.

I know you were going for a better-than-average first post without too much thought, but really, stop listening to Apple. Adobe is not a conspiracy.

What we have here might be a bit of a chicken-and-egg problem. HTML5 would have a larger installed base if there were more content available. In turn, there'd be more content available if HTML5 had a larger, more established installed base.

No, the original poster had it right - there simply isn't consistent browser support yet to make HTML5 more than an interesting sideline.

Comment Re:Performance is another issue (Score 1) 202

Well Flash accelerates nicely on Windows, and is supposed to be getting the ability to do so on the Mac (not sure on the status, I don't have a Mac).

Flash has been working just fine on the Mac for like 15 years now. You're thinking of the iPhone/iPad.

No he isn't. He's thinking of hardware-assisted video decoding. Windows can already use the host video card's H.264 decoder if it has one. Mac OS just opened up those APIs (and it will only work on newer Macs). There's a beta of Flash Player for Mac now (or soon, I forget, and my mac is too old to take advantage of it anyway) with hardware-assisted video decoding.

Comment Another terrible article title (Score 1) 277

The title of the article is wrong. It's only transcoding if you're moving from one codec to another. Repackaging existing H.264 video streams in mp4 containers (instead of flv containers) would be called remuxing. Second of all, Flash Player has been able to play H.264 video in an MP4 container for several years now. Anybody with an ounce of sense making a video site would do well to create their videos in that fashion. It gives maximum compatibility with Flash Player, iPhones, iPads, etc. Now with the HTML5 video tag, browsers that support H.264 in MP4 (right now: Chrome, Safari but notably NOT Firefox) don't need to use a flash-based video player component.

Slashdot Top Deals

As the trials of life continue to take their toll, remember that there is always a future in Computer Maintenance. -- National Lampoon, "Deteriorata"

Working...