Slashdot Mirror


User: Lally+Singh

Lally+Singh's activity in the archive.

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

Comments · 820

  1. Gee whiz... on Embracing Digital Photography · · Score: 2
    I donno about you guys, but I don't know if I really want to use Microsoft's software anymore... Can anyone suggest any alternatives?

    ;)

    --

  2. Ahh, the perfect machine? on Seagate Claims New Drive Silent and Fastest · · Score: 2
    Put that into a mac cube and you've got a completely silent, completely beautiful little device. remove the monitor & kb, pop on os x, and you've got a fileserver that can also be you're little apple alter :-)

    --

  3. Re:How do these differ from Linux Threads? on IBM's JFS & PTh-NG Reaches 1.0 · · Score: 2
    you've got replies telling you that the difference is that userspace threads are mapped into linux threads... The real cost of linux threads is that they're almost real processes, with almost the same costs involved. In reality, all you need is a register context and a stack... Thread creation costs are much higher than absolutely necessary.

    --

  4. how many people here actually *read* Linus's msg? on Linus Says No To Annoying Boot Messages · · Score: 5
    Linus was just saying that *NON-INFORMATIONAL* messages are just a waste, and that they shouldn't be done. Information related to DEBUGGING is logged. Error messages are still printed. Relax and get over it.

    --

  5. community service? on Ask IBM's Linux Marketing Director · · Score: 4
    who's doing the court-required 30days?

    --

  6. Cool on Microsoft Plans "Shared Source" .NET · · Score: 2
    now we have an alternative to MS's terrible API documentation!

    --

  7. Re:Perhaps sun should follow Apple? on Sun Closes Solaris Source Sales June 30 · · Score: 2
    because solaris is just doing a much, much better job.

    --

  8. New libraries... Wahoo! on GCC 3.0 Released · · Score: 3
    I'm really glad to hear about the new C++ libraries. The compiler's been pretty good about compliance so far, but the libraries have sucked for quite a while now. Glad to see the improvement...

    --

  9. Re:Not Suprising on GM Investing in Fuel Cells · · Score: 2
    Though they haven't been very public about it, GM has been investing in fuel cells for years. They've been sponsering student competitions for more environmentally friendly cars (not just solar ones), and footing the bill for those who used fuel cells. Also, they've been making their own fuel cell vehicle prototypes for years now, and some of them even work.

    --

  10. Re:Break out? Can they hang on is the question on OSX/Win2K Deathmatch · · Score: 2
    Hmm, I think you forget, Apple is a Personal Computer company. They really don't care too much about the enterprise. They'll sell clients and mid range servers, but they don't have or want to have enterprise level servers; they just don't care. Hell that's why webobjects runs on Solaris!

    As for the 'commodity pricing,' support costs completely override any benefit in having cheaper hardware. Macs just work.

    And finally, what's this 'integration with the rest of the business world'? The truth is, almost all people use 90% of the same applications, with some small utilities to fill in the gaps. Those 90% are usually what one can find in an office suite, and some custom enterprise applications. Custom enterprise apps written in Java will work without a hitch, and VB people deserve to wallow in the shithole they have created for themselves (but just run a PC emulator)... As for the rest of the apps, you'll find an equivalent in the Mac world.

    Final question is, why would one switch? Simple: the unconscious 'pain in the ass' factor. Windows is just not human friendly. It's designed to look easy to use, but nothing really makes true sense. The errors like 'SQL Server had an error:Success,' the dialog boxes that just forget what you're doing, the menus that keep changing on you, the stupid paper clip, the start menu with a 'Programs' list taller than your screen (does EVERY application need it's own damn program group?)... Just a big, useless mess by people who couldn't care less how the user interacts with the system, just how the user pays for the software.

    In that way, UNIX and Macs are similar: they're written for the user. In UNIX land, the software and the user environment are written for the traind professional who just wants to get their work done. In Mac land, the software and user environment are written for basically anybody with 10 minutes of experience to get their work done. Suddenly, with OS X, both types of users are accommodated (that's why I switched from Linux to Mac OS X: I wasn't into free sofware because it was inexpensive, I was into it because it was the best. Now I have a fantastic GUI on top of it).

    How come Windows is the only platform where there isn't a user group, who, having seen the rest of the options (with their own eyes, not the FUD MS puts out), chooses it and stays loyal to it with love? I only hear complaints about Windows, and I only hear adoration and caring for UNIX and Mac.

    --

  11. Mmmm... CPU cycles on Reiser On ReiserFS's Future And More · · Score: 5
    Mmmm -- encrypted, compressed, journaling, extensible filesystems.
    May ask for a moment of silence for the CPU? First IDE, now CPU heavy filesystems? Also, one of my first questions is, how do you compress a filesystem without having problems with either:
    • Making seeks tough to calculate, or worse, requiring many disk accesses to get the right address
    • Performance problems with things like writes in the middle of the file, causing the dictionary for that part of the file to overfill and the whole portion of the file to need recompression

    Perhaps I'm just not up on the latest compression techniques (most likely), but those questions just popped in my head.

    Either way, this is just further down the road of increasing CPU requirements just to drive the friggin disk. Ick. I miss SCSI.

    --

  12. Re:Ridiculous on Asus Request Feedback on "Cheat" Drivers · · Score: 2
    Simple really. The graphics card is the one that handles drawing to the frame buffer, and hence all the results of the graphics card are visible by inspecting the frame buffer, which is accessable through the OpenGL API

    --

  13. Re:lrand48() on Is Mac OS X real UNIX®? · · Score: 2
    mandrake 8's does.

    try c++ -v: Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs Apple Computer, Inc. version gcc-926, based on gcc version 2.95.2 19991024 (release)

    --

  14. Re:lrand48() on Is Mac OS X real UNIX®? · · Score: 2
    it is g++.

    Besides, did you read the note at the bottom of the lrand48 manpage? "These functions are declared obsolete by SVID 3, which states that rand(3) should be used instead."

    --

  15. Re:If it works... on Is Mac OS X real UNIX®? · · Score: 2
    odd, worked for me. Only problem I've had is end-of-line interpretation, which a quick pipe through tr fixed for me. Hell after that, vim compiled and ran perfectly. have you tried reinstalling sendmail? Oh, and it's (an admittedly broken version of) php4 that ships with OS X. nobody seems to know why it doesn't work.

    --

  16. Wacky BSD? on Is Mac OS X real UNIX®? · · Score: 3
    OS X comes back from NextStep, which comes from 386BSD. Just like FreeBSD, OpenBSD, and NetBSD. Not so wacky, IMHO.

    --

  17. Re:My Opinion on this... on Direct3D on Linux? · · Score: 2
    Actually, it can probably be faster than windows. WineLib will basically wrap the traditional Linux APIs for anything it needs. Linux tends to be so much faster than windows that it overcomes the slowdowns caused by the wrappers. Remember that WABI was faster than windows on the same hardware, and netraverse's Win4Lin is also faster on the same hardware, and they're doing alot more wrapping.

    So, it may very well be that the best gaming solution for the hardcore gamer may very well be a ported windows game running atop of WINE.

    --

  18. Re:Of course no ASP on PHP, Perl, Java Servlets - What's Right For You? · · Score: 2
    Platform independance is necessary to prevent vendor lock in. Also, if I find that a solaris box can do better DB I/O than any NT box, and that a Linux box running khttpd is fastest for static pages, and FreeBSD fastest for general dynamic content, then I can freely mix the three together to get literally an 'optimal' solution.

    --

  19. Air Pressure on See-Through, Paper-Thin Speakers · · Score: 3
    If you put them on a screen, LCD or otherwise, wouldn't you have a vacuum of air pulling the speaker back? That seems like it would create a lot of distortion. Also, even if that part was fixed, wouldn't the sound itself cause distortion on an LCD screen? When I lightly touch my LCDs, they change colors in that area. Imagine a speaker as big as the screen in close contact with an LCD screen playing your matrix dvd...

    --

  20. Investment considerations on The Myriad Ways of Wiring Your Home? · · Score: 2
    Your best bet is definately fiber. Invest some money now, and watch that money come back at you when you sell the house. Anything slower than *fucking*fast* will be more of a burden than anything else when you plan to sell your house. Fiber will most likely add twice to three times its value to your home's resale value (unless you mess it up.. :-). High tech is in, and many new home builders are adding stuff like fiber into the better homes just because of market demand.

    Oh, and on another note. Who's four year old kid did the web design on X10's site?

    --

  21. OpenGIS on Open Source, GIS and Data Visualization? · · Score: 2
    Has anyone seen the well developed, supported, and implemented OpenGIS?

    --

  22. Meaning of the Matrix -- on The Art Of The Matrix · · Score: 2
    Symbolism for things like Morpheous's name and Nebachadnezzer: http://movies.exit.mytoday.de/nilistheone/NILhasth eMatrix/backround_symbols.htm

    --

  23. Re:What about 2D? on 3D Videoconferencing Over Internet2 · · Score: 2
    One big reason video phones didn't make it was because there was never enough bandwidth to make the image not suck. Internet2 doesn't have that problem :-)

    How it'll work on the Internet1 won't really be known, but I doubt it matters. This kind of data will probably be sent via private corporate VPNs anyways.

    Besides, seeing the person you're talking to is very important. If you're in business, you want to be personal when you negotiate, instead of memo or phonecall. Eye to eye communication is very important. Not even to mention the sentimental reason.. Parents will love the ability to look for themselves to see if their 18 year old college freshman has been eating enough.

    --

  24. Solaris isn't the only UNIX used on US Army Digital Exercise · · Score: 2
    I was talking to a recruiter for a contractor, and he mentioned that Linux is also used in some of the same type of command & control warfare stuff. He told me it was in a tank (I forget which), and I'll assume that since we were in a bigass auditorium, that fact isn't classified :-)

    Hopefully they don't try the next BIND exploit in desert storm II.... ;-)

    --

  25. Re:Common threads. on OS X · · Score: 2
    Actually mozilla runs pretty well on it if you want to try that.

    --