larryjw

About

Username
larryjw
Joined
Visits
199
Last Active
Roles
member
Points
3,338
Badges
2
Posts
1,040
  • Disney CEO Bob Iger resigns from Apple board as streaming wars heat up

    mobird said:
    Now if only the buffoon Al Gore would take a hike.
    I suppose I should not be shocked at the animosity toward Al Gore. The Republican rumor machine did a great job convincing the majority of Americans that presidential candidate Al Gore was incompetent and undeservedly took credit for the internet, and presidential candidate John Kerry didn't deserve war hero status. Both lies. In a fact-free world in which we've have lived for 40 years (it's not a recent phenomenon), you're probably right.

    However, Al Gore's appropriateness to be on the Apple Board cannot be denied -- if facts have any value. I'll give the key evidence as to Gore's contributions from two of those who architected the Internet.

    -----------------------------
    Al Gore and the Internet

    By Robert Kahn and Vinton Cerf
    Dated: 28 Sep 2000

    Al Gore was the first political leader to recognize the importance of the Internet and to promote and support its development. 

    No one person or even small group of persons exclusively invented the Internet. It is the result of many years of ongoing collaboration among people in government and the university community. But as the two people who designed the basic architecture and the core protocols that make the Internet work, we would like to acknowledge VP Gore’s contributions as a Congressman, Senator and as Vice President.  No other elected official, to our knowledge, has made a greater contribution over a longer period of time.  

    Last year the Vice President made a straightforward statement on his role.  He said: “During my service in the United States Congress I took the initiative in creating the Internet.”  We don’t think, as some people have argued, that Gore intended to claim he invented the Internet. Moreover, there is no question in our minds that while serving as Senator, Gore’s initiatives had a significant and beneficial effect on the still-evolving Internet. The fact of the matter is that Gore was talking about and promoting the Internet long before most people were listening.  We feel it is timely to offer our perspective.

    As far back as the 1970s Congressman Gore promoted the idea of high speed telecommunications as an engine for both economic growth and the improvement of our educational system.  He was the first elected official to grasp the potential of computer communications to have a broader impact than just improving the conduct of science and scholarship. Though easily forgotten, now, at the time this was an unproven and controversial concept.  Our work on the Internet started in 1973 and was based on even earlier work that took place in the mid-late 1960s. But the Internet, as we know it today, was not deployed until 1983. When the Internet was still in the early stages of its deployment, Congressman Gore provided intellectual leadership by helping create the vision of the potential benefits of high speed computing and communication.  As an example, he sponsored hearings on how advanced technologies might be put to use in areas like coordinating the response of government agencies to natural disasters and other crises.

    As a Senator in the 1980s Gore urged government agencies to consolidate what at the time were several dozen different and unconnected networks into an Interagency Network.  Working in a bi-partisan manner with officials in Ronald Reagan and George Bush’s administrations, Gore secured the passage of the High Performance Computing and Communications Act in 1991.  This Gore Act supported the National Research and Education Network (NREN) initiative that became one of the major vehicles for the spread of the Internet beyond the field of computer science.

    As Vice President Gore promoted building the Internet both up and out, as well as releasing the Internet from the control of the government agencies that spawned it.  He served as the major administration proponent for continued investment in advanced computing and networking and private sector initiatives such as Net Day. He was and is a strong proponent of extending access to the network to schools and libraries.  Today, approximately 95% of our nations schools are on the Internet. Gore provided much-needed political support for the speedy privatization of the Internet when the time arrived for it to become a commercially-driven operation.

    There are many factors that have contributed to the Internet’s rapid growth since the later 1980s, not the least of which has been political support for its privatization and continued support for research in advanced networking technology.  No one in public life has been more intellectually engaged in helping to create the climate for a thriving Internet than the Vice President.  Gore has been a clear champion of this effort, both in the councils of government and with the public at large.  

    The Vice President deserves credit for his early recognition of the value of high speed computing and communication and for his long-term and consistent articulation of the potential value of the Internet to American citizens and industry and, indeed, to the rest of the world. 
    -------------


    roundaboutnowRayz2016muthuk_vanalingam
  • Apple loses bid to toss suit alleging ex-engineer was not credited on Find My iPhone, Pass...

    I’m not clear on why this guy is so hell bent on getting his name added to the patent/s. How does he stand to benefit? I don’t believe it would be monetarily. 

    Case in point, my neighbor has his name on a few patents that belong to a company he used to work for. The company makes fasteners and one was “revolutionary” in the deck screw industry. His name is one of the names listed in the patent for that product. Other than being an interesting thing to tell people he doesn’t get anything for it. The company owns the patent, not my neighbor. He now works for a small company that installs shower doors. 
    To answer your first question: It's the law. If there are inventors who do not appear on the patent, then they will continue to have patent rights to the patent. 

    Apple will own the patent "by assignment". An inventor not mentioned on the patent has effectively not assigned his patents to Apple. 
    dinoonechemengin1FileMakerFeller
  • Apple sued for storing iCloud data on third-party servers

    My guess is that all these Apple Data Centers do something. My guess is the data is actually stored in those servers. 

    Since it’s public knowledge — not that the public actually knows anything — that Apple’s iCloud services used cloud services software from Microsoft, AWS, IBM, and others depending on location (such as country), I’m not surprised that Apple is actually doing what they said they were doing.

    I do remember years ago Apples attempt to build their own cloud services failed, because they were not successful in building such a system from scratch. They made it clear then that they would be using the cloud services from existing providers, implemented at Apple’s own data centers. 


    cornchipwatto_cobra
  • Google details five patched iMessage security bugs, one remains unpatched

    dysamoria said:
    auxio said:
    cornchip said:
    I'm not that knowledgeable in OS code engineering, but I understand it at a basic level so I get that it's possible, yet on another level, I don't get why this kind of stuff should be allowed to happen. Seems like anything out of the ordinary should just automatically be shut down. Which I guess the OS architects have made every attempt to ensure, and is what the hackers are constantly attempting to circumvent. So I guess this stuff will just always happen. At least in my lifetime.
    The tricky part with iMessage is that they need to allow all sorts of things to be put into messages: text, emoji, images, videos, etc.  Which allows for many different avenues of attack using things which look like legitimate messages, but are really executable code in disguise.
    But why are our CPUs executing that errant code? A CPU has no mechanism to separate executable code that was initiated with intent from that which was passed through an overflow, etc?
    There is no difference between executable code and data -- that is the nature of Von Neumann machines. Executable code is just data ... until something called an interpreter (for that data) looks at the data and treats it as commands to execute. Everything above the hardware level is just a sequence of 0's and 1's. Every interpreter will try to make sense of that sequence in its own way. Maybe that sequence represents a book, but it isn't unless the book interpreter is told to interpret it, and then that "book" is really executable code which the book interpreter "executes" to render on your device. 

    Of course, the interpreter is just data until another interpreter is told to interpret that data as a sequence of commands to execute. The CPU is just another interpreter, and because most CPU's are actually micro-coded, there is another interpreter within the CPU which executes the micro-code data and treat that data as commands. Things finally do happen because this recursion does terminate (it's not an infinite regress), but the number of levels of interpretation is quite large. 

    It's all illusion. 
    cornchipFileMakerFellerjony0
  • Goldman Sachs exec says winning customer loyalty with Apple Card more important than profi...

    We'll see if Apple's involvement with credit cards ends up being a benefit.

    If the agreement with Goldman Sachs is anything like Apple's agreement with Cingular way back in 2007 for the iPhone, it may have a profound effect. 

    If any of you recall how poor the cellular phone industry was prior to the iPhone and the Cingular contract, the phone companies ran the show, dictated features (mostly lack of functionality). Cingular was willing to give up all control to support the iPhone. If I remember correctly, not even the CEO of Cingular knew what was coming, except that the Cingular tech folks had to add major functionality to handle messages, data, and would let Apple control the phone functionality. The Apple-Cingular agreement was as disruptive as hell.

    We know little about the agreement with Goldman Sachs. My guess is the Apple-Goldman Sachs agreement will be a pale disruptor compared to Apple-Cingular. We'll see.
    bageljoeylostkiwi