Slashdot Mirror


User: tvm662

tvm662's activity in the archive.

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

Comments · 29

  1. They run Linux on their webservers on Charity Shuns Open Source Code · · Score: 3, Interesting

    According to Netcraft they run their website on Red Hat servers. They moved from FreeBSD to Linux in September 2005. This might just be a hosting company change, but the fact the netblock is registed to them makes me think that they might run the servers themselves.

    Seems a bit strange to me.

    Tom.

  2. Re:The award comes too late on Alan Cox Given Lifetime Achievement Award · · Score: 1

    The first award of the night went to PayThyme an open source payroll package produced by Clockwork Software (my employer). While I know that Sage is more than payroll, it shows that applications for business are available and are being used. Overall I found from both the awards, eg the Allied Irish Bank and talks at the expo, eg Bonhams the auctioneers, that Linux and open source are making great progress into the business world and I find this very encouraging so see.

    Tom.

  3. Re:Why not? on Monkeys Pay for Monkey Porn · · Score: 1

    Because the bears got there first.

  4. My PBS already on sourceforge on Challenges in Releasing Open Source Software? · · Score: 1

    There is already a current sourceforge project called My PBS which seems to be a program for collecting baseball stats.

    Tom.

  5. Qt has nice garbage collection on Experiences w/ Garbage Collection and C/C++? · · Score: 1

    The Qt toolkit (on which KDE is based) has a nice garbage collection facility. All of the widgets derived from the base class QWidget take care of deleting child widgets that are also derived from QWidget, including user defined types. This means you can add, remove or move widgets in your user interface without having to worry about the corresponding delete.

    Tom.

  6. Doesn't even compile on ESR to Shred SCO Claims? · · Score: 3, Informative

    Has anyone else tried to compile Eric's code?

    >gcc --version
    2.95.3

    >make /usr/bin/gcc -c -g main.c
    main.c: In function `report_time':
    main.c:311: parse error before `int'
    main.c:312: parse error before `int'
    main.c:316: `buf' undeclared (first use in this function)
    main.c:316: (Each undeclared identifier is reported only once
    main.c:316: for each function it appears in.)
    main.c:317: `minutes' undeclared (first use in this function)
    main.c:317: `seconds' undeclared (first use in this function)
    make: *** [main.o] Error 1

    Looks like Eric has been coding too much c++ or something. I'm not a c coder myself, so I might be wrong, but don't you have to declare all the variables in a block of c code before using them. In report_time, he doesn't seem to have followed that rule. Maybe he might check his code on a number of compilers before declaring he has "perfected it".

    Eric here's my patch:

    --- main.c 2003-09-10 00:28:37.000000000 -0300
    +++ main.c.fixed 2003-09-10 00:29:55.000000000 -0300
    @@ -306,12 +306,17 @@

    if (mark_time)
    {
    - int elapsed = endtime - mark_time;
    - int hours = elapsed/3600; elapsed %= 3600;
    - int minutes = elapsed/60; elapsed %= 60;
    - int seconds = elapsed;
    + int elapsed;
    + int hours;
    + int minutes;
    + int seconds;
    char buf[BUFSIZ];

    + elapsed = endtime - mark_time;
    + hours = elapsed/3600; elapsed %= 3600;
    + minutes = elapsed/60; elapsed %= 60;
    + seconds = elapsed;
    +
    va_start(ap, legend);
    vsprintf(buf, legend, ap);
    fprintf(stderr, "%% %s: %dh %dm %ds\n", buf, hours, minutes, seconds);

  7. Re:What ticks me the most... on Linux vs. Windows: Choice vs. Usability · · Score: 1

    Since when was OSX linux? You can't get free software to install on your non-free operating system because Apple don't want you to, how is this a reflection on Linux? Would you have a problem installing OpenOffice if you were running Linux for PPC, no I don't think so. The job of packaging free software has moved away from the software developers to the distributions. Look at all the Red Hat/Debian/Gentoo arguments, they're mostly about packaging. If OpenOffice doesn't install on OSX isn't that a problem with Apple, not Linux.

    Tom.

  8. Re:technical issues on UK to Put Monitors in Every Car? · · Score: 1

    It might be an urban myth, but I was told that only some of the police cars in the uk have their speedometers calibrated, the traffic police I think. Because of this you can speed past all of the other ones and unless you are driving very dangerouly they can't do a thing about it. I've never had the balls to try it out though so I can't say for sure.

    Tom.

  9. Re:Go, Eric, Yeah!! on Eric Raymond's Homebrew SCO Poison · · Score: 1

    This report does paint a much better picture, I guess I should have read around a little more. But then this is slashdot ;)

    Tom.

  10. Re:Go, Eric, Yeah!! on Eric Raymond's Homebrew SCO Poison · · Score: 5, Insightful

    Actually I think someone should shut him up or give him some lessons on tact. Sure he's pissed of with SCO but we should be taking the high ground on this and not ranting and calling people names and having a go at a whole state just because that is where SCO are based.

    Secondly his comments on this DoS attack on SCO are outragous, sure he might know who it was, but don't go bragging about it and don't associate the whole OSS movement by saying stupid things like this.

    "He's one of us. He is part of the community around open source software and the Internet infrastructure and he's pretty senior," Raymond said.

    Right, so what he's saying to a casual observer is that all OSS developers are vandals who resort to illegal acts when someone pisses them off just because they have the skills to do so.

    You can mod me down for having a go at one of the open source figureheads, but he needs to think about the results of what he says before he says it.

    Tom.

  11. Re:Ummm, isn't Bruce setting himself up? on SCO: Code Proof Analyzed, Linus Interviewed · · Score: 1

    Not only that but he recently admitted on slashdot that perens.com is being served from a computer running the 2.6.0-test1 kernel that contains the disputed code! Darl isn't going to like that one bit.

    Tom.

  12. Re:Welsh!!! on Linux Guru Alan Cox Takes A Year Off · · Score: 2, Informative

    When driving to Wales you are only likely to see this on a sign once during your holiday, so its not hard to miss. Google does throw up some instances of Croeso i Cymru, but less of them and at a casual glance they are english language sites.

    The BBC come to my recue and put it more eloquently than I did.

    ...I wonder if you've noticed when driving into Wales from England that Cymru - (Wales) is written with a G on the sign Croeso i Gymru - (Welcome to Wales). This is because the word i - (to) as well as the word o - (from) trigger the soft mutation - and a C softens to a G. Croeso i Gymru.

    Tom.

  13. Welsh!!! on Linux Guru Alan Cox Takes A Year Off · · Score: 3, Interesting

    Well good luck to Alan.

    No doubt he will breeze throught the MBA, but learning welsh is another matter, its a really really hard language to learn.

    For example in most languages you have to learn how the verbs change in the sentance, but in welsh the nouns change too! For example the welsh word for Wales is Cymru, but when you say Welcome to Wales, "Croeso i Gymru", the C changes to a G. My patents both tried to learn and found it very hard. But then Alan may be like a lot of Welsh people who learnt welsh at school and has forgotten it since in which case picking it up again might not be too bad.

    Tom.

  14. The site is about OSS in education and government on RedHat Starts "Open Source Now" Fund · · Score: 1

    This site is about Open Source Software in education and goverment and its been around for quite a while. I don't know why Redhat have decided to name two things its doing by the same name. I found out about it looking for the fund, but there doesn't seem to be any info on the site about the fund or how you can contribute to it.

    Tom.

  15. Names and amounts posted on linuxtoday.com on SCO Execs Dumping Stock · · Score: 1

    Someone has posted a list of SCO top staff and the amount they have sold off recently on linuxtoday. They link to a source on the sec website, but the link doesn't seem to work.

    Tom

  16. Re:They're not so pro linux on Sun Microsystems, SuSE Link Up To Sell Linux · · Score: 1

    oops, pressed the wrong button...

    Anyway Scott has had a lot of interesting things to say recently including saying of the IT industry "We're down to three - IBM, Microsoft, and Sun. The rest is collateral damage.", of the M$ top brass "Ballmer and Gates are drop outs" and of Redhat "With Red Hat you get the kernel. With Sun you get the application server". Last time I checked Redhat is a little more than that.

    I was thinking could all this big talking be a McBride like attempt to raise the stock price of his new 1.5 million shares? Or am I jumping to conclusions because their names both begin with Mc?

    Tom.

  17. They're not so pro linux on Sun Microsystems, SuSE Link Up To Sell Linux · · Score: 2, Informative

    Sun boss, Scott McNealy has been hitting the new quite a bit lately. Sun might have struck a deal with SuSE, but Scott has recently warned companies "Don't touch linux without legal guarantees" He's had lot more things to say including calling Gates and Ballmer dropouts,

  18. Re:That's not a genetic algorithm on Mutating Animations · · Score: 1

    Oops, I just had a go at Steven Johnson (Author of Emergence). I guess he does know his stuff, maybe because this is research by a company not academics they didn't want to reveal too much. Their website doesn't give to much away, doesn't even mention GAs.

    Tom.

  19. That's not a genetic algorithm on Mutating Animations · · Score: 1

    The software made 20 copies of their neural networks, introduced subtle mutations in each of them, added 80 new participants with randomly wired networks, and started the next generation walking.

    That isn't a genetic algorithm, if there was no crossover then its Monte Carlo. I guess it's just the journalist making a mistake. This is a popular misconseption that evolution occurs only through mutation. I guess it's exciting to think about large evolutionary jumps caused by mutation - like in X-men or something - than the slow process of gene recombination.

    Tom.

  20. Wife swapping??? on Dijkstra's Manuscripts Available Online · · Score: 5, Funny

    There is some saucy stuff in there that he's written about wife swapping and you thought CS was dull.

    Tom.

  21. Re:Celebrate... on Happy Birthday, Dear DNS · · Score: 2, Interesting

    According to this page the copyright is owned by a company that is now part of AOL Time Warner and it brings in two million dollars every year in royalties.

    Tom.

  22. The linux kernel isn't one thing on SCO NDA Online at LinuxJournal · · Score: 1

    All this talk of SCO making money from licencing anyone who distributes the linux kernel (once they have proved that it contains their IP) depends on the fact that the kernel is a binary, which it is not (always), it is a collection of source file. If a distribution doesn't contain kernel binaries then SCO would have to say which files contained their IP.

    Hypotheitcally if I wrote a program that made a request for each kernel source file seperately from a web server and then built the binary for me - could SCO sue the web server owner, saying they let me have some of SCO's IP, without saying which files? Each request to the server is different and only a few violate SCO's IP.

    Tom.

  23. Re:What's its structure? on New Amino Acid Discovered · · Score: 1

    The structure of most of the amino acids is very similar, they vary only in one group bonded to the central carbon atom. The other three groups (H, amine and carboxylic acid) are constant.

    Pyrrole is a five membered aromatic ring with 4 carbon atoms and one nitrogen atom.

    The name pyrrolysine sugests that pyrrole might be the fourth group bonded to the central carbon atom.(But thats just a guess on my part)

    If it is pyrrole bonded to the central carbon atom then there are three ways in which it could do it: (1) to the nitrogen (2) to one of the the two carbon atoms closest to the nitrogen (3) to one of the carbon atoms furthest from the nitrogen. Again it would just be a guess on my part as to which of these it is.

    Tom.

  24. Re:Source code maintenance tools/organization on Linus Does Not Scale · · Score: 1

    Patches work both ways too. You could take linux-2.4.17.tar.gz and all of the patches to date and unapply them in order till you get the original linux kernel.

    What really matters, I think, is who has permission to alter the current code base, not how they alter it.

    Tom.

  25. Re:Screw Microsoft and promote the uptake of Linux on Upping The Softmodem Code Bounty -- To $20,000 · · Score: 1

    They even have a free non-commercial version of C++ and Fortran for Linux, but not for Windows (only a 30 day trial). It claims to be gcc compatible, so I guess you can download the C++ compiler (I assume it will compile C) and recompile any Linux software that you want to run a bit faster on your Intel box.

    They can't be too worried about pissing off Microsoft after all.

    Tom.