Slashdot Mirror


User: cnvogel

cnvogel's activity in the archive.

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

Comments · 74

  1. LAMY fountain pen on When Word Processors Are Out: What's The Best Pen? · · Score: 1

    My favourite:

    http://www.lamy.de/img/produkte/014.jpg

  2. Re:What Sitefinder? on VeriSign Shutting Down Site Finder · · Score: 1

    root-delegation-only is only supported in 9.2.3rc4. I still use 922 on our production machines...

    Which valid, non-wildcard, non-delegated data is in .de?

  3. What Sitefinder? on VeriSign Shutting Down Site Finder · · Score: 1

    Blocking single IPs is soooo... pre-verisign-ish... I can only urge everyone to upgrade their nameservers!

    Click here for info: ISC BIND delegation-only


    zone "aero" { type delegation-only; };

    zone "biz" { type delegation-only; };

    zone "com" { type delegation-only; };

    zone "coop" { type delegation-only; };
    ...

    zone "zw" { type delegation-only; };

  4. Re:hm on Computer Audio - To USB or Not to USB? · · Score: 1
    lot of semi-audio professionals like usb sound cards because there isn't quite the interference with them, that one gets from a sound card sitting inside your case


    Then FireWire (a.k.a IEEE 1984) should be even better because you can totally isolate it from the PC via simple transformers for the two data cable-pairs. This will trivially eliminate all ground loops.
  5. Re:Actually we've seen it handle... on The Exim SMTP Mail Server · · Score: 3, Interesting
    I like it. No it's not as configurable as sendmail.

    Of course it does not have the rewriting magic that sendmail is so feared for, so it does not support (for example) uucp addressing out of the box, but you can configure exim by it's variable-expansion (and lookups in host/address/domain/...-lists) to do any imaginable mailrouting you would possibly want in that RFC821/822 world of today.

    I find the configuration by defining acls, (access control-lists), mailrouters (which convert addresses to methods of delivery) and transports (the different methods of delivery) very logical. And you can add ${lookup_XXX} variables nearly everywhere to have something replaced/rewritten out of LDAP, SQL, text-files, DNS, ... So there is really no practical limit for configuring arbitrary comlicated, obscure, ... rules for you mail-delivery.

  6. Re:This work perfectly for SPAM ... on Trend Micro Quarantines Letter P · · Score: 4, Funny

    It's not s\0x71am, it's "unsolicited bulk email". Now we know the motivation behind this renaming... ;-)

  7. Scan them to death... on Securing Your Internal Network from Windows? · · Score: 1, Flamebait

    While I'm sure that someone with a clue could manage to run a WinXP computer just as securely and stable as any Linux, OSX, ... machine out there... ...i doubt that someone who insists of having a stupid PC when he could have a Power-MAC instead has any useable brain left...

    It's probably your job to keep the network running, stable and secure and therefore I would do nothing... just check for open ports/running services about once a day (that can be automated) and whenever you note something that is against the acceptable use policy of your network disconnect them until it's fixed. That's the way it's done in many places: if you use something that's not approved and managed by IT you will have to care for it yourself.

    They want to create work for you (not having a homogeneous{sp?} network increases the workload!)... you will delegate this back to them.

  8. Re:This is depressing... on As the Spam Turns · · Score: 2

    I've had people sign up to get info from a site i run, and upon receiving the first e-mail that they explicitly requested, write back in all caps "HOW DID YOU GET MY ADDRESS??? STOP SENDING ME THIS!!!"
    Well obviously you did not manage to make clear to your users that they will receive "Information". I don't think that anyone will list you in a spam-blocking list because you run for example a mailman mailing-list which makes it clear that by entering that password into the form on the webpage (which says that you will join an email-list) you will receive mail from the mailing-list (doh!).

  9. Re:AltaVista vs. Google: speed and relevance shoot on Altavista Renewed · · Score: 2

    Graabein wrote:

    > Altavista lists half a page of paid for
    > "sponsored links" before any actual search
    > results are returned.

    Not only that: I think google's advertisements are much more easy to spot as they have this light green background....

    Altavista only has a small bar on the left which is light grey for ads and a little bit darker when the actual results start.

    And no wonder the pages loads that slow with all those gifs (which are of course not cached like googles logo on the top left).

  10. Re:No. on Benchmark Program Rewritten to Favor Intel? · · Score: 2

    I think it's not so easy, at least in the world that we live in.

    My naive idea about how chip-features are designed is that the hardware people meet the software people and a discussion goes like this:

    We could make a longer pipeline or add more registers or whatnot.... for about the same money/silicon-real-estate/complexity. When would our users and their applications benefit the most.

    So the chip is designed with a specific compiler in mind (or at least by people who will have a specific idea of optimizing for a compiler) which in turn is optimized for a specific workload.

    And then when you are asked about producing a "real world benchmark" you will most likely create a environment which meets the criteria that went in the design of the compiler which in turn matches your CPU very well..

    So I would not rule out that Intel tried to cheat, or at least tried to have a benchmark that matches their CPU best but much of this comes from the way the processors are designed.

    [Of course, that's just my naive Idea about the process and I will accept a paid-for trip to intel-HQ with labs-visit and expensive dinner to get a more objective oppinion about that... ;-) ]

  11. Re:One simple little function... on How Should You Interview a Programmer? · · Score: 2


    It should work with wrap-around, too...

    And there are languages with arbitrary precision arithmetics ;-)

  12. Re:One simple little function... on How Should You Interview a Programmer? · · Score: 2

    That's unfair... you are cheating... ;-)

    So the right question would have been to swap two numbers without using a temporary variable and not using...

    - python [a,b=b,a]
    - perl [ ($a,$b)=($b,$a) ]
    - assembler [ exch or whatever it's called ]
    - ...

  13. Re:One simple little function... on How Should You Interview a Programmer? · · Score: 2

    ...but can you do it without using a third, temporary variable? ;-)

  14. Re:HotBits on Rube-Goldberg Type Random Number Generators? · · Score: 2

    > I doubt you could implement it at home

    If you get a cheap Geiger-Mueller somwhere the natural activity around us should provide you with enough randomness for all your home-computing needs :-). Not necessary go get some additional source for a higher rate!

  15. URLS for "Don't go analog..." on Using Joystick Ports to Measure Case Temperature? · · Score: 2
  16. Don't go analog... on Using Joystick Ports to Measure Case Temperature? · · Score: 2

    Go digital!

    Get some (up to eight) LM78 chips which you can (usually) connect directly to your parallel port. (use the i2c-pport module from linux-i2c or lm-sensors). Then you can use all usual hardware-monitoring programs that exist for linux.

  17. Re:Linux on the xbox? on Xbox Mod Chip in Beta Testing · · Score: 2

    But those people always make it for the money...

    It's the same like people hacking around SIM-Lock here in Europe to get cheap phones that are no longer bound to a specific service-provider.

    I think it's sad, because I would be way more interested in the technical aspects of phones and maybe the X-Box's internals than in the stupid mod-chip itself.

    In the X-Box case I would be interested in how they manage to modify the X-Box: Do they alter some bits on the BUS while the X-Box asks for it's identity or is this just a ROM which's contents somehow get executed upon boot? (Or both?)

    [The same holds for the phones, I really don't like expensive closed-source software, I want descriptions of serial protocols et al...]

    And when you look at those chips: These people know *a* *lot* about the X-Box's internals and it would be absolutely trivial for them to make Linux/NetBSD/WinXP/DOS run on a XBox.

  18. Read *this* book: The Pragmatic Programmer on Seeking Input for Software Verification Policies? · · Score: 3, Insightful

    Hi,

    you might want to have a look at this book:

    http://books.slashdot.org/article.pl?sid=00/02/15/ 1912222

    http://www.pragmaticprogrammer.com/

    "The Pragmatic Programmer". They have a chapter that outlines the general principles of testing your software... And all the other chapters are very well worth their money!

  19. How ironic! (his homepage) on Microsoft Expert Witness Stumbles · · Score: 2

    From his homepage:



    (title)Personal Home Page(/title)

    (meta NAME="GENERATOR" CONTENT="Mozilla/3.01Gold (Win95; I) [Netscape]")

  20. Re:Use ntp. Period. on Network Time Syncronization via GPS? · · Score: 2

    Chang wrote: Rather, he is talking about the windows time service, which is Microsoft's implementation of SNTP. This is part of win2k and winxp.

    Win2k does NTP... Oh, I did not know that, I thought that was a new feature of Windows-for-toddlers (XP) :-)

    Nevertheless... there is (/was not long a go) a thread on comp.protocols.time.ntp talking about why WiXP's sntp seems to be severly broken! ([click])

  21. Use ntp. Period. on Network Time Syncronization via GPS? · · Score: 3, Informative


    Windows net time /set is not synching the time, it's just setting one machine's idea of time to some more-or-less accurate value... without making sure that the time on these machines will no drift apart later....



    Real synching of clocks can be done with NTP, the network time protocol. And yes, it can sync one computer's time to GPS...



    Read the FAQ for more information... and the newsgroup comp.protocols.time.ntp is read by many helpful people! .



  22. Re:Logging? on Run Your Firewall Halted for Extra Security · · Score: 2

    One could reverse-feed the paper and print all X's over it :-)

  23. Re:Dear Timothy: on Borking Outlook Express · · Score: 2

    It's Microsoft's attempt to decode "uuencode" attachments (some older, pre-MIME method of sending non-text-files via mail, still common in usenet)
    Try it:
    emil:chris$ date >test.txt
    emil:chris$ uuencode test.txt <test.txt
    begin 644 test.txt
    =5'5E($IA;B`R.2`Q,CHP-3HR-2!#150@,C`P,@H`
    `
    end

    I think they match upon something like this regexp:
    ^begin (\d*) (.*)$
    Whic is matched by "begin_space_space_" at the beginning of a line.

  24. Re:Yes there is on Is There a Better Way to do UNIX Workgroups? · · Score: 3

    AFS:

    I work on afs volumes on a daily basis (only as a user, I'm no administrator there) and cannot share your concerns regarding stabilty (Clients are linux, I don't know the server-side at all).

    NFS:

    I'd *never* use -o soft! It will break many applications when you have a short outage. Use -o intr instead. It's the same as 'hard' but it's possible to kill applications which wait for a broken/down/unreachable NFS-server.

  25. Fiddle with the sample-rate... on High Speed Audio Cassette to MP3 Conversion? · · Score: 5, Informative

    Let me assume that those lectures are not hi-fi recordings and as such you could live with half or a quarter of the audio-bandwidth of your soundcard... Then lets assume that your fast-dubbing-tapedeck runs at four times the normal speed...

    Then just grab the signal from the playback-deck and feed it in your soundcard. Record it to a .wav file at 44100 Samples/sec and then encode it with your favourite mp3-encoder telling him that you have a 11025-Samples/sec (=44k1/4)recording.

    Now the encoded mp3 should have the correct speed and frequency again.

    Of course that would limit your Bandwidth to about 5000 Hz but I'd give that method a try to check the feasibilty of that method.

    If it works out halfway useable then you could try and get one of those 96kHz/24Bit-soundcards, that should yield about 12kHz Bandwidth (96kHz recording, 24kHz encoding -> 12kHz BW) which should be more than what you could expect from a normal analog audio-tape.

    Of course this totally ignores any frequency dependant effects in the path from the magnetic media to your computer... you may have to compensate these with some filters... maybe there are encoders that have an equalizer simmilar to the mp3-players?

    To check your recording's quality I'd recommand baudline (http://www.baudline.com/)