Slashdot Mirror


User: trippinonbsd

trippinonbsd's activity in the archive.

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

Comments · 100

  1. Re:Coming soon to /. on Full X11-Based Distro For PDAs · · Score: 1

    Updates on the only items that HAVEN'T run linux so far:

    - Porting linux to a kitchen blender
    - Porting linux to a carrot
    - Porting linux to the wart on my grandmothers knee

    Those platforms are all supported by netbsd!

  2. Re:Very few people should be choosing 5.x on FreeBSD 5.2-RELEASE Review · · Score: 1

    Do not fix what isn't broken. If only I could follow that simple proverb.

  3. Re:Wrong perspective on Commercials Come To The Net (After This Word) · · Score: 4, Funny

    What about lynx? I seriously doubt the ablity for this full motion advertisement scheme to work for `play perfectly for every consumer, every time'. Then again if i use *nix am i a consumer?

  4. Re:Great, but should I wait before going 64 bit? on 64 Bit Athlon Notebooks Hit the Market · · Score: 1

    Pentium 350!? You must be one 31337 overclocker!

  5. Re:Looking for a politicly correct logo? on NetBSD Announces Logo Design Competition · · Score: 1

    This probably only applys in a few states w/ either the same sales tax or no sales tax, but still worth a shot.

  6. Re:Question on FreeBSD 5.2 Released · · Score: 1

    If you having problems with FreeBSD's native linux emulation then you need to consult the handbook on how to set it up (it normally can be as simple as either pkg_add -rv linux_base or cd /usr/port/emulators/linux_base && make clean install). I use it all the time and it works perfectly and transperently even in a server situation (such as hlds half life's linux binary only server). Now if only we can get this with windows binaries (there are many more technical problems with getting win32 binaries to be emulated tho).

  7. Re:And As Always... on Kiss Technology Counters MPlayer GPL Arguments · · Score: 1

    or do a recursive wget on their site in a while true shell script loop...

  8. Re:Why not DIY? on How to Set Up a Gift Website? · · Score: 1

    Even with my intermediate experience with mysql and php it would not be too hard for me to write some basic scripts to do these kinds of things. Simple user name password authentication then submit the entry into the database. It can be as simple as possible. Several hours of work could get a working prototyped hammered out. If you understand mysql and php it should be a breeze, for those who enjoy this kinda of thing.

  9. Endless Listening on Synthesized Singers · · Score: 4, Interesting

    Combine these synthetic vocals with some randomized instrumentals and pipe it into your 'hitablity` algorith (covered here and here) and generate endless pop music!

  10. Re:Computer Silence on Home Brew Hard Drive Silencer/Cooler · · Score: 1

    What powersupply are you using? I bet if you tried a high end powersupply you might not have those "problems". If you have tried more than one powersupply which have you tried?

  11. Re:Hard drives are the weakest link on Home Brew Hard Drive Silencer/Cooler · · Score: 1

    You have to have somewhere to swap (with windows, its possible to get buy w/o a swap partition in *nix, but still not good). Any flash disk will wear out rather quickly when it handles alot of writes. So harddrives are necessary for desktops. Embedded appliances can get away using a flashdisk tho.

  12. Re:Noise cancellation... on Home Brew Hard Drive Silencer/Cooler · · Score: 1

    Damn thats a good idea. I have 5 computers in this room and they are all always on, and ive got two rather large speakers, i could easily rig up some kind of noise canclation. Who ever said phyics was not useful?

  13. Re:Anyone else Mis-read the headline? on Microchip Could Replace Pills · · Score: 1

    I too misread the head line, i was wondering why they didnt capitolize the first I...

  14. Re:Too many problems with FreeBSD 5.1 on FreeBSD 5.1-RELEASE Reviewed · · Score: 0, Offtopic

    Thank you that post just brightened up my day to finally see that "BSD sux" post to be trounced into the ground.

  15. Re:Not a good release to review. on FreeBSD 5.1-RELEASE Reviewed · · Score: 1

    FreeBSD still has a text based install that would scare away any normal user and anybody with an MSCE.

    X based install blow. I dont need a pretty 32bit 1024x768 logo and graphics to install an os. I want to do it quickly. I would also prefer that the installer work with older hardware and not require 32 or 64mb of ram. FreeBSD runs just fine as a httpd/router/firewall/dhcpd on my P75 box w/ 16mb ram.

  16. Re:me 3 FreeBSD on FreeBSD 5.1-RELEASE Reviewed · · Score: 1

    Lets see, Gaim 0.71 came out and as soon as i noticed it was out my ports tree contained the make files. Firebird 0.7 and Thunderbird 0.3 came out and they were updated the same day with in 12 hours i think. The ports tree is very well maintained.

  17. Re:Perl and Python... on The Perl Cookbook, 2nd Edition · · Score: 1

    I wasnt talking about speed efficeiency.

  18. Re:hmm.. on BIND Patches Make Bad Situation Worse · · Score: 1
  19. Re:Perl and Python... on The Perl Cookbook, 2nd Edition · · Score: 1

    I understand that it uses inetd, but it is a very impressive feat of awkish skill to pull this off. It makes a great use of inetd, but you are right awk has no way of making network connections as its *only* (please dont kill me) a text parser. Inetd is arguably much more efficent then having to code by hand the networking parts of your program. I'm no perl expert but i would say a shell script and inetd would possibly make a faster web server than some perl script, but then again what do i know?

  20. Re:Perl and Python... on The Perl Cookbook, 2nd Edition · · Score: 1

    I dont know about FTP but here is a http server written in awk.
    Enjoy!

  21. Re:Dewey decimal? on IBM Introduces Petabyte-Capacity 'Storage Tank' · · Score: 1

    Yes, they had better be careful because the dewey decimal system is NOT public domain!

  22. Birthday Wish on Happy 3rd Birthday To OpenOffice.org · · Score: 3, Funny

    They should wish to lose some weight this year...

  23. Re:Tried FreeBSD... on Linux Users Try FreeBSD 5, Windows · · Score: 3, Informative

    a)
    1. Find name of package you need
    2. Find the package
    3. Download package you need
    4. Build package you need
    5. Find and download any and all dependencies (the real time consumption)
    6. make install

    The order is more like this.
    a) to build from source
    1. Find name of package (either via `cd /usr/ports && make search name=packagename`) or though browsing the online ports collection.
    2. cd to the port dir
    3. `make install clean`

    b) to get pre-compiled source
    1. Find name of package (either via `cd /usr/ports && make search name=packagename`) or though browsing the online ports collection.
    2. `pkg_add -rv packagename`

    For example I can install kde in either 5-10 mins or 2-3 hours. The FreeBSD has many more options and is very powerful. A look at the ports man page and all of the pkg_* tool's man pages would revel alot of extra usage.

    Two useful articles from onlamp:
    Ports Tricks
    Cleaning and Customizing Your Ports

  24. Re:Am I the only one? on New 3D CPU Water Cooling Method · · Score: 1

    I made $5 betting this one guy in phyics class that water didnt conduct electricity. He thought that I was some kind of a moron, and took the bet up. I laughed at him for the next 10 mins while he tried to push 6v across any amount of distilled water until he finally gave up, and reluctently handed me a $5 bill.

  25. Re:Hmmmm.... on nForce MCP Network Driver Working On FreeBSD 5.1 · · Score: 3, Insightful

    I've never used *BSD, but all the propoganda I've read says that it has a built in Linux emulator. Wouldn't that make it easy to port?

    FreeBSD has something that is even better than linux emulation. It natively understands and maps linux system calls to their FreeBSD equivilent, which in the earlier days of linux allowed FreeBSD to execute linux binarys faster than linux could. This doesnt make it much easier to port over drivers because drivers are not normal simple executable files.

    Also, why bother using a card that requires some special driver? Every run of the mill Ethernet card that I've thrown in a box works just fine without any tweaking or downloading special drivers.

    Why bother ever using anything onboard with this attitude? No need to use that crazy onboard ide when i could add in a nice 3ware 8 port card...