Slashdot Mirror


User: antsquish

antsquish's activity in the archive.

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

Comments · 17

  1. tarsnap on Web-Based Private File Storage? · · Score: 1

    Tarsnap would potentially do the trick:
    http://www.tarsnap.com/

  2. Re:More Cores, More Power on 4 Cores? 6 Cores? Do You Care? · · Score: 1

    The parent is spot on with something others seem to have overlooked - lock contention becomes a bigger problem as you have more simultaneously running processes/threads competing for shared resources across an increasing number of cores. One of the big challenges for general purposes OSes as the number of cores scale up is coping with access to shared data structures that previously were not a problem.

  3. Internet Explorer - now menubar free? on Windows Vista Leaks ... Again! · · Score: 3, Interesting
    Looking at the screenshots here: it appears that Internet Explorer has shed itself of a menubar! Any news on this?
  4. Re:Ask yourself this question : on FreeBSD Ported to XBox · · Score: 1

    There is no XBox.

  5. Re:Summary on Homebuilt 19" Mini-ITX Server Rack · · Score: 2, Informative

    Given that it seems to be running Windows on all bar the router system, I'd imagine that fsck is a non-issue.

  6. Safe from WEP cracking! on North Pole Gets Wi-Fi Hotspot · · Score: 1

    I guess they don't have to worry too much about anyone trying to crack their WEP keys... :-)

  7. Re:Probs before PR on Is Firefox 1.0 Less Stable than Firefox PR1.0? · · Score: 2, Interesting

    I'd suspect the memory cache probably accounts for, at the very least, part of this -- after a few days of browsing, surely this would gradually grow in size?

  8. Re:what to do with spam after it's id'd? on SpamAssassin Gets a Promotion · · Score: 4, Informative

    I know you mentioned procmail, but for those using Courier IMAP's maildrop, here's what I use in my ~/.mailfilter for SpamAssassin. I've just pasted the relevant sections, but it logs all deliveries, I then filter known recipients into their own folders (not shown here), then any unknown messages are filtered through Spam Assassin. Messages with a score > 10 are sent to /dev/null, while others are delivered to a spam folder.

    logfile "/path/to/my/home/dir/maildrop.log"

    ###
    ### Maildrop variable substitution
    ###

    MAILBOX="./Maildir"
    DEFAULT= "$MAILBOX"
    SPAM="$MAILBOX/.Spam"

    ###
    ### SpamAssassin :: filter out spam mail
    ###

    # Filter through SpamAssassin
    xfilter "/usr/local/bin/spamc"

    # Handle messages marked as spam
    if ( /^X-Spam-Flag: YES/ )
    {
    # Store messages flagged as spam in another folder; uncomment
    # this during testing just in case any legit mail gets sent
    # to /dev/null
    #cc "./spam-store"

    # Delete messages with a score of 10 or higher, filter all other
    # spam messages into a spam folder
    /^X-Spam-Status: yes, hits=![:digit:]+\.[:digit:]+!.*/
    if ( $MATCH2 >= 10.0 )
    to "/dev/null"
    else
    to $SPAM
    }

  9. Re:Because its silly? on Heat Insulators for Laptops · · Score: 1

    You should check out the battery life on any of the recent Centrino/Pentium M-based laptops. My Toshiba Tecra S1 gets 4 1/2 hours on a full charge... I've got the second battery for the SelectBay that gives me a total of just over 7 1/2 hours. The girlfriend's Tecra M2 is around the 3hrs 45 mins mark.

    The P4-based laptops are the shockers in terms of battery life. A friend's Compaq P4M only manages 2hrs 45 mins on a single charge.

    That said, the Powerbook's are really slick too. I'm eyeing one off for my next computer purchase...

  10. Re:Obligatory quote.... on Novell Makes More Open Source Moves · · Score: 0, Offtopic

    Oh come on mods, it was meant to be taking the piss out of all the "XYZ is dying" comments lately! Given that I admin a sizeable number of Netware boxen it's hardly on its way out!

  11. Obligatory quote.... on Novell Makes More Open Source Moves · · Score: -1, Flamebait

    Netware is dying...

  12. New Hearing Aid on Computer Game Improves Children's Hearing · · Score: 1, Redundant

    1. Write computer game
    2. Market it as a hearing enhancement
    2. ???
    3. Profit!!

  13. Duke Nukem Forever on Computer Game Improves Children's Hearing · · Score: 2, Funny

    After six hours playing Duke Nukem Forever earlier today, I can conclude that - while very relaxing - the sound of silence did nothing to improve my hearing...

  14. Re:CPU/memory intensive on New Longhorn Screenshots Leaked · · Score: 1
    even the most pathetic entry-level OEM system will spec out with a 3 GHz CPU, 80 GB HDD and 512 KB RAM or better
    512kb? And there I was under the impression that 640k would be enough for anyone.
  15. Re:nmap is easily fooled on Nmap Featured in The Matrix Reloaded · · Score: 5, Funny

    ... and after all that work making it appear as a FreeBSD box, you go and confess to all of slashdot that it's really a Win2k box...... I guess that saves everyone a bit of work? :-)

  16. huge amount of waste...? on Self-Destructing DVD's Coming Soon · · Score: 1

    With the existing rental system there isn't much in the way of waste - DVDs get rented, brought back, and continue to circulate until they get sold off as "used" stock.

    With these limited-lifespan DVD's, instead we're just going to generate a huge amount of disposable waste -- something we already have way to much of these days!

  17. Mozilla climbs walls? on Scientists Discover What Makes Geckos Stick · · Score: 2, Funny

    What's this? Mozilla climbs walls now?
    Time to get a new nightly build!

    (Yes, I'm aware Gecko is just the rendering engine! :)