Slashdot Mirror


User: dru

dru's activity in the archive.

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

Comments · 44

  1. m0n0wall & soekris on Ask Slashdot: Advice On Building a Firewall With VPN Capabilities? · · Score: 1

    I've been very happy with m0n0wall running on Soekris hardware.

  2. Re:Isn't there an OS box that'll solve this? on Ask Slashdot: Dealing With an Advanced Wi-Fi Leech? · · Score: 1

    I have used m0n0wall, and have been very happy with it. In fact, I think I'm going to revisit it this weekend.

    http://m0n0.ch/wall

  3. Pixel Qi with Raspberry Pi on Raspberry Pi $25 Linux Computer Now In Production (Video) · · Score: 1

    When can I get a Raspberry Pi with a Pixel Qi screen?

  4. Re:Non-story, shock-jock-journalism with no insigh on Four Outrages Techies Need To Know About the State of the Union · · Score: 1

    Completely agreed. This shouldn't be on Slashdot. This shouldn't even be on ZDNet.

    <Insert comment about shoddy state of journalism here.>

  5. Do buy a bulky box for a virtualized server on Setting Up a Home Dev/Testing Environment? · · Score: 2

    Doesn't matter whether you use Xen, Vmware ESXi, VMware Server, or whatever. Virtualization is how your customers will deploy your product, a way you can reduce costs, speed product cycles, and as a PM you should learn as much about it as you can.

    So buy a well-specced out box, with 2-4 CPU cores, 4G - 16G of memory, several sata drives, and install a 64-bit linux with the virtualization solution of your choice.

    From that point, create VMs as you need. You can even turn your existing machines into VMs with VMware converter.

    As other posters have pointed out, you can donate or recycle the old hardware.

    Good luck, and have fun!

  6. Do; was Re:Just Don't! on Setting Up a Home Dev/Testing Environment? · · Score: 1

    In my experience, the PMs with the best understanding of the technology were the most successful. The ones to whom technology was indistinguishable from magic were the ones who had unreasonable expectations, and generally unsuccessful execution.

    So, learn, understand, but remember that coding (beyond limited prototyping) generally isn't your job.

  7. Re:Please on W3C's Role In the Growth of a Proprietary Web · · Score: 1

    By this logic, all approaches except using Microsoft Windows have limitations.

    By this logic, eating shit for every meal makes sense because it is easier and faster for the farmer than shipping actual meat to the market.

    (Which is generally how I feel about Adobe Flash content -- it's actual shit, for breakfast!)

  8. Re:How many friends??? on Human Blood May Contain A Cure For AIDS · · Score: 3, Insightful

    When it comes down to it - HIV and AIDS are very easily preventable diseases.

    That may be true, in the same, clinical way that lung cancer and obesity are easily preventable diseases. The complication arises when you try to change human behavior on a societal level. People consume carbonated soda and french fries becase it tastes good! People smoke because it feels good! The same is true of sex and IV drugs.

    Add to this the fact that humans are very bad at assessing risk, and you have a recipe for the HIV epidemic.

  9. Old school, learn Unix on Learning More About Linux? · · Score: 3, Informative

    When I was learning about Linux, back in the mid-90s, the most valuable resource I found was The Internals of the 4.3BSD Operating System by McKusick, Quarterman, Leffler and Karels. This book acquainted me with the design goals of unix-like operating systems, and the issues of implementing these patterns.

    Also, I'd pick either Aileen Frisch's Essential System Administration or UNIX System Administration Handbook by Evi Nemeth.

    Fast forward to the 21st century, I now spend the bulk of my time using FreeBSD.

    Linux is great, but remember that the thing that makes it great is that it's a unix-like OS. Learning the skills to be comfortable on Linux, Solaris, *BSD, HP-UX, AIX, or whatever the flavor of the day, will take you further than limiting yourself to just one.

    Good luck!

  10. Customer service: it's all relative on Best Buy Acquires SpeakEasy · · Score: 1
    When shopping for a vacuum cleaner, we went to Fry's. The salespeople had no idea about vacuum cleaners, just tried to sell us the most expensive model:


    "This one has a five year warranty."
    "It says on the box it has a 90 day warranty."
    "I'm sure if something went wrong, you could call them up and they'd replace it."

    We went to BestBuy, where the customer service was refreshingly better.

    That said, I would not switch to Speakeasy now, despite considering it over the last few months.

  11. Re:God Forbid on Best Buy Acquires SpeakEasy · · Score: 2, Interesting

    When are you guys leaving speak easy?
    And more to the point, where are you going?
  12. Single Unix Specification on FreeBSD 6.2 Released To Mirrors · · Score: 3, Informative

    On the whole, the goal is to comply with the SUS. As with most operating systems, the difference is in the implementation and the corner cases.

    The main difference I notice is 'ps'. The Unix spec wants 'ps -ef'. BSD wants 'ps auxww'.

    Some information on current efforts:

  13. drivers for OSS on NVIDIA GeForce 7900GS Benchmarked · · Score: 1

    For me, the next card I select will be chosen more for the availability & functionality of open source drivers, rather than the raw speed of the chip itself.

    I've just spent too much time trying to configure a Matrox G550 and a Nvidia Quadro 280 to deal nicely with dual-head. Both are busted with recent releases (6.8, 6.9) of Xorg.

  14. which crashes less? on Open-Source or FIPS-Validated Disk Encryption? · · Score: 1

    Good cryptography can be important to a business, for the catastrophic case where a laptop is lost or stolen. I agree with the idea that open source cryptography allows more eyeballs-- in the long run, better security.

    But data integrity is probably more important on a daily basis. And in terms of risk assessment, you're probably more likely to suffer some kind of data corruption than to lose your laptop.

    It's been my observation that commercial software tends to be more robust in cases where a bit has been corrupted here or there. And in the worst case, if your encrypted mission-critical data has been horribly mangled by a disk crash, your vendor is more likely to be contractually obligated to recover your data.

    Having said that, I'm happily using FreeBSD with GBDE.

  15. Re:Java support? on FreeBSD 5.3 on the Horizon · · Score: 1

    I wish. ;-)

  16. Re:Java support? on FreeBSD 5.3 on the Horizon · · Score: 3, Informative
    relax$ uname -a
    FreeBSD relax.domain.com 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #4: Mon Mar 22 19:40:08 PST 2004 root@relax.domain.com:/local/freebsd/obj/local/fr eebsd/src/sys/RELAX
    i386
    relax$ /usr/local/jdk1.4.2/bin/java -version
    java version "1.4.2-p6"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-root_27_apr_2004_17_32)
    Java HotSpot(TM) Client VM (build 1.4.2-p6-root_27_apr_2004_17_32, mixed mode)
    relax$ file /usr/local/jdk1.4.2/bin/java
    /usr/local/jdk1.4.2/ bin/java: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.0.2, dynamically linked (uses shared libs), stripped
    Runs well enough on my machine to use NetBeans fairly extensively.

    See also: http://www.freebsd.org/java/dists/14.html
  17. Not much depth here on Free Book on FreeBSD System Programming · · Score: 3, Informative

    This book reminds me of Marc Rockhind's "Advanced Unix Programming", but is less technical in nature.

    The chapter on BSD make was interesting, a topic not usually covered because most people use GNU Make these days.

    And the section on kqueue(2) was interesting, although very superficial.

    Everything else would be largely familiar to anyone who's familiar with the Unix programming idiom.

    As someone who cut his teeth on "The Design and Implementation of the 4.3BSD Operating System", I'm eagerly anticipating McKusick's book on FreeBSD 5.2, to be released in August. http://www.mckusick.com/FreeBSDbook.html

  18. Re:FreeBSD in a nutshell on FreeBSD: Not Exactly Dead · · Score: 1

    turn on soft updates (umount /your/fs ; tunefs -n enable /your/fs)

  19. Unlikely, as IFS kit is expensive on Mounting Virtual Drives as Physical Drives in Windows? · · Score: 1

    Developing a filesystem driver on Windows is expensive and time-consuming. It's unlikely that there will be any free (as in beer) or open source filesystem drivers anytime soon.

    Incidentally, I'd really like to be able to access my FreeBSD UFS partition in Windows. ;-)

    IFS (Installable File System) Kit costs about $900; see also http://www.microsoft.com/whdc/ddk/ifskit

  20. Re:Hmmm, maybe... on Apple G4 Power Supply Woes? · · Score: 1
    Also, there's a hole in my shoe that I've tried patching with duct tape, but that doesn't seem to work - any advice on that?

    two words for you: shoe goo!

  21. Slashdot or Slash-Microsoft-Exchange-Support-Group on Traveling Laptops, Exchange 2000, and Multiple Profiles? · · Score: 1

    There's no news, there's no stuff that matters. It's all been replaced by a pile of stinking microsoft exchange weenies.

  22. Use FreeBSD! on Disabling Flash in the Browser? · · Score: 1

    There's no Flash support on FreeBSD, but Mozilla works great!

  23. Re:It's funny... on Pentium-Based Macs The Future of Apple? · · Score: 1
    I talked to a guy the other day that's getting ready to begin replacing their 1800 Sun servers with AIX boxes.

    My company is porting our application (which currently runs on Solaris) to AIX 5.1. Despite the incredible developer support we've gotten from IBM, I've been shocked at the bugginess of AIX. Stuff that we take for granted on other Unixes doesn't frikkin work! poor support for gcc, broken JIT, ...

  24. Re:Never happen on Pentium-Based Macs The Future of Apple? · · Score: 1
    until there's economic slowdown (like the past year in the tech sector). That's when the expensive luxuries get hit the worst.

    except that Apple hasn't been hit the worst. The premium services will tend to be okay in a downturn. It's companies that are high volume that tend to be hit the worst.

  25. Re:Develop troubleshooting skills on Where to Ask if not Ask Slashdot? · · Score: 1

    In other words, learn how to spin your wheels for several hours, days if need be, so you don't annoy some poor hapless slashdot reader you insensitive clod!

    that's right. In all likelihood, spending those few hours will help you understand the answer the third party will give you, when you have to ask anyway. And it will help you the next time.