Sunday, September 30, 2012
Google "Now" vs Apple "Siri"
@ MIT Technology Review
Apparently Google's "Assistant" solution is not just answering questions: it anticipates questions before you even ask them, and gives answers!
The Power of Surprise
TechNation podcast interview with author of book
"Leapfrogging: Harness the Power of Surprise for Business Breakthroughs"
Business Model Canvas
The Business Model Canvas, is a strategic management and entrepreneurial tool. It allows you to describe, design, challenge, invent, and pivot your business model.
Saturday, September 29, 2012
C11 / C++11
C11/C++11: Building blocks for the future - SD Times: Software Development News:
With Visual Studio 2012 (codename VS11), most of latest C++11 is also available
to developers on Microsoft platform. This may in particular be useful for Windows 8
"Modern" / Store applications development, where C++ is one of 3 "equals" for apps development.
This is important, since for mobile devices (phones, tablets), battery efficiency and performance
are important, if nothing else to be competitive with iPhone/iPad.
A Few Billion Lines of Code Later: Using Static Analysis to Find Bugs in the Real World
Thursday, September 27, 2012
Telerik acquires Fiddler
"Fiddler’s brilliant creator Eric Lawrence will come over from Microsoft to join the team fulltime. For those of you who don’t know, Fiddler is a web debugging proxy which logs all HTTP(S) traffic between your computer or device and the Internet"
iPhone 5 components cost $199
9-inch Nook HD+ for $269; Tablets Compared
"9-inch Nook HD+ that went on sale Wednesday for $269."
vs $299 8.9" Amazon Kindle HD
Tablets Compared: Nook HD and HD+ vs. iPad, Nexus and Fire @ LaptopMag.com
Driverless cars now street legal in California
The Golden State joins Florida and Nevada in leading the charge for autonomous vehicles."
Google’s Driverless Car Is Now Safer Than the Average Driver 300 000 miles without accident. Average driver has an accident every 165 000 miles.
Wednesday, September 26, 2012
Canvas Drawing @ Khan Academy
Computer Science | Khan Academy
Here is the program, a snippet of JavaScript for drawing on canvas
// Winston's handsome features don't need outlines
noStroke();
// face
fill(255, 255, 0);
ellipse(202, 208, 300, 300);
// eyes
fill(46, 46, 41);
ellipse(157, 151, 40, 40);
ellipse(304, 142, 40, 40);
// mouth
fill(252, 65, 65);
ellipse(257, 240, 120, 136);
They are not the only one with interactive canvas tool.
w3schools.com also has similar, but much less "fun" tool:
this is the script that does the job:
var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); ctx.fillStyle="#FF0000"; ctx.fillRect(0,0,150,75);
Adobe PhoneGap Build
PhoneGap Build tools is "out of beta", and it is official service
from Adobe for building mobile apps on the "cloud", based on web files.
Adobe PhoneGap Build
Apps for Office and SharePoint 2013
dev.office.com
Microsoft has completely embraced web technologies for building apps platform
in next version of Office and SharePoint (both 2013), as well as Office 365 (online).
As usual, this is a reaction to competition, in this case from Google Documents.
One of features of this (set of) platforms is ability to create such app directly
from web browser, on Microsoft cloud, with "Napa", that is almost as mini-VisualStudio in web browser...
Tuesday, September 25, 2012
Ten-Frame Math
with 10 (5+5) boxes with dots. This is related to "Singapore Math Method",
that is now being adopted across USA also.
www.tenframesystem.com
Sunday, September 23, 2012
Stanford "Class2Go"
Stanford Class2Go - Coming Soon:
"Videos from Stanford professors with interactive in-video quizzes give you a chance to learn from Stanford professors and then practice what you've learned.
Formative and summative exercises built on the Khan Academy's exercise framework provide new formats for taking your learning to the next level.
..."
Innovation: image index of videos (snapshots for faster locating content).
Udacity has very short video segments, but no image index.
That is, not by default. With my own "Explorer" for it has it :)
Browse an image index to find specific topics and quizzes within videos
7 Google Maps API Alternatives
"Google's Map API is one of the most popular JavaScript libraries on the web, used by more than 350,000 websites. And with good reason – it's powerful and for six years was absolutely free.
...
in October 2011 when its announced it would start charging the heaviest users of Google Maps
Google's price was quite high – $4 per thousand map views
...
By June, Google realised it had priced its maps too high and was in danger of losing most of its potential paying customers, so it dropped the price by 88% to 50 cents per thousand views. But the damage had been done. Other vendors and open-source solutions had already attracted attention as reasonable alternatives."
Saturday, September 22, 2012
CSS3 rotate (transform property)
div {
transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-moz-transform:rotate(7deg); /* Firefox */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
}
Windows 8: Designing UX for apps
Microsoft is very serious about "re-imagining" Windows. The Windows 8 ("Metro", "Modern", "Store") apps have strict guidelines how they should look and behave. Current design is result of long and deliberate process... possibly even some inspiration...
Anyway, when apps are submitted to Windows Store they are evaluated to make sure the intent of Windows designers is preserved. The "Wild West" attitude that was a hallmark of Windows for long time is left to Android to struggle or prosper with...
Designing Windows 8, or how to redesign a religion
Developer downloads for programming Windows Store apps
- Have a Vision: The most important part of designing a Windows Store app is
determining what the app will be great at. - Design guidance for Windows Store apps
Windows 8 Product Guide for Developers
Microsoft design principles:
The Microsoft design style puts content before chrome and helps you build attractive, easy-to-use apps that will delight your customers with their intuitive and common interaction model. Some principles common to great Windows Store apps include:
Some more marketing speak...
Embracing these principles makes your app more usable, increases its visual appeal, and helps you deliver an experience that’s consistent and familiar to your users.
Windows 8 represents the single biggest platform opportunity available, and business terms of the Windows Store represent a developer-first point of view. The registration fee for individuals is $49 USD, with a $99 USD fee for companies. The revenue share is 70%, but when an app achieves $25,000 USD in revenue—aggregated across all sales in every market—that changes to 80% revenue share for the rest of the lifetime of the app.
SketchUp left Google
Official SketchUp Blog: A new home for SketchUp
April 26, 2012:
"SketchUp team and technology will be leaving Google to join Trimble."
iPhone 5 A6 chip appears to show 3 GPUs, 2 CPUs
Preliminary benchmarks show roughly twice the performance of Apple's A5.
Don’t Count Samsung Out - NYTimes.com
Its handset profits, fueled by the introduction of its high-end Galaxy S III model in May, leapt 75 percent over the previous year. Samsung’s stock has gained over 65 percent in the last year
Samsung had 24.1 percent of the global handset market compared with Apple’s 6.4 percent at the end of the last quarter. Samsung also had a commanding lead in the lucrative smartphone market: 32.6 percent compared with Apple’s 16.9 percent, although the gap is likely to narrow because of the iPhone 5’s introduction.
Friday, September 21, 2012
Erlang, pros and cons
Erlang programming language was controversial since it was created in Ericsson,
as super-reliable platform for telephone exchange devices.
With syntax of Prolog, and unique semantics similar to Lisp,
it was a puzzle for everybody. Yet, it has proven to be so reliable,
that they could not even measure downtime. No downtime for years.
There is another side-effect of Erlang's simple functional design: it is very optimal
for parallel processing. So, the language is recently re-discovered, and used in some
prominent projects, including CouchDB.
For example, a "process" in Erlang takes about KB of memory,
and a "thread" in .NET takes about MB of memory. And Erlang process provides insulation of data,
and .NET (or Java) thread does not. Huge difference.
After initial success, the other side of Erlang become evident: it is not very efficient
for common tasks such as processing text. For document-oriented database that could be a problem.
In particular when competition tools, usually written in C/C++ are more efficient.
So, CouchDB creator is on his new quest, to port portions of the system to C/C++,
and keep Erlang for what is it good for.
This presentation provides nice overview of pluses and minuses of Erlang.
The conclusion is that "strange syntax" is main reason for relatively small adoption,
and consequently lack of investment (and results) in performance optimization.
Erlang, the Language from the Future?
Presented by Damien Katz on Aug 28, 2012
Damien Katz Abandons Apache CouchDB, Continues with Couchbase Server
What Sucks About Erlang by DAMIEN KATZ
On the other side, some people try to take "right tool for the job", and are attempting to use
Erlang for coordination and monitoring other tools.
podcast: Alex Robson about polyglot programming @ .NET rocks
In Erlang, "failure" is "normal" and planned for. Each process is designed to detect and handle
failure of monitored processes, and "tree" of processes is self-healing, where failed processes are detected and replaced automatically. Since there is no shared state, only messaging, it is not hard to scale system, and make it reliable...
...
.NET 4.5 Versioning and Multi-Targeting
Making sure that correct version of .NET is installed on Windows is a constant struggle...
Even on Windows 8 (Desktop) this is not easy for .NET apps...
Thursday, September 20, 2012
MakerBot New 3D Printer
Replicator 2 — available for $2,199 for the lower-end model
...
Altogether, MakerBot, founded in 2009, has in just three yeas sold over 13,000 of its four generations of printer models and as of 2011 had over 20 percent of the entire market share of the nascent industry, according to company documentation.
Google 2-step account verification
Whenever you sign into Google you'll enter your username and password as usual.
Next, you'll be asked for a code that will be sent to you via text, voice call, or our mobile app.
*You can choose when we ask for a code, either every time you sign in or only when you sign in from a new device."
Wednesday, September 19, 2012
Creating a Simple Windows 8 Game with JavaScrip
by Chris Bowen, a Principal Technical Evangelist with Microsoft,
based in the Boston area and specializing in Windows 8 development.
Monday, September 17, 2012
SOLID software design principles
"In computer programming, SOLID (Single responsibility, Open-closed, Liskov substitution, Interface segregation and Dependency inversion) is a mnemonic acronym introduced by Michael Feathers for the "first five principles" identified by Robert C. Martin[1][2] in the early 2000s[3] that stands for five basic principles of object-oriented programming and design"
S.O.L.I.D introduced: Design Principles and Design Patterns, by Robert C. Martin, www.objectmentor.com (known as "Uncle Bob")
InfoQ presentation: SOLID Software and Design Patterns for Mere Mortals
S SRP
Single responsibility principle
an object should have only a single responsibility.
O OCP
Open/closed principle
“software entities … should be open for extension, but closed for modification”.
L LSP
Liskov substitution principle
“objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program”. See also design by contract.
I ISP
Interface segregation principle
“many client specific interfaces are better than one general purpose interface.”[5]
D DIP
Dependency inversion principle
one should “Depend upon Abstractions. Do not depend upon concretions.”[5]
Dependency injection is one method of following this principle.
SharePoint 2013
Carl and Richard talk to Sahil Malik about the upcoming 2013 edition of SharePoint. Sahil digs into the new features in 2013, including better workflows, content management and performance - document updates send only the deltas to SQL Server! The conversation turns to the new app model in SharePoint 2013, its power and potential for exploitation. Sahil finishes up talking about the cloud, search and mobile features. Sharepoint 2013 is a great step forward!
Origins of the Universe of the Human Race
"Dr. Simon Singh on The Origin of the Universe and
Dr. Spencer Wells on the Origin of the Human Race."
book: The Journey of Man: A Genetic Odyssey
Genetic Legacy of Genghis Khan
Genghis Khan, the fearsome Mongolian warrior of the 13th century, may have done more than rule the largest empire in the world; according to a recently published genetic study, he may have helped populate it too.
An international group of geneticists studying Y-chromosome data have found that nearly 8 percent of the men living in the region of the former Mongol empire carry y-chromosomes that are nearly identical. That translates to 0.5 percent of the male population in the world, or roughly 16 million descendants living today.
SQL Server 2012 Hardware
"Microsoft changed the licensing of SQL Server in 2012 to per-core rather than per-socket, suddenly making SQL Server much more expensive if you've gone to lots of cores. Glenn talks about how to assess your workload to know if you need as many cores as you currently have, why you shouldn't upgrade in place and use old hardware for SQL Server 2012 and the differences between Intel and AMD CPUs in this new world."
Saturday, September 15, 2012
Free Courses HTML5, ASP.NET Web API, Knockout.js, jQuery
- Single Page Apps with HTML5, Web API, Knockout and jQuery
- Building HTML5 and JavaScript Apps with MVVM and Knockout
Supercomputer from Legos and Raspberry Pi's
"How do you turn a 700MHz mini system into a supercomputer?
You use 64 of them and mount them in a rack made out of Legos.
It took a team of computer scientists from the University of Southampton in the U.K., led by Professor Simon Cox, to build the supercomputer. Named Iridis-Pi, the system cost just over $4,000 to put together."
Hadoop: Scalable Infrastructure for Big Data
Hadoop: Scalable Infrastructure for Big Data:
"Parand Tony Darugar overviews Hadoop, its processing model, the associated ecosystem and tools, discussing some real-life uses of Hadoop for analyzing and processing large amounts of data. "
Friday, September 14, 2012
Apple: more Profits, less R&D
"Apple spends far less than its rivals on research and development? Despite all its bluster about "innovation," Apple devotes a paltry 2 percent of revenue to R&D, versus 14 percent at Google and Microsoft and 6 percent at Samsung. In terms of absolute dollars, Google spends twice as much as Apple on R&D, though it has one-third the revenues. Microsoft spends three times as much as Apple, but has half as much revenues. Samsung's revenues are about the same as Apple, but the Korean company spends 3.5 times as much on R&D.
No wonder Apple makes such an amazing profit. The overall net margin may be 28 percent, but on phones, Apple makes 38 to 42 percent,"
Windows 8 Camp in a Box
Windows Camps Schedule
"Modern Style" Apps, "fast and fluid", "content before chrome"...
Win-C, Win-Tab
Thursday, September 13, 2012
Entity Framework Code First Migrations
Code First Migrations has two primary commands.
- Add-Migration will scaffold the next migration based on changes you have made to your model since the last migration was created
- Update-Database will apply any pending migrations to the database"
Tools –> Library Package Manager –> Package Manager Console
Essentially, every change in Model needs to be manually registered by a (tool generated) code,
and that code is then run as needed when app is started.
Wednesday, September 12, 2012
iPhone 5: Boring and Amazing
"The iPhone 5 is the greatest phone in the world.
...
And yet it is also so, so cruelly boring."
Same as every new generation of Mercedes, favorite car of late Steve Jobs,
is great, improved, and boring, so is every new iPhone now...
Dependable, safe choice, exact opposite of "rebel" image that made Apple famous.
Not to mention totally closed, controlled, system, that would make old IBM proud,
the one that Apple was so firstly fighting in its early days...
Tuesday, September 11, 2012
Monday, September 10, 2012
Review: $35 Raspberry Pi - MIT Technology Review
You can get a lot for $35 these days. It bought me what looks like a credit card-sized James Bond gadget prototype, but is actually a fully functional computer. It has an ARM processor like those in many cell phones, 256 megabytes of RAM, a wired network connection, two USB ports, an HDMI video connection, and a graphics coprocessor able to decode a Blu-ray DVD. It's powered by a cell-phone charger and is intended to revolutionize technology education by helping to create a new generation of hackers and makers
Building Windows Store App, with Cloud Services
Building an End-to-End Windows Store App - Part 2: Integrating Cloud Services - Somasegar's blog - Site Home - MSDN Blogs
Part 1
Saturday, September 08, 2012
Single Page (Web) Apps
In an SPA, either all necessary code – HTML, JavaScript, and CSS – is retrieved with a single page load,[1] or partial changes are performed loading new code on demand from the web server, usually driven by user actions. The page does not automatically reload during user interaction with the application, nor does control transfer to another page. Updates to the displayed page may or may not involve interaction with a server.
Building Single Page Apps with Knockout, jQuery, and Web API - Part 1 - The Story Begins - John Papa
Rich Hickey (Clojure) Datomic: Database as a Value
Rich Hickey is the creator of the Clojure programming language.
Recently, he also created a new type of database, Datomic.
Datomic is a database of flexible, time-based facts, supporting queries and joins, with elastic scalability, and ACID transactions. It is implemented in Clojure.
This talk happened at GOTO Chicago Functional Programming Night, sponsored by Dave Thomas.
Rich and Erik Meijer discussing Clojure and Datomic.
Read the "Out of the tar pit" paper Rich mentions at the beginning of the talk.
Rich Hickey - The Database as a Value
Abstract:
Proponents of functional programming tout its many benefits, most of which are available only within a particular process, or afforded by a particular programming language feature. Anything outside of that is considered I/O, dangerous and difficult to reason about. But real systems almost always cross process and language boundaries, and most require, crucially, a very gnarly bit of shared state - a database. In this talk we will examine how Datomic renders the database into that most prized and easy-to-reason-about construct, a value, and makes it available to multiple processes in multiple languages, functional and not.
Along the way, we'll discuss the importance of immutability and time in representing information, the reification of process, and the mechanisms of durable persistent data structures. No knowledge of functional programming is required.
Datomic overview
Brian Eno - Microsoft Windows 95 Theme - YouTube
Brian Eno "... received a brief from Microsoft with “about 150 adjectives” to desribe the desired noise. “The piece of music should be inspirational, sexy, driving, provocative, nostalgic, sentimental…” said Eno.
…And then at the bottom it said ‘and not more than 3.8 seconds long.’”
Intel Ivy Bridge Ultrabook
Intel to sell Laptops (Ultrabook)!
MacBook Air - lite (3lb), touch-screen, i7 CPU, Intel SSD...
Intel is making most of components of modern computers, why not sell them assembled.
They have also created "Ultrabook" marketing category, so this will be a reference machine.
Scott Hanselman, as well as Jesse Liberty have received pre-release machines for testing,
and they are sharing their experiences as (very much respected by community) developers.
I think this is great. Amazon, Microsoft, Google, Intel, now all making end-to-end
machines and solutions... with focus on UX (User Experience).
Good job, Steve Jobs... Apple has fundamentally changed IT industry.
Now we just need to figure out how to create a universal Web Apps platform
that runs on anything: mobile, laptops, TVs, enterprise and cloud servers...
10 Insanely Essential Utilities That Made It To My Windows 8 Slate by Jesse Liberty.