Slashdot Mirror


User: benad

benad's activity in the archive.

Stories
0
Comments
55
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 55

  1. Re:Lookig up postal codes is free on Canada Post Files Copyright Lawsuit Over Crowd-sourced Postal Code Database · · Score: 1

    Having a list of valid addresses, even street names, from the postal code is kind of a big deal for any online retailer.

  2. Re:CP is Price-Gauging on Canada Post Files Copyright Lawsuit Over Crowd-sourced Postal Code Database · · Score: 2

    For the "redistributable license", meaning you use the data for something other than mailing junk mail, the price went from 4K to around 45K per year. FYI, USPS licensed data of the same kind is around 2K. The same phenomenon happened in Australia (it was about 80K IIRC), again asserting bogus copyright claims over public information.

  3. CP is Price-Gauging on Canada Post Files Copyright Lawsuit Over Crowd-sourced Postal Code Database · · Score: 2

    From personal experience, Canada Post increased ten-fold their database licensing costs. My company tried to negotiate, and the best CP proposed is some rebates for the first two years, so of course we had to drop them. So, Geocoder, good luck!

  4. Re:Canada? on Google Officially Brings Voice To Gmail · · Score: 1

    I'm in Canada, and there's a "Call phone" item under the Chat section in Gmail. Installed the plugin, and it works for free for Canadian and US phone numbers. Of course, I don't have a full Google Voice account, but hey free calls are good enough.

  5. Re:I can access this from Canada on Google Officially Brings Voice To Gmail · · Score: 1

    They're progressively rolling out that feature to all users. I'm in Canada and I've made a few phone calls to my landline in Canada and it works. All calls were free.

  6. Re:Ahh, the stupidity on Court Rules Autism Not Caused By Childhood Vaccine · · Score: 5, Funny

    You mean naïveté? Your UTF-8 sucks...

  7. Re:Personally... on New Study Finds Low Interest In Blu-ray · · Score: 1

    Maybe, just maybe, lots of DRM validation is actually done by Java code itself. The JVM chips in most Blu-ray players are made for "multimedia experience", not massive data crunching to validate the encryption keys. So DRM is still to blame.

  8. Re:two months for rewriting code? on Sun's Java Will Be Free This Year · · Score: 2, Interesting

    Uh... Sun did that last summer, and the IcedTea provided the implementation.

    What Sun is doing is to re-implement the audio code themselves so that they can dual-license Java.

  9. Re:Separate CPUs on Nokia Urges Linux Developers To Be Cool With DRM · · Score: 1

    I had a similar experience with a first-generation PowerMac G4 and its DVD player. At first the issue was that the general purpose CPU wasn't fast enough to perform real-time MPEG2 decoding, so everything was done in the video card.

    As a result, the video card was rendering the DVD "directly" on screen, making it impossible to take screenshots or redirect the decoded stream to the hard drive. That was true even when I rebooted on Yellow Dog Linux.

    Also, even today region locking for DVDs is done in the DVD drive's firmware.

    Basically, Free/Open Source Software on a general purpose CPU can co-exist with DRM-full closed-source firmware, as long as the firmware doesn't restrict redistribution and modification of the FOSS code (thanks to GPLv3).

  10. It's about the carriers on Nokia Urges Linux Developers To Be Cool With DRM · · Score: 3, Insightful

    Coming from someone that just bought a Nokia N810, that might sound biased, but... I think most posters here completely missed the point.

    Nokia sells cellphones, and most of them are sold to carriers that want to use SIM locks and DRM to lock in customers to their plans and those stupid ringtones at $1.

    Why do you think they use Linux almost only for "Internet Tablets"? No carriers would never sell a phone that's unlocked out of the box, and the vast majority of cellphones are bought with a plan, not unlocked.

    Why do you guys think the iPhone is selling so well? Because it's unlocked? Because it's Open Source? And why do you guys think the iTunes music store grew so big at first? Because it was DRM free?

    Nokia, RedHat, Sun are not making the rules. Business, cellphone carriers, and media companies are the ones lobbying governments, and until that changes there is no way Open Source software will grow unless we gradually change those rules.

  11. Re:Hurray! on Canadian ISP Ordered to Prove Traffic-Shaping is Needed · · Score: 2, Insightful

    So you're saying (if you read the article) that Bell can find a way to saturate their bandwidth by the end of the month? I'd be really impressed if Bell can manage to stall the CRTC for much longer.

  12. Video Summary: 2 files not compatible with GPL on HP Launches FOSSology Open Source Tracking Tool · · Score: 5, Informative

    For those that don't want to load the video, there is two files in Abiword (hash.cpp and tword.cpp) that use the original BSD license (with the "obnoxious" advertising clause) and are incompatible with the project's GPLv2 license. Oops.

  13. Re:Be careful with in-place upgrade on Quirks and Tips For Upgrading To Vista · · Score: 1

    I remember doing a "clean install" , which kept the original System Folder, since System 7.1. I'm surprised it took this long for Microsoft to "copy" that feature...

  14. Re:Guaranteed to suck... on Matt Groening Talks About Futurama's Comeback · · Score: 2, Informative

    It's coming back on Comedy Central, not Fox. Big difference there, and maybe why it won't suck as much as Family Guy. Remember, it's the Futurama writers and cast that wanted the show back and decided to go to Comedy Central (after negotiations failed with Fox). This is not another case of Fox producers trying to "milk out" the show's fans.

  15. Re:Thanks but no thanks on Adobe To Release Full PDF Specification to ISO · · Score: 1

    Have you even looked at XPS? It's like the RTF format, but with XML tags instead. Readable my *ss. XML doesn't make *anything* readable until you try to figure out what it means.

  16. Coral P2P cache on Standards-Based CSS/XHTML Slide Show · · Score: 2, Informative

    http://www.meyerweb.com.nyud.net:8090/eric/tools/s 5/
    You guys should stop using the google cache and use Coral caches instead.

  17. Does not work on Mac OS X 10.2 on SETI@Home Transitions To BOINC · · Score: 1
    See this thread.

    - Benad

  18. Mod Parent As Funny +1 on Writing an End to the Bio of BIOS? · · Score: 1

    Nice joke... You *do* realize what you just said *has* to be a joke, right?

  19. Re:Apple has it right on Petreley On Simplifying Software Installation for Linux · · Score: 1
    Do you happen to know how OS X deals with these problems (particularly the second one) ?

    This problem doesn't really exist in Mac OS X. Shared library are "Frameworks" outside the application's directory, so applications can basically be installed anywhere you want without forcing any other application know where it resides.

    If there is a "real" install (i.e. stuff installed in /usr/bin and so on), information about what was installed is kept by adding a *.pkg file in /Library/Receipts/. This is needed to "uninstall" and "update" the software, though good Mac OS X apps don't use this feature.

    Applications are identified with some names like "com.apple.iTunes" so that setting files don't overwrite each other (all setting files are in ~/Library/Preferences) and to interact with the application with AppleEvents (so only the OS "knows" where the app is installed), but doesn't impose anything about the path of where the binary is placed.

    Oops. I guess I just made it more confusing...

    - Benad

  20. Re:Executive summary: on Petreley On Simplifying Software Installation for Linux · · Score: 1
    Yes. Fink, built on top of apt-get.

    But that's for UNIX stuff on Mac OS X. We usually install with "drag & drop", as applications are self-contained directories that are flagged in the file system to look like files.

    - Benad

  21. Re:OMFG!! on Apple Releases Mac OS X 10.2.3 · · Score: 3, Interesting
    isn't a story about a 0.0.1 "enhancement" upgrade that Software Update would have told me about anyway kind of superfluous?

    Not totally. If Guinea Pigs, i.e. me, have major problems with it, this is a very good place to tell others to not update to 10.2.3 until the problem is fixed.

    And at 50MB, it's a pretty big update anyways.

    Otherwise you're right. This story should be rolled back into "weekly updates" or something...

    - Benad

  22. Re:OMFG!! on Apple Releases Mac OS X 10.2.3 · · Score: 1
    FP!!!!!!!!!!

    Nope, I did it. ;-)

    Oh... and there's even OpenGL 1.4! No word about Java 1.4 though...

    - Benad

  23. Knowledge Base Document on Apple Releases Mac OS X 10.2.3 · · Score: 5, Informative
  24. WARNING: 51MB download... on Apple Releases Mac OS X 10.2.3 · · Score: 2, Informative
    I'm still downloading it, so I have no idea if it will blow up my computer once installed...

    - Benad

  25. Re:Plot (Combat) on RPG Codex - Articles On Video Game Design · · Score: 1
    Actually, this "actionification" started with Mario RPG on the SNES, by Square and Nintendo. But it did make sense, since you just can't make a Mario game with some jumping involved, RPG or not...

    It had button-bashing and "make rotations like crazy", but no button combos à la Sabin in FF6.

    - Benad