Monthly Archive:: November 2016

The linguistic evolution of ‘like’

Like LOL, like, entrenched in all kinds of sentences, used subconsciously, and difficult to parse the real meaning of without careful consideration, has all the hallmarks of a piece of grammar - specifically, in the pragmatic department, modal wing. One thing making it especially clear that the new like is not just a tic of heedless, underconfident youth is that many of the people who started using it in the new way in the 1970s are now middle-aged. People's sense of how they talk tends to differ from the reality, and the person of a certain age who claims never to use like "that way" as often as not, like, does - and often. As I write, a sentence such as There were like grandparents and like grandkids in there is as likely to be spoken by a forty-something as by a teenager or a college student. Just listen around the next time you're standing in a line, watching a talk show, or possibly even listening to yourself.

Great article.

Just goes to show how complex and deep language can be. This is a good, detailed article on the changing use of the word "like", which, despite its length, doesn't even touch upon another now-common use of the word "like" that has even transcended borders and languages: Facebook's "like", which has become a noun in several languages - including my own - and carries with it a new verb meaning: to click that particular Facebook button.

Facebook can and should wipe out fake news

Walt Mossberg:

So, yes, in my view, Facebook has a direct responsibility to get rid of fake news, and it cannot simply rely on its audience or others to shoulder the burden. I'm happy to see tools made available to readers that help report such trash, and happy that Facebook is working with third-party fact checkers. But the ultimate responsibility is Facebook’s.

Nobody wants Facebook to tinker with legitimate news and opinion - again, except for hate speech. But getting rid of purely fake news from purely fake sources is an eminently achievable task, especially for a well-funded, tech-savvy, huge media company serving nearly 2 billion people.

I've written about my thoughts on this subject before, but I want to make them clearer by presenting you with an example.

Consider this clip from Fox News' Bill O'Reilly.

Everything in this clip is not true. Everything said in that clip about Amsterdam and The Netherlands is literally - literally literally, not the fake kind of literally - made up. It's all lies. Flat-out, bold-faced lies. This is clearly, unapologetically, fake news.

Yet, I doubt people like Mossberg and other people who claim it's easy as pie for Facebook and Twitter to 'block' fake news would agree with me that Facebook should block this kind of news from their sites. Even though it's nothing but flat-out lies, it would not be considered 'fake news'.

And therein lies the problem with this whole outrage over 'fake news'. No matter how many times people say it's easy to separate real news from fake news, there's going to be so many edge cases to trip up generic algorithms, and it's simply not feasible to have human curation on sites as large in volume as Facebook and Twitter.

Is it really Facebook's job to solve for people's stupidity? In my view, it really isn't. On top of that, I somehow doubt the tech media would be as worked up over this as they are now had Clinton won the election - and all of you know my political leanings well enough by now to understand the value of me saying this.

Colour Maximite: single chip computer with full BASIC interpreter

The Colour Maximite is a small and versatile single chip computer running a full featured BASIC interpreter with 128K of working memory and eight colours on a VGA monitor.

It will work with a standard PC keyboard and because the Maximite has its own built in SD memory card and BASIC language you need nothing more to start writing and running BASIC programs.

You can either build it yourself, or buy a prebuilt kit. This seems like a great DIY project.

The fight against Ghost Push continues

Ghost Push has continued to evolve since we began to track it. As we explained in last year's Android Security report, in 2015 alone, we found more than 40,000 apps associated with Ghost Push. Our actions have continued at this increasingly large scale: our systems now detect and prevent installation of over 150,000 variants of Ghost Push.

Several Ghost Push variants use publicly known vulnerabilities that are unpatched on older devices to gain privileges that allow them to install applications without user consent. In the last few weeks, we've worked closely with Check Point, a cyber security company, to investigate and protect users from one of these variants. Nicknamed 'Gooligan', this variant used Google credentials on older versions of Android to generate fraudulent installs of other apps. This morning, Check Point detailed those findings on their blog.

As always, we take these investigations very seriously and we wanted to share details about our findings and the actions we've taken so far.

An interesting post by Adrian Ludwig, Android's security chief, on a site called "Google Plus".

Sailfish OS becomes mobile OS of choice for Russian government

Jolla Ltd., the Finnish mobile company and developer of open mobile operating system Sailfish OS today announced that Sailfish OS has been officially accepted as the only mobile OS in Russia to be used in governmental and government controlled corporations' upcoming mobile device projects. Jolla has also started discussions in China and South Africa about building local mobile OS ecosystems for the countries.

Good news for the company of course, but can someone from Russia shed some light on just how impactful this is? If you take the announcement at face value, it'd mean that starting from today, every new phone issued to a government employee in Russia will run Sailfish, but for some reason, that just seems implausible. What does it really mean?

HP 3000 Series 33: 16-bits of sapphire

When HP designed the 3000 series 30 using the processor from the HP 300 they had to make it compatible with previous HP 3000s and the HP MPE OS they ran. This entailed breaking down the MPE OS into 2 parts, those that were entirely software dependant, and those that were hardware dependant, and then writing the microcode to handle the hardware dependent part of the OS. Like the HP 300, the HP 3000 architecture is stack based, with the PCU chip holding 2 Top of Stack registers for fast access to the (off chip) stacks. The Series 30/33 have a total of 214 instructions while the HP 300 uses just under 200 instructions. Instructions are 32 bits long and typically

The exact same ICs are used for the HP 300 as for the Series 30/33 with 'one pin of each chip tied to a different voltage level.' Exactly what pin that is and what voltage is not said. Looking at the handdrawn schematic of the Series 33 does show the /DIS pin pulled high (12V) on both the RALU/RASS chips, though what that pin is for is unknown.

Snippet from a concise but dense and interesting article.

Apple’s new OS “activation” for Touch Bar MacBook Pros

I think it's safe to say the macadmin community has been hearing rumblings about the future of macOS administration. Whether it was Michael Lynn's excellent blog post, m(DM)acOS, APFS or even Sal Saghoian's position being axed, many macadmins (myself included) are worried about the future of macOS administration being a MDM only world.

What if the new TBP Macs were the first piece to this future?

An interesting technical look at what happens when one of the Touch Bar-equipped MacBook Pros can't find the embedded operating system running the Touch Bar, and what conclusions we can draw from that.

Microsoft is working on a new design language for Windows 10

Microsoft has made several adjustments to its design language over the last few years, starting with Windows 8 and evolving into what we now know as "Microsoft Design Language 2" or MDL2 in Windows 10. With MDL2 being the current design language used throughout Windows 10, Microsoft has plans to begin using a much more streamlined design language with Redstone 3, codenamed Project NEON.

No matter how many times you refine or change your design language, it won't magically make your apps stop sucking.

Unix history repository, now on GitHub

The history and evolution of the Unix operating system is made available as a revision management repository, covering the period from its inception in 1970 as a 2.5 thousand line kernel and 26 commands, to 2016 as a widely-used 27 million line system. The 1.1GB repository contains about half a million commits and more than two thousand merges. The repository employs Git system for its storage and is hosted on GitHub. It has been created by synthesizing with custom software 24 snapshots of systems developed at Bell Labs, the University of California at Berkeley, and the 386BSD team, two legacy repositories, and the modern repository of the open source FreeBSD system. In total, about one thousand individual contributors are identified, the early ones through primary research. The data set can be used for empirical research in software engineering, information systems, and software archaeology.

The project aims to put in the repository as much metadata as possible, allowing the automated analysis of Unix history.

Microsoft, Linux, patents, and tweets

Microsoft recently joined the Linux Foundation while still asserting its patents against the rest of the membership. As I found that odd, I tweeted some casually-calculated statistics about Microsoft’s patent revenues that seemed to me to simply be the aggregation of common knowledge. But maybe not - at least two respondents asked me to substantiate the figures. Having struck a nerve, this post is by way of explanation.

I, too, find it odd that Microsoft is now a 'higher' member of the Linux Foundation than, say, Red Hat, yet it still asserts its patents against various companies using Linux. It just doesn't sit right.

System76 Oryx Pro: Linux on a laptop has never been better

If you wanted a portable video editing workstation or a gaming machine you can take with you wherever you go, you'd be hard pressed to find more impressive specs from any manufacturer, let alone one that ships with Linux-compatible hardware like System76. So I mentioned to System76 that I wanted to test the Oryx Pro and compare it to the Dell XPS as a "developer" laptop. Frankly, the company was a little hesitant, pointing out that the two aren't really - aside from both shipping with Ubuntu installed - at all alike. And soon after the Oryx Pro arrived, I really understood just how different these machines area.

System76 has really become a household name in Linux circles for great machines with fantastic out-of-the-box Linux support.

The UK is about to wield unprecedented surveillance powers

The UK is about to become one of the world's foremost surveillance states, allowing its police and intelligence agencies to spy on its own people to a degree that is unprecedented for a democracy. The UN's privacy chief has called the situation "worse than scary." Edward Snowden says it’s simply "the most extreme surveillance in the history of western democracy."

The legislation in question is called the Investigatory Powers Bill. It's been cleared by politicians and awaits only the formality of royal assent before it becomes law. The bill will legalize the UK's global surveillance program, which scoops up communications data from around the world, but it will also introduce new domestic powers, including a government database that stores the web history of every citizen in the country. UK spies will be empowered to hack individuals, internet infrastructure, and even whole towns - if the government deems it necessary.

"Because while the truncheon may be used in lieu of conversation, words will always retain their power. Words offer the means to meaning, and for those who will listen, the enunciation of truth. And the truth is, there is something terribly wrong with this country, isn't there? Cruelty and injustice, intolerance and oppression. And where once you had the freedom to object, to think and speak as you saw fit, you now have censors and systems of surveillance coercing your conformity and soliciting your submission. How did this happen? Who's to blame?"

You can now try merged /usr in Debian

From the debian-devel mailing list:

debootstrap in unstable can now install with merged-/usr, that is with /bin, /sbin, /lib* being symlinks to their counterpart in /usr.

LWN.net published an article in January 2016 going into this then-proposed change.

Debian is the latest Linux distribution to consider moving away from the use of separate /bin, /sbin, and /lib directories for certain binaries. The original impetus for requiring these directories was due to space limitations in the first Unix implementations, developers favoring the change point out. But today, many of the services on a modern Linux system impose requirements of their own on the partition scheme - requirements that make life far simpler if /bin, /sbin, and /lib can be symbolic links to subdirectories within a unified /usr directory. Although some resistance was raised to the change, the project now seems to be on track to make "merged /usr" installations a supported option. And perhaps more importantly, the arguments favoring the merge suggest that many Debian developers would like to see that configuration eventually become the default.

Any steps to clean up Linux' FHS implementation - no matter how small - is cause for widespread celebration all across the land. Call it forth!

The BASIC issue with retro computers

When you have built your retro computer the chances are you’ll turn it on and be faced with a BASIC interpreter prompt. This was the standard interface for home computers of the 8-bit era, one from which very few products deviated. If you were a teenager plugging your family's first ever computer into the living-room TV then your first port of call after getting bored with the cassette of free educational games that came with it would have been to open the manual and immerse yourself in programming.

The trouble is, in the several decades since, 8-bit BASIC skills have waned a little. Most people under 40 will have rarely if ever encountered it, and the generation who were there on the living room carpet with their Commodore 64s (or whatever) would probably not care to admit that this is the sum total of their remembered BASIC knowledge.

10 PRINT "Hello World"
20 GOTO 10

If you have built a retro-computer then clearly this is a listing whose appeal will quickly wane, so where can you brush up your 8-bit BASIC skills several decades after the demise of 8-bit home computers?

When I was very, very young - I'm from 1984 - I did some very basic BASIC, mostly on an MSX, but I remember very little of it. BASIC programming didn't grab me as a kid, and as such, I never went down the programmer's path. Today, with an adult life with adult responsibilities, learning to program seems like such a daunting undertaking, for which I simply don't have the time.

Ben Thompson on fake news

Let me be clear: I am well aware of the problematic aspects of Facebook' s impact; I am particularly worried about the ease with which we sort ourselves into tribes, in part because of the filter bubble effect noted above (that's one of the reasons Why Twitter Must Be Saved). But the solution is not the reimposition of gatekeepers done in by the Internet; whatever fixes this problem must spring from the power of the Internet, and the fact that each of us, if we choose, has access to more information and sources of truth than ever before, and more ways to reach out and understand and persuade those with whom we disagree. Yes, that is more work than demanding Zuckerberg change what people see, but giving up liberty for laziness never works out well in the end.

Absolutely, 100% spot-on.

Microsoft’s x86 on ARM64 emulation: a Fall 2017 feature

Since January 2016 (and maybe before), there's been talk that Microsoft was working on bringing x86 emulation to ARM processors. Sources of mine are now saying that this capability is coming to Windows 10, though not until "Redstone 3" in the Fall of 2017.

Here's why this matters: Microsoft officials continue to claim that Continuum -- the capability that will allow Windows 10 Mobile devices to connect to external displays and keyboards -- is going to be a key for the company, its partners and its customers. There's been one very big limitation to Continuum so far, however: It only allows users to run Universal Windows Platform (UWP), and not full-fledged x86 apps.

What if an ARM64-based device could run x86 apps via emulation, the same way that the WOW (Windows on Windows) emulator allowed 32-bit apps to run on 64-bit Windows? That would make Windows 10 Mobile, which as of now, continues to support ARM only, and Continuum a lot more interesting, especially to business users who need certain Win32/line-of-business apps.

Quite compelling, to say the least. I've always considered the smartphone that turns into a full-fledged desktop when docked the holy grail of the mobile computing world, and I'm excited that Microsoft is still working on it.

They'll get it right eventually. Infinite monkeys and all that.

Beyond Nokia: a love story

With another wave of restructuring underway, which would see Nokia lay off tens of thousands of employees over the next few years, conversations like these and the close but remote relationship that the two had established might soon come to an end.

What they and their fellow Nokians needed was a way to stay in touch. And so, with little fuss or fanfare, Rentrop and Parumog set up the 'Beyond Nokia' Facebook group.

"It's a love story," says Sotiris Makrygiannis, who was previously director of applications and site manager of Nokia's Helsinki R&D center. "I've never seen such a large group of people adoring a company. It's remarkable. All these tens of thousands of people lost their jobs and instead of hating the company, actually admiring the company".

To understand why, Rentrop points me to Nokia's old company slogan: Connecting People. "It was not just a marketing phrase," she says, "for many members Nokia became a family". That sentiment is echoed in the hundreds of messages and photos currently being posted to the group every hour.

To this day, the demise of so much of Nokia is a black page in the EU's history. The deal with Microsoft should have never been allowed to go through, and there's definitely grounds for more thorough investigation into the history and circumstances of the deal. Of course, it's impossible to say if Nokia's smartphone arm would've survived with Android, but I'm quite confident the company would've faced far better odds.

As I said from the very beginning: the moment Nokia decided to share the bed with Microsoft, was the moment Nokia signed its own death warrant.

Apple abandons development of wireless routers

Apple Inc. has disbanded its division that develops wireless routers, another move to try to sharpen the company's focus on consumer products that generate the bulk of its revenue, according to people familiar with the matter.

Apple began shutting down the wireless router team over the past year, dispersing engineers to other product development groups, including the one handling the Apple TV, said the people, who asked not to be named because the decision hasn't been publicly announced.

Apple hasn't refreshed its routers since 2013 following years of frequent updates to match new standards from the wireless industry. The decision to disband the team indicates the company isn't currently pushing forward with new versions of its routers. An Apple spokeswoman declined to comment on the company’s plans.

You can pry my 2013 AirPort Extreme from my cold, dead hands. After a long string of terrible routers, I have nothing but positive experiences with it, and have zero intention of replacing it with anything else.

New OS from Kaspersky Labs

Kaspersky Labs has developed its own operating system for switches and other networking devices.

First, it's based on microkernel architecture, which allows to assemble 'from blocks' different modifications of the operating system depending on a customer's specific requirements.

Second, there's its built-in security system, which controls the behavior of applications and the OS's modules. In order to hack this platform a cyber-baddie would need to break the digital signature, which - any time before the introduction of quantum computers - would be exorbitantly expensive.

Third, everything has been built from scratch. Anticipating your questions: not even the slightest smell of Linux. All the popular operating systems aren't designed with security in mind, so it's simpler and safer to start from the ground up and do everything correctly. Which is just what we did.

More details will follow soon, the company promises.