Slashdot Mirror


User: Curate

Curate's activity in the archive.

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

Comments · 309

  1. Re:Nothing on What's Keeping You On XP? · · Score: 1

    And you forgot one: Server 2003 / Windows XP 64-bit.

  2. Light workloads on Intel Experimental Processor Runs On Solar Power · · Score: 5, Funny
    The concept processor, code-named Claremont, can run light workloads on solar power...

    That makes sense. Now what if you want to run dark workloads?

  3. Re:Planned obsolescence treadmill accelerating on Gut-Check Time For Windows 8, Microsoft · · Score: 1

    Corrections: 6.0 was branded Vista, 6.1 was branded 7. (And 6.2 will be branded 8, or maybe something else, we'll have to wait and see.) That's right, "Windows 7" and "Windows 8" are still just marketing names, and don't in any way indicate the OS version number.

  4. Re:750,000 hours MTBF. on 3TB Hard Drive Round Up · · Score: 2

    Could you expand on why you object to Seagate's use of temp workers? Is it for philosophical reasons, or do you think it impacts quality?

  5. Re:Everything costs more in Australia on Pricing: Apple Defies Australian Government · · Score: 1

    FYI the exchange rate you just quoted (1 USD = 0.9582 AUD) means that the US dollar is less valuable than the AU dollar. D'oh!

  6. Re:Doesn't matter what they report on UN Climate Report Fails To Capture Arctic Ice: MIT · · Score: 1

    I found your post to be an interesting read. Unfortunately I don't have mod points right now.

  7. Re:NSFW? on Windows XP In a Browser · · Score: 2

    What?!? So I've been hoarding .css files for nothing?

  8. Re:Aye, pirates be the reason IE6 just won’t on IE6 Still Going Strong In China · · Score: 1

    If it's using the IE6 engine and claiming to be IE6, isn't it more like a sheep in sheep's clothing?

  9. Re:64-bit *what*? on Adobe Released 64-bit Flash For Linux · · Score: 1

    Actually, m->a is part of ROT14, which is a relatively recent advancement in encryption. ROT14 is widely considered to be more secure than ROT13, in that it has suffered fewer known attacks, I consider this to be more due to "security by obscurity" than any genuine improvement.

  10. Re:Not fear - disgust on Women Arrested For Refusing TSA Search of Children · · Score: 1

    He can't move to Cuba. The US government won't let him fly there! Oh how the noose tightens.

  11. Re:Well on the bright side on New SMS Trojan Found In Android Markets · · Score: 1
    There is a fairly large developer community that can't tell good software from bad so they just rely on the originating vendor to make their determination. MS - Bad, Apple - Good, OS - Excellent.

    This developer community would be... the open source developer community?

  12. Pregnant? on Big Drop In Solar Activity Could Cool Earth · · Score: 1

    So if the sun does indeed miss its next cycle entirely, can we look forward to one or two new smaller suns joining our solar family?

  13. Re:What? on Court Clears Novell To Sue Microsoft Over WordPerfect · · Score: 1

    What is this "F11" of which you speak? I first used WP 5.1 on a PC keyboard that had only 10 function keys (two rows of 5, on the left side of the keyboard). Reveal Codes was Alt-F3.

  14. Re:The most respectable party in those briefs for on US Gov't Sides Against Microsoft In i4i Patent Case · · Score: 4, Funny

    Excuse me, they have "Foundation" in their name. They are damn well respectable.

  15. Re:It's? on Google To Merge Honeycomb and Gingerbread · · Score: 1

    English's advantages have nothing to do with its grammar, syntax or lexicon. It's the de facto lingua franca

    The english language is the french language, got it. :)

  16. Re:Well good. on Ballmer Turns To Geeks For Salvation · · Score: 1

    Office for Macs exists solely to (i) reduce issues with anti-trust, and (ii) to get people on Office and then move them to Windows.

    Office for Mac exists because it makes a profit, otherwise MS would stop making it. It doesn't reduce anti-trust problems; if anything it furthers the Office monopoly by strengthening Office document format dominance. It doesn't get people to move to Windows; if anything it allows them to avoid moving to Windows and stay on Mac.

    Unix Services for Windows and the POSIX layer (posix.dll) only exist to get people to migrate their applications to Windows. It's heavily outdated and does not, by design, get the same performance as the native Win32 API - even though both are just wrappers around the NT kernel itself.

    Firstly it's not the "native Win32 API". The native API is underneath the Win32 API. The Posix and Win32 APIs are on top of the native API, like you said, so both are equally "native". Secondly, do you have any hard data showing that one is more performant than the other? They should be fairly equivalent performance-wise. Some differences could arise due to specific semantics that are imposed by one subsystem or the other; to not adhere to the semantics would lead to incorrectness. Thirdly, you do have the option of using the native APIs directly, although they are harder to use and sparingly documented; feel free to try to implement your own Posix layer without the gross inefficiencies you allude to. Fourthly, to turn this around, can you say that WINE apps on Linux offers equivalent performance to native Linux apps?

    MS has changed the CIFS/SMB protocol on nearly every release of Windows to force people to upgrade

    These protocol changes have brought new features and massive performance improvements (particularly with SMB 2.0 in Vista). That's a good reason to continue developing the protocol. The new releases do not force you to upgrade, since if you have two different versions talking to each other they will negotiate down to a protocol version that both understand (ex: 2.0 talking to 1.1 will negotiate to 1.1). Also, NFS has also introduced several new versions over the years, currently on version 4.1. SMB and NFS are in ongoing competition.

  17. Re:Infestation on Sharks Seen Swimming Down Australian Streets · · Score: 1

    How could the sharks pass up that Fillet-O-Fish goodness?

  18. Re:Oh my-- on Pirate Electrician Supplied Power To 1,500 Homes · · Score: 1

    Brown. Out.

  19. Re:Powerpoint in the military on PowerPoint Rant Costs Colonel His Job · · Score: 0, Offtopic

    You just put three paragraphs of text into one Slashdot post. Do you expect me to read all that? Please summarize into bullet points. Thanks!

  20. Re:IE turns 15... on Internet Explorer Turns 15 · · Score: 2, Informative

    Actually, under 64-bit Windows, 32-bit processes get a full 4GB of address space. Devices and kernel-mode drivers use addresses > 4GB. That's a nice benefit of 64-bit Windows even if most of your apps are still 32-bit.

  21. Re:Flash cookies remain too on Browser Private Modes Not So Private After All · · Score: 1

    What offset are you looking at? If you delve just a bit further into /dev/null, you'll find some very revealing stuff.

  22. Re:If MS was really serious... on Is the CodePlex Foundation Truly Independent Now? · · Score: 1
    SMB: We have reverse engineered it for a while. It's simple, just open it or give the specs to the Samba team and stop changing crap between Windows versions so it keeps working.

    The specs are published here:
    SMB: http://msdn.microsoft.com/en-us/library/cc246231(PROT.13).aspx
    SMB2: http://msdn.microsoft.com/en-us/library/cc246482(PROT.13).aspx

    You say "We have reverse engineered it for a while"... Who's "we"? Do you speak for the Samba team? The Samba team not only has access to the above specs, but they also receive some special treatment. They periodically meet with MS devs face to face or over voice conference. One of the Samba team members (Chris Hertel) is actually working for Microsoft on contract right now. The Samba team's challenges keeping pace with Windows SMB are not because of lack of access to information, they are because there is simply a lot of work and limited resources. In fact they have even more work than the Windows SMB team because they have to build some additional layers (e.g. creation timestamps, security ACLs, user ID mappings) owing to differences between UNIX and Windows.

    Microsoft publishes specs for all their proprietary protocols used in Windows, including Active Directory. They are required to as part of the consent decree. You can find them all here:
    Windows Server Protocols: http://msdn.microsoft.com/en-us/library/cc964399(PROT.13).aspx

  23. Re:Trolling, trolling on FBI's Facebook Monitoring Leads To Arrest In England · · Score: 1
    pixellated bitmaps of Heather Lochlear nude

    You had bitmaps! I only had her in ASCII art.

  24. Re:BBQ? on Steak-Scented Billboard Entices Drivers · · Score: 1
    Turkey bacon is also lean, and i have never seen a fat turk.(have seen fat canadians)

    You may not have seen a fat turk, but have you seen a Big Turk? It's something enjoyed by us fat Canadians. :) They're actually pretty low in fat, so they're probably not what made us fat.

  25. Re:2TB with 512-byte sectors on Seagate Confirms 3TB Hard Drive · · Score: 1

    It's not a question of sanity. No one cluster size is best for all cases; it really depends on your file set. In general, if I had tons and tons of tiny files, I'd prefer the smaller cluster size, to minimize the amount of space wasted internally by not filling the last cluster of every file. On the other hand, if I had nothing but huge files, I'd prefer the larger cluster size, because the savings in metadata (smaller cluster bitmaps, smaller extent mappings) would outweigh internal wastage.

    For the record, NTFS supports cluster sizes of 512, 1024, 2048, 4096, 8192, 16384, 32768, and 65536. You can choose the cluster size at format time. The default is 4096, which is in the middle and aims for general utility. It's actually a very good choice considering a couple of extra factors: 1) the page size on x86/x64 is 4K; 2) the sector size the industry is moving toward is 4K. There are great synergies when these are all the same.