Thursday, June 2, 2011

craters on moon

craters on moon. Craters of the Moon
  • Craters of the Moon



  • tuna
    Jun 14, 12:31 AM
    Hopefully 1700mhz band is a hidden feature in iPhone 4, supposedly the hardware in the other iPhones cannot be made compatible with it.

    I don't know why people on this board would be negative about the idea of ANY additional carrier getting the iPhone. Yes, I agree that no single carrier could have handled the data demands of the iPhone, thats why everyone will get the best possible experience if the iPhone is available on as many carriers as possible.

    And speaking for T-Mobile, I think that major publications have rated them to have a perfectly fine network in most metropolitan areas, sometimes even the best single carrier in a particular region.

    And their plans are appreciably cheaper than AT&T. Best of all, they offer plans without a contract and without a phone subsidy where they pass on the savings to you. In other words, BYO phone, and you can get unlimited data, unlimited texting, and 500 anytime minutes for $60/month. Equivalent plan from AT&T is $85/month with 2GB a data.

    Even assuming T-mob cuts data allowance to 2GB, thats still a good deal compared to AT&T. I'd love to be able to shop aggressively for an iPhone, and then save ~$300+ year on the subscription rates.

    More competition can't be bad for the consumer.





    craters on moon. Crater Moon
  • Crater Moon



  • rhett7660
    Apr 25, 03:19 PM
    What does ANY of this have to do to Apple rejecting a Pulitzer Prize-winning cartoonist from the App Store?

    Probably the same reason "what does the original post have to do with the Pulitzer Prize winning cartoonist getting his app rejected." This person was merely commenting on another posters post.

    I am waiting to see if the app gets rejected a second time before I lay judgment.





    craters on moon. Craters of the Moon National
  • Craters of the Moon National



  • E.Lizardo
    Mar 24, 07:32 AM
    +2

    Seems a bit hypocritical of Buddhist Steve Jobs to be embracing peace on one hand while providing support for the brutal "shock and awe" merchants on the other.

    Steve doesn't own the company,the stock holders do.

    Those"shock and awe merchants"are people who volunteered to risk their lives to defend their country.





    craters on moon. Hiking the Craters of the Moon
  • Hiking the Craters of the Moon



  • leon44
    Mar 28, 09:41 AM
    it doesn't really make business sense for them to wait longer to do the iPhone 5, so many customers expect it around June and they save up and sell their old phone, also 12 month iPhone4 contracts and 24month 3Gs contracts expire in June!
    Apple knows what it's doing, no other company has ever had people so eager to give them their money for something they know nothing about yet.
    if there's no new iPhone, all these potential expectant customers might just buy an android.



    more...


    craters on moon. A crater on the Moon,
  • A crater on the Moon,



  • thisisahughes
    Apr 1, 04:16 PM
    HEHE, I giggled cause I thought u were being sarcastic about The Weather Channel letting you down... I forgot Time Warner's 11% marketshare is still a big chunk, I just didn't make the connection cause to me TWC is The Weather Channel... which would be cool if they streamed live, hehe.

    Understandable, but we are in a Time Warner Cable related thread.

    Where I live it's either Time Warner Cable or DirecTV.. and DirecTV is satellite. I obviously went with the former, like anyone should if they can.

    I would like to see The Weather Channel stream also, that would be great. You're right.





    craters on moon. Craters ot Moon
  • Craters ot Moon



  • MacBoobsPro
    Nov 11, 05:59 AM
    Wow they are actually painful to watch!



    more...


    craters on moon. moon is that it is covered
  • moon is that it is covered



  • BornAgainMac
    Apr 14, 01:24 PM
    He is a spy. That will promote it to page 1 for all those page 2 people.





    craters on moon. Craters of Moon National
  • Craters of Moon National



  • cupcakes2000
    Mar 28, 05:34 PM
    Is not true: a 50mm EF lens and a 50mm EF-s lens will have the same focal length and field of view on a crop camera.


    I don't think that's true. I pretty much know it's not actually.

    Shooting a 50mm on a 5d will produce a focal length of 50mm and a Field of view of 50mm. (50x1+50)

    Shooting a 50mm on a 7d will produce a focal length of of 50mm and a field of view of 80mm. (50x1.6=80)

    Part of the reason these two cameras exist is because one of them (5d) is full frame, awesome pictures for weddings say. Slow fps but that's not what it's for.

    The 7d however is aimed at sports photogs or wildlife for example. Still an awesome picture, but loses some of it (including aperture, and the fact you can't get as smaller dof, and ISO and the fact you can't get the same low light abilities) for a much faster fps. The focal length multiplier will also help so that you can get closer to the picture with the same lens.

    Same with their top two cameras one is the ultimate full frame camera (the 1D-s mkIII), the other is the ultimate crop (1.3) camera (the 1d mkIV).

    If there was no difference they wouldn't do it.

    it's a smaller sensor, so therefore a smaller field of view.

    Why don't you just google it? Or put in a source that proves you right?



    more...


    craters on moon. Retro Moon With Craters On
  • Retro Moon With Craters On



  • ooartist
    Oct 2, 07:23 PM
    To squash some WinTel people in this forum/post trying to say Windows scales better than UNIX.

    Spec of a Sun machine running UNIX.

    Key Specifications:


    Up to 106 UltraSPARC� III Cu 900-MHz processors.
    Big memory - more than 1/2 TB.
    Up to 18 fifth-generation Dynamic System Domains, which are fully configurable while applications are running.
    Hot-swappable Uniboard design CPU/memory boards that are common across Sun Fire server family.
    Redundant, high-performance Sun[tm] Fireplane Interconnect with up to 172.8 GBps peak bandwidth.
    Full redundancy of power and cooling systems.


    Oh yeah! OS X is UNIX also. Hmmm.




    Single CPU vs. Multi CPU. Who cares?

    Macs are the whole package.

    Nuff said!





    craters on moon. Explanation: The Moon#39;s south
  • Explanation: The Moon#39;s south



  • jettredmont
    Oct 26, 04:57 PM
    Of course I can see the other side of this. Writing universal apps is not just a matter of "checking a box" in XCode; despite what I've heard some non-coders say on the subject.


    Umm, I'm far from a non-coder. Writing a new app is very much an issue of "checking a box" in XCode. The problems come in when dealing with a years-old code base, much of which has embedded processor assumptions (ranging from hand-tweaked assembly to direct vector calls to assumptions on byte order).

    New code, though, you know that you have to support multiple CPU architectures and so you call htons for your byte ordering and use vector libraries rather than direct calls; the sole remaining issue is hand-tweaked assembly, which should be significantly less than 1% of your overall application code especially if you are putting out a new product (you typically don't have enough knowledge to find the bottlenecks where going straight down to the metal is required until your app has been out in users' hands for a while). With all that absorbed in "the process", the only thing left is, yes, checking the box in XCode to generate the UB version of your app.

    There's a bit more involved at the compile stage if you want to support both UB and older OS versions (Panther, Jaguar), but it's a lot easier to tell your customers that they have to upgrade to Tiger on their old G4s and G5s than to tell them they have to buy a whole new machine!



    more...


    craters on moon. Craters of the Moon - Photo by
  • Craters of the Moon - Photo by



  • DiamondMac
    Mar 25, 11:41 AM
    The bottom line, nobody loses in the decision as to whether to get an iPad 1 or 2. Either is a great product that everyone loves





    craters on moon. Crater Moon
  • Crater Moon



  • liavman
    Mar 24, 05:43 PM
    On the way to the store, we called a few people and they all wanted one. We ended up buying five 16 GB ones at $321 otd each..cleaned out the entire inventory at that store. The store threw in 5 basic covers for free which used to sell for $10 a piece.



    more...


    craters on moon. moon surface with craters
  • moon surface with craters



  • dicklacara
    Mar 24, 11:00 AM
    Are you people seriously applauding this? What a waste of our tax dollars!! I do contracts with the Navy every single day and I know that the technology that they have will not be benefited by the use of iPad/iPod/iPhone. The military does not offer wi-fi to their staff on base. Everything is hard wired and the conduit is sealed with a tamper proof silicon. The Government is very very particular about their SIPRnet (as they call it). Without wi-fi, what use is the iPad for the military other than to give them a little treat and waste our tax dollars? They already have mobile equipment in the vehicles that is far superior to Apple's products.

    In the 1980's my company won a $1 million contract to deliver networked 3D color graphic computers (100 computers on 10 LANs). The computers were used for war games and training at the Army College of Command and Control at Ft. Leavenworth, KS*... across the wide Missouri...

    * Home of the famous Junior, Junior High School (officially, General George S. Patton, Jr. Junior High School) :D

    This was before color Macs were available, so we used a 68000-based computer from another mfg..

    These were used in officer training.

    The computers and networks had no special security or "hardening" for the military... quite the opposite, the equipment was required to be available "off-the-shelf".

    All of the stuff we struggled to do on computers costing $10,000 each (roughly $50,000 each in todays dollars), is easily within the capability of a $500 WiFi only iPad (Except the ability to run CoBOL programs).

    The point is that if the Military can save taxpayer dollars, while improving their capabilities, without sacrificing security... they'd be remiss in their duty to this country.

    *





    craters on moon. CRATERS? not a chance.. in .
  • CRATERS? not a chance.. in .



  • phineas
    Mar 27, 06:46 AM
    So how is google going to deal with this health care debacle ? We're issuing First Aid kits to all google employee's and going from there, hows Apple dealing with it? Well first off it'll be mandatory for everyone to wear jeans that are shorter in length, never know when an earth quake or flood is coming :eek:



    more...


    craters on moon. NASA, the Moon showing craters
  • NASA, the Moon showing craters



  • aiqw9182
    Apr 5, 05:39 PM
    Since the Mic port turned into Line-In, there hasn't been any power on the port, requiring a powered input or amp. However, on the Headset jacks that support the iPhone mic on them, do have a built-in mic, even on the MacBook, but only when using the 3rd sleeve that the iPhone mic cable has.

    TEG

    Hence why I said he was referring to headsets that DON'T support said jack which there are more of than there are that do support the jack.





    craters on moon. But Craters of the Moon misses
  • But Craters of the Moon misses



  • Ruahrc
    Mar 18, 03:24 PM
    Its funny that film and film cameras were so difficult to get right, but there was almost no post-processing. Now we shoot computers with lenses attached, get great technical results, yet post-process our photos to death.

    I don't think this is entirely true. There was plenty of post processing back in the film days, just look at the works of Ansel Adams. It's just that the typical hobby photographer wasn't the one doing it- he sent his film off to a processing lab where it got developed and "post processed" by the lab technicians. Nowadays, with digital, the hobby photographer does almost all of the post processing himself.

    The fundamentals of the process have not changed all that much, just who does them, and where/how.

    Ruahrc



    more...


    craters on moon. The crater Faustini, on the
  • The crater Faustini, on the



  • treyjustice
    Apr 21, 02:02 PM
    4S. I like the name, and it makes sense to keep continuity with the previous naming scheme (3GS). I guess we'll see a true iPhone 5 next summer.

    I think iPhone 5 will be iPhone 4G assuming it has LTE





    craters on moon. crater. moon
  • crater. moon



  • tazinlwfl
    May 2, 01:07 PM
    My buddy posted this (http://noeruiz.com/white-iphone-4-not-thicker/), and I tried to tell Engadget -- they wouldn't hear it.

    Kind of ridiculous.





    craters on moon. Moon
  • Moon



  • kristianmoss
    Apr 20, 06:53 AM
    Okay
    So my problem is that I have found this code (C++) that uses both OpenCV and WxWindows. It's not my program but an OpenSource program that i'm trying to write a small plugin for.

    But I have no idea how to get Xcode to recognise the headers for these two programs.
    I'm pretty sure that I have installed them both correctly, but I still get these issues:

    'wx/wx.h' file not found

    'cv.h' file not found

    'wx/wxprec.h' file not found.


    I have not been able to find any help on that is related to Xcode 4, so I'm hoping you can help me.





    hipsigti
    Jan 28, 06:02 AM
    I read somewhere awhile back that this same technology was in passports and and licenses and was very easy to read the information and hack in to the chip with some sort of device you can purchase or make from your local radio shack like a frequency scan tool like back in the old days with car alarms with code hopping technology! interesting video check out the whole vid the rfid part starts at 6:20sec. http://www.youtube.com/watch?v=vuBo4E77ZXo





    Pro31
    Mar 24, 04:59 PM
    Just bought one here locally. 328 otd after taxes. I was waiting for the 2, but could not pass this up.





    63dot
    Mar 12, 04:41 PM
    Good point. There is a little article in the April Car and Driver that lists all of the cars assembled in North America and their actual domestic parts content. Some of it is pretty shocking. Sorry, I don't think they have it online, but if somebody really wants it, I can scan it.

    As an example, the Honda Accord and Toyota Camry are both 80% U.S./Canadian parts content. The Chevrolet Silverado pickup? ...61%. :eek:

    Wow, I came into this thread late. I wonder where the other 39% percent of the Silverado is from? I would guess more than one country. I know about the US Toyota plant, but Honda, too?

    Anyway, I kind of like the Honda Fit and if that's helping American workers, then all the more power to them.





    iGary
    Sep 13, 07:15 AM
    had gas once... very very weird... felt like floating off of the table, until i was out cold... coming to after the procedure was weird, very dreamy- brother had to fireman carry me to the car... slept the rest of the day

    So you re telling me I most likely won't even be able to have a cab take me home - my partner has to work, can't get out of it.

    I'm afraid I'm going to be puking all over the place.

    I'm weird. They are going to cut a 6-inch hole in my back and remove one of my lamina and a disc, and I'm worried about anesthesia.

    Derrrr...





    samiwas
    Apr 9, 10:27 AM
    Something just hit me while doing my taxes, and getting drilled with self-employment tax.

    Some of the major things many are talking about cutting are Medicare and Social Security. Self-Employment tax is in place to cover payments into each by self-employed individuals (or those like me who just happen to be paid 1099 for a portion of work). So, you make major cuts to those two programs, would they not also then cut the self-employment tax, thus reducing revenue? So wouldn't it all be a moot point? Or would we still be paying the same out of our checks and taxes towards the programs, just not getting as much out of them?



    No comments:

    Post a Comment