Slashdot Mirror


User: Zurk

Zurk's activity in the archive.

Stories
0
Comments
1,625
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,625

  1. Re:Not likely to see an OSS equivalent of MS Proje on Effective Project Management Software? · · Score: 1

    mozilla uses a roadmap to achieve this -- theres no real reason open source tools couldnt use good project management. in most OSS projects the team is too small to justify it but a good OSS PMI tool could do wonders.

  2. Re:not a troll, i swear on Alicebot Creator Dr. Richard Wallace Expounds · · Score: 1

    it talks back. its a (slightly better) eliza. we arent blown away. we're just happy that someone is building it. sure its a toy. but its a step towards the real thing (combining google with alicebot and cyc would be a great start). and maybe just maybe modifications to the open code of alicebot can lead to some real progress.

  3. Re:Methods not suprising on Build Your Own Virus · · Score: 1

    yeah but the combination process to actually build the virus from raw DNA is hellishly complex.
    See their paper in which they point out 2 YEARS and $300,000 from a DARPA grant was used to build it. not something someone can do overnight in a basement using a $10K budget.

    Cello, J., Paul, A.V. & Wimmer, E. Chemical synthesis of poliovirus cDNA: Generation of infectious virus in the absence of natural template. Science published online, doi:10.1126/science.1072266 (2002).

  4. Re:Bullshit on Is There Such a Thing as "Too User Friendly"? · · Score: 1

    ok..why should you HAVE to remember them ? think about it ... user interfaces are meant for the user. the computer should do all the handholding necessary if a user cant remember the steps required. if i always highlight text to do a copy paste operation only why should the computer keep asking me from a list of drop down choices ? just do it automagically. nano (version of pico) is one of my favourite text editors. if i do an action more than twice using the same keystroke sequence it remembers it and does it automagically the next time i repeat the first two keystrokes in the sequence. why should we expect users to remember n billion tasks when a machine can do them for us ? its supposed to be a labour saving device not a labour enhancing one.
    The problem with computer programmers is that they have huge short term memories. its damn stupid to assume the average person has the same. also most programmers are too damn smart for their own good. assuming the user is brain dead/half asleep is a good assumption when programming. Lets face it -- the average human is NOT smarter than the average geek in terms of sheer logic analysis.
    And yes, your mother should beat the shit out of you for being that patronising. a good whuppin does wonders for that overinflated ego.

  5. alphas and optimisation on Alpha 21364 EV7 Specs Released · · Score: 5, Interesting

    just a short comment on how good the alpha high performance math libraries really are (and the alpha engineers -- may alpha rest in peace).
    I was writing code for a simple matrix transform using the algorithm as follows :
    for (a=0;a100;a++){for(b=0;b100;b++){
    txarray[a][b]=o ldarray[b][a];}}
    using the alpha libraries to do the transform instead rated me a 10x boost in speed.
    this was weird as i didnt see how the above algorithm could be optimized...tearing apart the assembly i saw :
    for (a1=0;a1100;a1=a1+10){for b1..{for(a=0;a10;a++){for(b...

    evidently they had optimised it so that reads and writes would occur from closely spaced regions of memory and less time would be spent writing.
    result ? a 10x boost on a simple algorithm and a neat hack at the same time.
    just an example of how awesome the engineering of the alpha wa

  6. Re:3 million in telco hardware stolen on Data Mining, Cocaine and Secrecy · · Score: 1

    Probably an inside job. the cartels can afford to buy the stuff original *with* company consulting and set up....they have no need to steal it. its a multi BILLION dollar business. they probably have support contracts and 24/7 offsite data backups.

  7. i have.... on Efficient Use of Network Load-Balancing w/ SSL? · · Score: 1

    its easy. just use SSL from a main "proxy" server (or better yet a 2-3 server set sharing the certs) that takes the SSL requests and handles em as well as opens standard http connections to the webservers.
    the proxy server set will handle your SSL encryption while your web servers in your cluster serve webpages.
    ive only done it with apache on linux so i dont know how any other webserver will work.

  8. Re:typical press release? on Nanotech Foils Aid Metal-to-Ceramic Joining · · Score: 1

    I also fail to see how they join two materials together without any thermal energy applied from outside. what do they do..set the reactive layer on fire ?

  9. Re:finances for projects like this on The Owner-Builder Book · · Score: 1

    this does raise an interesting issue though -- how are such things financed ? do you have to have everything in cash to build your own home ?
    whats the process ? does the bank give mortgages on building homes or what ?

  10. Re:When was the last time... on Properly Testing Your Code? · · Score: 1

    yup. but software development still doesnt work too well now does it ? even with software engineering and UML we still end up with a large majority of poorly delivered software projects and products with massive numbers of defects.

  11. Re:Money gap is irrelevant on Why (Most) Software is so Bad · · Score: 1

    software does work because processes are put in place to allow it to mostly work. they can be refined however.

  12. Re:Code is free speech on Software Product Liability? · · Score: 1

    i agree. software should never be a liability issue.

  13. simple. distribute images as C code. on Licensing Artwork for Use with Open Source Software? · · Score: 1

    if you distribute your images as XPM files they're basically C code which can be linked and distributed as GPL.

    the XPM file format just whacks a bunch of ascii data into a C compatible file which can be compiled by gcc.

  14. Ultimate PDA wishlist. on Ideal PDA Feature Wishlist? · · Score: 1

    1. Normal PDA screen with builtin projector for the large wall output if required.
    2. ability to play dvds and write dvdrs
    3. huge hard disk capacity.
    4. palmpilot form factor
    5. 1-2 months battery life.
    6. gigabytes of memory.
    7. 2 x 64 bit x86 backward compatible cpus (like amds hammer).
    8. DX9 and OGL 2.0 fully compliant graphics processor.
    9. 1600 x 1200 min res on the internal LCD with 4kx4k output on the projector with touch sensitivity on the internal lcd.
    10. ungodly cheap price (like $99.95).
    oh well, it is a wishlist.

  15. Re:This isnt an AI. on Artificial Inteligence Common Sense Database · · Score: 4, Insightful

    Its a purely dumb expert system. it has no self reasoning capability -- it draws inferences from already preprogrammed facts. it cant learn without someone stuffing it and it definitely has no curiosity drive to allow it to grow exponentially smarter.
    Youre not teaching it about morality -- it doesnt learn. its dumb. youre just adding new constraints to filter through.
    Personally i think this is a hare brained idea. the 60 mil would be better spent on developing a huge set of different neural network algorithms and finding one that enabled expoenential growth.

  16. Re:Article I read a while ago... on FAA Pushes Air Traffic Control Systems Into Service · · Score: 1

    well..maybe you can tell these guys (www.openatc.org) that.

  17. Re: ftp mirror... on Mozilla 1.0 Officially Here · · Score: 0

    komodo.mozilla.org instead of ftp.mozilla.org
    may not last too long though.

  18. Re:Mozilla 1.0 is out!!!! on Latest IE Hole Lets Gopher Root You · · Score: 2

    In related news, Mozilla 1.0 is finally out! celebrate!

  19. Re:Surprised on Slashback: Film, Solaris, Contention · · Score: 2, Informative

    not only are they nigerians but they have authentic material including stamped and signed letters, P.O's, contracts and other stuff. check out the pictures and read thru the stories here :
    http://www.waronspam.com/cases/ibrahim/ibrahim. htm
    http://thespamletters.com/letter.php?spamID=1 01&so rtBy=da&start=0&search=Nigerian

  20. Re:Truck Driving on Landing a "Regular Job"? · · Score: 1

    hmm..so how much did it cost you total ?
    $200 or so for food for the first week, $100 for the tests and $150 to the carrier ?
    or did you also have to pay for the teaming up, hauling glass and advanced training or were they paying you for that ?
    also whats included in the CDL tests ? is it just like a regular car test (3 point turn, regular driving, parallel park) ? or completely different ?
    is there a written component ?
    do people pass it the first time or do they repeat ?

  21. Re:Truck Driving on Landing a "Regular Job"? · · Score: 1

    hmm...do they hire people with just a regular driving license ? or do you need a special license to apply for the job ?
    how long did it take you to get a truck license or did you have one already before you applied ?
    did they pay for training and stuff ? make you sign a long term contract ?

  22. Re:what? on Bringing Tech to Market: The Rules of Innovation · · Score: 1

    he covered that when he noted the 33% success rate for disruptive and useful innovations from startups.
    that 77% remaining is just bad luck.
    so basically you have a 30% chance of being successful with a new venture based on a new innovative and useful idea. since not every idea is new useful or disruptive that rate is reduced to 10% which is the average success rate for a startup.
    single page view : http://www.technologyreview.com/articles/christens en0602.asp?p=0

  23. Re:A big, old technology heat sink would be necess on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: 1

    uh huh. well in theory if you converted heat to electricity you could dispose of the electricity pretty easily. your analysis considers a device that only moves energy around, not converts it.
    that said, this looks like a hoax..but theres always the small possibility it could be real.

  24. Re:Led Zep bootleg + Apple III monitor = on Music Meets Steganography · · Score: 1

    did you use the same techniques as winvoice (http://www.seeingwithsound.com/winvoice.htm) or metasynth ? or did you do something completely different ? do you have a link with source ??

  25. let the employees choose. on User Naming Practices? · · Score: 1

    whatever happenned to letting employees make decisions ?
    just give em a choice of first letter of first name+MI+first letter of surname or let them choose on their own.
    a 3 letter email+login is dead simple to remember. add numbers if required.