Slashdot Mirror


User: elphkotm

elphkotm's activity in the archive.

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

Comments · 94

  1. Re:How cute but useless. on Gzip on a PCI card · · Score: 1

    Ethernet is Layer 2, IP is Layer 3, TCP is Layer 4, HTTP is Layer 7

  2. Re:Sux it down Sun... on Sun Sued Over H1-B Workers · · Score: 1

    Ethnical Business Practices... like Whitewater.

  3. Re:Sorry Peter... on Peter Molyneux Asks For Gov't Help For Small Shops · · Score: 1

    or guarantee that programmers only work 40/hours a week when they're paid for 40/hours a week.

    Yeah, like that will work. It would be great, but think about it. I kinda doubt that many managers are telling their employees that they are required to work free overtime. They're giving them deadlines that are unrealistic in the amount of work hours/week paid. So what do you do, start up a Bureau of Unrealistic Deadlines? Life sucks and there are injusticies in the world: get used to it.

  4. Re:NFS is needed? on What High End Unix Features are Missing from Linux? · · Score: 3, Informative

    Unified home directories between boxes. Every box I have at home has unified home directories. Also, there's a universal repository mounted on every Windows box as R: and every BSD/Linux/Solaris box as /repository. These are accessible to the Windows boxes via Samba. This is hosted off a box that has a mirrored RAID setup, so my household has fairly safe, universal data storage. It makes life very convenient.

  5. Re:The thing about airlines that scares me on Wireless Internet Launched on Lufthansa FRA - IAD · · Score: 1

    That's the funny thing about missile defense in almost all cases. There are so many far simpler ways to screw stuff up.

  6. Re:Wow on Apple Smacks Down iCommune · · Score: 1

    Yes.

  7. Re:Soviet Russia on Ancanar Teaser Trailer Available · · Score: 0, Offtopic

    Yes, yes, I know, I have failed :(

  8. Soviet Russia on Ancanar Teaser Trailer Available · · Score: -1, Redundant

    In Soviet Russia, Tolkien Inspires YOU!

  9. Re:wow man on Hard Drives Down To A Dollar A Gigabyte · · Score: 1

    Oh yeah? I remember when 1MB was like 90,000 punch cards d00d! I have r0x0red j00 wit teh old aeg sklilz n00bler!!11

  10. FP on Cell Phone Plan Recommendations for 2003? · · Score: -1, Offtopic

    First Post Plz

  11. Re:SGI's reality distortion field: fully operation on SGI launches R16000 · · Score: 1

    The output framebuffer colorspace is _NOT_ what matters, 32-bits is plenty. The problem that you run into with 32-bit precision math is that you get rounding errors that affect the quality of the output when layered calculations are being done in the graphics pipeline. Every transparency, pixel shader, and lighting effect you apply to the same 32-bit number, the more lossy it becomes. The 128-bit colorspace alleviates this problem, because the rounding errors are made so much more minute.

  12. Re:10 Danish Crowns?!! on All schools In Denmark switching to Linux · · Score: 0, Offtopic

    Even if there was 10 kings on Denmark, they'd all be pouring hot grits down Natalie Portman's pants.

  13. OMFG!! on Apple Releases Mac OS X 10.2.3 · · Score: -1, Troll

    FP!!!!!!!!!!111 Oh, and Apple kicks ass! This page rules!

  14. Where I work... on IT Worker-to-User Ratio Survey? · · Score: 1

    Fortune 500 Development Department
    PC Support: 2 Admins, 300 Employees.
    UNIX Support: 3 Full-Time, 2 Contractors, 250ish Boxes. Mostly development and production look-a-like testing environments.

  15. Re:What goes around comes around... on DOD vs. 802.11b · · Score: 1
  16. Re:How shall we troll this? Let us enumerate... on Microsoft to Buy Rational and/or Borland? · · Score: 1
  17. First Post on Week-Long Free-Software Class for Kids? · · Score: -1, Offtopic

    FP!

  18. Re:I guess.... on University of Twente NOC Fire Arson · · Score: 1

    I disagree, this is a clear case of Layer 1 Denial-of-Service by Microsoft zealots. It's so obvious.

  19. Re:No comparison? on JPL Clusters XServes · · Score: 3, Informative

    The G4 has 3 parallel floating point execution units, so the theoretical peak is actually 198 GFLOPS. Also, The LINPACK performance number from beowulf-style clusters is derived from the aggregate total performance of each node. This puts true single-image systems at a disadvantage, since real applications use quite a bit more latency sensitive and interconnect bandwidth intensive.

  20. Re:Firewire or USB2.0 on Developing a New Beowulf Architecture? · · Score: 1

    The PCI Bus on consumer systems is 32-bit @ 33MHz.. therefore peak bandwidth around 133Megabytes/sec (not including bus switching latency). Just enough to fit about a gigabit of bandwidth in.

  21. Re:the potential harms negligible. on FCC Clears Comcast Purchase Of AT&T Broadband · · Score: 1

    Frankly, at this point, I'm all done being patient. I want an adult in charge, put the fist down and say, "universal broadband access, no excuses." If welding together enough of these separate bean-counter telecoms creates the opportunity at the national level for this to occur, I'm all for it.

    So even if you aren't going to make them any money, they should run fiber out to your cable concentrator and give you broadband. Right.

  22. Re:Most are already fixed on Mozilla: The Good And The Bad · · Score: 1

    Open source code really tends to be more readable and less kludgey. Coders tend to be more careful about code that a) they are writing for themselves and b) can be viewed by the public :).

  23. Re:I feel dirty. on MS Releases .NET Source, Sort Of · · Score: 2, Informative

    I like being an ass... so I'll tell you how the command-line JIT really works. The compiled class is JIT'd every single time you run it. You're mistaking the way the command-line JIT works (like Java) with the way ASP.NET works (like JSP). ASP.NET compiles and JITs the source every time the source is changed, but doesn't require subsequent recompiles, as long as the source stays the same and the server stays up.

  24. Re:Bribery on The Politics of Technology · · Score: 1

    Income caps? That's a good one... Most people who have large salaries deserve it. If you actually worked somewhere worthwhile, you would see that 90% of people at the bottom deserve to be there (playing Fantasy Football for a good portion of the day comes to mind). It just sucks that the other 10% didn't kiss enough ass to get to the top.

  25. Re:LEARN TO WRITE C! on New Tadpole SPARCbook RSN · · Score: 1

    Put .c at the end of your file idiot.