Slashdot Mirror


User: zby

zby's activity in the archive.

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

Comments · 68

  1. Seksmisja on A Mouse With Two Mothers · · Score: 1

    You should see that: http://imdb.com/title/tt0088083/

  2. target on On Situated Software - Designing For The Few? · · Score: 2, Insightful

    I think there is nothing to justify that new name - 'Situated Software' seems to be just software with a narrow target. The whole rant with all examples is just stating the obvious truths about targetting. Perhaps there is an argument that when programming is easier (with better hardware, languages and libraries) then it economic to target it on narrow groups, but that whole story is a bit overblown.

  3. Instant messaging and applications on GnomeMeeting 1.0 Videoconferencing/VoIP Released · · Score: 3, Informative

    Here is an article by Steve Boyd about the importance of integration of IM and office apps: Real Time Revolution
    It includes an interesting interview with an MS manager about what MS is doing with Live Connection Server and office apps.

  4. Re:Only solution on Worried about Digital Evidence Tampering? · · Score: 1

    I believe the MD5 in the solution was for reducing the required memory - you just store the MD5 sums in the memory not the whole image. The security relies on both the write only memory and MD5.

  5. Re:Article Slant on Identity Theft and Social Networks · · Score: 1

    That's strange that your answer at the original article comments has so litle of the details you unveiled here.

  6. Re:Control panel would have too much control on Knock, Knock: Information Pollution Is Here · · Score: 1

    Is there some report (I mean with actual data) available about this experiment?

  7. Re:Chomsky and stuff on Linguistics Meets Linux: A Review of Morphix-NLP · · Score: 1

    Some things can be compressed others not. Computer geeks should grasp this notion pretty easily. If not there is the whole theory of Chaitin Omega Numbers which proves that there are hard problems.

  8. Re:not smart vs dumb on "Spim" is Latest Online Annoyance · · Score: 1

    How about setting some challange to those that want to connect to you? Like solving a puzzle or something. I've just posted a wiki page on this subject:
    Automatic Chat Room GateKeeper

  9. Re:Shamefully, you can get such things now. on Microsoft Defies EU Commission · · Score: 1

    "Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances."

    Oh - I see, we should declare Free Software a religion ;-)
  10. Re:Er, that's a bit much.... on The Guy Responsible For Ctrl-Alt-Del · · Score: 1

    The conclusion is not right. An infinit non-repeating sequence of numbers does not have to containt some predefined subsequence.

  11. Re:software for free pay for the support on Commercializing Open Source Software · · Score: 1

    I value my time and that's why I use Linux whenever I can. It just plays better with my way of doing things.

  12. A good analyzis on How Do You Organize Your Data? · · Score: 1

    A good analyzis can be found in the White Paper by Hans Reiser.

  13. Re:Midori -- Stale Distro? on Chinese "Dragon" Chip On Sale · · Score: 1

    Displaying the characters is only part of the problem. The other part is the input of them - and this is much more complicated and less standard.

  14. Re:The problem with laws like this one on Michigan's Proposed Spam Law Called Toughest In U.S. · · Score: 1
    Without that law, a hosting company can dump a user for spamming. With the law, it becomes more difficult because the spammer can say "I followed the law!"

    I don't see that as a big problem - to sort it out the providers need just to add some additional clauses to the terms of the usage of their service, nothing severe - just make some special price.
  15. XUL on Netscape Founder Says Web Browsing Innovation Dead · · Score: 2, Interesting

    There is hope for replacement of Javascript, at least for the mozilla platform - via the XUL framework. Here is an discussion about
    plXPCOM Perl interface.

  16. Re:Better readers needed on Universal Ebook Format Debated · · Score: 2, Funny

    I wholehartedly agree! The readers are not good enough - they don't read carefully, skip important parts, so quickly forget what they have read. It's time to have better readers.

  17. Diversification on How Would You Argue for Open Source? · · Score: 1

    If it is a really big corporation than there should be much place for experiments. Why not proposing them to switch a small part of the firm to OSS just to check how it is working? It is always wise to diversify the technology that supports the business.

  18. use ACME::Bleak? on New Whitespace-Only Programming Language · · Score: 1

    I know it's the first of April but seriously in Perl you can do that.

  19. Re:great taste - less filling on Study Finds Tivo Less of a Threat to Advertisers · · Score: 1

    We used to do that in the military training :-)

  20. Re:hmm on FTP: Better Than HTTP, Or Obsolete? · · Score: 1

    I believe current mozilla does it. When I hit reload button on a half loaded image it starts loading from the point where it stopped.

  21. Re:Hartford Steam Boiler Insurance covers this on [H|Cr]acker Insurance · · Score: 1

    The problem is that Microsoft can just buy Hartford Steam Boiler.

  22. Re:Global military supremacy? on Re-examining the Port Chicago Disaster · · Score: 1

    The Soviets in several decades after the WWII had a really powerful conventional army and actually it was the nuclear weapond that did deterred them against invasion in the West.

  23. Re:And isn't PHP a templating system? on Professional PHP4 · · Score: 1

    Just to express my own personal preferences of templating systems - I believe that the most lacking thing is ergonomics. I mean - when you read someting like you don't see that closing parenthesis at the first glance. So personally I prefere Template::Toolkit with [% END %] - I can spot it instantly.

  24. And isn't PHP a templating system? on Professional PHP4 · · Score: 1

    Yeah I know - it has developed over time. But generally the issue of templating is not so far from an general programming language. You'll never have such a clean separation.

  25. Re:non-HTTP gui business apps on Professional PHP4 · · Score: 1

    The problem with X forwarding would be bandwith. HTTP can be used in most circumstances - it is designed for low bandwidth of remote internet conections while the X protocol is designed for the bandwidth of LAN's.