Slashdot Mirror


User: cfallin

cfallin's activity in the archive.

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

Comments · 67

  1. hehe on Stallman Meets KDE Team for Tea · · Score: 1

    GCC: GNU/Crumpets (Compatible)

    Try our GCC! Completely ISO-C (ISO Crumpets) compatible. Has many flavors (languages)! However, may not be fully compatible with all CPUs (crumpet processing units).

  2. gnu/crumpets... on Stallman Meets KDE Team for Tea · · Score: 2, Funny

    from the gnu/crumpets dept.

    I didn't know crumpets were POSIX compatible...

  3. Adware... on Credit and Free Software · · Score: 1

    From what I can tell, this proposes turning OSS into a mild form of adware - randomly displaying credits for developers. Not as bad as, say, "free gambling online" or "eliminate debts now!" in adware like KaZaA (not Lite), but still an annoyance.

    The reason I write software is to fulfill a need that I have, not to get my name in the "most famous programmer" slot... I think many programmers are the same.

  4. Re:Task Manager! on Slashback: Hatred, Glass, Identification · · Score: 1

    XPde might have a task manager that could actually kill a process.

    Amen to that! I can't count the number of times a locked-up IE or Word window has refused to close on my WinXP workstation. At least under Win98 a repeated Ctrl-Alt-Del / Enter sequence was easy enough to do repeatedly and would eventually kill the process.

  5. hibread for the masses on Sony Vaio GT3/K: You Spilled Your Laptop on my Camcorder · · Score: 2, Funny

    Finally, I can eat my electronics when I'm done with them! Even better than regular bread. Why can't we make more things out of this new, amazing "hibread"?

  6. Re:My approach on Securing Your Network? · · Score: 1

    All access should require authentication

    I think I should clarify here - I mean all non-public services. Obviously my public HTTP server doesn't require an username to view my website - same with non-relaying SMTP (ie, destination is local).

  7. My approach on Securing Your Network? · · Score: 1

    I tend to view each machine as an independent entity, untrusting of anything else by default. All access should require authentication - including things like NFS mounts (set up SSH tunneling, or a CIPE tunnel, or something) that work machinemachine (private key auth works well here).

    This, combined with a minimal number of open ports (HTTP, SMTP, SSH, IMAP (I know, I should set up IMAP over SSL soon)) and good upkeep of patches, means that possible holes are limited, no matter where the attack comes from. This also has the added bonus that I don't have to worry as much about link-level security (like 802.11b - even though I still encrypt that) because I know that all services are encrypted and authenticated.

  8. Re:FTP? Was: Keep it simple on Securing Your Network? · · Score: 2, Interesting

    Does HTTP support file continuation now?

    I've seen several download managers on Win32 that support continuation and multithreaded downloading, so I guess that means it does. Don't quote me on that though.

  9. Re:FTP? Was: Keep it simple on Securing Your Network? · · Score: 2, Informative

    but they have to be encoded into text which can waste an extra 40% of bandwidth

    Not really... maybe you're thinking of MIME-encoded email (in which attachments are encoded to plain text)? HTTP is perfectly capable of streaming binary content over the TCP connection - it's no slower or faster than any other TCP stream-based download protocol.

  10. Re:air purifier on An Affordable Air Purifier For Dusty Computer Labs? · · Score: 1

    I thought these worked because static electricity charges the dust around it to stick to the collectors. Isn't static electricity bad for components?

    Yes, static is bad for components. That's why you shouldn't stick your components inside your Ionic Breeze purifier. A grounded PC case? In that case, no danger at all.

  11. Re:John Doe lawsuit on Using the DMCA Against License Violations? · · Score: 1

    The first thing I'd recommend is for everyone here who has an eBay account to give the user a negative review containing the body of the copyleft license and how (s)he's violating it.

    Two things here - first, I think there's a limit on comment length (80 or 120 chars, maybe?). Also, I don't think you can leave anonymous comments - careful lest he retaliate and mar your account's feedback.

  12. Re:This is obsurd on AOL Bans Mail From DSL-Hosted Servers · · Score: 1

    Standard T1 is a 1.5kbps connection,

    You mean 1.5Mbps, right? 1.5kbps is 1.5 kilobits per second, about 1/40 of a 56k dialup.

    and a SDSL T1 is 1.5kps up and then same speed down. i.e. 3kbps combined

    actually, 1.5Mbps both ways _is_ a T1. Both SDSL and T1 lines are full-duplex, so your "SDSL T1" is the same speed as a T1.

  13. 652,000 MP3s?!? on RIAA Seeks Estimated $97.8 Billion From MTU Student · · Score: 5, Insightful

    Assume an average 3-minute 128kbps MP3 - about 3 MB. 3 MB * 652000 = 1956000 MB. About 2 TERABYTES.

    Did this guy have a 20-disk RAID in his box, or am I missing something?

  14. Re:nVidia Question on XFree86 4.3.0 Released · · Score: 1

    When I first got the motherboard I had problems with some type of power management (DPMS I think) and X - the monitor would turn off after a timeout, and the machine would lock hard. I fixed that one though.

    I did read somewhere that APM was incompatible with SMP though. I've never tried to suspend/set idle timeouts/whatever with APM, so I don't know.

  15. Re:nVidia Question on XFree86 4.3.0 Released · · Score: 1

    It's an ECS D6VAA, with dual PIII-800s (socket 370s). It was the cheapest SMP board I could find in Dec 2001 :-) Curiously, it's perfectly stable under Linux w/o the nVidia drivers (uptime of 50+ days), and it's fine under WinXP Pro with the latest nVidia drivers. At one time I got it to be a _little_ more stable by disabling AGP in the nVidia driver options (Option "NvAgp" "0") but it still crashed.

  16. Re:nVidia Question on XFree86 4.3.0 Released · · Score: 1

    Why would anyone not use the nVidia drivers under Linux

    They were unstable for me when I still used them, version 2880 I think (a while ago), with XFree86 4.1.0 (Debian woody) and SMP system. Complete system lockups, usually after a few hours. Not fun when the machine was also my main server (before I got a separate one)...

    They may be better now, I haven't used them for a while...

  17. FreeBSD + KVM... on XFree86 4.3.0 Released · · Score: 1

    I had problems too when I ran FreeBSD on my desktop, through a 4-port KVM. I figured out that it had to do with what the psm(4) driver detected at boot time, and it wouldn't detect my wheel mouse as a wheel mouse through the KVM. It works fine in Linux though - because the Linux /dev/psaux doesn't interpret the data stream, whereas the FreeBSD driver does. Not sure of a fix - I just didn't use my KVM for my mouse :-)