Slashdot Mirror


User: codergeek42

codergeek42's activity in the archive.

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

Comments · 256

  1. Don't like it? on OpenOffice 2.0 Criticized on Use of Java · · Score: 0

    ..Then don't use it! Is it really that hard? Besides, now with the release of GCC4 and it's much improved GCJ/Classpath support, people at RedHat (such as Caolan McNamara) are trying to get OO.o to work nicely with GCJ

  2. article mirrors on Apple Patents Tablet Mac (with Photos) · · Score: 0
  3. ...which is... on FreeBSD 5.4 Released · · Score: 0

    (according to my TI-89) 5.4! ^_^

  4. A few links to more "F/OSS in schools" articles... on Ditching Microsoft Could Save Education Millions · · Score: 1, Informative
  5. yes, but.... on Kernel, Shell Boots on DS Linux · · Score: 1, Funny

    does it run Linux?

  6. "Nothing to see here. Please move along..." on The Future of Databases · · Score: 0, Funny

    Wow! That's a wonderful future! :-P

  7. price(source_code) = price(binaries) on Lawsuit Says GPL is a Price-Fixing Scheme · · Score: 0

    The only restriction the GPL puts on pricing is that you cannot charge more for a copy of the source code than you can for a copy of any binaries. This is to prevent people from charging (for example) a few dollars for the binaries but millions for the source code, which would effectively nullify the GPL's given rights to further modify and distribute the software. That guy really doesn't know what the hell he's talking about. >=(

  8. Re:mp3 is better than .ogg on Viacom Launches Podcast-Only Radio Station · · Score: 1, Informative

    Wrong. MP3 (last I checked) can only do dual-channel audio, while Ogg Vorbis can do multi-channel audio, Also, Ogg Vorbis can store the same music with a higher quality/size ratio. Then you have the fact that the MP3 format is patent-encumbered while the Ogg Vorbis (and Theora video codec) are Free for anyone to use for any purpose (Theora is a reworking of On2's VP3 codec. It _is_ patented, but it's patented so that everyone can use it freely.)

  9. kernel bugzilla on What to Expect from Linux 2.6.12 · · Score: 0
  10. Re:Wow! on Using Diamonds to Create Unhackable Code · · Score: 0

    "(thanks. I will be here all week.)"

    Dang. I need to find another bar then. ;-)

  11. Re:ACPI Roadmap? on What to Expect from Linux 2.6.12 · · Score: 0

    " Anybody know when we can expect to see full and relatively bug-free acpi support?" ...perhaps once hardware manufacturers stop producing bug-ridden ACPI implementations. ;-)

  12. only 1 free support call? on 64-Bit Windows Releases Now Available · · Score: 0

    They're going to need a lot more than that...

  13. Re:Why not... on Unintended Consequences of Using GPL Fonts · · Score: 0

    I take it you've not used the Bitstream Vera fonts then?

  14. what about PNG? on Image Preservation Through Open Documentation · · Score: 0

    http://libpng.org/pub/png/png.html

    Portable Network Graphics (PNG) is a lossless compression format which is Freely (as in "free spech") usable by anyone for any purpose, even in commercial and/or proprietary applications.

  15. OO.o of course: It's Free (as in "free speech") on OpenOffice vs. MS Office for Education? · · Score: 0
  16. src tarball link? on GCC 4.0.0 Released · · Score: 2, Insightful

    Why didn't the poster just link to a list of mirrors? I don't want my favorite compiler's source to be unavailable =(

  17. Only WMV and MOV? on Star Wars: Revelations Available Online · · Score: 0

    There's not an open format version of this I can watch, such as Ogg Theora? (no, patent-encumbered formats such as MPEG don't count...)

    Can anyone using VLC, Xine, or MPlayer on GNU/Linux without the Win32 codecs wrappers confirm that I can correctly watch this? My bandwitdh isn't all that great and I'd hate to spend two hours downloading only to not be able to watch it =(

  18. Try it yourself ;-) on From Bash To Z Shell · · Score: 2, Funny
  19. article text on Naturally Occurring Standards · · Score: 0

    When standards form in the wild, it may be a cry for formal standardization

    Level: Introductory

    Peter Seebach (crankyuser@seebs.plethora.net)
    Freelance writer
    12 Apr 2005

    Column iconWhat makes a standard viable without the formal blessing of a standards organization? Should you use such informal standards, or ignore them? Learn more about de facto standards in this month's Standards and specs.

    Dave Clark once said, "We reject kings, presidents and voting. We believe in rough consensus and running code."

    The IETF (the organization Dave Clark was speaking for) is a standards body that has taken an unusual, but empirically quite effective, approach to standardization, preferring to see proposed standards tested out a bit in the field before they get formal blessing. In short, whenever possible, they formalize an existing de facto standard, rather than inventing a new one from scratch. The RFC process (see Resources) has worked well enough to produce many of the most widely used standards in the world, and IETF standards have a credibility even ISO can't always match.

    What makes a de facto standard good enough to formalize, or possibly so good it doesn't even need to be formalized? In the wild, you will often encounter standards, with or without the blessings of a standards body, which seem like they might be applicable to your work. Sometimes, you may find no applicable standard, but a likely partnership to create one. In this Standards and specs, you'll see a few things to keep in mind when talking about de facto standards.

    First, though, to dispel a few myths: Not all de facto standards are the same. Some of them are really good. Some are really bad. Not every de facto standard represents the best possible technical decisions; not every de facto standard represents the tyranny of a proprietary despot dribbling out just enough crumbs of documentation to keep the peasants from revolting. De facto standards can be temporary kluges, or carefully considered and planned designs; they can reflect an individual's vision or a committee's indecision. In short, it is dangerous to treat them as interchangeable.

    Physical connectors
    Computers love to talk to other devices. This (unless you're using radio) requires them to have some kind of cable connecting them, and that means connectors for the cable to plug into.

    In most cases, a connector intended to be shared or used by multiple devices will be the topic of a formal standard. There is ample documentation on the pinouts of a standard USB cable, for instance. However, if it isn't the topic of a formal standard, the compelling need for interoperability is likely to lead to an informal standard. Connectors with formal standards are generally fairly precisely defined. The RS232 specification for serial ports describes signals, voltage levels, and everything, for standard DB25 serial ports. However, many computers ship with a 9-pin serial port. The pinouts for these have become a de facto standard.

    It's worth noting that the formal standard (RS232) solved the hard problem, and the informal standard just covered a common extension. Network effects make standards like this a pretty good bet. If you're making serial cables with 9-pin connectors, they need to plug into the "standard" PC pinout. Given the widespread availability of such cables, if you're making a serial port, a 9-pin male serial port with the same pinout is a good bet. This is a great standard: it's free of licensing requirements, it's very easy to implement, and millions of machines use it. Given this, it seems obvious that anyone looking to build a serial port would want to use this standard, and certainly, anyone using a 9-pin d-sub connector would use it.

    This makes it frankly inexplicable that I have a few uninterruptible power supplies that use a 9-pin d-sub connector, which is connected by a cable to a PC serial port, but which has some other pinout, such that the special serial cable the UPS comes with is the only one

  20. In Soviet Russia... on New York Computerizes its Subway System · · Score: -1

    ...subway system computerizes you!

  21. dd? on Secure Hard Drive Deletion Appliance? · · Score: 0

    #!/bin/bash
    PASSES=50;
    for LCV in $(seq 1 ${PASSES} );
    do
    dd if=/dev/zero of=/dev/hdX bs=1
    dd if=/dev/urandom of=/dev/hdX bs=1;
    done
    echo -ne "Now go dump your disk in acid! ^_^"

  22. in Sobiet Russia... on Sun's Schwartz Attacks GPL · · Score: -1

    ...GPL attacks YOU!

  23. Netcraft confirms it on No More BitKeeper Linux · · Score: 0

    BK is dying

  24. in case it gets slashdotted... on Zen and the Art of Apache Maintenance · · Score: 0, Redundant

    Apache recently held a week-end "infrathon" to sweep the dust out of the corners, squash a few old bugs, drink a wee bit of ale (and maybe a wee bit more than a wee bit) and get their hands dirty with the Zen of maintaining their infrastructure. MadPenguin.org crashed the party in search of the secrets of getting into the "zone" while peeking into the grittiest of the nitty gritty of one of the darling projects of open source, Apache.

    There's a lot of talk about "community" in the open source world, and learned papers by the hundreds are chasing the mystery of why highly talented hackers give away code for free. But for those of use who don't hack code, maybe we just have to try to sit and stare at a blank wall for an hour or so to experience the "Zen" of something as grinding and nitty gritty as infrastructure maintenance.

    Maybe it's sort of like the tedious poses that yoga practitioners do; or the mind-numbing, repetitive training that star athletes engage in; or the hours of relentless practice of top violinists slashing away at their violins. Maybe true beauty can't be bought by the billions of dollars stashed away in Microsoft's banks. Maybe the only way to "get" the Zen of open source community is to hunker down and grind out deadly dull infrastructure maintenance work. Maybe you actually gotta "feel the burn" to get the high.

    There were no corporate press releases for this event. No splashy media ads or glossy print magazine ads. The event did not take place in a big, loud conference center such as San Francisco's spacious Moscone Center. There was no hoard of gawkers hoping to catch sight of someone famous. There were no booth babes or flashy booth displays or big deal keynote speakers giving presos in front of massive, wall-sized video flat screen panels;and no banners or security guards or fancy speaker passes. It took place at Brian Behlendorf's house, which is not even in a gated community. We drove right past his house the first time while looking for his address.

    The guys that I interviewed were among some of the brightest minds in open source; Brian Behlendorf; Upayavira; Greg Stein; and Roy Fielding, all of whom are well known and regarded (or deserve to be). These guys have the skills to be Microsoft millionaires, but instead but instead flew thousands of miles to sit slouching on couches and squatting on cushions hacking infrastructure maintenance for free, primarily just to hang out with each other, even though they could have done the same thing on line.

    In public statements and in its 2004/9/1 SEC 10-k mandatory legal filing, Microsoft calls open source projects like Apache the second greatest profitability concern behind a weak global economy. Yet Microsoft doesn't "get" why their profitability is imperiled by a movement that their Chairman called a group of "communists." Maybe Chairman Bill doesn't "get" it because he's too busy answering press calls about his generosity in donating his billions to them poor brown people over there.

    When I asked these guys what they liked about the infrathon, some of them did talk about seeing the physical manifestations of the stuff that they were "seeing" in code form: they liked to visit the co-location facilities, the cages, and the actual boxes that are the work horses of the minor miracle that is Apache. They talked about the massive numbers of committers they support, the huge volumes of server hits and email messages, and the security measures protecting all of that massive activity, and they liked the fact that their work here makes all of that stuff go. But mostly, they just liked to hang out with each other.

    I'm sure that each of them, upon reading this article, will say that I have made a big deal out of nothing. Each of them was busily volunteering each other's availability when I told them that I was going to interview them for this article.

    I spoke with Brian Behlendorf, Upayavira, Greg Stein, and Roy Fielding, in that order, and their interviews have been transcribed, snipped, and pres

  25. Re:Zeta OS on BeOS Ready for a Comeback as Zeta OS · · Score: 1

    GNU/Be would be pronounced "Gah-new-bie" which kinda sounds like "newbie" which makes it funny. :-)