Slashdot Mirror


User: Henk+Poley

Henk+Poley's activity in the archive.

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

Comments · 354

  1. Re:Only 10 years old? on Streaming Audio 10 Years Old · · Score: 1

    There have been even earlier programs, for a historic list see:
    http://myhome.hanafos.com/~soonjp/vchx.html

    Then there are also some that were better than RealAudio, like ECIP that used forward error correction over UDP:
    http://www.ecip.com/

  2. Just a useless datapoint on Jobs Claims Microsoft Is Shamelessly Copying · · Score: 1

    In 1995 the processor with the highest clockrates were the ones used in the Cray-4 running at 1GHz.

    But then you should also remark that Cray at that time didn't build computers but only very good airconditioners. ;-)

  3. Re:crashme, etc... on Lack of Testing Threatening the Stability of Linux · · Score: 1
    As far as I can tell it needs to have this little patch at line 263 to get it to compile on a recent version of gcc:
    • act.sa_mask = 0;

    Should become
    • sigaddset(&act.sa_mask, SA_NODEFER);
  4. Re:crashme, etc... on Lack of Testing Threatening the Stability of Linux · · Score: 1
  5. Re:Nothing new really on Microsoft's New Mantra - It Just Works · · Score: 1

    Synli, could you give us a link or an explanation on where to enable this in stock Windows XP Gold/SP1/SP2?

    In the mean time I'd like to point to Buzzsaw, a program that actually does do on-the-fly defragmentation on any Windows NT based system.

    Together with boot time defragmentation by PageDefrag this keeps even Microsoft Windows systems defragmented.

  6. Re:Innovation on Microsoft's New Mantra - It Just Works · · Score: 1

    * Files in multiple folders simultaneously

    OMG. They have reinvented hard links and symbolic links!


    Actually they have implemented a GUI on top of something that has been in NTFS for some time.

  7. Re:You should be optimisitic on Linux Can't Kill Windows · · Score: 2, Insightful

    For example, how many of your regular tasks have you offloaded onto the Windows Scripting host? Unix users all have their favourite scripting language, and Apple users are always blathering about how wonderful AppleScript is, but Windows has just the same functionality,..

    You know, maybe that's the case because Microsoft doesn't really push WSH? I mean, on my Linux systems Perl, Python and Bash scripts are everywhere, on my Windows systems I haven't seen a single usefull script. When you go exploring a UNIX system you will quickly find them.

    If you browse Linux and Mac sites you will hit scripting guides eventually, probably within minutes if you are in the need for something that can be automated. For Windows I never hit such things, well.. sometimes on some MVP site (kudos to them!).

    On Mac and Linux systems the script language documentation is installed together with the interpreter/JIT-compiler, so it's available at any time. On windows, I need to navigate through the webbased MSDN Knowledge Base, which is quite challenging most of the time due to the (per page changing) non standard website conform way of displaying info; Or the docs are just being written in a way that's it incomprehensible if you don't know the onderlying Windows API (and no links to API walkthoughs).

    Just my 0.02 EUR.

  8. Re:Google Uploader on Google Readies Platform for Video Distribution · · Score: 1

    You could let your grandma/sister/neighbour use the app and watch the datastream that it send across the network. That is if by "Google Video Uploader" you mean the program.

  9. Wouldn't work on journaled FS on Secure Hard Drive Deletion Appliance? · · Score: 1

    That wouldn't work on journaled filesystems (like Ext3, ReiserFS and NTFS). Shred works on individual files. Those filesystems will first write data to a new block which then replaces the one previously pointed to by the file. Only the pointer is overwritten. The original data block is still on disk (untill this, now free, block is overwritten again).

  10. Re:seen before... on Dell Might do AMD · · Score: 1

    Uhm, just as if Intel doesn't make shitty stuff from time to time. My only 'pure Intel' system is the system that I have the most driver trouble with, both on Windows and Linux. Okay, it has Broadcom WiFi, but the rest is Intel (yes I know, no native Broadcom WiFi drivers under Linux, I'm just talking about Intel parts).

    Especially the on-board graphics gives odd problems on Windows ("Could not start device" -> 640x480 with 16 colors, once every few days) and Linux (broken BIOS so driver won't go above 800x600).

    And the most ironic of all, this a Tablet PC. This means that the manufacterer had access to quite a few resources at Microsoft to get it working just right both hardware and software wise.

  11. Re:Speed binning people on Russians Claim Their Hackers the Best In the World · · Score: 1

    The secret to any educational system is to provide the social structure wherein the talented can work together over a long period of time.

    Thank you for that quote. IMHO the learning environment (in The Netherlands) is mostly far to solopsistic. Things should change.

  12. Nice use of Wikipedia taxonomy on Google Delivering Factual Answers · · Score: 1

    Probably too late for the discussion, but..

    Whow, nice use of the Wikipedia taxonomy (just a simple form of ontology, with only classes/classifications). They probably let part of the sentence ("Who is..") trigger certain categories (aka: Category:People). Then they do a lookup for the subject of your query within these categories.

  13. Re:Am I the only one? on Home Theatre PC Guide · · Score: 1

    In my opinion the Asus Pundit isn't that great. The video driver doesn't give a vsync signal to the software, so playback is stuttering sometimes. Plus you need to use deinterlacing on the Pundit due to the tv-out encoder. And no vsync also means that MythTV can't do bobdeinterlace, which means you only have 1/2 the framerate (25Hz on PAL and 30Hz on NTSC).

  14. MPEG2 software recording? on Home Theatre PC Guide · · Score: 1

    Ehm, when did MythTV get MPEG2 software recording? On my system it only does MJPEG and MPEG4.

  15. What about.. ? on 10.4 on Display at FOSE · · Score: 1
    • Translating
  16. Re:MSOSS on Microsoft Accepts Most EU Demands, But Not Over Source · · Score: 1

    ..and 3 priviledge escalation bugs found already. ;)

  17. Re:Lower Startup Cost, yes. May cost you on the ex on How Open Source Drives Down Startup Costs · · Score: 1

    GPL is great, but it can make any code you create on top of it open source if you are not careful.

    Then you need to form your software development strategy in a way that people pay you to get to get the software you make up and running on their systems. Explain your potentential customers that "Open Source" will mean added benefits for them, other people and companies might add or improve features, source is always available, etc.

    Be the best to implement your software in other businesses.

  18. Re:Broken system? on Gentoo 2005.0 Released · · Score: 1

    This could be a glibc problem they had this week.

    http://bugs.gentoo.org/show_bug.cgi?id=85555

  19. Bad HIG? on New Longhorn Screenshots And Schedule · · Score: 2, Interesting

    These Aero buttons look so small, they seem difficult to hit to me.

  20. Prepaging? on Comprehensive Guide to the Windows Paging File · · Score: 1

    To my taste Windows XP already prepages to much. It's not fun when your browser needs to swap back in when there is still 600MB RAM left of the 1 GB you have.. :-/

  21. Re:Before the defrag on Comprehensive Guide to the Windows Paging File · · Score: 4, Informative

    I've mentioned it elsewhere already. But try PageDefrag and Buzzsaw.

    The first one will defragment your Windows pagefile on each boot. And Buzzsaw will defragment recently accessed files in the background, much less intrusive than Diskkeeper. Both are freeware tools.

  22. Re:Does he really believe this? on Comprehensive Guide to the Windows Paging File · · Score: 1

    Paging has been proposed by researchers in Manchester, England, in 1961. People began to use it relatively soon because they wanted to put so "much" stuff in new OS kernels that they wouldn't fit in main memory (which wasn't all that big back in those days).

  23. pagefile vs. swapfile on Comprehensive Guide to the Windows Paging File · · Score: 3, Informative

    It explains what a paging file is and lists the differences between a swapfile and a paging file.

    There is no difference.. He says that swapfiles would swap whole processes. I beg you pardon? Working on whole processes hasn't been the case since 'multiprogramming' on third generation computers (around 1965-1980).

    btw, a good program to defrag your Windows page file is PageDefrag

    Together with Dirms & Buzzsaw, you can keep your disk defragmented for free. Especially Buzzsaw is nice since it will defragment recently accessed files in the background.

  24. Re:Newspeak on IE Developer Responds to Mozilla Accusations · · Score: 1

    They are not talking about the APIs that IE exposes, but the ones that IE uses.

    That's a big difference.

  25. mod parent up.. on NeroLinux vs. K3b · · Score: 1

    It is available now.