Slashdot Mirror


User: spongman

spongman's activity in the archive.

Stories
0
Comments
2,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,450

  1. Re:What exactly is the point of .NET? on Is .NET Relevant to Game Developers? · · Score: 1
    .NET runs on puny Intel-like servers
    What, like the 64x Itanium 2-based HP Superdome that runs Windows Server 2003 and owns the non-clustered TPC benchmark? I'm sure there's a Sun 10K somewhere on that list...
  2. Re:Dotnet won't rule the world. on Is .NET Relevant to Game Developers? · · Score: 1
  3. Re:That Giant Sucking Sound... on Is .NET Relevant to Game Developers? · · Score: 1
  4. Re:That Giant Sucking Sound... on Is .NET Relevant to Game Developers? · · Score: 1
    In the context of the discussion, "compilation to native code" means "running against the natice API" rather than in the VM.
    eh?

    "native code" is an x86 instruction stream. There's no such thing as "the native API", unless you're talking about writing to hardware. Calling kernel32.dll!GlobalAlloc is no more native than new Object. Sure, they do different things, but they're just addresses of code you jump to.

  5. Re:Athlon versus P4 performance.. tsarkon reports on Opteron Gaming Benchmarks · · Score: 1
    But not quite adequate enough that you could resist one more time, eh?

    I don't see that you've said much of anything, especially concerning the original point - CPU instruction pipeline lengths. In fact, most of what you've said has been a reflection of your character. Maybe that's why you've chosen to remain anonymous? Surely your karma rating isn't that important to you?

  6. Re:Athlon versus P4 performance.. tsarkon reports on Opteron Gaming Benchmarks · · Score: 1

    You're hillarious. Please, continue...

  7. Re:Athlon versus P4 performance.. tsarkon reports on Opteron Gaming Benchmarks · · Score: 1
    I have a karma capped account for other things.
    How very schizophrenic of you.
  8. Re:Athlon versus P4 performance.. tsarkon reports on Opteron Gaming Benchmarks · · Score: 1
    I think the 2 year-old kid is the guy that gets upset at being ignored.

    Oh yeah, and why the AC?

  9. Re:Athlon versus P4 performance.. tsarkon reports on Opteron Gaming Benchmarks · · Score: 1
    And this explains the SPEC marks kicking the P4's ass how?
    well, it doesn't explain it mainly because i wasn't trying to. i was trying to explain why the clock-for-clock argument is invalid, but there are plenty of other reasons why the two processors are different, the pipeline length is just one of the most significant.

    I'm just going to ignore the rest of your rant - I didn't even read it.

  10. Re:Athlon versus P4 performance.. on Opteron Gaming Benchmarks · · Score: 1
    You know, I find it pretty interesting how vastly AMD's chips outpace the P4 clock-per-clock.
    Not that interesting. The Opteron's pipeline is 40% shorter than the P4's. That's why the P4 can and must run at a higher clock speed to get equivalent performance. The same amount of work is being done, it's just split into different sized chunks of time.
  11. Re:Not just bad for MS, but FOSS too! on Calling Software Reliability Into Question · · Score: 1
    Indeed. For-Pay software vendors will just pass any legislated liability costs on to the customer. I read somewhere that, on average, about 15% of the cost of goods bought in america goes to cover liability insurance. It doesn't make the products any more reliable, it just makes them more expensive, and protects the manufacturer's asses. Oh yeah, and it makes a whole bunch of lawyers filthy rich. Besides, have you read a EULA recently? They usually have a section that says you can't sue the developers for any reason.

    Who's going to insure the little guy?

  12. DNS LOC records on Around The World In 1 Year (On A Website) · · Score: 1

    why not use DNS LOC records to get better geographical locations of the browsers?

  13. Re:It's partly true on Ballmer on Windows Server 2003, Linux · · Score: 1

    and both of those are based on bits and bytes.

  14. Re:What is this MSNBC? on Bombing the Moon for Water · · Score: 5, Funny

    I think they've just run out of places to look for Osama Bin Laden.

  15. Re:Save your money. on The Two Towers DVD Release Dates · · Score: 1

    I'd say that the FOTR extended edition DVD is one of the best featured DVDs available. Besides the deleted scenes and the four commentary tracks there's the excellent 4-hour making of documentary that I'd say is worth the $30 on its own. And then there's hoards of artwork and an interactive editing thing that's pretty cool.

  16. Re:Fear and Loathing... on The Science of the Matrix · · Score: 1

    what are you saying, that the book predates the nightclub? either that or "I completely ignored the words of the parent article before replying."

  17. Re:DHCP is just akin to laziness on Introducing DHCP on FreeBSD · · Score: 1
    Yup, that's a good tip. My company bought a new T1 recently and we had to move a whole bunch of new machines over to the new class C. Changing the static addresses and the dynamic ranges in the server's DHCP config meant that all the machines including stubbornly DHCP/BOOTP-only network print adapters could be moved nets by renewing the client leases.

    I can't speak to DHCP, BOOTP and DNS servers on linux, but I found the NT DHCP extremely simple to install/configure.

  18. Re:word on Bitstream/Gnome Release Vera Font Family · · Score: 2, Insightful
    I don't know. I'm not too impressed.

    Here's a comparison of Vera Serif/Sans with Times/Verdana on Windows XP with ClearType at 8 & 12 points (96 dpi): vera.gif.

    A few things stand out:

    • vera serif is much bigger than times. it's a bit taller, but it's a whole lot wider.
    • the kerning (spacing between letters) is bad on the vera fonts. for example, check serif's 'az', 'he', 'um', and sans' 'ox', 'og', 'RO'.
    • the kerning is inconsistent between font sizes, too. check sans' 'WN'. in the small size they're crammed up against each other and in the larger size they're miles apart.
    • in the large serif, what happened to the space between 'FOX' and 'JUMPS'?
  19. Re:mod parent "Re:Mod Parent Down" down on Analyzing the Microsoft Tablet PC · · Score: 1
    oh yeah, i forgot:
    • clipboard handling. RDP supports copy/paste between applications running on different sides of the connection. it's not limited to text, you can copy formatted text, cells from an excel spreadsheet, images, etc... unfortunately you can't drag/drop, and you can't copy files like this.
  20. Re:mod parent "Re:Mod Parent Down" down on Analyzing the Microsoft Tablet PC · · Score: 2, Interesting
    RDP (mstsc, mira, etc...) has many advantages over VNC (I use both regularly). Here's a few off the top of my head:
    • it's much more responsive. screen updates are faster. the mouse movement and cursor changes are handled better.
    • it uses much less bandwidth.
    • better handling of different bit-depths. whereas VNC just munges the graphics down to a lower bit depth, RDP actually changes the bit depth of the server so applications use the appropriate bitmaps/palettes.
    • likewise for different screen resolutions. RDP changes the resoution of the server's display to match the requested resolution. you can have a non-scrolling full-screen remote display regardless of the server's default settings.
    • better keyboard handling. the windows key and combos such as 'ctrl-shift-esc' are not supported on VNC.
    • RDP supports piping sound back to the remote client, playing sound on the server, or disabling it altogether.
    • redirection of local devices such as printers, drives and serial ports. these devices become available for use to the applications running on the server.
  21. keep acces forms, use SQL Server for data on Sharing MS-Access Databases, Efficiently? · · Score: 4, Informative
  22. Re:CLR requires an O/S on Microsoft Commits to Using Opteron · · Score: 1

    Windows.Forms is not part of the CLR. It's part of .NET, a superset.

  23. Re:Looks like that's it for the "Wintel" theory on Microsoft Commits to Using Opteron · · Score: 1

    I believe they had a SPARC port at one point, but it never made it into circulation due to opposition from Sun. Surprise, surprise.

  24. Re:Quality is job N on Are Printers What They Used To Be? · · Score: 1

    I'd agree with the 'business-class' HP [rinter choice. We have a couple of the older 4050's and they're reliable and quick. If you're prepared to spend $1,000 you'll never have to buy another printer again.

  25. Re:Don't abuse Using, try doxygen on Coding Standards for C#? · · Score: 1

    that's not what using does. in C# 'using' is used to explicitly call an object's Dispose() method.