Slashdot Mirror


User: Pathwalker

Pathwalker's activity in the archive.

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

Comments · 525

  1. Clockspeed? on Tunnelling NTP Through a Firewall? · · Score: 4, Interesting

    If I was stuck, behind a firewall that blocked NTP, I would look into using clockspeed to keep the time accurate without constantly resetting to an external source.

    You would have to get clockspeed 3 or 4 deltas from another clock over the first few months you use it, but you might be able to borrow a laptop, sync it with a good clock, and use it as a local ntp server to obtain these few deltas to calibrate your system. (with a very short time between when the laptop was synced, and when clockspeed gets it's delta from the laptop).

  2. Re:oh yeah on QuickTime On Your Cell Phone · · Score: 2
    "The QuickTime file format has been used as the basis of the MPEG-4 standard, developed by the International Organization for Standardization (ISO)."

    You can read it for yourself here in the docs on the structure of the QuickTime file format.

    You seem to be completely missing the point of QuickTime, and why it is not just a simple wrapper format like AVI. Read up on the different atom formats in QuickTime, and you should be able to find what you have missed.
  3. Re:I don't know on New Mad Max Film · · Score: 2

    Besides, he doesnt suck it through a pipe.

    Actually, I remember that once or twice he did, when Bluto had him tied up, and all he could move was his head. He puffed his pipe into a veritable cutting torch, melted off the lid, and sucked down a load of the green stuff in one mighty movement.

  4. Re:bah! on WEP Cracking for Mac OS X · · Score: 3, Informative

    Yep - seems to be down now.

    If you want the binary, you can grab it from my box here - I didn't save any of the web pages.

  5. Re:doh! on Only Thieves Block Pop-Ups · · Score: 3, Informative

    there's no such thing as braille computer monitors

    Actually they're pretty common - here is an example of what they look like.

    I also know that many visually impaired people use Emacs Speak (which supports Aural Style Sheets for web browsing)

    There are a lot more blind people on the internet than you think...

  6. Re:Another solution... on Multiple Broadband Connections at Home? · · Score: 2

    I used to have a connection like that at home a couple of years ago - I was on TCI's testbed network to see how much traffic a cable modem network could handle.

    No caps, same speeds up and down - the full amount the modem could handle, servers were encouraged, and they wanted us to push as many bits as we could.

    I miss that - too bad I had to move...

  7. I was thinking about this on Multiple Broadband Connections at Home? · · Score: 4, Informative
    When I noticed that the FreBSD user mode ppp package supports both PPP over TCP/IP and multilink, the following idea popped into my head:

    • Get two broadband conenctions
    • Get a firewall box (Fred) with three ethernet cards
    • Acquire 3 ip addresses (A, B, C) on a co-located box (Carl)
    • Hook the two ISP connections to Fred.A and Fred.B configure Fred.A as the route for Carl.A, and Fred.B as the route for Carl.B.
    • Hook Fred.C to the lan
    • run multilink PPP over TCP/IP between Fred and Carl, with Carl.C as the assigned IP address. Use that as the default route for the LAN, with NAT to map internal IP addresses onto Carl.C.


    In theory, this should give me a faster connection, that should withstand an outage of one of the two ISPs.

    All I've done towards trying this out has been to get both a cable modem and a DSL connection. Right now, I have two NAT firewalls set up, and I have different boxes configured to use one or the other as the default route.

    Even with a crude system like this for splitting the load over the connections, it still has been worth it to be able to run two scps at once when I have to upload a couple of hundred megs to my remote box.
  8. Trade Spam! on SpamArchive.org Launched · · Score: 5, Funny

    Now that spam is so collectable, someone should start a service to let people trade it?

    What will someone give me for my rare "Help fund the freedom fighters in Chechnya!" complete with numbered bank accounts to send donations to?

  9. Re:Liberal media on Salon, Nearly No Money and Ultramercials · · Score: 2

    You appear to be missing one concept:

    The political spectrum is not an absolute measure, You view everything in relation to your own viewpoint.

    It is possible for someone else to view as centrist (or even right wing) a media source that you view as far left, because your own viewpoints lie to either side of the subject are looking at.

    Both of your views are correct, as you are evalulating based on your own frame of reference.

  10. Heavy Filtering works for me. on Email (As We Know It) Doomed? · · Score: 2

    I've been fighting a battle against spam for years. I think I've hit on some basic rules that work well.

    1. Whitelist everybody you know - It's the polite thing to do.

    2. Different addresses for different purposes - I use several addresses at several domains, and I make heavy use of qmail's -tag syntax. All of these addresses reach the same mail account, but each address has it's own set of rules - most of the mail sent to hotgrits@yourpants.net goes right into my junk box for later checking; only the ones that get very low spamassassin scores are diverted into my main box. Conversely, some addresses have much higher thresholds, or even bypass all of the spam checks entirely (mailing lists have special aliases that go right into a folder just for them).

    2.5 Give each business or website you deal with a unique address so you know who sold your info.

    3. Keep machine readable e-mail addresses off of webpages. I used to just use some light cloaking which displayed either a graphic or a encoded address based on the user agent. Last night, I wrote a more advanced cloaker which always displays a graphic, and provides a web based form to send an email.

    4. Spamassassin - it is a wonderful program. I use the scores it assigns for pulling low scoring mail out of a stream of crap, labeling higher scoring mail, and for the very highest diverting them to the dreaded junk box.

    5. When all else fails, block. Someone was pounding random addresses on my mailserver with hundreds of messages apparently from a nonexistant domain. The number of bounces stuck in the queue was well over several hundred and rising. A few :deny entries in tcp.cdb, and the number of bouncing messages dropped to an acceptable level.

  11. Re:Cloudmark. on Email (As We Know It) Doomed? · · Score: 2

    NOTE: Cloudmark is Razor which can be used standalone or as a part of Spamassassin.

  12. If you are fscking a live filesystem on Reliability of Journalling Filesystems Under Linux? · · Score: 4, Informative

    you have to expect some errors to show up from time to time, because the filesystem may change while fsck is running, and if so it will not be internally consistant.

  13. Cyrus? on Good POP3 Server for Huge Mailboxes? · · Score: 5, Informative

    Have you looked at Cyrus? It is probably best known as an IMAP server, but it has very nice pop3 support as well.

    Cyrus stores messages in a variation of the maildir format - it maintain a database of the flags, headers, etc for the messages in a folder to speed up access.

    Notable features include shared mail folders (with independent views), quotas, multiple mail partitions (with the ability to move users across partitions on the fly), duplicate email checking, and a server side filtering language (sieve).

    Most of this would probably be most useful if you were using IMAP, but it should scale quite well as a POP server.

  14. This was actually Useful! on Using R44 And A PowerBook To Bust Illegal Seawalls · · Score: 2

    For the past few months, I've been trying to figure out where I was when I took this picture.
    It's been bugging me since I got back from vacation this summer.

    Using this site, I was able to match it in a few minutes!

    Now I just need to figure out the name of that park...

  15. Re:My most anticipated feature on Linux 3.0 · · Score: 2

    15 minutes for a HP9000? That's nothing.

    I used to work with a cluster of V class systems where each node would take over 90 minutes to boot.

    Just bringing the cluster back up if it was completely shut down would take about 15 minutes from the cmruncl until all packages were up and running.

  16. Re:Damn PS on Felten Follower Examines Crippled Music Disks · · Score: 3, Interesting

    Nope - that was Acrobat Distiller.
    You don't want to see how badly the copy I made using ps2pdf turned out.

    If you look inside the .ps file, the fonts are labeled %DVIPSBitmapFont: Fa cmsy10 10 2 - showing that they are the 600 DPI bitmap version of 10 point Computer Modern.

    Acrobat distiller did what it could - it left all of the detail in the fonts. If you view the PDF file at 600 DPI or print it you can verify this for yourself.

    The problem is, the bitmap fonts are designed to display at one resolution - 600 dpi. While they print well, they scale down very poorly.

    I've been trying to replace the bitmap font with a vector version and reconvert, but I haven't had much luck so far.

  17. Re:Damn PS on Felten Follower Examines Crippled Music Disks · · Score: 5, Informative

    here is a PDF version for those people stuck on systems with only an acrobat viewer.

    It looks like he used a bitmap font, so the conversion looks a little ugly, but it is readable. I'll try to replace it with a better conversion in a half hour or so, as soon as I match the font he used.

  18. Re:I don't get it on RMS Weighs In On BitKeeper · · Score: 2

    I've been working at a couple of GM sites (TPC-C and MidLux) for close to two years now, driving a 10 year old Ford to work every day. I have never had it keyed, or found any damage done while it was parked in the lot. People are a lot more tolerant than you might think.

    I do have a friend who works at the Chrysler HQ, and apparently all non-Chrysler vehicles have to be parked in a special lot where they won't be seen. AFAIK, GM has no such policy.

  19. Re:Best Demo Ever * THERMITE * on Surprising Science Demonstrations? · · Score: 3, Informative

    Potassium Permanganate?
    It's dark purple, and is rather impressive when mixed with glycerin...

  20. Re:don not call list on Fighting Telemarketers with Technology · · Score: 2

    This only works if you actually get a person who can put you on a no call list - most of the telemarketing calls I've been getting lately have been completely automated.

    You pick up the phone, and the computer that called you plays a recorded advertisement at you. If you hang up before the recording finishes, it keeps calling back until you let the whole thing play.

  21. Re:In other news... on Space Chimps Retire · · Score: 2

    I thought that they were working on movies instead.

    After all, chimps have been writing books, and coding for a long time. They need to move on to something new...

  22. Re:WTF on Novell Releases PostgreSQL for NetWare · · Score: 2, Funny

    Where does one have to go to find normal people?

    Outside.

  23. Re:What happened? on Data Recovery from ReiserFS RAID Array? · · Score: 2
    I've had good luck resurrecting drives with these less destructive steps:

    1. Warm the drives back up to their usual operating temperature. I find that an hour or so in a car on a sunny summer day works well for this.
    2. Holding the drive cover side up, quickly turn it clockwise and counter-clockwise.
    3. Hook it up, and try it while it is still warm.

    No need for sharp impacts, just a quick twist after warming the drive back up has worked for me many times.
  24. Re:So close... on Apple Releases iCal · · Score: 3, Interesting

    I guess it's time to dig into the export format, and see what happens if I create an event that spans days manually, and try to import it...

    Oh well - it still truncates the events at midnight. The info for the event shows it extending to the correct time/date, but it is treated as if it ends at midnight, and the published version just extends a little too far down the page...

  25. So close... on Apple Releases iCal · · Score: 3, Insightful

    Arrrgh - not only did they leave out the feature I've been wishing for in a scheduling program, it looks like they almost put it in, but decided not to at the last minute.

    I work nights, and I would kill for a program that would let me create events that, for example, start at 6:00 pm on one day, and end at 6:00 am on the next, without having to resort to the ugly hack of splitting the event into chunks, so it avoids that unbreakable midnight barrier.

    I was excited when I saw the date box by the ending time when I created an event, but my hopes were dashed, when that box only became active for all day events...

    I guess it's time to dig into the export format, and see what happens if I create an event that spans days manually, and try to import it...