Slashdot Mirror


User: thekernel32

thekernel32's activity in the archive.

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

Comments · 30

  1. Re:Which Evil Empire? - stalinists? on Second Thoughts: Microsoft on Trial · · Score: 1

    Don't you mean Stalmanists? I'm here because of free software and what it allows me to do. On another note, someone promised me that if I tried Win 2000 I would never go back to linux. He just didn't get it...

  2. MStarband on Two-Way Satellite Internet For Linux/Mac/BSD/etc. · · Score: 1

    Starband is funded largely by M$. I had contacted them seeking Docs to write a Linux driver and they told me that they were instructed to specificly not allow a Linux driver to be written. "If unsure (of your market dominance) just say no."

  3. Re:StarBand's hardware on Slashback: Armada, Coverage, Slap · · Score: 3

    Dagnabit... I just looked at the Gilat main page and saw this. ---- The bad news ---- Hot Off The Press Last updated: Sunday, October 15, 2000 00:40:03 Gilat Announces Filing of StarBand Registration Statement (11, Oct 00) ---- This means little or no hope of getting this service to users of linux. Gilat was hevily funded by Microsoft and hence are anti open source. I know, I checked. Argh...

  4. StarBand's hardware on Slashback: Armada, Coverage, Slap · · Score: 4

    Unless I am mistaken the hardware StarBand uses is made by a company called Gilat They are funded by Microsoft and when I was seeking docs from them to write a driver they told me that company policy is unfriendly to anything non-Windows. Now this is all assuming that it is running on the Gilat hardware. I hope it isn't.

  5. Re:As a young worker, I need advice! on Aristotle, Dilbert And The Working Life · · Score: 1

    You do what I am trying to do. Find some way to a) do what is already being done only better, or b) come up with something so new and wonderful that (assuming good business sense) will allow you to makemoney and waves in the marketplace. And just remember to hit with a splash and not a thud.

    BTW: I personally am a recent graduate from high school. It is my belief that personal experience isn't a key factor, trusting those that have it is.

    int work(you_s me){
    me = get_reday_for_work(me.job);
    if(do_work() == MISTAKE)
    return get_new_job(me);
    else
    return work_life_away(me.job);
    }