Slashdot Mirror


User: donarb

donarb's activity in the archive.

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

Comments · 96

  1. Tagged! on Customer Loses Xbox 360 Artwork During Repair · · Score: 1

    What would be funny is some guy complains that someone at the repair center tagged his virgin white unit he sent in for repairs.

  2. Re:Touchscreen Real keys on iPhone Keyboard Leads to Typso · · Score: 1

    You have no way of feeling or hearing if you accidentally mashed a couple keys

    The iPhone makes an audible click when you press a key on screen. You cannot "mash a couple of keys", the software requires a single touch for each key typed. In addition, its predictive typing algorithm makes the hit zone for each key bigger or smaller based on what it thinks your next most likely keystroke will be, so you don't always have to press the exact center of the key.

  3. Re:This is troubling on Zap2It Labs Discontinuing Free TV Guide Service · · Score: 1
  4. Re:Well this is stupid on SourceForge's Hottest Five Apps · · Score: 1

    What was the point in this?

    No Paris Hilton news this week...

  5. Re:iBench? on Safari on Windows, Leopard Debut at WWDC · · Score: 1

    http://www.lionbridge.com/lionbridge/en-US/service s/outsourced-testing/benchmark-software.htm

    Click the EULA link on this page, accept the terms, then you can FTP the software.

    Don

  6. Not the first Mac extensible editor on TextMate · · Score: 1

    All these fanboys think that TextMate is the first extensible editor on the Mac. Well, way over ten years ago, Pete Keleher wrote Alpha.

    Alpha was shareware, based on TCL and had different modes based on the language being edited. It could be extended using TCL scripts and was pretty advanced for its time. It won numerous awards from Mac magazines and was predicted to overtake BBEdit at any moment.

    http://www.kelehers.org/alpha/

  7. Re:privacy concerns on Adobe Releases Cross-Operating System Runtime · · Score: 1

    and they're not mentioning anything about the security model

    Ah, yes, those dastardly Adobe people have hidden details about Apollo security under this seemingly innocuous link:

    http://labs.adobe.com/wiki/index.php/Apollo:Docume ntation:Understanding_Apollo_security

    depending on the implementation this feature may violate a patent

    You've got to be kidding, right? What patent? In Apollo, you attach a listener to a networkChange event, set a boolean when you get the notification that the network is down, and through the beauty of if-then-else you decide what to do (like maybe, oh, how about, don't go out to the internets?). If your friend has a patent on a boolean variable, he must be a fucking genius!

  8. Re:Sources? on Adobe Releases Cross-Operating System Runtime · · Score: 1

    Where are the sources?

    From the Developer FAQ:

    Will Apollo's use of WebKit result in a new HTML engine that developers have to account for?

    No. Our goal is to maintain complete compatibility with existing WebKit implementations. This will help ensure that content that runs in WebKit based browsers, such as Apple's Safari, will also run within Apollo applications.

    Which means that any changes that Adobe makes to WebKit go back to the WebKit project. There is no need to distribute separate source, you can get it at http://www.webkit.org./

  9. Re:Developers developers etc. on Adobe Releases Cross-Operating System Runtime · · Score: 1

    what rendering engine does it use?

    It uses Webkit.

    It seems like it might be able to be a web-based plug in

    No, it's not a plugin, it is a runtime that sits on top of your OS that allows Flash and/or HTML based applications to run as desktop applications. This is similar to Dashboard apps on Mac OS X and Widgets on Vista. You can combine Flash and HTML by embedding Flash in your HTML and vice versa for cool mashups. When your system is offline, the app can be coded to save data to your hard drive until the system is back online (for things like RSS readers or email apps).

  10. Re:Wrapper on Adobe Releases Cross-Operating System Runtime · · Score: 1

    Apollo allows you to use "standard" chrome, which are the widgets from the underlying OS. You can also use some fake widgets that look like the OS (so your app can look like Windows everywhere), or you can use your own interface elements and styles.

  11. Re:Human-centered value systems are now illegal on Big Dig - One of Engineering's Greatest Mistakes? · · Score: 1

    Back in the 1980s the Supreme Court ruled that "secular humanism" is a "religion"

    According to this Wikipedia entry, Justice Black (in a 1961 opinion) referred to secular humanism being a religion. This was not the Court's opinion, but merely a personal comment by the justice and not considered part of the ruling.

    In a case in 1994 (a teacher sued the school district claiming that by being forced to teach evolution, he was being forced to teach the religion of humanism), the Ninth Circuit wrote "We reject this claim because neither the Supreme Court, nor this circuit, has ever held that evolutionism or secular humanism are 'religions' for Establishment Clause purposes.".

  12. Re:slow news... on OfficeMax Drops Mail-in Rebates · · Score: 1

    Sorry, this press release has expired, your news rebate cannot not be redeemed.

  13. Privacy? on iPod Lawsuit Lawyers Sue Their Own Plaintiff? · · Score: 1

    In his letter, the guy states he wants his privacy, and yet two paragraphs before he states "...Nano-related blog posts I'd written on my own website, on The Unofficial Apple Weblog and on The MacCast".

    Hey dude, the internets ain't private. You want privacy, write your thoughts in your diary and keep it under your pillow.

  14. Re:Stereo-typical rhetoric[sic]? on Microsoft PowerShell RC1 · · Score: 1

    For god's sake, can we please stop the nonsensical MS bashing?

    Yes, from now on only sensical MS bashing will be allowed!!!

  15. Re:Horse before the cart on Has Microsoft 'Solved' Spam? · · Score: 1

    A 404 is just as good to a spammer as downloading an image. You've just told the spammer that a human lives at your email address.

  16. The print headline said... on Has Microsoft 'Solved' Spam? · · Score: 1

    The funny thing is that the headline to the print version of the story read "Spam fillers work, says Microsoft".

  17. Re:They have been shutdown pending the outcome... on Massachusetts Drops Hammer on Spam Gang · · Score: 3, Insightful

    Impossible. If you run a server, you get spam. You may filter it out before it hits your inbox, but it still travels down the wire to your box. You should care, spam anywhere costs EVERYBODY.

  18. Re:Linguistic transparency on Malicious Web Pages Can Install Dashboard Widgets · · Score: 1

    "Social engineering" gives it an aura of false-respectability.

    Which is why Kevin Mitnick used it so often...

  19. Re:ugh on Does launchd Beat cron? · · Score: 1

    If you want to process plist files, you can use this Perl module:

    Mac::PropertyList

  20. Re:It's about time. Linux needs something similar on Does launchd Beat cron? · · Score: 1

    Yes, it is easy to parse, because Apple's plist file is not full blown XML, it is a subset. It only has a few "types": dictionary, array, string, integer, real and boolean.

    Apple has a utility /usr/bin/plutil, which you can use to check the syntax of a plist file, it weighs in at 30K. My version of libexpat.a is 410K.

    Then, of course, it's open source, so you can modify the configuration file parser any way you want.

  21. Re:What's wrong with crond? on Does launchd Beat cron? · · Score: 1

    It runs things at specified times

    Exactly, but when cron was written ages ago, UNIX mainframes were not portable and ran 24/7. If I shut off my laptop overnight and start it up at 9 am, my 3 am cron job will never run. Wouldn't it be nice if my delayed cron jobs could run on startup?

    Right now, I use cron to run a script to process files dumped into a directory, but it does not run less than once a minute and it will run every minute, even if the directory is empty. I'd like a cron job that runs only when there is something in the directory and can run multiple times per minute to process multiple files.

    launchd can do this and more.

  22. Re:Apple's plist format on Does launchd Beat cron? · · Score: 1

    Apple's original plist files (from the NeXt days) used a syntax similar to Perl's arrays and hashes, so the parent's example would look like this (roughly, I'm typing from a hazy memory):


    {
    "Label" = "com.example.exampled";
    "ProgramArguments" = ( "exampled" );
    "OnDemand" = "false";
    };


    This format is backward compatible, so if you hate XML (or Apple's XML-Lite) you could use this format for configuration files.

  23. Re:rememberance and full article mirror on Douglas Adams Remembered By Those Who Knew Him · · Score: 5, Interesting

    Adams did the closing keynote at the Apple Developer Conference in 1997. He told a great story about how Microsoft wanted his opinion as a writer on using the latest/greatest version of Word. He talked about how most word processors were not conducive to the writing process (cutting/pasting story snippets, notes in the margins, organizing plot outlines, etc). He tried to explain to the pointy heads in Redmond about the features that would turn Word into something that writers could use (as opposed to what business people use). The response he got is that it would be difficult to add those features because they wouldn't have enough key combos for all of them.

  24. Re:How is this news? on Steve Ballmer Responds to Discrimination Issue · · Score: 4, Insightful

    Reverend Hutcherson is a crack-pot. He threatened Microsoft with a boycott if they didn't back down on their support. Now MS says they just didn't have the resources to support this bill. Their "support" in previous years amounted to just sending a letter of support for the bill.

    Two employees of Microsoft testified in support of the bill, but not as representatives of Microsoft. Hutcherson wanted Microsoft to fire them as well. You think it's OK for someone to be fired just because of their personal views? Its nice that Microsoft declined to fire these employees, but what about the next company that caves in when threatened?

    If you think this is not news, look at what is happening today, the so called "Justice Sunday", where every religious wacko out there wants to go nuclear because they don't get their way.

    Wake up people!!

  25. Re:"Groudn down screwdriver" on Shufflephones 2.0 · · Score: 1

    If it is ground down smooth and equally round, yes it is an awl. But for his purposes, it appears to be ground to a four sided pyramid shape. This is known as a reamer.