Slashdot Mirror


User: pH7.0

pH7.0's activity in the archive.

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

Comments · 59

  1. Sewage Treatment Plant have tonnes of Biosolids. on 10,000 Cows Can Power 1,000 Servers · · Score: 1

    why worry about collection issue? All big cities have Sewage Treatment Plant right?

    "Toronto Hydro Energy Services has received approval from City Council to build, own and operate a 10 MW Cogeneration Plant on a parcel of land at 7 Leslie Street. The Cogeneration Plant will utilize the biogas from the Ashbridges Bay Treatment Plant (ABTP) to produce both electricity and thermal energy."
    http://www.torontohydroenergy.com/ashbridgesbay.html

    pH7

  2. Re:Please let there be no X! on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    So to you Quartz is just a Compositor.
    In general, the term Quartz or Quartz technologies can refer to almost every part of the Mac OS X graphics model from the rendering layer down to the compositor. In this use, the term covers Core 2d, Core Image, PDF Kit, Core Animation and Core Video as well. https://developer.apple.com/referencelibrary/GraphicsImaging/idxQuartz-date.html

    OTOH, X is "just a protocol".

    Don;t know what's wrong with X? Read "Papers and Talks by Keith Packard":

    I've read them. If you read them all, then you'll know that most of the later ones are about how they solved the problems identified in the earlier ones.

    Yes but a lot more still need to be done.
    Keith identified a lot of X's problems can't be solved at X's level and should be fixed at "above xlib" or whatever. Some of them freedesktop.org is working on. some were lost. e.g. color management system.

    Keith also talk about compressed image transport.
    Today, to display a jpeg file, an x client (eg firefox) decompress the jpeg and send the decompressed image to remoteX. If X is used oven ssh, the image will get jpeg decompress and compressed by ssh and decompressed again at remoteX...
    While XIE is dead, I'm sure Google Chrome OS will get it right.

  3. Re:Please let there be no X! on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    "The only serious improvement I've seen suggested over the X model is to provide a vector scene-graph API so that you can store the entire sequence of drawing commands in things like OpenGL vertex arrays in the GPU's memory. While this is a nice idea, it would require a radical redesign of all existing GUI toolkits and applications to be used to its full capability."

    ...

    No it didn't. OS X uses the same rendering model as X11 with the Render and Composite extensions. Every window in OS X's window server is just an off-screen pixmap, just like X. The window server then composites them together. The only difference is that OS X hard-codes the compositing policy into the window server, while X11 separates it out into a compositing manager, making it easy to replace.

    Quartz use a PDF like vector object model. With Quartz Extreme the whole thing is GLSL running on GPU. X itself don't have anything like that and have to use addon like Cairo. Since most X apps don;t use Cairo, even if there is a GPU accelerated Cairo, most apps don;t get any speed up.

    Don;t know what's wrong with X? Read "Papers and Talks by Keith Packard":
    http://keithp.com/~keithp/talks/

  4. Re:Please let there be no X! on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    "OS-independent remote display (e.g. show a GUI on a Windows machine or a Mac from your *NIX netbook)."

    remote x need high bandwidth and low latency networking. Especially round trip issues. So it works OK on LAN but suck on the internet.
    Most users use vnc and or nx anyway. Anything is faster than remote x on internet. If X did it right the first time there is no reason anyone would ever need nx.
    (NX is basically a roundabout way to get around X's problems/bugs/limitations to make it works in real live situation. It's written by people really use X and know all the low-level problems. Amount other thing X protocol is very verbose, often send redundant and repetitive parameters over the net. NX try to cache/compress/delete those parameters to save bandwidth)
    BTW, Google just release Neatx, an Open Source NX Server
    http://google-opensource.blogspot.com/2009/07/releasing-neatx-open-source-nx-servier.html

    remote X's #1 problem is round trip delay. To solve that problem, browser use client-side javascript. So X need some sort of server-side scripting. I'm sure Google Chrome solve that problem already!

     

    "The only serious improvement I've seen suggested over the X model is to provide a vector scene-graph API so that you can store the entire sequence of drawing commands in things like OpenGL vertex arrays in the GPU's memory. While this is a nice idea, it would require a radical redesign of all existing GUI toolkits and applications to be used to its full capability."

    Bingo. OSX did it.
    overall X's #1 problem is toolkit. Anyone still use Xt? On X everyone write their own toolkits. "radical redesign of all existing GUI toolkits" is easy to do if there is only one standard toolkit.
    Similarly X have multiple window manager, so any real improvement require radical redesign of all existing window managers.

    pH

  5. Skia on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    Both Chrome and Android use Skia, It's opensource already. http://en.wikipedia.org/wiki/Skia_Graphics_Engine http://code.google.com/p/skia/ "Skia is a complete 2D graphic library for drawing Text, Geometries, and Images."

  6. built-in battery patents on Google Reveals "Secret" Server Designs · · Score: 1

    All notebooks have built-in battery right?

  7. Re:Not in perspective on Cell-based "Roadrunner" Tops Elusive Petaflop Mark · · Score: 1

    To put the performance of the machine in perspective, Thomas P. D'Agostino, the administrator of the National Nuclear Security Administration, said that if all six billion people on earth used hand calculators and performed calculations 24 hours a day and seven days a week, it would take them 46 years to do what the Roadrunner can in one day.

    I also notice some media change "hand calculators" to "handheld computer(s)" (USA today
    (LA Daily News. Mirror.co.uk) and make it even more confusing. Today's "handheld computer" can be pretty fast.
  8. Re:In other news on Motley Fool Writes Off Microsoft · · Score: 1

    > MSFT shares are up 3% today
    Not really, at the end of the day MSFT was -0.93%. Paul

  9. Microsoft Xbox 360 Sales Fall 2.3% on Motley Fool Writes Off Microsoft · · Score: 1

    "Microsoft Xbox 360 Sales Fall 2.3% As 'Halo Effect' Fizzles"

    "Microsoft shipped 4.3 million Xbox 360 systems in the three months ended Dec. 31, compared with 4.4 million systems during the same period in 2006." ...

    "But Microsoft's second-quarter report, released Thursday, indicates that Xbox 360 sales have sunk to below pre-Halo 3 levels. The company's Entertainment and Devices Division -- which houses the Xbox and related products and the Zune digital music player -- squeaked out a modest 3% revenue increase to $3.1 billion in the second quarter."

    - http://www.informationweek.com/news/showArticle.jhtml?articleID=205918713&subSection=News

  10. A better Google? on MapReduce — a Major Step Backwards? · · Score: 1

    They should implementation their own Google using "modern techniques" and make billions!!!

  11. Well 1.8" HD is at 160GB for a while now. on Penny-Sized Flash Module Holds 16GB · · Score: 1

    Well 1.8" HD is at 160GB for a while now and HD is still much cheaper than flash.
    So the real question is can flash double its capacity faster than HD?

  12. Re:Apple vs Orange on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 2, Interesting

    Anyone know the list price for MSOffice, Photoshop, Nero and Norton Antivirus/spam/spyware etc. cost???

    Going along this line of thought, you can easily come up with however high a number you want. (i.e. "Blender replaces Maya, so there's $6000") The response you'll always get is that since most of the Free Software is also available for Windows, none of these savings are innate to Ubuntu.
    Ubuntu is the "Full Unlimited" version. People are comparing it to Vista Home!
    While some Free Software are also available for Windows, you may or may not be able to install them on Vista.
    For example, you can't use Virtualization with Vista Home. EULA limit.
    "PatchGuard" and other security thing prevent you (or at least make it very difficult) to install any free antivirus/spam/spyware and a lot of low level stuff like virtualization, vnc, samba on any version of Vista.
    Cheap Vista only supports 8GB of RAM.
    AFAIK SAMBA support umlimited users, vista home only supports 5-10 peers!
    Cheap vista don't have IIS, dual processor (two sockets) support and I'm sure a lot more stuff I don;t know/remember.

    Also Ubuntu have VNC and Xwindow is client server anyway, so compare to cheap Vista without terminal service is totally wrong.

    This basically never comes up. Large deployments use volume licensing, and home users mostly don't use remote desktop connections. Sure, it's useful for someone else to provide support for your system - but making the tech's job easy isn't something that people think of when they buy computers.
    if you have computers at more then one locations e.g. home/work/school/friends/families. You need remote desktop.
    What do you do when your mother have problems with her computer?

    Linux is multiuser too, which vista can really support multiuser??

    Even XP handles this reasonably well. I'm sure Vista does too.
    Not those cheap versions of XP and Vista. Amount other thing how can you do multi-users without terminal server anyway??

    Ubuntu is worth $1000 or more if you have to pay for every single utility etc.

    The actual number, in dollars, will be different for every user - and they're the only one who can really do a cost comparison for themselves. Enough to say that if you go with Ubuntu and the included software meets your needs, you're *done* with paying for big pieces of software and their upgrades for a very long time.
    True, just that people have to point out all those software are there. Pre-installed on the Dell Ubuntu PC and ready to use. Ubuntu is the full unlimited version. All software are full version not home and student version. So even excluded all applications Ubuntu is still much more than Vista Home.
    Let me put it this way. Is there any reason NOT to compare Ubuntu to a Vista Ultimate Server Edition?
  13. Re:50$ is just the start on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 1

    Even for OS vs OS comparison. Cheap vista don't have Terminal server / Remote desktop and not really support multiuser.

  14. Re:Apple vs Orange on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 1

    Anyone know the list price for MSOffice, Photoshop, Nero and Norton Antivirus/spam/spyware etc. cost???
    Also Ubuntu have VNC and Xwindow is client server anyway, so compare to cheap Vista without terminal service is totally wrong.
    Linux is multiuser too, which vista can really support multiuser??
    Ubuntu is worth $1000 or more if you have to pay for every single utility etc.

  15. Apple vs Orange on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 1

    Ubuntu come with Office(s), GIMP and other useful stuff. Vista is just an useless OS. You need to pay a lot more to make it useful!!!
    This is a very important point. In article like this people have to point this out every single time!!!

  16. Re:... the lessons of history on Knockoff Tech Selling Better Than the Original · · Score: 1

    Pepsi copy Coca Cola.
    Microsoft copy Apple.
    Linux copy UNIX.

    Pepsi is worth $100B, Microsoft is $300B. Linux's world domaintion is going very well.

    pH7

  17. Better than Turkey. on Evolution No Longer Worth Learning, Says Government · · Score: 1

    "Human beings, as we know them, developed from earlier species of animals: true or false? This simple question is splitting America apart, with a growing proportion thinking that we did not descend from an ancestral ape. A survey of 32 European countries, the US and Japan has revealed that only Turkey is less willing than the US to accept evolution as fact." http://www.newscientist.com/article.ns?id=dn9786

  18. Re:Why aren't you running a dedicated controller.. on RAID Problems With Intel Core 2? · · Score: 1

    "Why aren't you..."

    May be you should ask Intel?
    The D975XBX motherboard have on-board RAID5 and sound. Is it an enterprise setup or not?

  19. Re:Fuel Cells = Tons of Power on Samsung Working On Fuel-Cell Powered Cell Phones · · Score: 2, Informative
    "I was looking forward to hydrogen fuel cell vehicles (10+ years from now), but didn't think much of it until I read about Honda's new hydrogen fuel cell. It puts out 100KW of power!"
    • Mechanical horsepower -- 0.74569987158227022 kW (33,000 ftlbf per minute)
    • Metric horsepower -- 0.73549875 kW
    • Electrical horsepower -- 0.746 kW
    • Boiler horsepower -- 9.8095 kW
    http://en.wikipedia.org/wiki/Horsepower
    100,000W/746~=134 horsepowers
    134hp for a car doesn't sound so great, but 100kW can power 20-50 houses easily... interesting.
  20. Re:So when did we forget... on Tanenbaum-Torvalds Microkernel Debate Continues · · Score: 1
    >> Why can't we just all get along?
    > Have you read the article? Tanenbaum basicly starts out by saying this is not a 'fight', but a technical discussion.

    Too late. AST posted the "LINUX is obsolete" article in 1992 the 'fight' is still going on. Google "LINUX is obsolete" in google groups for more. In short, Linux is not microkernel, therefore it's obsolete.

    pH7
  21. Re:Andy Tanenbaum ? on Tanenbaum-Torvalds Microkernel Debate Continues · · Score: 1
    >> He also likes to get into flame wars with Linus Torvalds when he gets bored.
    > Really? And what exactly do you base this on?

    Don't forget AST started the "LINUX is obsolete" thread on comp.sys.minix on Jan 29 1992 http://groups.google.com/group/comp.os.minix/brows e_thread/thread/c25870d7a41696d2/f447530d082cd95d? hl=en#f447530d082cd95d

    pH7
  22. Re:How about "use strict;" directive on PHP 6 and What to Expect · · Score: 1

    >error_reporting(E_ALL); helps a lot

    E_STRICT is ever better!

    http://ca3.php.net/manual/en/ref.errorfunc.php#e-s trict

    BTW, "taint" checks would be useful too and Ruby style "Safe Levels"

  23. Using UWB, Firewire over Coax is doing 400Mbps on Verizon To Use New Tech With Old Cables · · Score: 3, Informative

    "1394 Trade Association and Pulse~LINK To Demonstrate Bi-Directional HDTV Streaming of IEEE 1394 S400 over Coax at the 2006 International CES, Jan. 5-8"

    "The HANA exhibit will showcase how Pulse~LINK's CWave -On-Coax and the 1394TA's S400 interface provide a powerful, whole-home distribution capability that can run over pre-existing in-home coax cable AND co-exist with legacy cable and satellite programming. The demonstration will consist of two 1394-enabled CWave(TM) UWB transceivers, one in the Trade Association's booth and another in the Pulse~LINK booth, with splitters and several hundred feet of coax cable between them. 1394 HDTV audio and video will be streamed bi-directionally between the two booths in the HANA suite, showing how coax cable in the home works as a broadband backbone with 400Mbps application layer throughput for seamlessly transporting multiple simultaneous streams of digital content to 1394-equipped devices throughout the home."

    http://www.pulselink.net/pr-jan02-2006.html

  24. Re:Does anyone use Centrino? on Intel Launches Centrino Duo Notebooks · · Score: 0

    Pentium M is THE processor in a Centrino laptop.

  25. Re:For those keeping score... on Seagate buys Maxtor for $1.9B · · Score: 0

    1989? - Seagate buys the HD division of CDC and their high end Wren series of HD. Before that Seagate make low end cheap drive.

    Fujisu make 2.5" HD
    Toshiba make 2.5" and 1.8" (iPod size) HD
    Cornice make 1.0" HD