.:[Double Click To][Close]:.

Monday, May 9, 2011

wallpaper queen

wallpaper queen. Shakira wallpaper 73 500x375
  • Shakira wallpaper 73 500x375



  • mommy
    Sep 12, 04:13 PM
    I've been coming to MacRumors since maybe but this product has finally inspired me to register. Welcome, iTV - I can't wait til you're part of our living room.

    I'm posting with a request too, because there are so many excellent writers on here. Please, someone needs to write a site/blog about getting media ready for the forthcoming iTV. My iTunes and iPhoto libraries are just a mess, and I have stuff on DVD that I don't have a clear idea of how to rip and catalog. If you have a good "system," create a how-to guide, please!





    wallpaper queen. Queen Latifah Wallpaper
  • Queen Latifah Wallpaper



  • ChrisA
    Sep 26, 09:56 AM
    My 2.66GHz MacPro doesn't use all four cores except on rare occassions (e.g. benchmarks, quicktime, handbrake, etc.) and even then it doesn't peg them all. What I'm most interested in is offloading OpenGL to a core, the GUI to another core, etc.

    Are you trying to say that you spent to much for a computer and should have bought an iMac? What do you do with your computer. Web and email or editing HD video?





    wallpaper queen. Red Queen Wallpaper by
  • Red Queen Wallpaper by



  • gnasher729
    Oct 31, 08:15 PM
    Yeah I know. So are you thinking the Dual Clovertown may be a dog 'cause both sets of four cores have to share one bus each? If it won't really run faster what's the point? I hope that isn't going to be a problem for "simple" video compression work which is all I want it for.

    FBDIMMs are designed for maximum bandwidth, not for best possible latency, so they cope with this better than any other kind of memory. You may read that bandwidth is the bottleneck for these processors. However, that is only the case for pure copying operations. Code that calls memcpy () on all eight cores simultaneously will run out of steam quite quickly. However, most code does actually do some work with that data (like video compression), and the bandwidth won't be that big a problem.

    Lets say you compress a two hour dual layer DVD with Handbrake at 1 Megabit per second. DVD = 9.5 GB takes ages to read from DVD, takes about two seconds to copy in memory. Copying the 1 Megabit takes two dozen microseconds. Most of the action will happen in L2 cache, so you should be fine.





    wallpaper queen. queen serenity t Wallpaper
  • queen serenity t Wallpaper



  • thejadedmonkey
    May 2, 10:50 PM
    In addition, you have to click through an installer and enter your password then enter your credit card :rolleyes:

    Yes, and that prevents AntiVirus 2010 from successfully collecting credit card info too.





    wallpaper queen. The Queen Of Uranus Funny
  • The Queen Of Uranus Funny



  • Doctor Q
    Sep 12, 03:27 PM
    Apple may need to take steps to avoid confusing consumers. Their multiple consumer products make it complicated for people who don't know Apple's product line, aren't particuarly technical, aren't sure which are products Mac-only and which are cross platform, and don't know how their hardware, software, and O.S. fit together.

    There are plenty of people out there who don't realize iPods are made by Apple, and iTV (whatever it's true name turns out to be) will confuse them further.





    wallpaper queen. wallpaper queen
  • wallpaper queen



  • takao
    Mar 15, 05:07 PM
    according to current reports the roof of reactor 4 broke apart/collapsed and two workers are considered missing

    also the fire which was put out earlier seems to have started again





    wallpaper queen. Queen Wallpaper Rock n Roll MT
  • Queen Wallpaper Rock n Roll MT



  • rdowns
    Apr 15, 10:49 AM
    Snip a bunch of made up crap from a made up book supposedly written by a made up guy.


    More hate from the god squad. :rolleyes:





    wallpaper queen. White Queen Wallpaper.
  • White Queen Wallpaper.



  • Rodimus Prime
    Mar 14, 01:53 AM
    Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

    You have nothing with no wind.

    Even if wind farms were 100% efficient, they don't hold a candle to nuclear output.

    Besides, we don't have room here in Japan for wind farms so it makes no difference.

    Alternative energy is not a viable source everywhere in the world, plain and simple. That's all I'm saying.

    I was trying to explain that then 30% number is you can count on 30% of the total out put nation wide at any movement in time.
    I am not talking about some random wind turbine giving 30% of their out put all the time but when you have lot of turbines spread all over the country you can count on 30% of them.

    As for a problem with nuclear power is water. They require a LOT and I mean a LOT of water per MW compared to lets say Coal. One of our current largest problem is having enough water to cooling and producing power.





    wallpaper queen. Queen desktop wallpaper,
  • Queen desktop wallpaper,



  • jettredmont
    May 3, 03:44 PM
    Of course, I don't know of any Linux distribution that doesn't require root to install system wide software either. Kind of negates your point there...


    I wasn't specific enough there. I was talking about how "Unix security" has been applied to the overall OS X permissions system, not just "Unix security" in the abstract. I'll cede the point that this does mean that "Unix security" in the abstract is no better than NT security, as I can not refute the claim that Linux distributions share the same problem (the need to run as "root" to do day-to-day computer administration). I would point out, though, that unless things have changed significantly, most window managers for Linux et al refuse to run as root, so you can't end up with a full-fledged graphical environment running as root.


    You could do the same as far back as Windows NT 3.1 in 1993. The fact that most software vendors wrote their applications for the non-secure DOS based versions of Windows is moot, that is not a problem of the OS's security model, it is a problem of the Application. This is not "Unix security" being better, it's "Software vendors for Windows" being dumber.


    Yes and no. You are looking at "Unix security" as a set of controls. I'm looking at it as a pragmatic system. As a system, Apple's OS X model allowed users to run as standard users and non-root Administrators while XP's model made non-Administrator access incredibly cumbersome.

    You can blame that on Windows developers just being dumber, or you can blame it on Microsoft not sufficiently cracking the whip, or you can blame it on Microsoft not making the "right way" easy enough. Wherever the blame goes, the practical effect is that Windows users tended to run as Administrator and locking them down to Standard user accounts was a slap in the face and serious drain on productivity.


    Actually, the Administrator account (much less a standard user in the Administrators group) is not a root level account at all.

    Notice how a root account on Unix can do everything, just by virtue of its 0 uid. It can write/delete/read files from filesystems it does not even have permissions on. It can kill any system process, no matter the owner.

    Administrator on Windows NT is far more limited. Don't ever break your ACLs or don't try to kill processes owned by "System". SysInternals provided tools that let you do it, but Microsoft did not.


    Interesting. I do remember being able to do some pretty damaging things with Administrator access in Windows XP such as replacing shared DLLs, formatting the hard drive, replacing any executable in c:\windows, etc, which OS X would not let me do without typing in a password (GUI) or sudo'ing to root (command line).

    But, I stand corrected. NT "Administrator" is not equivalent to "root" on Unix. But it's a whole lot more "trusted" (and hence all apps it runs are a lot more trusted) than the equivalent OS X "Administrator" account.


    UAC is simply a gui front-end to the runas command. Heck, shift-right-click already had the "Run As" option. It's a glorified sudo. It uses RDP (since Vista, user sessions are really local RDP sessions) to prevent being able to "fake it", by showing up on the "console" session while the user's display resides on a RDP session.


    Again, the components are all there, but while the pragmatic effect was that a user needed to right-click, select "Run as Administrator", then type in their password to run something ... well, that wasn't going to happen. Hence, users tended to have Administrator access accounts.


    There, you did it, you made me go on a defensive rant for Microsoft. I hate you now.


    Sorry! I know; it burns!

    ...


    Why bother, you're not "getting it". The only reason the user is aware of MACDefender is because it runs a GUI based installer. If the executable had had 0 GUI code and just run stuff in the background, you would have never known until you couldn't find your files or some chinese guy was buying goods with your CC info, fished right out of your "Bank stuff.xls" file.


    Well, unless you have more information on this than I do, I'm assuming that the .zip file was unarchived (into a sub-folder of ~/Downloads), a .dmg file with an "Internet Enabled" flag was found inside, then the user was prompted by the OS if they wanted to run this installer they downloaded, then the installer came up (keeping in mind that "installer" is a package structure potentially with some scripts, not a free-form executable, and that the only reason it came up was that the 'installer' app the OS has opened it up and recognized it). I believe the Installer also asks the user permission before running any of the preflight scripts.

    Unless there is a bug here exposing a security hole, this could not be done without multiple user interactions. The "installer" only ran because it was a set of instructions for the built-in installer. The disk image was only opened because it was in the form Safari recognizes as an auto-open disk image. The first time "arbitrary code" could be run would be in the preflight script of the installer.





    wallpaper queen. Lena Headey star as Queen
  • Lena Headey star as Queen



  • nixd2001
    Oct 8, 04:25 PM
    Originally posted by javajedi

    3.) You speak of flaws of the "x86 architecture" but do not provide us specifics as to why you say this.

    The floating point instruction set architecture of the x86 (silly stack based thing) is/was a naff design decision. I don't even know whether there are alternative routes to accessing FP ops on an x86 these days, as its ages since I've been interested in that level (tad of compiler writing in my history). [Intel did always work pretty hard to get IEEE FP conformance though, which is more than most other CPU mnfs.]

    The limited number of GPRs is also a design flaw that has largely been worked around.

    Maybe the best way to get an understanding of what Intel privately thinks is good/bad about x86 ISA is to look at what sorts of x86 instructions get translated into what sort of micro-ops internally - the larger the change, the less Intel like their original decisions.





    wallpaper queen. Wallpaper Queen Amidala Senate
  • Wallpaper Queen Amidala Senate



  • powderblue17
    Apr 15, 11:51 AM
    Of course nobody cares about all the straight kids out there that are bullied or at least the media doesn't. Even if they're being called gay because they're not as masculine as society expects but if they're not actually gay then forget it. Those people might as well just kill themselves. At least that's what I've seen from experience.





    wallpaper queen. aka Wallpaper Queen,
  • aka Wallpaper Queen,



  • Moyank24
    Mar 27, 07:27 PM
    What does "anti-gay" mean? Is it a vague synonym for "homophobic?"


    I agree: There's a place for that kind of therapy. I even know people who felt conflicted about their sexual orientation. Unfortunately, the conflict caused them some of the severest emotional pain I could imagine.

    Of course it did. I think at one point or another all of us experienced some type of emotional pain where our sexuality is concerned. Who wants to be different? Or preached to? Or told by people like you that we may have some type of mental health issue? Or be discriminated against? It's scary and painful.

    I can only imagine what the people you know felt conflicted about. I hope that they can find themselves in a place where they will be accepted for what they are, and not what those around them think they should be. Am I wrong to think that if you know these people, their homosexuality wasn't readily accepted by those around them? Of course they would be conflicted. Nobody wants to be hated.


    As I said, Dr. Spitzer disagrees. Please watch his video, CalBoy. I've already posted a link to it in the post where I mentioned Focus on the Family.

    I wouldn't waste my time giving that quack one more hit on his You Tube video.

    I guess with enough "therapy" we would be able to persuade you to become a homosexual?





    wallpaper queen. mukerjee wallpapers, queen
  • mukerjee wallpapers, queen



  • QCassidy352
    Oct 25, 10:26 PM
    Intel is really making Apple quick with those revisions...

    No, not really. This would be the only fast update, if it happens (which I kinda doubt)
    iMac: 9 months
    MBP: 10 months
    mac mini: 8 months
    macbook: 5 months and counting

    Those are actually wait times that are comparable or longer to what we saw in PPC days.





    wallpaper queen. desktop wallpaper Queen s
  • desktop wallpaper Queen s



  • 29point97
    Apr 13, 12:36 AM
    Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)

    Bahaha yeah I realized that after. 2 days on the floor can make you a wee tired. Still holding my breath though.





    wallpaper queen. Barbarian Queen wallpaper and
  • Barbarian Queen wallpaper and



  • Rt&Dzine
    Apr 23, 06:17 PM
    Have we answered the question of why there are so many atheists here? We got sidetracked by a few people making generalizations about atheists but not adding much substance.





    wallpaper queen. Queen Mary 2 Wallpaper
  • Queen Mary 2 Wallpaper



  • edifyingGerbil
    Apr 24, 10:16 AM
    I don't know, I don't have any answers. It's easier to destroy than create.

    A few European posters have backed up my assessments tho, about Europeans being less likely to be challenged on their beliefs. In fact, you're more likely to be viewed as odd if you profess a strong Christian belief.

    Maybe deep down I'm an atheist too, and I'm just entertaining the notion of agnosticism as a kind of nod to the great debt we owe Judaism and Christianity. If it wasn't for those two faiths which allowed for reformations (such a thing would be impossible under, say, Islam) then secular Western democracies would be vastly different.

    Don't forget, many of the batshit crazy rules that a lot of Christians are meant to follow are actually interpretations of the clergy, rather than being derived from the Bible. This was (along with papal bulls, simony, etc) what helped spur the creation of protestantism which did away with a lot of the incomprehensible dross inherent in Catholicism and tried instead to get back to the most fundamental message in the Bible.

    If Europe had succumbed to the advance of Islam, if Vienna had fallen in the 17th century things likely would be very different today. Europe would have produced as many Nobel Prize winners as the entire Islamic World





    wallpaper queen. More from ~haos-shaman-queen
  • More from ~haos-shaman-queen



  • WilliamBos
    Apr 14, 05:34 PM
    After getting a new mini for my b-day, I have to wait until tomorrow to use it, as I need the apple only DVI-VGA adapter. Aftermarket stuff don't work... :(





    wallpaper queen. It is a Non Pasted Wallpaper
  • It is a Non Pasted Wallpaper



  • TuffLuffJimmy
    Mar 13, 10:32 PM
    Can you use nuclear warheads to disperse a tsunami?

    With today's high yeild nuclear bombs, given enough time, can you detonate a nuke to vaporize/disperse the ripple of a tsunami? I know one tactic of fleet warfare is like to vaporize the water under the ships to make them "fall" or something like that.

    I mean, I don't know how many megatons this will take or how much of the tsunami will be vaporized and sent up into the air, but maybe at some point it will reduce the force and profile of the incomming wave? :)
    That's a pretty short sighted idea. Even if that were an effective way to stop a tsunami do you really think it's very wise to drop radioactive waste on all of our problems?





    wallpaper queen. It is a Non Pasted Wallpaper
  • It is a Non Pasted Wallpaper



  • camarobh
    Oct 7, 09:04 PM
    No way. Apple will continue to release new hardware and updates as the iPhone continues through it's lifecycle. It is a recognized brand and like it or not, the control Apple exerts over the user experience maintains it's value.

    Android is not recognizable to the general consumer, will be on some hardware manufacturer's phone, won't be consistent in its implementation, and will end up being just another phone OS.





    Dagless
    Apr 13, 04:51 AM
    Hmm, could be good. I've been using an old Final Cut that I bought whilst in university. Worked just fine for me but I only edit game trailers on it. If FCPX is that cheap in the UK too then I might just have to get it.

    Maybe.

    Apple have been doing a lot of simplifying of late and I hope it doesn't lose any depth.





    Chupa Chupa
    Apr 13, 12:40 PM
    What genius decides to make a pro app accessible to the masses? We who use FCP have to make money from our business, so we need a little bit of smoke and mirrors to make our business needed, otherwise our clients will just get a 16 year old in off the street, download FCP (sorry imovie Pro or whatever they have decided to call it) and there you go we are out of work!


    So basically what you are saying is that you are a two bit hack and a kid with just an ounce of creativity can easily replace you because any kid can afford a $300 program, whereas a $900 one keeps them artificially out of the game.

    The really ironic thing about your post is that FCP 1.0 was a cost revolution itself bringing video editing to he masses for really the first time ever, which you took advantage of. Now that Apple is doing it again and you are at risk you seemingly outraged.





    macfan881
    Feb 23, 05:10 PM
    The droid Phones are great but the one problem that remains with them that makes the iPhone so much better are the Apps I have not seen one app on the droid market place that says wow that looks great, granted the market place is new but still even the iPhone had better working/Looking apps in its first release than the android.





    LagunaSol
    Apr 20, 10:08 PM
    Android is to Windows, as iOS is to Mac OS.

    The similarities are astounding � Google is doing the same thing Microsoft did back in the day.

    Not really. With a PC, you could upgrade to a newer version of Windows any time you wanted to. With Android, you have to wait for the mobile carrier to allow it. If they ever do at all.





    koobcamuk
    Apr 9, 01:23 AM
    Nope, obviously the biggest screen you have is your ipad. The console gaming experience is nothing like the mind numbing games which make the bulk of the App store. Sure there are maybe 20 games that have anything like the look of a console, but touch is no replacement for tactile feedback. Take a peek: Appshopper (http://appshopper.com/iphone/games/)

    Nicely said. Even if you can output the iPod/iPhone/iPad video to a TV, it doesn't matter. The games are 99c for a reason! The app store is FULL of rubbish, as you rightly point out.