Slashdot Mirror


User: TeknoHog

TeknoHog's activity in the archive.

Stories
0
Comments
5,448
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,448

  1. Re:Hydra on Phoenix To Change Name · · Score: 2

    There is a web _server_ named Hydra. IMHO it would be a source of massive confusion if a web browser and a server had the same name, and were not related.

  2. Re:In a tin on Broadband's Unintended Consequences · · Score: 2
    > "Broadband doesn't do what it says on the tin"

    Except when I'm reading newsgroups with tin.

  3. Why the book analogy fails on All Source Code Should Be Open, Revisited · · Score: 2
    The text of a novel is not directly comparable to the source code of a program. As an amateur writer I know there can be a lot of detailed planning ("blueprints") behind a story or an article. Those plans are not usually meant to be public. It is often desirable to leave some things undisclosed and let the readers draw their own conclusions.

    On the contrary, software should have no secrets, trapdoors or hidden features (excluding games). An operating system should not be like a conspiracy novel. Even if the source were not 100% open, the system should be fully documented. Of course the source is the best possible documentation you can have, in terms of not lying or hiding.

  4. Another link on Getting More Face Time · · Score: 5, Informative
  5. Re:New ways of breaking marriages on Mozilla 1.2 Unleashed · · Score: 2
    > I forsee a new book by John Gray: Mozilla is from Mars, IE is from Venus.

    "Men are from Macs, women are from VMS."

  6. Re:Opera 7 beta has also been released long ago on Mozilla 1.2 Unleashed · · Score: 1, Offtopic
    Slashdotters seem to like things related to Linux and Open Source. Opera 7 beta is neither, because it's only released for Windows (for now) and it's proprietary.

    I'm not saying proprietary is baad, mmkay, in fact I'm posting this via Opera 6.1. However, from the usual /. point of view, Opera 7 beta is just another Wintel program and not worth the exposure.

  7. Can't resist... on Human-Mouse Hybrids? · · Score: 5, Funny

    This Human-Mouse hybrid sounds like a great advance in the computer interface design. At least it would remove one bottleneck. Soon we'll outquake even Dustpuppy (he uses a separate mouse).

  8. Re:Blank mp3s on Danish Anti-Piracy Organization Bills P2P Users · · Score: 5, Informative

    Don't you mean 4:33?

  9. Interesting... on An Overview of the Boa Web Server · · Score: 2
    Well, first of all, thanks for the great server! I'm currently running it to serve my homepages on a 486, though I first used it about three years ago.

    I thought the explanation for the name was here, where boa is roughly a synonym for fat pipe -- something you need a fast server to saturate.

  10. Re:oh shit on An Overview of the Boa Web Server · · Score: 2
    > For once I am in head of the trend.

    Hmm.. just because it's on /. doesn't mean it's suddenly trendy. Use the tool that's the best for the job, not the one that is trendy. In fact, by going the Linux way you've already gone against the mainstream OS which is Windows, might try and keep up the attitude.

    Besides, I used Boa over three years ago so I'm more trendy than you! ;-)

  11. Re:Still slower than ZWS on An Overview of the Boa Web Server · · Score: 2

    Zeus is not free. If you compare opensource httpds, Boa is one of the faster ones (though not the only of its kind).

  12. Re:In praise of static on An Overview of the Boa Web Server · · Score: 2
    I agree that people often use dynamic pages because of the buzzword factor, not because it's the best. For instance, my web diary is only updated when I write something, not whenever somebody reads it. So a dynamic database solution would be just silly. I have a Python script to generate the HTML when I write the entries, and the server is Boa on a POS 486 running NetBSD. Slashdot that!

    I do like the features of Apache, for example when the site needs PHP+MySQL. But it's the right tool for the right job. And I keep that 486 from polluting the Earth on an 'acid trip' to China.

  13. Re:Theft? Offensive! on Only Thieves Block Pop-Ups · · Score: 2
    > Coming to the movies a bit late for the commercials.

    Especially when you've paid money to see the movie.

  14. Re:PCU's are stilling idle on No Need to Upgrade that PC? · · Score: 2

    Idle CPUs? Contact distributed.net for help.

  15. DR-DOS download site on MS-DOS 1981-2002 RIP · · Score: 4, Informative

    You gan still get DR-DOS for free (beer) here, besides there are Free (speech) and Open DOSes around too.

  16. Re: Speed and consoles on No Need to Upgrade that PC? · · Score: 2

    If games are the only reason for fast PCs, why is it that the consoles don't have gigahertz processors?

  17. Re:Pentium 133 MHz for developers on No Need to Upgrade that PC? · · Score: 5, Insightful

    You know, developers sometimes need to compile stuff. It's a pain to code if half of your time is spent building the binaries for testing.

  18. Re: MPlayer on Helix DNA Client Source On Oct 29 · · Score: 2

    MPlayer is not multiplatform; it's only for Unix systems. Besides, it doesn't play Sorenson v.3 and some other closed formats. Nevertheless it's still my favourite movie player :-)

  19. Proper link on 100 Teraflop Cray to Use Opterons · · Score: 4, Informative

    here on Cray's website.

  20. Latest nightly has GTK! :-) on Phoenix 0.3 Is Out · · Score: 2
    Well, not 100% completely but it's looking pretty good, just like my other GTK applications. This is not in the 0.3 milestone, you need the latest nightly.

    It's interesting though that even plain XUL-look Phoenix and Mozilla depend on some GTK functionality (e.g. libgtkembedmoz.so). But anyways, now it even has the correct GTK look. w00t!

  21. Re:Cool idea on Revolutionizing x86 CPU Performance · · Score: 2
    > I want to form a company that makes a cpu that translates x86 instructions on the fly to RISC instructions that operate in parallel.

    > I'll call my company transmeta!

    Modern x86 processors, since about PPro and K6, are already RISC in their internals. One key difference to Transmeta's products is that the Crusoe does the translation in software. Therefore the hardware is simpler, and the translation engine can be easily upgraded.

  22. Re:Python icon on The Python Cookbook · · Score: 5, Funny
    > If someone pulls it off, they might become famous. ;-)

    Yeah, like the guy who drew Tux, whatshisname..

  23. Re:If you want speed.. on Phoenix 0.2 Web Browser: Lean, Mean Mozilla · · Score: 2
    I love browsing in text mode, and I agree that www is more about information and less about pr0n.

    The problem is that most sites are designed for graphical browsers. Even simple, proper w3c html can be a pain to navigate through in text mode. For instance, a table of links (such as Everything2 softlinks) takes time to reach the link you want, because you have to pass through every visible link in their html order. It's much faster with a mouse.

    Our visual/spatial perception is a powerful feature which should be used for our advantage. GUIs are not just for newbies. But I'm not letting go of my terminals quite yet.. right tool for the right job and so forth.

  24. Re:Door Handles?! on Donald Norman On Software And Other Things · · Score: 2

    Unfortunately, the brilliant British logic of water taps does not extend to showers. It would be great to have separate hot and cold showers :-).

  25. Re:This raises an interesting question..... on Fortran 2000 Committee Draft · · Score: 2
    As a physicist, I've written most of my scientific code in F90. It's far from a dead language. I agree with many people that F77 is a horrible mess, but F90 and later versions are excellent for scientific stuff, for example if you consider array handling features.

    The long history of FORTRAN (sic) means a large base of scientific libraries. This is also something that prevents switching to C[++] overnight. In fact I'd much prefer using F90+ for all low level code.