Slashdot Mirror


User: master_p

master_p's activity in the archive.

Stories
0
Comments
4,214
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,214

  1. Question to /.: why Linux should spread? on Why Linux Doesn't Spread - the Curse of Being Free · · Score: 1

    Indeed, Linux is fine as it is right now. Why should it spread? and more specifically, why should it surpass Windows? why the competition with Windows?

  2. Re:Killer app? on Limits to Moore's Law Launch New Computing Quests · · Score: 3, Insightful

    How about:

    1) parallel search
    2) accurate text translation
    3) accurate human speech rendering
    4) raytracing for 3d graphics
    5) advanced physics in 3d applications
    6) more dynamic programming languages
    7) better video and audio decompression
    8) much faster compression
    9) ultra fast large WORD document repagination
    etc

  3. Re:"If you build it, they will come..." on Limits to Moore's Law Launch New Computing Quests · · Score: 1

    You should have researched the Actor model Erlang and automatic parallelization of purely functional programs before you made that assertion.

    Parallelism for ordinary software its already here, it's a matter of time before it is adopted by mainstream applications.

  4. Re:Eliza and the sad state of expert systems on Artificial Intelligence at Human Level by 2029? · · Score: 1

    IBM has created a mouse cortical simulation:

    http://domino.research.ibm.com/comm/pr.nsf/pages/rsc.bluegene_cognitive.html

    They simulation is quire accurate, but it takes a Blue Gene computer to run it...the human brain has millions of such columns...

  5. Re:The End of Intelligent Design on Artificial Intelligence at Human Level by 2029? · · Score: 1

    The reason Vista cost so much but has nothing special to offer is because Microsoft does not know what 'separation of concerns' means. Windows is a big ball of mud.

    Perhaps the problem of AI is approached in the wrong way. Perhaps the only mechanism that is required for AI is an efficient pattern matching algorithm.

    I think the brain does not have a complex algorithm. All it does is match the input to responses and recall those responses. All of the brain's power goes into parallel searching, something that computers are not efficient in doing.

  6. Re:As soon as someone on An Older Demographic May Soon Dominate Gaming · · Score: 1

    Why your post makes me think of basements and virgins?

  7. Re:The reason is simple on An Older Demographic May Soon Dominate Gaming · · Score: 1

    You are not alone, don't worry. Getting drunk to have fun is an Anglosaxonic trend. In the Mediterranean where I live, getting drunk is not a way to have fun.

  8. Re:Semantic Spam on Semantic Web Getting Real · · Score: 1

    What if the URI points to a link which redirects the user to the company's page but also adds spam in the page?

  9. Solution: 3d gaming on Namco Blames Wii for Arcade Closures · · Score: 1

    I am not taking about 3d graphics on a flat screen, but live 3d graphics made out of 3d displays.

    From 30 years to 15 years ago, the arcades was the place to experience the best graphics. Now arcade games are inferior to home stuff.

    Arcades could bring in true 3d technologies, of the kind that it's not possible to have at home yet. Since these technologies are very expensive, the initial generation would be scaled down...like the first arcade machines could only display a few sprites with a few colors while the military played with multi-million dollar 3d graphics, the first 3d arcade machines would display primitive 3d while the military enjoys multi-million dollar 3d. But in a few years, true 3d could be affordable in arcade rooms.

  10. Re:Why Are They Only Targeting Wikipedia on Muslim Groups Attempt to Censor Wikipedia · · Score: 1

    So each time I have spaghetti, I insult these people?

  11. Re:Better login into wikipedia host asap on Muslim Groups Attempt to Censor Wikipedia · · Score: 1

    Muslims do not rebel in the US only because, being a minority, they know very well what would come next.

    As stated by another poster, in Tailand Muslims are 5% of the population, yet they cause great terrorism.

    People hate the US and blame that country for this and that, but I've _never_ heard anyone, even semi-seriously, talking about being a suicide bomber.

    And I live in a 1st world country, with the highest anti-americanism in whole of Europe, yet there were native terrorists that killed Americans in the past.

  12. You are not putting this into a historical context on Muslim Groups Attempt to Censor Wikipedia · · Score: 1

    Today it's Muslims that seem to be the most violent people, yesterday it was the Americans that revolted against the British (1776 ad) or the peasants against the aristocrats (1789 ad), or that it was the enslaved Greeks, Slavians and Albanians against the Ottomans (1821 ad), or before that the slaves vs the Roman Empire (120 bc) etc...and it all these cases, the revolted were called terrorists.

  13. Re:Better login into wikipedia host asap on Muslim Groups Attempt to Censor Wikipedia · · Score: 1

    There are "terrorists" in all colors and religions, from Christian to Jewish to, of course, Islamists.

  14. Re:YAML on The Future of XML · · Score: 1

    XML's big win is supposed to be its semantics: it tells you not only what data you have, but what sort of data it is.

    Actually, it does not tell you what sort of data it is, it only tags the data with a name. If it happens that the receiver has the same concept of the transmitted data as the sender, then all is well. Otherwise, there is a big problem.

  15. Re:Artifical spern = Men obolete? But wait... on Sperm Made From Female Bone Marrow, Men Obsolete? · · Score: 1

    slashdot?

  16. Re:Fix the CPU and stop this silly debate on The Great Microkernel Debate Continues · · Score: 1

    You did: modules != pages.

  17. Re:Fix the CPU and stop this silly debate on The Great Microkernel Debate Continues · · Score: 1

    32-bit 80x86 segmentation requires 48-bit addressing...the flat address space is 32-bits.

  18. Fix the CPU and stop this silly debate on The Great Microkernel Debate Continues · · Score: 3, Informative

    The only reason this debate is going on is because CPUs do not have the concept of modules. If they did, then each module would not be able to crash the rest of the modules.

    If you wonder how to do modules without sacrificing the flat address space, it's quite easy: In most CPU designs, each page descriptor has a user/supervisor bit which defines if the contents of a page are accessible by the other pages. Instead of this bit, CPUs must use the target address to look up module information from another table. In other words, the CPU must maintain a map of addresses to modules, and use this map to provide security access.

    This design is not as slow as it initially might seem. Modern CPUs are very fast, and they already contain many such maps: the Translation Lookaside Buffer, the Global Descriptor Table cache, the Local Descriptor Table cache, Victim Caches, Trace Caches, you name it.

  19. Hey Bill, did you notice the 'I' in 'IT'? on Gates Says "A Lot of Work" Ahead In IT Development · · Score: 1

    Dear Bill,

    The 'I' in 'IT' means 'information'.

    What does your software manage ? does it manage information or bits?

    All that is needed for an explosive growth of information technology is for software to stop managing bits and start managing information...

  20. Re:The most impressive demo I've seen is... on Programming As Art — 13 Amazing Code Demos · · Score: 1

    Yeah, that one. Thanks. Was it realtime?

  21. The most impressive demo I've seen is... on Programming As Art — 13 Amazing Code Demos · · Score: 1

    ...a game demo from 10 years ago, which I don't remember the title. It was most probably by Ion Storm, and it was the demo that caused mass media hysteria over Ion Storm. It featured a fight between a warrior and two or 3 skeletons. The soft shadows, supposedly real time, were projected onto the bodies of the actors, and where they combined, the shadow was harder.

  22. Jaw dropped - please help pick it up on Programming As Art — 13 Amazing Code Demos · · Score: 1

    This demo can be used as a reminder of how underused hardware is, and how programming languages, while allow us to do more in less time, also prohibit us from exploiting the current hardware.

  23. VHS different than the internet on What the MPAA Still Isn't Telling Us · · Score: 1

    The VHS situation is different than the internet situation. VHS video recorders could copy a movie, but they could not be used to search for a movie, whereas nowadays every digital item is two clicks away.

    The real problem with MPAA is not that piracy is not theft, but its motives. The real motive behind MPAA is not that "piracy is bad", but that "we are not as filthy rich as we could be if you did not copy our data". So, since the rich don't play fair, it's only justified to copy a movie for personal use (not for profit).

  24. Re:Looks nice on World's Most Powerful Rail Gun Delivered to US Navy · · Score: 1

    They can use Tritanium, which is 21.4 times stronger than diamond.

  25. Re:I miss the days of gunpowder on World's Most Powerful Rail Gun Delivered to US Navy · · Score: 1

    If ever USA gets in a real war (because all it currently does is scare off mullahs), its enemies will attack from the shadows using knifes...and they will win. Didn't 9/11 teach you anything?