Slashdot Mirror


User: mind21_98

mind21_98's activity in the archive.

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

Comments · 288

  1. Don't host it yourself unless... on Suggestions for a Startup Web Company · · Score: 2

    Right now I'm letting a web provider take care of keeping the servers up for SaveTheLaptop (http://savethelaptop.zzweb.com/). It's doing fine even though it's running MySQL, Apache and other applications on one server. The server is also situated on a DSL connection and is working fine.
    If your site isn't expecting to get much traffic then you don't need a high-end connection, but if it does get popular enough, it would be best to host it yourself. And yes, storing backups ffsite is recommended if your server will be located in a high-risk area (like California for example)

    --
    http://savethelaptop.zzweb.com/: Tips and help for laptop theft

  2. The Patent Office should go into Safe Mode on More Stupid Patent Tricks · · Score: 1

    The Patent Office should lose some of their staff, then it can go into Safe Mode like the Hubble telescope. This way it can't patent any more crap for people. Also let's get rid of the patent lawyers since the Patent Office doesn't load em in Safe Mode.

    --
    http://savethelaptop.zzweb.com/: Tips and help for laptop theft

  3. How about... on Secret Spam Summit Held in Washington DC · · Score: 1

    Have ISP's require that you approve all email addresses that want to mail you before you get messages from them. Maybe something like the list servers (where it's automated and all ISP email addresses are approved by default). I might write a program like this if I have time.

    On the other hand it might be annoying to approve each user from a mailing list, but there might be a mailing list option for each address (for linux-kernel :)

    And of corse, if someone approved gives you crap, there should be a way to block them via email.

  4. True Confessions from The Richest Man on Jeremy Paxman, BBC, Interview with Bill Gates · · Score: 1

    It seems he confessed that Microsoft will be destroyed eventually. What he's not telling us is that he's bringing down every company around him with him. This could have drastic consequences (i.e. will we one day wake up and find no software companies?)

    A ruling by the DOJ might change that though...

  5. Environmental Problems? on Monsanto Agrees Not to Sell "Terminator" Seeds · · Score: 1

    Are GM seeds/food/etc even safe? In the US, medicine cannot be sold unless it's approved by the FDA. But it seems that the GM food makers are selling GM seeds without knowing if it's possibly unsafe for the environment or for human consumption.

    If they are unsafe, wouldn't they be forced to cease and desist selling the GM seeds? Or worse, the government might consider them safe and ignore the other consequences, such as the environment.

    Anyway, what ever did happen to 100% pure food?

  6. No source = No programs on Still Can't Export Open-Source Crypto · · Score: 1

    Could it be that the US government is still attached to closed-source software and this may be an attempt to shut down GnuPG or open-source crypto in general? Perhaps not, but if you don't have the source code you cannot release software because you can't compile it without the code, even if it's being released to the public.

  7. Still not good for release... on Mozilla M10 Released To The World · · Score: 1

    http://www.mozilla.org/projects/seamonkey/release- notes/m10.html

    Even though M10's unstable it seems there's still too many bugs for release. Perhaps we won't see NS5 this year?

  8. An example of a successful Open Source project on Enlightenment 0.16.0 Release · · Score: 1

    Enlightnment is a great example of open source at its best...a great improvement over the last version, but we could possibly help it along some more to achieve the attention and success it needs.

  9. Just another example... on Betting on Y2K Disasters · · Score: 1

    This is just another example of people trying to take advantage of others due to a problem that happens "rarely". In fact, if we do it right, the next date problem will be Y10K. Since the ozone layer's opening up, we'll be all dead by then.

    How many of you are buying high-capicity weapons and stockpiling on food? Not many of you I bet.

  10. Just another reason why college is good... on Now It's Doctor Linus Torvalds · · Score: 1

    If I remember correctly, Bill Gates was a dropout, but made billions. On the other hand, Linus (or should I say Dr. Torvalds) didn't drop out, but is not the richest man in the world.

    Just another reason why college is a Good Thing...

  11. Nice... on Mp3 Albums and Players Supported by Stars · · Score: 2

    The player looks nice...it's about time that record comapnies and musicians in other countries stop worrying about piracy.

    Their US counterparts, however, are so worried about losing revenue that none of them are willing to release their music (legally) on MP3.

  12. Hope in California? on Nintendo Sued Over Pokemon Gambling Addiction · · Score: 1

    I remember a while back that California tried to pass a law against frivilous lawsuits. I think it even got put on the 1996 ballot (http://vote96.ss.ca.gov/BP/211.htm).

    I'm not sure if this is in effect today, but if it is, I hope the state Supreme Court recognizes it and blocks the lawsuit. This is getting ridiculous.

  13. Save the outputted speech first on Question about Text To Speech W/ Esound · · Score: 1

    Save the outputted speech from festival first then play it with EsounD:

    esdcat /path/to/output/file

    -mind21_98