Saturday, May 14, 2011

cherry tree drawing in blossom

cherry tree drawing in blossom. cherry blossom amp; cocoo bird
  • cherry blossom amp; cocoo bird



  • mrsir2009
    Apr 19, 02:47 PM
    Hey leave Samsung alone! They're my favorite tech company after Apple :)





    cherry tree drawing in blossom. cherry blossom ranch drawing.
  • cherry blossom ranch drawing.



  • X2468
    Mar 31, 07:07 PM
    That, right there, is one of the reasons why the Apple community is widely mocked. You should be ashamed of yourself. A complete lack of understanding on the most basic principles of technology.
    Precisely, well said :)





    cherry tree drawing in blossom. under a cherry tree at
  • under a cherry tree at



  • aafuss1
    Aug 6, 05:23 PM
    Mike,
    I know you're concerned about name-maybe Apple could license the use to you.

    Leopard-Public beta like Vista. No-as it can be easily uploaded to torrent sites-like with the Tiger leaks. Apple should keep the preview ADC members only.





    cherry tree drawing in blossom. Cherry blossom tree ← a
  • Cherry blossom tree ← a



  • dethmaShine
    Apr 19, 02:48 PM
    The First Commercial GUI
    http://img62.imageshack.us/img62/5659/star1vg.gif
    Xerox's Star workstation was the first commercial implementation of the graphical user interface. The Star was introduced in 1981 and was the inspiration for the Mac and all the other GUIs that followed.
    http://img217.imageshack.us/img217/7892/leopardpreviewdesktop4.jpghttp://img714.imageshack.us/img714/5733/xerox8010star.gif

    Oh!




    cherry tree drawing in blossom. Cherry Blossom Tree Art
  • Cherry Blossom Tree Art



  • doctor-don
    Apr 27, 10:45 AM
    I thought looking at my location histories was interesting. I, too, have no delusions that I cannot be tracked (cell phone, credit card purchases, etc.) I wonder if all the paranoids realize that any GPS camera encodes that information in the image. Share that photo online and anyone can get the metadata with location of photograph.

    You wanna be connected, you can't be truly anonymous.
    You wanna be anonymous, sell you computer, smart phone, cut up credit cards, and move to an undocumented shack in the middle of nowhere with no utilities.

    Images taken with my camera do not contain GPS data if I have turned off that feature.





    cherry tree drawing in blossom. japanese cherry tree blossoms.
  • japanese cherry tree blossoms.



  • sconnor99
    Apr 11, 09:05 AM
    Anticipating an exodus, Avid are now offering FCP users a huge discount on Media Composer Software





    cherry tree drawing in blossom. Chinese cherry blossom tree
  • Chinese cherry blossom tree



  • mdntcallr
    Sep 19, 09:54 AM
    APPLE I NEED A NEW MACBOOK PRO. I NEED FIREWIRE 800, I NEED A DL SuperDrive, i'd like MEMROM. If you had to release a half-assed Prosumer laptop in the first place to start your transition for the love of god PLEASE update it now. Its been a LONG time since we've seen any updates. Apple is now competing in INTEL land, were they need to keep their laptops current. Release the laptops (notebooks in your case as you like to call them) i'll place the order and wait for them to ship. PLEASE.!

    mike
    umm, how about more than a simple basic update.

    We need:
    Firewire 800
    Superdrive DL w/ OPTION FOR BLU-RAY!!!
    Nvidia 7800 or 7900 option!! we need option for best vid card!! upgrade to 512 mb vram

    and..... Magsafe Airplane/Auto POWER ADAPTER!!





    cherry tree drawing in blossom. CHERRY BLOSSOM BRANCH DRAWING
  • CHERRY BLOSSOM BRANCH DRAWING



  • fluidinclusion
    Aug 11, 07:42 PM
    I probably won't buy a phone without GPS capabilities. I will pay for the option, however.





    cherry tree drawing in blossom. Monotypes-Blossom, Cherry Tree
  • Monotypes-Blossom, Cherry Tree



  • xStep
    Apr 11, 08:20 PM
    There are thousands if not more of us who would gladly pony up and stick with Apple.

    Nailed it

    Difinitely not. I won't say where I'd agree and disagree with for the rest of it, but that last sentence isn't right. Thousands implies a rather low number. Not nearly enough revenue for Apple to keep working on FCS. ;)





    cherry tree drawing in blossom. bird cherry, drawing cherry
  • bird cherry, drawing cherry



  • asphalt-proof
    Aug 11, 02:38 PM
    If Apple pick a carrier, I hope is not Cingular. But from past situations, that's very likely.
    The ideal is a carrier free phone. That way the iphone can reach many more people and make it possible to upgrade phones without asking people to terminate their contracts.

    I agree that a carrier free ohone is the way to go but a carrier-subsudized phone is cheaper for the consumer (or at least appears that way in the beginning). I think there maybe networ issues as well. Doesn't Verizon or Nextel operate on a different freq than Cingular/AtT? Not sure.





    cherry tree drawing in blossom. More cherry tree blossom
  • More cherry tree blossom



  • jholzner
    Aug 7, 06:00 PM
    Time Machine won't mean much when the HD fails. Back that azz up!

    I keep reading stuff like this. I don't think Time Machine works with the reagular harddrive. You have to use it with an external drive.





    cherry tree drawing in blossom. Flowering Tree clip art
  • Flowering Tree clip art



  • MacNut
    Apr 27, 12:55 PM
    Why would the White House release a fake document, that would be the stupidest thing they could ever do. I will also go on record of saying I don't know what an official Hawaii certificate even looks like. That being said I know my short form birth certificate has an embossed seal on it. I have never seen my long form so I don't know what it looks like. Should there be official markings that would prove without a shadow of a doubt that this is legit.





    cherry tree drawing in blossom. Wild Cherry Tree Drawings-2
  • Wild Cherry Tree Drawings-2



  • gnasher729
    Jul 27, 05:59 PM
    but is still more productive because it handles more calculations per clock cycle

    I'm no processor geek. I have a basic understanding of the terminology and how things work so correct me if I'm wrong, but wasn't this one of the advantages that the PPC had over Intel chips? Does this mean Intel is moving toward shorter pipes? Are we talking more instructions per clock cycle or what? What does "calculations" mean in this context?

    With most processors, especially the Intel/AMD processors, "instructions per cycle" is not a useful number. These processors have both simple instructions (add register number 3 to register number 6) and complex instructions (add register number 3 to the number whose address is in register number 6). A PowerPC has the simple instructions, but not the complex ones. Instead it would need three instructions "load the number whose address is in register number 6, and move it to register 7", "add register 3 to register 7", "store register 7 to the location whose address is in register 6". But the Intel processor doesn't magically do three times as much work. Instead, it splits the complex instruction into three so-called "macro-ops", and does exactly the same work. So in this case, the PowerPC would execute three times as many instructions per cycle (3 instead of 1), but because it doesn't do more actual work, that is pointless. Instead you would count the number of operations, and they are more or less the same.

    Intel is indeed moving towards shorter pipelines. They have done that already with the Core Duo chips. Longer pipelines have the advantage that each pipeline step is a bit faster, so you can get higher clockspeed. Shorter pipelines have the advantage that they take much less energy (very important; at some point your chips just melt), they are much faster handling branches, and they are just much much easier to design. Pentium 4 needed absolutely heroic efforts to produce it, and would have needed twice the heroics to improve it. Instead, the Core Duo has a much simpler design, that is just as powerful, and because it was so simple, Core 2 Duo could improve it.

    And Core 2 Duo can now execute up to four "micro-ops" per cycle, same as the G5, compared to three for Core Duo, Pentium 4 and G4. It also has some clever features that reduce the number of micro-ops needed up to 10 percent, and some other improvements.





    cherry tree drawing in blossom. cherry blossom tree drawings
  • cherry blossom tree drawings



  • bigwig
    Nov 28, 07:37 PM
    1) Who says the people who actually make the music would get any of this money in the first place?

    My bet is that artist's contracts only pay out on music sales, not hardware royalties. Thus the cdrom tax and ipod royalties are profits they don't have to share with artists despite their pious rhetoric about how they need these revenues because piracy hurts recording artists.





    cherry tree drawing in blossom. cherry blossom branch drawing.
  • cherry blossom branch drawing.



  • jezza70
    Apr 11, 03:57 PM
    My 3Gs contract ends in June and Apple will be pushing it's luck for me to go half a year without me being tempted to jump platforms instead of waiting for the iPhone 5.

    thats a +1 here too i hope this is not true my 3gs is already feeling a bit dated





    cherry tree drawing in blossom. cherry blossom branch Mild
  • cherry blossom branch Mild



  • Dr.Gargoyle
    Aug 11, 03:40 PM
    So how many people in the world do you think have cell phones? Everyone?!?! Just doing a quick Google search, there were about 1.1billion cell users in the world in 2004. So, maybe it's up to 1.5 - 1.75bil now?

    Now if there's ~700mil people in the EU with a workforce just under 400mil strong and internet usage is about 300mil. Ya, it would seem reasonable that roughly the same number of people use cell phones. Do you have a better estimate? I'm sure there's a lot of elderly, children, and poor in the 700mil that use cell phones, eh?

    What about India, Japan, China? First of all, India and China have median incomes that are FAR less than the US or EU... so I doubt they have a relatively large cellular user base.

    And oh, let me check with my cubemate.... yep, CDMA is used in parts of China.
    Well, I dont know where to begin... I work in science and you have to trust me when I say that you can't deduct anything from the "facts" you have. You are guessing.
    The fact is that GSM has 81% of the world market... and that makes cdma a small market.





    cherry tree drawing in blossom. I looked at the tree,
  • I looked at the tree,



  • simontarr
    Sep 15, 07:46 AM
    I think all this quad and oct core stuff is fantastic (it would be even more fantastic if I have the money to get such gear...)

    But at the moment it's the HDD that slows everything down. Your RAM may be able to send 4GB/s of data to the processor to deal with, but the HD can't write the said executed data at even a 10th of the speed.

    I remember reading a BBC news article the other month about mRAM (or magnetic RAM) which has the same write speeds as RAM, but without its volatility. It doesn't loose it's data when the power is off. Ideal for fast HDDs they say.

    On an unrelated note, wouldnt it been cool to effectivly install a whole OS on RAM. That would be noticably quicker....





    cherry tree drawing in blossom. Finish drawing out the pedal
  • Finish drawing out the pedal



  • Cinch
    Aug 11, 11:35 AM
    Take a look at the Nokia E61. I just got one to replace my BlackBerry and love it. It's the European version and you have to buy it unlocked ($350 or so) but it works great. Cingular is coming out with a dumbed down version called the E62 but strips away some of the cool features like WiFi. Go figure - an American phone with less features than the one sold in the rest of the world.

    With crappy phones and our pathetic broadband infrastructure, you'd think we were Third World rather than a "Superpower."


    Yeah, but I rather pay ~30% tax than the 50%+ tax in Europe (fed., state, sales etc).





    cherry tree drawing in blossom. Rough sketch with a red pencil
  • Rough sketch with a red pencil



  • robogobo
    Apr 8, 05:01 AM
    Maybe they ate too much magical unicorn dust and it clouded their judgement. :rolleyes:

    Omg unicorn dust that is so funny! Where do you get this awesome material? Hilarious!





    LegendKillerUK
    Apr 6, 10:53 AM
    SB processor is great. I hope it has a backlit keyboard.

    But I thought integrated graphics typically were not very good, and some software won't even work with it.

    Apple giveth, Apple taketh away.

    The current nvidia chip is also integrated so it's not that much of a step down. As a 13" Pro user I can happily tell anyone that for what the product is made for, it's perfectly usable. At first I was pissed at the idea but it turned out the Intel HD 3000 were more powerful than the graphics in my old laptop.





    peharri
    Aug 11, 01:10 PM
    If Apple does decide they're going to compete with, rather than cooperate with, existing cellphone manufacturers, they will lose their dominance over online music.

    They have to cooperate with cellphone manufacturers because MP3 playing cellphones will end up being the future of portable music. Apple cannot make its own phone and expect to have even 10% of the entire market. Without its dominant market share, the iTMS will end up looking less attractive to the music industry - an industry already, by all accounts, upset with and wanting to get away from, iTMS - and will be deserted faster than you can say "90% of phones support Windows Media".

    I don't believe this story. It doesn't make sense. Jobs crowing over a new product which by rights ought to be veiled in secrecy strikes me as insane. Apple producing a cellphone strikes me as insane. If I were a shareholder, I'd be calling up Steve Jobs personally and demanding answers.

    That said, if it's any good, it's quadband, and supports EDGE and Bluetooth (and maybe UMA if the carriers can get their fingers out), I might buy one.





    fithian
    Apr 8, 07:55 AM
    Just for entertainment, go to a Worst Buy and sidle up to a sales guy giving his pitch to an unsuspecting victim. I only ever go there to see a model in person before ordering online or elsewhere. I do purchase items at local stores who respect the customer and don't tell blatant lies about the products.





    CaptMurdock
    Mar 23, 12:08 AM
    Which fact do you deny?

    Considering the shellacking dished out by the others in this thread, I'm fairly sure you haven't presented any facts for me to deny.





    Luph67
    Apr 6, 12:21 PM
    Yes. I need to see the keyboard. And in a dark room it's critical.

    I guess I just assumed that anyone who has used a computer for more than two weeks would be capable of typing without staring at the keyboard.