Slashdot Mirror


User: Craig+Davison

Craig+Davison's activity in the archive.

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

Comments · 676

  1. Dead Milkmen on What's Banned On Your Campus? · · Score: 1

    Punk rock band. I don't know what T to P menas, but the Ramones made a song called Censorshit and it's from around the same era as the Dead Milkmen.

  2. Not quite the only way on Procom to Release NETBEUI for Linux · · Score: 1

    Just use a winsock implementation that interfaces to a DOS packet driver.

    I'm not sure how to do it with native win95/98/ME networking (there are options to use a Real Mode driver, but I haven't explored them).

    However, you could use a product such as Trumpet Winsock 16-bit with the Packet Driver option... I remember doing that for a little while after upgrading from Win 3.1.

    I had "ne2000.com 0x60 0x300 9" (or something like that) in my autoexec.bat and setup Trumpet to use the packet driver at int 0x60. Worked fine, but DNS lookups were slow for some reason.

  3. Re:already OT, so... How do you pronounce "Bjarne" on C++ Answers From Bjarne Stroustrup · · Score: 1

    Byarne Straw stroop

    Byarne: By like in Bjork, pronounce the ne like a porn star (nuh! nuh!)

    Straw: more like stroh, actually

    stroop: oo as in book

  4. Idiot on Moldable Magnets · · Score: 1
    As far as I remember in my Chemistry degree, the only material other than Iron that exhibited ferromagentic properties were derivatives of that enigmatic C60 molecule, buckminsterfullerine.

    What about Nickel (magnetic coins) and Cobalt?

  5. Not Found on MacOS X DP3 · · Score: 1

    Instant cure for the /. effect: pull your page right off the web.

  6. You CAN scale fonts in windows on Super LCD Screens: 200 PPI · · Score: 1

    In Display properties, there's a combo box that normally says "Small Fonts (96 dpi)". Change it to "Large Fonts (120 dpi)", or Custom. The Custom option was introduced in Windows 95, but the others have been arount since 3.0.

    Select custom, and go ahead and crank it up to 200 dpi. Your truetype will look fine and be exactly the right size.

    Desktop icons, on the other hand...

  7. Re:Translation (From Franglais) on EU Competition Commission Investigating Win2k · · Score: 1

    Some anal-retentive cleanups.

    Fenêtre means Window.
    Petitsoft would be Littlesoft.
    A putain, rougly translated, is a slut. Guess the poster meant "Karma Whore".
    I don't know what a tronchonne is. Should look that up.
    They probably meant pussy by "chatte".

  8. Re:Generic vs. Legitimate company domains. on Cyber-Squatting vs. Legitimate Domain Brokering? · · Score: 1

    Unless the company name is the domain, ie "Buy Dot Com", not Buy.

  9. Hey Jon on Interview: Ask Jon Katz Almost Anything · · Score: 1

    Here's something for you to ponder:

    We're all individuals here.

    Not all of as:
    - Play video games or role-playing games
    - Were abused in high school
    - Feel a sense of "community" with other "geeks"
    - Have trouble with women
    - Give a shit about the "freedom" of the "Open Source Community"- to some of us, Free Code is just code we can fix and reuse.

    Why do you feel the need to define "geeks" as a group? Does it satisfy your need to belong? Are you only 13 inside?

    Am I the only person who finds it insulting when Jon Katz pigeon-holes people? It's like he based his entire career on dividing people into little groups. Maybe it makes writing easier, like a book report in Grade 5. Generalize, Summarize...

  10. Strange Quote: on Beanie Award Wrapup · · Score: 1
    http://kurt.andover.net/cgi-bin/picdexer.pl?pics/L inuxWorld2000/day0/12

    "So back in 1991 this guy Linux uploads a port of Minix to x86 on USENET and nine years later look what happens."

    See how many glaring errors you can find in that phrase.

  11. Whoops, sorry on A Suit's Experience With Linux · · Score: 1

    I must've been thinking of Multiplan (which apparently they did write from scratch, just like Microsoft BASIC).

  12. Try a more minimal UNIX on A Suit's Experience With Linux · · Score: 1

    With NetBSD or OpenBSD, you'll know exactly what's installed- the default installs are tiny. And since almost all utilities are BSD-derived, configuration files are consistently organized and easy to find. Maybe give one of those OSes a shot.

  13. Visicalc on A Suit's Experience With Linux · · Score: 1

    Didn't Microsoft write Visicalc? Correct me if I'm wrong.

  14. GCC? on Trillian Project Release Linux for IA-64 · · Score: 1

    I assume GCC can already produce IA64 binaries (what good is kernel source if you can't compile it?). When was that project completed? Do the binaries take advantage of all the new registers?

  15. What I don't get on Corel Puts Internal WINE on CVS · · Score: 2

    According to http://opensource.corel.com/wine.html, Corel forked the code tree so they could get WINE working with more apps, sooner. WineHQ was taking way too long with modular toolkit support, so Corel split off and developed their own WINE for Qt.

    Anyway, Isn't that exactly what this project needs? I would have hoped that WineHQ would be putting more time and effort into important stuff, not fluff like look & feel. Maybe that's why WINE has so far to go.

  16. Psst! Ignorant masses! on Happy 'Even Day' - the First in 1112 Years · · Score: 1

    Since you know code better than math, here's some C to tell if a number is even:

    /* x is TRUE if n is even, FALSE if n is odd */

    enum { FALSE, TRUE } x;
    int n;
    ...
    x = (n % 2) ? TRUE : FALSE;

    Wow, so 0 really is even. Now shut up.

  17. Psst! Ignorant masses! on Happy 'Even Day' - the First in 1112 Years · · Score: 1

    Since you know code better than math, here's some C to tell if a number is even:

    /* x is TRUE if n is even, FALSE if n is odd */

    enum { FALSE, TRUE } x;
    int n;
    ...
    x = (n % 2) ? TRUE : FALSE; /* by definition */

    Wow, so 0 really is even. Now shut up.

  18. Portugese Mirror on Microsoft Plans Media Player for Linux? · · Score: 1

    ftp://ftp.fccn.pt/pub/NetShow/netshow_linux

    Whee

  19. Oh, come on on Clemson University Bans Free Long Distance Sites · · Score: 1

    When compressed, streaming voice data needs like 6-8 kbps. That's less than an average IRC session in a busy channel will cost you.

    To say that this will put a strain on bandwidth is absurd.

  20. Grow up on Win2k Security holes found · · Score: 1

    *growls at Fict*

    This isn't IRC. You're not cute. Go away.

  21. Hence the last point in the article: on Red Hat Finishes Last · · Score: 1

    "But if you need an inexpensive alternative that will give you bare-bones network services with decent performance, Red Hat Linux can certainly fit the bill."

    Then again, for what you'd want to do on a P75 with 16 MB, a default NetBSD install would be just fine.

  22. How do you get "faster"? on Red Hat Finishes Last · · Score: 2

    The first half of the article was about how NT had better I/O throughput, both for large tranfers and while under load, than Linux. You can't say Linux is faster in this particular comparison.

    Also, looks like cost wasn't a factor in this article. So you're left with "more reliable".

    Now, if we add up the points like IDG did, NT comes out on top. Of course, you've already made up your mind in favour of Linux.

  23. Hmm on Red Hat Finishes Last · · Score: 1

    You can't install SWAT with linuxconf (unlike the standard services, you have to manually update inetd.conf. Boo hoo.), so maybe that's their reason for ignoring it.

    Of course, I'm really reaching here. SWAT is a great point in Samba's favour and they really should have featured it in the article.

  24. What the FUCK are you talking about? on LinuxOne Lite: First Looks · · Score: 1

    [rant]
    Why is it people always say "Solaris x86 is slow cause, uh, the architecture sucks."? Without any facts to back that claim up (ie, what about the platform is so fucking bad), it's nonsense.
    [/rant]

    Furthermore, why do you call Solaris slow? Because it's cool to say "slowlaris"? It scales very well. The file system is very fast. Maybe you find CDE slow?

  25. I thought this was a great idea until... on Nifty Kitchen Appliances · · Score: 1

    ... until I read the article. Why does this have to involve the internet? Some kind of lame attempt to cash in on a buzzword?

    There aren't all that many parameters to store- how long to cook and at what power, when to pause and restart, how long to let the food sit after it's done cooking. That info could be stored in the oven (maybe the barcode could be a hash of those parameters) or even in the barcode itself.

    A device this complex (contact the company for instructions over the internet??!) will never catch on.