Slashdot Mirror


User: Norman+Lorrain

Norman+Lorrain's activity in the archive.

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

Comments · 54

  1. Re:Why is this so hard? on Controversial Execution In Ohio Uses New Lethal Drug Combination · · Score: 1
  2. Re:A war. on Canadian Government Trucking Generations of Scientific Data To the Dump · · Score: -1, Troll

    Really now.

    If you want to save the data, go ahead. Nobody's going to stop you.

  3. Sounds reasonable to me. on The Coming Fight Over TV Violence · · Score: 1

    "subscribers opt out of paying for channels that run brutal content "

    Give people the choice.

  4. misguided effort on Linux Appliance Brings Podcasts to the People · · Score: 1

    Why not shell out some cash for Castblaster, or garageband, on a PC you already have.

    Oh, and I doubt you'll be able to use a decent mic on a PC sound card, you'll need to shell out some cash for a preamp/mixer as well.

  5. poor security on Computer Jobs -- How to Resign Professionally? · · Score: 1

    Clearly they should have fired him two weeks before he resigned.

  6. Re:Critical Mass? on Locked-Out Journalists Turn To Podcasting · · Score: 1

    Like the blog you're reading now?

  7. Re:Don't forget tax on Canadian iTunes Music Store Opens · · Score: 1

    Yes, but thats balanced by our lower wages.

    Oh, wait...

  8. Re:Top 10 Passwords Not to be Used on Passwords That Should Never Be Used · · Score: 1

    You forgot (I didn't preview the last post!)

  9. Re:Top 10 Passwords Not to be Used on Passwords That Should Never Be Used · · Score: 1

    You forgot

  10. Re:Well on The Command Line - Best Newbie Interface? · · Score: 1

    You've got to be kidding

    1. State. With multiple applications open, taskbar icons, etc., it is actually *easier* with a GUI. Try monitoring these app states otherwise, e.g. ps

    2. Exploration. Sure you can type different commands, but the combinations are endless. With a GUI at least you're steered in the right direction. Try ImageMagick vs Gimp as an example.

    3. Memorisation. You can't use tab-completion on command options. Quick - with ls, how do I sort on modification date, in reverse order. In any GUI file manager, I know I can click on the column header.

    4. Reversal. Much more common in GUIs than CLI

  11. Re:I made a radio "VCR", and it's easy. Try it! on Timeshifting: Cram More Into Life · · Score: 1
    Here's my script, for those interested... I've got an old receiver locked onto our local public broadcaster , plugged into a FreeBSD box. Files are created in 5 minute chunks, and a DOS batch file is created. I map a drive to the created files and double click on the batch file to copied the mp3s to my USB player (Creative Labs MuVo).
    #!/usr/local/bin/python
    import os
    import time
    import sys
    SOX='/usr/local/bin/sox'
    LAME='/usr/local/bi n/lame'
    if len(sys.argv) != 3 :
    print "my wrapper for recording from the sound card. - Norman"
    print "records to a series of files in 5 min chunks"
    print "Usage: record filename duration"
    print " duration is in minutes"
    sys.exit()
    pathname = '/usr/pub/radio/' + sys.argv[1] + time.strftime('-%Y-%m-%d') + '/'
    os.mkdir(pathname)
    batchfile=open( pathname + 'cp.bat', 'w' )

    filetime = 5
    n = int( sys.argv[2] ) / filetime

    for i in range( n) :

    filename = sys.argv[1] + time.strftime('-%Y-%m-%d') + '-part-' + str(i) + '.mp3'
    batchfile.write( 'copy ' + filename + ' f: \r\n' )
    command = SOX + ' -t ossdsp -w -s -r 22050 /dev/dsp -t .wav - trim 0 ' + str( filetime ) + ':0 ' + \
    ' | ' + LAME + ' -b 48 --lowpass 5 - ' + pathname + filename

    print filename + ' complete'
    os.system( command )

    batchfile.close()
    print "Done. file placed in " + pathname
    Here's my Crontab:
    # mon- friday
    30 8 * * 1-5 $HOME/bin/record2 the_current 90
    30 18 * * 1-5 $HOME/bin/record2 as_it_happens 90
    5 21 * * 1-5 $HOME/bin/record2 ideas 60

    # saturday
    0 9 * * 6 $HOME/bin/record2 the_house 60
    6 12 * * 6 $HOME/bin/record2 quirks_and_quarks 60

    # sunday
    10 9 * * 0 $HOME/bin/record2 sunday_edition 180
  12. Why is bug 124307 not resolved? on Three New Releases (And Other News) From Mozilla · · Score: 1

    I'd have thought this release would have fixed it.
    See:
    http://bugzilla.mozilla.org/show_bug.cgi?id=124307
    (I didn't make a link cause Mozilla doesn't like links from Slashdot)

  13. Re:well on Gnumeric Now Supports All Excel Worksheet Functions · · Score: 1

    If you want to bring it into Postgres, here or here

  14. A good first step on Oracle's Infrastructure Now Fully Linux-ized · · Score: 2, Funny

    OSS marches on!!

    Next they should migrate to PostgreSQL for their databases.

    Oh. yeah.

  15. I do this already on Review: PogoProducts' Radio Your Way · · Score: 2, Informative
    I have a server in my basement; I just plugged in an old radio into the mic input, and run a script to record ( sox ...| lame... )

    It's tuned into CBC, so cron records shows like Ideas, and Quirks and Quarks

    I then have a script to download the shows when I connect my MuVo

    It's great for when I'm doing chores around the house!

  16. Re:Every day is springtime on Spring Cleaning For Your Hard Drive · · Score: 2, Funny
    The need for a "spring cleaning," IMO, is analogous to letting your sink pile up with dirty dishes.

    In my university days, I used to wait until I could smell them from the living room.

  17. Re:but ... but ... on FreeBSD: The Complete Reference · · Score: 1

    See here for this and more. Recommended reading.

  18. Cringely has an interesting proposal on Building A Better Inbox (Updated) · · Score: 2, Interesting
    in this week's pulpit.

    Basically, it's challenge/response, with the response being via telephone

    I replied to him with the following:

    I like your idea, I think it'll work. It's a variation of the challenge/response scheme, with the response being via a sender-paid phone call.

    Here's a story: 2 years ago, we moved, so I had to change ISPs. I took the opportunity to do an experiment - my new email address I only divulge to people I know; everything else I use a Hotmail account for. In 2 years I have NEVER received spam on my "private" account, and I don't even have a filter enabled. Hotmail, on the other hand, is a different story, but is handy for internet purchases and emailing pundits.

    Some points to ponder

    - Your forum is a good way to get the ball rolling. Once a reasonable scheme is agreed upon, you could post it (maybe as an RFC) and the practice could spread virus-like from there. Even post instructions for Outlook users (rules wizard). If this catches on, a setup.exe for this filter would be a hot download!

    - When subscribing to mailing lists, one might forget to add the address to your address book, thereby flooding the list with the "challenge" email. There should be a standard tag in the challenge that mailing list servers can filter on, and even automatically take you off the list.

    - Since an auto-reply confirms to the spammer the address, the filter should ALWAYS delete the email. Once this practice is known, this might even prompt spammers to take you *off* his list. Saving the message would lead some spammers to continue on the off chance you might look through your spam folder later on.

    - Using this scheme with bob@cringely.com obviously is not going to work (if you posted a controversial article, it would give new meaning to "slashdotting"). However few email users have a web site that invites comments. If a spammer loses a large percentage of his address list, he'll close up shop completely (here's a question: what is that percentage? How many email addresses make spamming a worthwhile income generator?)

    - Registering with sites like NYtimes.com should be done with a disposable address, because forgetting the password requires an email be sent from some unknowable sender (forgot@lga2.nytimes.com)

    So that's the new email reality. Get a private address equipped with the challenge/telephone response. Get a disposable address for shopping, or reading the news. And backup your address book.

    Sample template for the challenge message:

    I don't know who you are. If you want me to read your message, call me at xxx-xxx-xxxx and we can arrange to allow future messages to come straight through.

    The message you sent was automatically deleted. I did not see it. Sorry for the inconvenience.

    <SPAM CHALLENGE> this tag is for mail list managers </SPAM CHALLENGE>

    As some else pointed out, the filter should check addresses that have had messages sent to, to avoid challenge/response infinite loops.
  19. Speaking in Calgary on Software Craftsmanship · · Score: 1

    April 1 It's a great book; I've never been comfortable with the Art vs Science camps in software development. Calling it a craft opens up a whole new model, which I think fits much better.

  20. Mandrake partition resizing on Distros To Try: Slackware 9.0-rc1 And Yoper 1.0 · · Score: 1, Interesting

    Just tried out the latest release candidate. I was able to take a Toshiba laptop with Windows XP, shrink the NTFS partition, and auto-allocate Mandrakes partitions. Point-and-click, almost a no-brainer. I can't imagine making this any easier.

    Hardware autodetect works great too, first time I see a distro that detects both my touchpad and USB mouse.

    Usually a dual-boot setup gives me headaches, but this time I was delighted.

    Nice!

  21. Schwaber will be speaking in Calgary on Agile Software Development with Scrum · · Score: 2, Informative
  22. see this month's Business2.0 article on Reducing the TCO of IT with Linux? · · Score: 1
  23. Re:In Other News... on Most Powerful Computer in Canada - for a Day · · Score: 1

    Did you know that there are more cops in New York City than there are soldiers in the Canadian Armed Forces?

    Puts it in perspective, doesn't it?

    We're just not in the same league. Better to concentrate on special forces and elite troops.

  24. TD bank on Online Banking And Browser Support · · Score: 2, Informative

    http://www.tdcanadatrust.com/


    I've had no trouble with Mozilla and TD's Easyweb service. Pay bills, transfer money, etc. Nice clean layout too.

  25. Ford on Chip Makers Selling Fewer High-End CPUs · · Score: 1

    I read recently that Ford paid a high wage simply because the turnover was so high.

    Paying them to buy the vehicles they built wouldn't be conducive to staying in business long.