Slashdot Mirror


User: Gopal.V

Gopal.V's activity in the archive.

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

Comments · 673

  1. Money saved is Money earned on Is Linux Improving Life Of Poor In India? · · Score: 2, Insightful
    LINUX IS JUST SOFTWARE

    FREE SOFTWARE IS A PHILOSOPHY , NOT A PRODUCT

    Software is a huge drain on India's forex gains , If India does not buy cart loads of MS licenses from the US (paying out hard earned $$$) , that money can be utilized for better things than buying a new learjet for you know who.

    Slowly Free Software is bringing economic equilibrium in the world of software ... and it is not negligible . PERIOD.

    That said , India's defence system is starting to use Free Software for the pure safety of not depending on Microsoft (or any other closed source vendor). They are shifting from Solaris to Free Software slowly ..

    Independence and Freedom , be they economical or technological is important for any country , be it India , Brazil or China.
    This is the promise I see in Free Software

  2. Re:Yes... on Is Linux Improving Life Of Poor In India? · · Score: 3, Interesting
    Of course, if you say that offshore outsourcing is unfair to American IT workers I won't debate you on that. But please try to get it into your head that there are no IT sweatshops in India. IT has in fact made millions of workers filthy rich.

    Maybe you should come and work where I do ... It has made a few tens of thousand workers filthy rich ... The "millenium" generation of graduates are seeing the effect of undercut prices and salaries by outsourcing companies. IF you're in a service company in India as a programmer ,you're screwed ... unless you decide to screw the company.

    I get paid around ~200$ per month and I've churned out about 7000 lines of embedded C code in the past month .... but salary hikes are still based on how old you are rather than how good ...

    It's a capitalist economy and there are winners and losers ... Looks like the managers win and the programmers lose here in India. It's not any different for the little guys ..

  3. Re:Prime Minister on Is Linux Improving Life Of Poor In India? · · Score: 2, Informative

    Ha, you forget that both NDA and Congress alliances are both Right Front parties ... Though CPM did wipe out Cong in places like Kerala (which is ruled by Congress , but which failed to get even a single seat)... Coming from Kerala, I think it's a BAD THING (TM) for a state gov to be not represented in the centre.

  4. Like prohibition stopped booze in Amercia ? on Sasser Author Under Arrest, Say German Police · · Score: 1

    It didn't stop alcohol , but started off the highly profitable boot-legging which gave birth to protectionist mafias ... and in short america's criminal class ..

    Considering that example , maybe education should be prohibited :)

    Looks like the old saying's true ..... if guns were outlawed ... only outlaws would have guns ...

  5. Hundred computers * 3 months on RSA-576 Factorization Officially Announced · · Score: 5, Interesting

    That makes it 240000 computer hours ... too cheap .. Think about this :

    "Toy Story 2" had about 800,000 computer hours worth of rendering.
    "The Hulk" had 2.5 Million computer hours
    My office has nearly 400 fast machines , imagine this running them makes it 25 days . Running that every weekend makes it 12 weeks or 3 months ... It's a weekend job if I can sneak this in as along with the next upgrade.

    DDoS time is over with all networks being careful about... the next big windows worm will be a distributed processing program :)

  6. mandatory monty python reference on "Missing Link" In Windows Emulation Unveiled? · · Score: 1
    so yippiayee, they've so far calculated that there is a business need for this 'holy grail' and they somewhat know where it would sit at.

    Didn't you mean 'holy handgrenade and they somewhat know who would sit on it' ?

  7. Re:Curious how he wrote it in C#. on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1
    C# is not that slow for crypto stuff. I've been working on the DotGNU Portable.net VM for some time .

    The Crypto api is implemented in C (for obvious reasons) and plugged into the engine. It should only have a slight degradation in performance due to the dynamic lookup of these methods. MD5's just about the same speed as one written in C (ok, maybe 97% is not 100 ... but it's damn near enough for me).

    For the non believers have a look at MD5 Code Or Ripemd160 Or Sha512

    Looking over the DeDRM code , there doesn't seem to be any places where a performance hit due to array bounds checks are there . (that's coz he's using BlockCopy).

    I'd have run this on DotGNU by now (ie it builds and runs, and no todo's around the things it uses) , but I don't have something to deDRM :)

  8. Re:Trouble installing .NET Framework on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    bash$ yum install pnet-compiler pnet-interpreter
    You'll find it in linuks.org :)
    And enjoy the really fast encyrption routines from DotGNU (they are written in C and built into the engine)

  9. Re:I don't know a good rate... on Reasonable Salary for Entry Level Programmers? · · Score: 1

    Yeah, like ... we're paid 200$ per month (make that 10k Rupees) ... not much , but I get to save about 1/4th of that ....

    Funnily enough , a labourer ... say painting those lines on the road gets more per day than I do :)

    My only consolation is that my company has become a billion dollar company ... (but my salary is not going to go up anytime soon )

    Get rich or die trying

  10. Re:I wonder on Factory Testing of Airborne Laser Cannon Completed · · Score: 1

    What about reflections off something ?...

    And collateral damage due to "radiation" ?.

  11. Sounds like a dig at GPL really deep on Free Optimizing C++ Compiler from Microsoft · · Score: 3, Interesting
    Read excerpt:

    (b) distributing the Redistributables (or derivative works thereof) in any manner that would cause the Redistributables to become subject to any of the terms of an Excluded License. An "Excluded License" is any license which requires as a condition of use, modification and/or distribution of software subject to the Excluded License, that such software or other software combined and/or distributed with such software (x) be disclosed or distributed in source code form; (y) be licensed for the purpose of making derivative works; or (z) be redistributable at no charge

    Ok , if they are not targetting GPL'd code here , what are they targetting ... ?.

    GPL says ... provide source, license covers derivative works and should be redistributable under same license by others... damn !

    I would personally like Eben Moglen's comments on the license ... but there seems to be no way this affects FSF directly .. so unlikely

  12. FairPlay ? on Apple Rejects RealNetwork's Pleas · · Score: 1

    It's rather ironic to call it "FairPlay" and then refuse to "Play Fair" with the licensing.....

    But I agree on the decision, Real has nothing to offer here ... But Jobs is too cocky

    Go ahead , mark me redundant

  13. Re:One thing to say... on Rent A Bit Of Weta Digital · · Score: 1

    Isn't it a bit too soon to give up on *this* planet ? (if you're not already an alien that is).

  14. Re:C is alive, not becoz of Portable.Net on C Alive and Well Thanks to Portable.NET · · Score: 1

    > You cant write OS/Drivers in bytecodes

    Even Intel does that .... micro codes ...

  15. Re:And how is this going to work? Paradigm clash! on C Alive and Well Thanks to Portable.NET · · Score: 2, Interesting

    The GNU CPP has been hacked to add namespace support ... so that the following DotGNU.SSL.h can be used in C .

    Read Pnet C ABI ... for the info on all the other questions

  16. Sandbox for C programs on C Alive and Well Thanks to Portable.NET · · Score: 1

    Imagine getting a NullReferenceException instead of a Segmentation Fault ? ... it's as simple as that

  17. Running C code compiled on a 386 on an IA-64 on C Alive and Well Thanks to Portable.NET · · Score: 1

    Imagine ... compiling C on an 386 (or arm4 or ppc) , copying it over to an IA-64 and getting all the 64 bit arithmetic pipelines running full speed ..

    This is a good thing for people who want a Sandbox for C ... and portability

    Guess what language Portable.net is written in

  18. Re:Didn't RTFA but have some questions anyway :) on C Alive and Well Thanks to Portable.NET · · Score: 3, Informative

    Does this include *all* of C? How do they compile the following C features into VM bytecode?

    - Pointer arithmetic
    A: YES
    - Hardcoded type sizes instead of using sizeof() (i.e. assuming sizeof(int) == 4)
    A: WTF ? .. C never had that ... C never had a fixed size for integers ... anyway malloc(20) will work
    - Lax rules for casting
    A: YES .. had to work a lot to get those function pointers castable !!
    - And so on
    A: Hey, porting glibc ... remember

  19. No pointer operations for JVM on C Alive and Well Thanks to Portable.NET · · Score: 2, Informative

    JVM doesn't have any pointer operations ... IL does .
    Which means you get a set of pointers which play nice ...

  20. Re:Wow! on C Alive and Well Thanks to Portable.NET · · Score: 1

    Think about it ... a single C binary which will run on various platforms by adapting to the structure layout , pointer/int sizes , endianess and syscalls.

    I'm not talking about switching everything to .NET , I'm just saying "C# sucks for performance" ... if you want .NET don't do MS's Managed C++ (which is not x86 + .NET hacks) , use pnet's Managed C++

  21. Re:Command line is your friend on The Command Line - Best Newbie Interface? · · Score: 1

    I'm a GUI geek most of the time ... but actually, you should find how effective command line is when you actually put that with crontab ...
    like ....open the firewall for browsing during lunchtime... send a password reminder mail every month or something ...

    For those watching , it's magic :)

  22. Equally big , bloated and ...uhm destructive on Godzilla To Retire (for now) · · Score: 1

    Faster than a speeding ..... welll ..
    Stronger than a steam ... uhjj..
    Able to leap tall ....


    hmm.. so what does Mozilla do ?

  23. Targetting non-IT CEOs on SCO Names 1st Lawsuit Target: AutoZone [Updated] · · Score: 1

    SCO's hunting easy game here ... that is CEOs who have relatively no idea what their IT department is doing ...

  24. Is SCO .so files binary compatible ? on SCO Names 1st Lawsuit Target: AutoZone [Updated] · · Score: 1

    I thought the .so files were not binary compatible on different OSes ? (or is this some ibcs or stuff like that ?)

  25. Re:Canned Sunshine on Fusion In Sonoluminescence (Again)? · · Score: 1

    Wasn't that bottled moonshine ...