Slashdot Mirror


User: FilthCatcher

FilthCatcher's activity in the archive.

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

Comments · 47

  1. Re:3rd Party Responsibility? on Malicious Websites Can Initiate Skype Calls On iOS · · Score: 2, Insightful

    Umm i think that's kind-of how it already is..
    I believe iOS doesn't come by default with a url-binding for skype: it gets setup when skype installs.

    you're sugesting a change from:
    no binding -> skype install -> binding added
    to:
    no binding -> skype install -> locked-by-default binding -> skype override -> unlocked binding

    Straight away the skype install would change to both add and unlock and you're back to exactly the same position as before.

    As much as it pains me to say so I'm with Apple on ths one: The app install created a url binding. It's then up to the app to handle those urls sensibly.

  2. Re:Get a Digital Radio on Oscilloscopes For Modern Engineers? · · Score: 2, Funny

    Building it wouldn't be too hard as long as he's got a decent sco... oh. wait. never mind.

  3. Re:Remember kids... on BBC Web Slip-Up Insults Facebook Fans · · Score: 1

    Seriously, I've been asked "What the hell is Lorem ipsum?" so many times that I now paste in text about Lorem ipsum instead.

    Maybe next week I'll start using the content from this very post followed a week later by a story about how I once posted to slashdot on a story about lorem ipsum - only translated to Latin.

  4. Re:No he doesn't on Monty Wants To Save MySQL · · Score: 1

    Furthermore, Java doesn't have headers. And FSF insists that "dynamically linking" (of course, it is always dynamic in Java) against a GPL'd Java class library results in a derived work as well.

    Which is why a number of Java library projects that don't object to the jars being used by commercial software release under a "GPL with classpath exception" license. I always imagine this license sitting somwhere between GPL and LGPL.

  5. King Missile on Thief Steals $40K in Cheesecakes · · Score: 1

    "The truck was stolen"?

    Sounds like the guy from this song finally decided to come back home...

    http://www.ilike.com/artist/King+Missile/track/Cheesecake+Truck

  6. Re:I see it coming... on Company Trains the Autistic To Test Software · · Score: 1

    Let's face it. A company is in business to make money.

    Except for maybe a "Chicago based non-profit company"

  7. Re:How slashdot does it on How Do You Manage Dev/Test/Production Environments? · · Score: 1

    Here's the quick-and-dirty process we use around this.

    1) Never ever make DDL changes directy to a dev database. always write a .sql file to apply changes.
    2) These .sql files are kept in subversion along with the Data-access layer code.
    3) nant scipts handle pushing the code to test/production servers and applying any pending sql patches
    4) nant has an sqlTask that can run arbitrarty SQL statements against a database.

    I agree that a framework that could manage this in a more robust manner would be useful.

  8. Re:Competition is good, baby! on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    So all google has to do here is not illegally impose economic sanctions on any OEM that tries to ship the inevitable Firefox build with their netbooks.
    Seems pretty straight forward to me.

  9. Re:I'm sceptical on Microsoft Patents the Censoring of Speech · · Score: 1

    That reminds me of a particular language problem I have.

    I'm an atheist myself but respect other people's religions so when I speak to someone I know is religious I deliberately attempt to curb my natural foul language to prevent causing offense.

    Unfortunately, this inevitably results in me downgrading swearing to blasphemy such as from "Fucking hell" to "Jesus Christ" - which doesn't really achieve my original goal.

  10. Re:Kopete is for KDE. on Cross-Platform Video Chat For Linux? · · Score: 1

    and there's QGtkStyle on it's way to make your KDE-based apps pick up your gnome style/look-and-feel.

    GTK-Qt does the inverse for displaying gnome apps within KDE

  11. Asp.net workaround on HTTPS Cookie Hijacking Not Just For Gmail · · Score: 1

    Alarmmingly, asp.net session and authentication cookies do not have the secure bit set even when the site is set to https-only.

    The server still accepts http requests to display a "site can only be viewed over https"

    This C# code added to global.asax will secure all  cookies on a .net site. I've left cookies unsecure when browsing localhost so Visual Studio debugging and "view in browser" will still work.

    protected void Application_EndRequest(Object sender, EventArgs e)
            {
                // set all cookies to secure
                if (Request.Url.Host != "localhost" && Response.Cookies.Count > 0)
                {
                    foreach (string s in Response.Cookies.AllKeys)
                    {
                        Response.Cookies[s].Secure = true;
                    }
                }
            }

  12. Re:My head hurts. on Massive VMware Bug Shuts Systems Down · · Score: 1

    Then again, the guy might be a Brit, and I think they do things correctly over there.

    There, fixed that for you.

  13. OK, Here's my top picks from the past week or so. on Spammers Announce World War III · · Score: 5, Funny
    • Reserve in us a means for increase of the member and you quickly will achieve desired result.
    • Make an impression of successful person wearing expensive looking watch.
    • Negroes admire with the of the size - we will surpass them! - not sure whether I should be amused, bemused or deeply offended - probably a combination of all of the above.
    • Say goodbye to your diseases!
    • Increase Your Penis Width (Girth) By upto 20%.
    • Be the master of the universe, with a huge broadsword in your pants?
  14. New PHP features are great and all but.... on Changes In Store For PHP V6 · · Score: 5, Interesting

    My biggest issue with new PHP changes is fact that the sheer size of the PHP libraries mean that these new features don't bubble through to the whole core.

    For exmaple take the newish try / catch exception features. On first glance you think "finally I can write decent exception handling into my own code" - which is great for your own exceptions but too many of the core functions used by your code or by a framework you're using don't throw exceptions - they indicate an error codition in the function's result.

    So now we're seeing loads of code out there by people trying to do things "The right way (tm)" but it's full of bugs as there's exception conditions being raised by core functions that don't get caught by the catch blocks.

    The line from TFA that concerns me is "Much improved for PHP V6 is support for Unicode strings in many of the core functions"

    Many? That will means developers will start using unicode only to find scattered lines of code throughout the app doesn't work as the core function it uses doesn't support unicode. The overhead of keeping track of which functions do and don't support unicode will be a nightmare.

  15. Re:Question...? on FTC Recommends ISPs Disconnect Spam Zombies · · Score: 1

    Hey, you're halfway there...

    In fact your suggestion - an ISP blocking port 25 except to their own mailserver - is exactly what is meant by "block port 25 outbound".

    This will disadvantage people who use a mailserver hosted elsewhere - a setup that is pretty useful if you move your laptop around (changing ISPs between home, work, your friend's house etc).

  16. Re:"I could care less" on Court Docs Reveal Kazaa Logging User Downloads · · Score: 2, Informative

    I found an article on the evolution of "I could care less". (I really have nothing better to do with my time right now)
    http://www.worldwidewords.org/qa/qa-ico1.htm
    In my opinion it's lazy, wrong and just plain annoying English but then again I don't want to interfere with the natural evolution of language.

    So feel free to use whatever you wish - just remember that a lot of people will think you're an idiot for using "I could care less".

  17. Re:Web, schmeb on MySQL and Perl for the Web · · Score: 1

    With php, there's a seperate function to open a connection to the database, per vendor.

    Not if you use PEAR.

  18. An RFC violation or just an interface change? on Microsoft To Remove Support For http(s) auth URLs · · Score: 1

    This may not be as bad as it initially looks.
    This only affects IE and not the servers so that any scripts you write to connect to servers using user:pass@domain will still be properly authenticated by the server.

    From the user point of view if a site requires authentication, IE will popup a dialogue asking for a username and password like it already does if you haven't already specified the details in the URL.

    What you'll lose is the ability to send someone one link that automatically authenticates.

    In fact, the communication between IE and the server stays true to the RFC - just that the interface will change to prevent one way of using the RFC being presented directly to the user. For example, there's no box under the URL bar to manually change the referrer field to be sent with your request or there isn't a menu button with dialogue called "add query parameter to URL".

  19. Re:Good point by AI on Amnesty Calls Shenannigans on MS, Sun, Cisco · · Score: 1
    Internet censorship is no better than a Nazi bookburning
    Maybe, but would you complain to the company that makes matches just because the Nazis were using them to set fire to books?
  20. Re:Scientific Report on Politicizing Science · · Score: 1

    I'll agree with your point. A purely scientific report shouldn't contain ANY politics - just the facts.

    However, if part of a report covers policital and / or sociological impacts of a technology then I'd consider the author to be highly irresponsible if the facts were only partially investigated in order to promote a particular political viewpoint. Particularly if the report was presented as a purely scientific document.

    For example if a report contains the results of a psychological study presented in purely scientific form, fine.

    If the report then goes on to suggest a policy change based solely on those findings without considering any related studies, the report become unscientific and biased.

  21. Role of Scientists vs Politicians on Politicizing Science · · Score: 1

    As far as I am concerned, I beleive it is the role of scientists to produce informed, well-researched and above all unbiased work. The best scientists in the world are the ones who are not afraid to quote their critics. A well-rounded scientific report should list all the pros and cons of any particular technology, thoery or practice.

    Once all the available knowledge has been pulled together by scientists, then it is the role of politicians to choose their own apporach or bias from this work and run for election based on those principles. Of course, most politicians would need scientific advisors but the role there is predominantly political rather than scientific - kind of like a political knowledge worker rather than a political scientist.

    Putting a political bias into scientific research from the start can only hider the quality of the research.

    This is my ideal case. In the real world, most scientific research these days is bankrolled by people with an agenda - either to make money, win votes or both.

  22. Re:Notes on quantum computing... on Future Computers · · Score: 1

    Forgive me for my limited understanding of quantum theory but....
    wouldn't the same argument apply to the recipient?
    By trying to read the message would you alter it?