Slashdot Mirror


User: jhurani

jhurani's activity in the archive.

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

Comments · 13

  1. Go to far ... on The Next Big Thing — Why Web 2.0 Isn't Enough · · Score: 1

    Go to far and you no longer have access to information

    Why go to far then?

  2. Re:Well, yeah... on When Can I Expect an Email Response? · · Score: 1

    Just double-click open any mail (even a read mail) in its own window to remove the stuck icon.

  3. Activestate's PDK on 'Protecting' Perl Code? · · Score: 1

    A memory dump of a running process that is using Perl Dev Kit produced DLLs will also show the embedded Perl code. This happened with the PDK I used a year back. Memory dump was created by Visual Studio 2003 after attaching to the process.

  4. K9 on ePaper To Be Used For Newspapers and Magazines · · Score: 1

    So my dog will be unemployed now :(.

  5. You mean... on Data Suggests Early Universe was Superfluid · · Score: 5, Funny

    ... Astroglide?

  6. Sixth sense on Brightest Galactic Flash Ever Detected Hits Earth · · Score: 1
  7. Re:Search for Linux on Microsoft Offers A Peek At New Search Engine · · Score: 2, Informative

    Searching for "Microsoft" gives 15 and searching for "microsoft" gives 1.
    May be there is some stricmp/strcmp confusion. ;)

  8. Re:Sweet! on Microsoft Launches Visual Studio Express, VS 2005 Beta · · Score: 1

    I've faced these so...

    missing many features [...] For example the ability to debug two apps at once

    Visual Studio .NET 7.1 aka 2003 allows that. Go to Tools -> Debug Processes.

    F1 over something in a Win32 C++ project to be taken to a help page for Windows CE.

    Set filters in MSDN or uninstall that particular topic from MSDN.

  9. Re:Only 2 billion spams a day? on NYT on Spam Cops · · Score: 1

    Hell, my news aggregator receives more spam than that every day. I must have never opted for Slashdot. I hate CmdTaco, timothy, and michael.

  10. Re:I'll buy the book if... on Bicycling Science, Third Edition · · Score: 1

    Your parents paid a large gravity bill.

    Forgive me Bill Waterson.

  11. Tabbed browsing "in" I.E. on Spyware Becoming Worst Tech Support Problem · · Score: 1

    Firefox only has two advantages over IE+google toolbar: Tabbed Browsing (which i'm starting to like), and security. Until recently, they weren't reason enough to switch. Now, they are.

    This is a bit off-topic, but if you have this exe - C:\Program Files\Common Files\Microsoft Shared\Help\dexplore.exe (Microsoft Document Explorer) - on your machine (I guess it comes with MSDN?), then you can use it to browse. It will use the IE rendering, and will have tabs, and you can even customize the hotkeys. Somehow I find it faster than IE ;).

  12. std::for_each on A Taste of Qt 4 · · Score: 2, Interesting

    http://www.sgi.com/tech/stl/for_each.html would do the trick (and would help in avoiding a large body for for-loop).

  13. Re:The silver bullet already exists on Why Programming Still Stinks · · Score: 1

    It exists. And it is checking all the return values.
    --
    How many bash scripts you wrote were with -e switch.