6801
General Software Discussion / Re: Top 3 programs you use
« Last post by f0dder on September 10, 2007, 07:31 AM »You might want to provide a link to Meskalin - it's a bit hard to google for 


the slow-copy bug or the network-performance slows to a crawl if you play MP3s" bug?In all fairness, the thing that causes this slowdown actually makes sense - it should just have been fine-tuned better (like, only kick in when HD content is being played). And it's also not going to affect many people; you're not going to be playing media files on a file server, and I do wonder how many people are doing full-speed file transfers on a gigabit network (as far as I can tell, 100mbit LANs shouldn't be affected by the interrupt moderation imposed).-Innuendo

. You might have to roll your own license, and you'll be attacked by the GPL zealots who'll claim that the license isn't open, free, whatever.BTW, You can turn off Virtualisation via the Local Security Policy control panel. Local Policies -> Security Options, then the last item in the list: "User Account Control: Virtualize file and registry write failures to per-user locations".Nice!-Nudel (September 09, 2007, 09:56 AM)
political incorrectness 

- might seem a bit messy to do it this way, but certainly less messy to use a feature present since the initial NT/NTFS days, instead of the shoddy way it's done in Vista.The proper solution would have been simpler, clearer, safer, and better for everyone. When a program is attempting to access files it's not allowed to in one of these privileged directories -- prompt the user, explain the problem, and let them switch the program to run in "compatibility mode" where it IS allowed to access these directories like it could in WinXP, etc. If they want to run it in compatibility mode, fine. If not, don't run it. If you then wanted to let them switch into some insane virtual store more, with a huge warning, you could even do that (though if you ask me i wouldn't provide such an option).Simply fix the NTFS filesystem permissions of that _one_ application folder to allow non-admin access.-mouser (September 06, 2007, 08:07 AM)
I too think that sometimes you have to cut the past loose. I myself always write my programs for unicode which limits me to Win 2k and better. But I think the advantages of unicode and support for multiple languages far out weighs the negatives.What about MSLU/Unicows?-Eóin (September 06, 2007, 07:59 AM)
Am I the only one that isn't annoyed at all by most forms of online advertising (except the most obstrusive ones, that open windows above what you are reading, obviously)?-Mark0 (September 06, 2007, 05:53 AM)

Version Number: Windows NT 5.1 (Build 2600)
Exit Time: 3:32 pm, Tuesday, September 4 2007
Elapsed Time: 0:00:00.750
Process Time: 0:00:00.156
System Calls: 29265
Context Switches: 26811
Page Faults: 3980
Bytes Read: 29256002
Bytes Written: 0
Bytes Other: 27048-compressed
Version Number: Windows NT 5.1 (Build 2600)
Exit Time: 3:32 pm, Tuesday, September 4 2007
Elapsed Time: 0:00:01.359
Process Time: 0:00:00.109
System Calls: 29211
Context Switches: 27563
Page Faults: 3973
Bytes Read: 29240194
Bytes Written: 15928
Bytes Other: 30128-uncompressed
Version Number: Windows NT 5.1 (Build 2600)
Exit Time: 3:19 pm, Tuesday, September 4 2007
Elapsed Time: 0:00:02.703
Process Time: 0:00:00.484
System Calls: 136548
Context Switches: 130067
Page Faults: 13608
Bytes Read: 102010609
Bytes Written: 0
Bytes Other: 128204-compressed
Version Number: Windows NT 5.1 (Build 2600)
Exit Time: 3:20 pm, Tuesday, September 4 2007
Elapsed Time: 0:00:04.437
Process Time: 0:00:00.375
System Calls: 135903
Context Switches: 132015
Page Faults: 13701
Bytes Read: 102214521
Bytes Written: 0
Bytes Other: 133980-uncompressed
so how should we best use NTFS compression?Things like the PlatformSDK header files could be a candidate for compression - it's text, lots of repetitions, and basically read-only...-justice (September 03, 2007, 04:51 PM)

Actually you would probably expect decreased performance for music and video files!Depends - NTFS should be smart enough not to write blocks as compressed when it can't reduce size... so it'd take a bit longer copying to NTFS-compressed .mp3, but (hopefully-Carol Haynes (September 03, 2007, 09:47 AM)
) reading should be normal speed. Worth keeping in mind, though.