Slashdot Mirror


User: swilly

swilly's activity in the archive.

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

Comments · 207

  1. Re:the best. on Bjarne Stroustrup Reflects On 25 Years of C++ · · Score: 1

    Perl was invented to solve some problems with scripting, specifically text processing and system administration tasks on Unix machines. Perl is mostly a combination of the Bourne shell, sed, and C and it was a huge advance in the field of scripting (the biggest since the Bourne shell).

    Then people started trying to do application development with Perl and while Perl's dynamic nature makes some things easy, it isn't a good language for GUIs or for web development. There are many reasons for this, but two of the most common given are its syntax and its poor support for object oriented programming. Both Python and Ruby attempt to address problems in Perl while keeping its strengths.

    It is interesting that until Perl, you only saw regular expressions in specialty tools like sed, awk, and grep, but now every new language has Perl inspired regular expression support (sometimes in the language itself, more often in a standard library). It is still the first place I go if I need to do a lot of string mangling.

  2. Re:Terrible summary. on Sony HDTVs To Come With Google TV Interface · · Score: 1

    Copy and paste only seems to be broken once you start typing. If nothing is typed in the reply box, it works fine for me. For what it's worth, I'm using Chrome 6 on Linux.

  3. Re:missing some features on Microsoft Unveils Windows Phone 7 Lineup · · Score: 1

    Apparently this functionality is also missing in the Slashdot reply box! Who knew!

    I just copied your text and pasted it into a reply box. Perhaps the problem is with your browser? (FYI, I'm using Chrome on Linux.)

  4. Re:Obviously on Iran Acknowledges Espionage At Nuclear Facilities · · Score: 1

    I assume you meant to say that the yellow cake is a lie.

  5. Re:Extremely old news, maybe 20,000 years old on Laptop Heat May Cause 'Toasted Skin Syndrome' · · Score: 1

    Based on your use of the word flat instead of apartment, I assume you are from the UK. I've lived in Germany when I was younger and I remember the houses all using radiators. Burnt myself real bad when I first arrived by leaning on one. (It was sitting out in the open in the middle of a store, and I didn't even see it until too late.) However, on this side of the pond we usually blow hot air through ducts instead.

    Gas furnaces are the most common (especially in the northern US) because they are both cheap and efficient. Wood stoves are usually used to heat water or to supplement the heat generated from a furnace. They are also common in older houses up north. Heat pumps and other electric heaters are more often used in the southern states. Many apartments here in the Arizona don't have any gas for fire prevention reasons, so electric heat is used instead. Electric heat is less efficient than gas, but I actually run my AC more in the winter, so it doesn't really matter how efficient (or inefficient) an electric heater is.

  6. Re:seriously on 1,200 NASA Layoffs, Shuttle Fuel Tank Plant Shuts Down · · Score: 1

    It reminds me of burning the library in Alexandria a few millennia ago. What a waste of human effort.

    There were four burnings of the library (the first by Julius Caesar and the last by Caliph Omar), so which one are you referring to? And it is not known how many books were destroyed in the various burnings. It is known that many of its books were sent to Constantinople before the second burning, and it is possible that no books were burned during the third burning (we only know for certain that various religious artifacts were burned). Given that most books had copies made, I doubt that much was lost.

    The burning of books and burying alive of scholars by the first Chinese emperor. It took China a long time to recover from this crime.

  7. Re:This does not affect my Firefox version on New Firefox iFrame Bug Bypasses URL Protections · · Score: 1

    Actually, Slashdot on Chrome performs reasonably well. For many sites, the performance difference between Firefox and Chrome is hard to detect, but with Slashdot the difference is almost as big as it is between Firefox and IE.

  8. Re:Should be using Scatter/Gather +IOCP on windows on Java IO Faster Than NIO · · Score: 1

    the only things in unix that are file handles are handles to open files.

    And directories. And sockets. And pipes. And devices. And probably more that I can't think of at the moment.

    It's a shame this story is too old for anyone to read this.

  9. Re:don't ever use the word "password" on Passwords That Are Simple — and Safe(?) · · Score: 5, Insightful

    I agree. There is only so much entropy the human brain can remember, but I can remember phrases quite well. Throw in a few digits and special characters instead of letters and you have the perfect balance between security and ease of use. Unfortunately I keep seeing maximum passwords lengths, which is just stupid. I suspect maximum password lengths are caused by lazy developers and web sites that store passwords instead of hashes of passwords.

    Don't know if typing phrases would be better for everyone though. Interested to know how non-touch typists would deal with something like "It w@s the b3st of times, It was the worst of times".

  10. Re:$20,000 per home? on Obama Awards Nearly $2 Billion For Solar Power · · Score: 1

    Here in Arizona there is quite a bit of opposition to thermal solar projects because of its high water use. The desert giveth and the desert taketh away.

  11. Re:Well on Chase Bank May Drop Support of Chrome, Opera · · Score: 1

    Hey, that's a great idea! I would like to do this also. Could you give me your banks address so I can join up?

  12. Re:Separate processes on Firefox 3.6.4 Released With Out-of-Process Plugins · · Score: 1

    I have seen Flash die under Chrome and all I had to do was reload the tab in Chrome to get it to restart. I keep seeing people claim that Chrome is unstable, but I have never had any problems with it. Flash used to die quite often, but since the 10.1 update it hasn't died on me once. I'm pretty happy with Chrome + Flash 10.1 on both Windows and Linux.

    I wonder what you are doing if you are seeing Flash kill Chrome like that.

  13. Re:To hell with those codecs; the real story here on Steve Jobs Hints At Theora Lawsuit · · Score: 1

    Your link points to Sun Java System Message Server. Oddly enough, this is written in Java. It is an implementation of the JMS API that comes with J2EE. There is a C/C++ API for it, but it isn't a full features as the Java API is.

  14. Re:Yet MS insists in using it on The End of the 3.5-inch Floppy Continues · · Score: 1

    Vista does, but not everyone else does. I have a motherboard where the CD-ROM contains a program that will install the RAID driver onto a disk. This program only accepts floppy drives located at drive A. The CD itself doesn't have the RAID driver only the program that creates the RAID driver. I had to borrow a floppy drive from a coworker to install it.

    Of course, once I ran the program to put the RAID driver on the floppy I was able to copy them onto a USB drive for future use.

    This was in 2008 and I was amazed with this, especially considering how considerate the manufacturer was to make the program create drivers for XP, 64-bit XP, Vista, and 64-bit Vista. The perfect combination of forward and backwards thinking.

  15. Re:Here's some links on Volcano Futures · · Score: 1

    That only looks at CO2. What about methane or SO2, both powerful greenhouse gases?

  16. How does it deal with polymorphism? on Code Bubbles — Rethinking the IDE's User Interface · · Score: 1

    I can't see how this would work with polymorphism. Since you often can't know what type an object is until runtime, how do you decide what "bubble" to open?

  17. Re:XEmacs binding... on Code Bubbles — Rethinking the IDE's User Interface · · Score: 1

    That is an unfair exaggeration. To run the fuck-up-my-screen function, you only need M-x fuck-up-my-screen. On my emacs install C-M-x maps to eval-defun, which isn't what you want at all (unless you are trying to debug the fuck-up-my-screen function).

  18. Re:Not such a bad advice on Microsoft Says, Don't Press the F1 Key In XP · · Score: 1

    What I have found useful is searching for the MSDN page using Google by appending site:msdn.com to the search. Once I have found the page I wanted, I would then navigate to it using the MSDN help tool and bookmark it there. I agree that the MSDN tool is more convenient than looking at the docs in a web browser, but it's amazing how much better Google is at searching than the MSDN built in search tool is.

  19. Re:Manually semantic != semantic on What's Coming In KDE 4.4 · · Score: 1

    Or manage your files using a command line. That right there is a deal breaker for me.

  20. Re:Ha ha on Firefox Disables Microsoft .NET Addon · · Score: 1

    I keep hearing this, but I have yet to see closed source software that comes with a warranty.

  21. Re:Missing the point on "Long Tail Effect" Doesn't Work As Advertised, Say Wharton Researchers · · Score: 1

    To be fair, he was awesome in Tropic Thunder. The highlight of the movie really. And his cameo in Austin Powers Goldmember was pretty funny too.

  22. Re:And they wonder... on New York Times Site Pop-Up Says Your Computer Is Infected · · Score: 2, Insightful

    Do you expect the government to bail the NYT out as well?

    Yes I do. I also expect the phrase "too big to fail" to be used as justification.

  23. Re:And here it comes on First Botnet of Linux Web Servers Discovered · · Score: 4, Funny

    Unfortunately not. It appears that the servers were manually hacked, which is far less user friendly than the automated hacks that Windows makes so very easy.

    Linux still has a ways to go, I'm afraid.

  24. Re:Inside the (Corp.) Firewall no one can ... on The Real-World State of Windows Use · · Score: 2, Informative

    It's kind of funny. On NIPRNET Internet Explorer is the standard and its almost impossible to get Firefox loaded, but on SIPRNET you can use either and on JWICS Firefox is the preferred browser. The higher the classification of the network the more Firefox friendly things are. I suspect this is because non-Windows machines such as Linux, Solaris, and even VMS (almost, but not quite extinct) are much more common at higher classification levels but unheard of at unclassified levels.

  25. Re:How would you function talking to one of these? on Attractive Women Make Men Temporarily Stupid · · Score: 3, Funny

    That's weird. I thought I had something clever to say, but now I can't remember what it was.