Slashdot Mirror


User: omkhar

omkhar's activity in the archive.

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

Comments · 76

  1. Re:May be for desktops and laptops on Why Apple Doesn't Market Squarely To Businesses · · Score: 1

    Linux license cost is free and there are lots of resources (people mainly) are available

    sorry to be pedantic, but this is a common and incorrect assumption regarding Linux TCO. If you're running a production server, you get a production license/support agreement. You can't, and shouldn't expect there to be zero cost in a production environment.

  2. Re:He is correct on Why "Running IT As a Business" Is a Bad Idea · · Score: 1

    You can't forget that proper management of exceptions can lead to forming new standards. For example, if IE is the standard (heavans no) and FireFox has grown to 80% marketshare internally (tracked through exceptions) it could be a valid case to change the standard.

  3. Re:He is correct on Why "Running IT As a Business" Is a Bad Idea · · Score: 1

    IT does book profit but the problem is that if we make accounting more efficient with our hard work all the accountants get nice bonuses and we get to go fuck ourselves.

    You mean like how the Sales guys get the bonuses, while the accountants get screwed? Or how the execs get to not go to jail when internal audit discovers and issue before the next external audit?

    Your logic is highly flawed.

  4. Re:Will the kernel ever get to 3? on Next Linux Kernel Due Early March · · Score: 1

    That's incorrect, IBM has allowed employees to choose whatever OS they want - including official support for Linux and Windows, as well as skunkworks support for Mac.

  5. Pay by the hour vs milestone on Office Work Ethic In the IT Industry? · · Score: 1

    If you're paying them by the milestone - great. If you're paying them by the hour, start cracking down.

  6. Re:DRM hurts legitimate customers only on DVD-CSS's Encryption Not Enough? Here Comes DECE · · Score: 1

    So tell me, who do I hurt if I pay once for a CD or DVD, then rip or pirate it and play the unlocked files on any/every device I own? Who do I hurt when I lend my copy to a friend (who, if he finds he likes it, may even purchase his own copy)?

     

    Your assumption is that your friend will buy a copy. Hollywood is afraid they might actually have to make movies that people want to buy.

  7. No x64 Chrome plugin for Gears on A Mixed Review For Google Chrome On Linux · · Score: 1

    I'm running F12 x64 and I downloaded the Chrome beta. Why hasn't anyone pointed out that the lack of an x64 Gears plugin is rather silly?

  8. Re:PROOF! on Microsoft Finally Open Sources Windows 7 Tool · · Score: 1

    ehm, back in my day we called it the Big Kernel Lock. You kids!

    now get off my lawn!

  9. Re:Idiot on Saying No To Promotions Away From Tech? · · Score: 1

    That is not true at all. My company (IBM) has both technical and managerial paths. Look up IBM Distinguished Engineer and IBM Fellow in wikipedia when you get some time. Technology companies usually maintain two paths.

  10. Re:Impossible to operate? on LHC Shut Down Again — By Baguette-Dropping Bird · · Score: 1

    or it was thrown out of a passing aeroplane.

    Thrown out of a passing aeroplane? Really? Have you tried opening the windows on an aeroplane recently? I suppose someone could have flown over in a bi-plane... but really?

  11. Re:And tons of carbon enter the air on Cracking PGP In the Cloud · · Score: 1

    That is just nonsense.

    If the customer had used a proper PKI with key recovery/escrow this could have been avoided. The solution is NOT to make weak passwords so that you can crack them when you lose your passphrase. How on earth is this modded informative?!

  12. X on OpenWRT? on Installing Linux On Old Hardware? · · Score: 1

    Why would X have worked on any builds of OpenWRT???

  13. Re:Apple's activity is criminal here, Palm's is le on Palm Ignores USB-IF Warning, Restores iTunes Sync · · Score: 1

    Palm has circumvented the published API for doing this (for god knows what reason). And they've done so by "faking" a USB VENDOR ID.

    Why not just used the published method as BlackBerry / RIM does?

  14. Re:The way this is generally handled... on Data Locking In a Web Application? · · Score: 1

    Last post on this topic - clearly you and I have a different understanding of security. No HTTP POST/GET variable are typed - you can throw whatever you want in them. Lazy assumptions about length won't help you either. Point is, there is an extra set of data to parse. Whenever there is data to parse, there is the potential for an exploit. See my solution above, and lets move on.

  15. Re:The way this is generally handled... on Data Locking In a Web Application? · · Score: 1

    Can you explain to me how a malicious person's manipulation of the hash value could damage anything? How would they know what to change it to?

    Any input taken should be scrutinized for injection, overflows etc. Another input from "out there" another set of variable to scrub. A sloppily coded hash/verification could be a vector for SQL injection for example.

    I suppose they could just hash the form fields and hope, but that's easily defeated by adding in a server side session variable as salt.

    If you have a session to begin with... just store it server side

    Also, while this isn't exactly the best practice, the question made it clear that it was a fairly small internal web app. So worrying about malicious users on that scale is likely not an issue

    assumptions regarding the scope, confidentiality, integrity or availability requirements weren't part of my answer. Only that from a security perspective, anytime you have another piece of information that's user submitted, requires a thorough check/scrub/sanitization prior to being processed.

  16. Re:The way this is generally handled... on Data Locking In a Web Application? · · Score: 2, Informative

    Storing the hash of the original data client side is bad from a security perspective. A malicious user could manipulate the hash as they sought fit. I'd keep the hash in a server side session specific variable. I realize the damage that could be done seems small, but I wouldn't trust *anything* - especially a critical part of your locking mechanism - to a variable that could be manipulated client side.

  17. Get Security/Legal/HR buy in on Security / Privacy Advice? · · Score: 3, Insightful

    Are you part of the security team? If not, perhaps this is more the domain of your security guys than yourself. I'd also get the buy in of HR. As with most policy changes (especially ones with a reprimand) you gotta make sure HR is on side. Legal for good measure too - ie are you asking something which is illegal of the employee? I know its a stretch, but CYA.

  18. Re:Will a ballot really be that effective? on Opera CTO Thinks IE Will Be Forced To Support SVG · · Score: 1

    In another example IBM seems to like Opera for many of it's Linux/workstation machines as it's cross-architecture/platform embedded reader... again, they could "encourage" Leneovo to add that to thinkpads for their in-house teams.

    IBM more heavily embraces Chrome and Mozilla internally than Opera. And Lenovo's preload has nothing to do with the image that IBM uses internally, save the drivers.

  19. Re:There Is a Possibility You Overlook on US PTO Gives Microsoft Credit For Lotus's Homework · · Score: 1

    I can assure you that IBM (and Lotus as a result) do have a provision surrounding this.

  20. Open Source community benefits from binary diff on New Binary Diffing Algorithm Announced By Google · · Score: 1

    So the OPEN SOURCE community will benefit from BINARY diffs.

    uhuh. I think we're just fine with patch/diff.

    oh, what's that? You meant the people that DISTRIBUTE BINARY version of OPEN SOURCE programs will benefit? Ahhh, now I see.

  21. Re:Um on Windows 95 Almost Autodetected Floppy Disks · · Score: 1

    floppy device name is diff

    The only way the OS even knew your floppy drive existed was through the bios.

    If you stayed in real mode

  22. I thought... on Mythbusters Accidentally Bust Windows In Nearby Town · · Score: 1

    ... this would be about a Windows security issue based on the headline.

  23. It doesn't have to be production to be piracy... on How Do You Deal With Pirated Programs At Work? · · Score: 5, Insightful

    >I don't install 'borrowed programs' in a production environment

    'borrowed programs' shouldn't be installed anywhere - prod, test, uat whatever. Non-production piracy is still piracy.

  24. Re:Just think... on Lars Ulrich Pirates His Own Album · · Score: 1

    Yes, because as with the "traditional" definition http://en.wikipedia.org/wiki/Glass_ceiling Lars overcame institutionalized discrimination in order to succeed.

    I think you need to start paying attention.

  25. Re:now this switch should be on by default on Windows 7 Kill Switch For IE Confirmed — For More Apps, Too · · Score: 1

    the issue for me has never been disk bloat, but rather the inherent security vulnerabilities of installing more stuff than you actually need. More stuff means more stuff to patch, means more vulnerabilities.