Feed osnews OSnews

Favorite IconOSnews

Link https://www.osnews.com/
Feed http://www.osnews.com/files/recent.xml
Updated 2024-11-24 12:32
Cyanogen Inc. is undergoing major layoffs, may "pivot" to apps
We're hearing from multiple sources that Cyanogen Inc. is in the midst of laying off a significant portion of its workforce around the world today. The layoffs most heavily impact the open source arm of the Android ROM-gone-startup, which may be eliminated entirely (not CyanogenMod itself, just the people at Cyanogen Inc. who work on the open source side).[...]We have been told by several sources [ed. note: confirmed by Re/code] that the company plans to undergo some sort of major strategic shift, with one claiming that this involves a "pivot" to "apps." Quoting myself, early this year: "Don't buy into Cyanogen. Just don't."Cyanogen, Inc. has been misleading, grandiose, megalomaniac. I wish the people who got laid off all the best in the troubling weeks and months ahead, but I shed no tear for the megalomaniac, misleading, and arrogant way this company conducted its business.
Unique SNES-CD prototype fixed
Back in the early '90s, a number of game consoles of the time got CD-ROM based add-ons, such as the the Mega-CD for the Mega Drive (or Sega CD and Genesis, respectively, in North-America). Nintendo wanted in on this trend as well, and in cooperation with Sony - which already made several of the SNES' chips - Nintendo explored the idea of a CD-ROM based add-on for the SNES. The plan was for the device to be connected to the SNES using the 28-pin expansion port located underneath the SNES.The device - called the SNES-CD or Nintendo Play Station - eventually morphed into a single unit capable of playing both SNES games and new disc-based games, all in a single package. It never made it to market, though, and only 200 or so prototypes were ever made, which all seemingly were destroyed, or so the story goes. Sony took what it learned during its stint with Nintendo, and in 1994, unveiled the PlayStation.Until in 2015, Terry and Dan Diebold by pure luck stumbled upon one of the presumed lost prototypes - probably the rarest console in existence. The SNES part of the device was in working condition (mostly), but the CD-ROM part was void of any signs of life. It seemed like the Nintendo Play Station would continue to hide its secrets.That is, until now - Ben Heck has managed to fix the SNES-CD, and get it back into working order. The entire process is chronicled in two videos. In the first video, Heck takes the SNES-CD apart and analyses its insides, trying to figure out what each chip and component does. In the second video, the real magic begins - fixing the device.I'm not going to spoil why, exactly, the device didn't work - it's too good of a story and too much of a fun surprise to spoil upfront. Grab something to drink, and enjoy an hour of delicately poking at the insides of one of the rarest pieces of technology.
Assessing IBM's POWER8
It is the widest superscalar processor on the market, one that can issue up to 10 instructions and sustain 8 per clock: IBM's POWER8. IBM's POWER CPUs have always captured the imagination of the hardware enthusiast; it is the Tyrannosaurus Rex, the M1 Abrams of the processor world. Still, despite a flood of benchmarks and reports, it is very hard to pinpoint how it compares to the best Intel CPUs in performance wise. We admit that our own first attempt did not fully demystify the POWER8 either, due to the fact that some immature LE Linux software components (OpenJDK, MySQL...) did not allow us to run our enterprise workloads.Hence we're undertaking another attempt to understand what the strengths and weaknesses are of Intel's most potent challenger. And we have good reasons besides curiosity and geekiness: IBM has just recently launched the IBM S812LC, the most affordable IBM POWER based server ever. IBM advertises the S812LC with "Starting at $4,820". That is pretty amazing if you consider that this is not some basic 1U server, but a high expandable 2U server with 32 (!) DIMM slots, 14 disk bays, 4 PCIe Gen 3 slots, and 2 redundant power supplies.Classic AnandTech. This is only part 1 - more parts are to follow.
Fun with the Windows Subsystem for Linux
In this post, I m going to show you a few of the features of WSL that I personally find very interesting, as well as point you to some resources to help you learn more. First, I'll show the integration of staple commands like ssh for working with Linux servers and devices. Second, I'll demonstrate the ability to use Bash scripting to automate tasks in a very natural way. Third, I'll have a little fun with the great command-line compilers, other tools and the *nix compatibility offered, and play a little NetHack. Finally, I'll show you the ability to use existing Python and other scripts available on the web.
France orders Microsoft to stop tracking Windows 10 users
France's data protection commission has ordered Microsoft to "stop collecting excessive user data" and to stop tracking the web browsing of Windows 10 users without their consent. In a notice published on Wednesday, the CNIL said that Microsoft must also take steps to guarantee "the security and confidentiality" of its users' personal information, after determining that the company was still transferring data to the US under the "Safe Harbor" agreement that an EU court invalidated in October. Microsoft has three months to comply with the orders, the CNIL said.I was reminded of just how much stuff Microsoft tries to collect earlier today - I had to reinstall Windows on my workstation because my SSD had mysteriously died yesterday, and the number of things you have to turn off is just crazy.
"Can someone explain the origin of the OS/2 table's name?"
In a discussion at TypeDrawers, Greg Hitchcock (from Microsoft) shares a bit of the history regarding OS/2 table's name in the TTF font format:Because the design of fonts between OS/2 and Windows was very similar (the same folks at Microsoft did most of the graphics for both OS/2 and Windows - with some input from IBM based on their FOCA values) we decided to consolidate the OS/2 and WIN tables into just one table - OS/2. This is why the spec says "...a set of metrics that are required by OS/2 and Windows." The parting with IBM occurred later in 1990. Microsoft had already made enough fonts using the OS/2 table that we decided it would be too expensive to rename the table to the WIN table.[...]Ultimately the OS/2 table has become somewhat of a catch-all for additional bits of data, which is why we are now on the 6th version of the table.
EFF lawsuit takes on DMCA Section 1201
The Electronic Frontier Foundation (EFF) sued the U.S. government today on behalf of technology creators and researchers to overturn onerous provisions of copyright law that violate the First Amendment.EFF's lawsuit, filed with co-counsel Brian Willen, Stephen Gikow, and Lauren Gallo White of Wilson Sonsini Goodrich & Rosati, challenges the anti-circumvention and anti-trafficking provisions of the 18-year-old Digital Millennium Copyright Act (DMCA). These provisions -contained in Section 1201 of the DMCA - make it unlawful for people to get around the software that restricts access to lawfully-purchased copyrighted material, such as films, songs, and the computer code that controls vehicles, devices, and appliances. This ban applies even where people want to make noninfringing fair uses of the materials they are accessing. Great move.
The EFF is suing over one of the worst US copyright rules
The Electronic Frontier Foundation is attempting to overturn a US copyright provision that can stop people from doing anything from remixing videos to fixing cars. In a lawsuit filed today, it argues that the Digital Millennium Copyright Act's rules against circumventing copy protection - designed to stop people from pirating copyrighted works - places unconstitutional limits on free speech.Great move.
Windows File System Proxy: FUSE for Windows
WinFsp is a set of software components for Windows computers that allows the creation of user mode file systems. In this sense it is similar to FUSE (Filesystem in Userspace), which provides the same functionality on UNIX-like computers.Interesting project. They also provide details on how it works:WinFsp consists of a kernel mode FSD (File System Driver) and a user mode DLL (Dynamic Link Library). The FSD interfaces with NTOS (the Windows kernel) and handles all interactions necessary to present itself as a file system driver to NTOS. The DLL interfaces with the FSD and presents an easy to use API for creating user mode file systems.It's open source, using the AGPLv3 license.
Twitter has no obligation to protect your right to free speech
Twitter has banned one of its most notoriously contentious voices. On Tuesday evening, the microblogging service permanently suspended the account of [a notorious troll], a day after he incited his followers to bombard Ghostbusters star Leslie Jones with racist and demeaning tweets."People should be able to express diverse opinions and beliefs on Twitter," a company spokesperson said in a statement provided to BuzzFeed News. "But no one deserves to be subjected to targeted abuse online, and our rules prohibit inciting or engaging in the targeted abuse or harassment of others."With platforms like Twitter and Facebook having become the de-facto space where people come to voice their opinion and a central axis in world events - think the attack in Nice, the failed coup in Turkey, which effectively took place on Twitter and Facebook - a lot of people lose sight of what these platforms really are: glorified, very large and very popular online forums.There's no difference between that forum you run for the community of frog statuette collectors you're a part of on the one side, and Twitter on the other. If people on your forum post insulting messages, harass your fellow frog statue collectors, or send in waves of trolls to post racist, hateful, and abusive messages at them, you'd ban them, remove their comments, delete their accounts.Twitter is no different. Twitter, like your frog statuette collector forum, is a private enterprise, a personal space, where you set the rules regarding what's allowed and what isn't. I do the same here on OSNews. Banning people from your forum, from OSNews, or, indeed, from Twitter, is not a freedom of speech issue. The right to free speech protects you from the government, not from Twitter, forum moderators, or me deleting your hateful comment from OSNews. Or, for that matter, from deleting your perfectly valid and well-argumented comment (which I don't do, but you get the point). Platforms like Twitter may have become a popular forum for expression, but it has no more obligation to "protect" the "right to free speech" than you have the obligation to accept people walking into your house and saying hateful comments to you or your loved ones.Twitter and Facebook face huge problems with systematic abuse from trolls, and banning this particularly nasty troll is nothing more than lip service to a famous actress and comedian, and it does nothing to address the core problem the platform faces. Twitter might consider spending less time screwing over third party developers and creating nonsense nobody wants, and focus on the real problems many of their real users have to face every single day.
Exploring the App Store's top grossing chart
If you regularly browse the App Store's Top Charts most of these results would likely serve to confirm what you had already assumed. Most obviously, if you were to randomly pick an app from the Top 200 Grossing charts, chances are extremely high that you would pick a free app with IAPs and it would most likely be a game. But what is particularly suprising is the degree to which free apps with IAP dominate the charts with essentially no paid apps or no apps without IAPs.I guess the hollowing out and complete destruction of the indie development world was totally worth it.
Chinese takeover of Norway's Opera fails, alternative proposed
A $1.2 billion takeover of Opera Software by a group of Chinese internet firms fell through on Monday after failing to get regulatory approval in time, sending the Norwegian browser firm's shares to a seven-month low.The deal needed a green light from the United States and China, and one firm in the Chinese consortium said U.S. privacy concerns would have led to an investigation into some of Opera's products that risked delaying the acquisition for up to a year.I wonder what Opera really has to offer at this point - and I don't mean that as in, what does it have to offer as a browser to us as consumers, but what does it have to offer as a takeover target. I'm assuming the days of Opera Mini - which did well on things like the Wii - are over, so what's the package, here?
Toyota throws weight behind Linux patent protection group
You probably don't think of car companies as Linux and open-source supporters. You'd be wrong. Toyota, the world's largest car manufacturer, just joined the Open Invention Network (OIN), the largest patent non-aggression community in history.OIN was formed by IBM, Sony, Phillips, Red Hat, and Novell in 1995 to defend Linux against intellectual property attacks. OIN's plan, then and now, is to acquire Linux-related patents. It then shares them royalty-free to any organization that agrees not to assert its patents against Linux or its applications.It's worked.OIN now has more than 2,000 members. In the last 18 months, with the rise of open source and Linux in all technology businesses, OIN has doubled in size.The more companies join, the better. I had no idea OIN had been growing this quickly.
The history of the URL: path, fragment, query, and auth
In 1992 Tim Berners-Lee created three things, giving birth to what we consider the Internet. The HTTP protocol, HTML, and the URL. His goal was to bring 'Hypertext' to life. Hypertext at its simplest is the ability to create documents which link to one another. At the time it was viewed more as a science fiction panacea, to be complimented by Hypermedia, and any other word you could add 'Hyper' in front of.[...]There was a fervent belief in 1993 that the URL would die, in favor of the âURNâ. The Uniform Resource Name is a permanent reference to a given piece of content which, unlike a URL, will never change or break. Tim Berners-Lee first described the "urgent need" for them as early as 1991.Interesting history of the URL.
SoftBank Group nears deal to buy ARM Holdings
SoftBank is nearing a deal to acquire ARM Holdings, the British semiconductor company, said two people briefed on the matter who asked not to be named discussing private information.The deal would be the first large-scale, cross-border transaction in Britain since it voted to exit the European Union last month. ARM had been seen as a safe haven from the volatility surrounding âBrexitâ because its chip technology is used in mobile phones all over the world, with limited revenue derived from Britain.Remarkable news on such an early Monday morning. One of the larger purchases in the technology world, and of a core and extremely crucial company at that. I'm wondering if the major technology companies are okay with this deal, since many of them rely heavily on ARM's technology.
The Lexra Story
I worked for Lexra, a scrappy CPU company, now out of business. The Lexra story is filled with lessons about the business of selling microprocessors and semiconductor intellectual property. I have found many incorrect statements published about Lexra. I hope to set the record straight.
Apple PC sales fall below market
The latest numbers from market research firm IDC reveal that Mac sales experienced a slight year-over-year decline in the second quarter, dropping to 4.4 million from 4.8 million during the year-ago period.Given the past 5-7 years, it's very unusual to see Apple's PC sales doing far worse than the overall PC market.Then again, considering how Appple has been neglecting OS X for years now and will continue to do so for the foreseeable future, as well as the complete neglect all across the Apple PC product lineup - this really shouldn't come as a surprise.If Apple doesn't care about its PC business, why should anyone else?
Nintendo unveils NES Classic: new NES with HDMI, built-in games
Relive the 80s when the Nintendo Classic Mini: Nintendo Entertainment System launches in stores on 11th November. The classic NES is back in a familiar-yet-new form as a mini replica of Nintendo's original home console. Plugging directly into a high-definition TV using the included HDMI cable, the console comes complete with 30 NES games built-in, including beloved classics like Super Mario Bros., The Legend of Zelda, Metroid, Donkey Kong, PAC-MAN and Kirby's Adventure.The Nintendo Classic Mini: Nintendo Entertainment System comes packaged with an HDMI cable, a USB cable for powering the system*, and one Nintendo Classic Mini: NES Controller. And whether it's rediscovering an old favourite or experiencing the joy of NES for the first time, the fantastic collection of NES classics included with each and every system should have something for all players.It's a tiny little NES! A tiny little NES! With games built-in! Yes, I know there are tons of clones and emulators out there, but nothing beats a trustworthy product from the actual manufacturer. There's still a ton of things we don't know - is it an ARM chip with an emulator? An actual NES miniaturised? Does it have the ability to load new games? Is it hackable? - but this is a 100% instabuy for me.This thing is just too much of an adorable steal not to buy.
How (and why) FreeDOS keeps DOS alive
From a great interview with JImm Hall, founder of FreeDOS:Hall said there are three key categories of people who use FreeDOS: People looking to run classic DOS games, businesses that need to support legacy applications and developers building embedded systems.FreeDOS is a great project. DOS is still in use all over the place, and having it still actively developed means it'll be around for years to come.
Swift Playgrounds helps you learn to code, but it's no HyperCard
Sure enough, 45 minutes into the 2016 WWDC keynote, Tim Cook - not an SVP, but Tim himself! - unveiled Swift Playgrounds for iPad, "a new way to learn to code." Because I'd been thinking about it, I had my tweet ready: "I personally think a way to learn Swift is not what the iPad needs - it needs a 21st Century HyperCard. But letâs see."Later, John Gruber (whose Daring Fireball blog is to Apple what BBC Radio 4's Today show is to British politics) provided a glimmer of hope: "Swift Playgrounds = the new HyperCard?"Well, no, it turns out. It's not.I have an iBook G3 specifically for OS9, and one of the things I have installed on it and occasionally play with is HyperCard - an absolutely amazing and fascinating piece of technology that Apple should release as-is for iOS just for curiosity's sake.In any event, just like the full-blown IDE for iOS we talked about earlier, it's stuff like Swift Playgrounds that operating systems like iOS and Android really need if anyone ever wants to take them seriously as the future of computing.
Oracle VM VirtualBox 5.1.0 released
To enable organizations and developers to more easily and flexibly create and deploy on premises and cloud applications, we are pleased to announce the general availability of Oracle VM VirtualBox 5.1, the latest release of the world's most popular free and open source, cross-platform virtualization software.Not a huge release, but, while an Oracle product, it's a must-have in the toolbox of anyone interested in running and playing with older operating systems.
Apollo 11 source code released on github
From Engadget:The source code for Apollo 11's guidance computer has been available for a while (Google hosted it several years ago, for instance), but would you know how to find it or search through it? As of this week, it's almost ridiculously easy. Former NASA intern Chris Garry has posted the entire Apollo Guidance Computer source code on GitHub, giving you a good peek at the software that took NASA to the Moon. As Reddit users point out, it's clear that the developers had a mighty sense of humor -- line 666 of the lunar landing turns up a "numero mysterioso," and there's even a reference to radio DJ Magnificent Montague's classic "burn, baby, burn."Yes, it's been available for a while, but any moment to reflect on one of man's greatest technological achievements is a moment worth savouring.
"Antivirus products could let hackers hijack computers"
Symantec and Norton are among the most popular security tools, but the U.S. Department of Homeland Security warns of critical flaws that could pose great risks.A slew of corporate, government and personal computers are protected by Symantec, but are they really protected? Homeland Security believes there's reason to worry, and has issued a warning this week."Symantec and Norton branded antivirus products contain multiple vulnerabilities. Some of these products are in widespread use throughout government and industry," notes the alert. "Exploitation of these vulnerabilities could allow a remote attacker to take control of an affected system."My deep dislike and mistrust for antivirus peddlers and their shady business practices are known around these parts, so none of this obviously surprises me in the slightest. These are companies fooling otherwise fantastic websites like Ars Technica into publishing FUD articles about OS X/iOS/Android/Linux/BeOS/MULTICS eating all your documents and murdering your firstborn unlessyoubuytheirproductswhichareototallynotresourcehogsandreallyarentuselesspiecesofjunk, so I'm not surprised their products are insecure.Since I'm anything but oblivious to the irony of posting this story (in fact, it's one of the prime reasons to post this), be sure to read the source note from the U.S. Department of Homeland Security to make up your own mind.
Sega Saturn CD cracked after 20 years
A look into Dr Abrasive's lab and a super detailed behind-the-scenes of what it took to engineer a plug-in-flash-card for the Sega Saturn.Stop whatever you're doing (if at all safe), make a nice hot drink like coffee, tea, or some coco, sit down on the couch with your laptop or phone or whatever, get comfortable, turn down the lights, and enjoy 27 minutes of human ingenuity.Stuff like this brings the biggest smile to my face.
Replacing Google with microG
A common criticism of free-software projects built for Android is that they all too often rely not just on the frameworks and libraries that are part of the official Android Open Source Project (AOSP), but on the proprietary APIs implemented in various add-ons from Google - such as the Google Maps API or the Google Cloud Messaging message-broker service. Working around these Google-supplied components is not trivial, but there is at least one effort underway to provide a drop-in free-software replacement: microG.We talked about microG over two years ago.
Pokemon Go is a huge security risk on iOS
Let me be clear - Pokemon Go and Niantic can now:Read all your emailSend email as youAccess all your Google drive documents (including deleting them)Look at your search history and your Maps navigation historyAccess any private photos you may store in Google PhotosAnd a whole lot moreWhat's more, given the use of email as an authentication mechanism (think "Forgot password" links) they now have a pretty good chance of gaining access to your accounts on other sites too.This only applies to iOS, so Android users seem to have nothing to worry about. The fault lies with Niantic, so let's hope they fix it soon.
Warning: Pokemon GO is a death sentence if you are a black man
When my brain started combining the complexity of being Black in America with the real world proposal of wandering and exploration that is designed into the gamplay of Pokemon GO, there was only one conclusion. I might die if I keep playing.This week has proven he's not wrong.
Facebook Messenger deploys end to end encryption
Facebook Messenger has started rolling out Secret Conversations, a feature that enables end to end encryption for conversations within Messenger. Secret Conversations is built on Signal Protocol, a modern, open source, strong encryption protocol we developed for asynchronous messaging systems.Signal Protocol powers our own private messaging app, Signal. The protocol is designed from the ground up to make seamless end-to-end encrypted messaging possible and to make private communication simple. To amplify the impact and scope of private communication, we also collaborate with other popular messaging apps like WhatsApp, Google Allo, and now Facebook Messenger to help integrate Signal Protocol into those products.These are all good steps forward, trail-blazed by - at least among the big companies - Apple.
Facebook Messenger deploys Signal Protocol for end to end encryption
Facebook Messenger has started rolling out Secret Conversations, a feature that enables end to end encryption for conversations within Messenger. Secret Conversations is built on Signal Protocol, a modern, open source, strong encryption protocol we developed for asynchronous messaging systems.Signal Protocol powers our own private messaging app, Signal. The protocol is designed from the ground up to make seamless end-to-end encrypted messaging possible and to make private communication simple. To amplify the impact and scope of private communication, we also collaborate with other popular messaging apps like WhatsApp, Google Allo, and now Facebook Messenger to help integrate Signal Protocol into those products.These are all good steps forward, trail-blazed by - at least among the big companies - Apple.
Ars' iOS 10 preview
Some of my favorite operating system updates are ones that rethink longstanding parts of the user interface in intelligent ways, and iOS 10 seems to be shaping up into that kind of update. The lock screen has been newly modeled around TouchID, which was brand-new three years ago but practically omnipresent in iDevices today. The Today View has been broken up into a bunch of configurable widgets and merged with the Siri suggestions screen. Notifications are more versatile and pleasant to interact with. And Messages' improvements, while they won't be to everyone's taste, bring Apple's built-in app more in line with the current zeitgeist as represented by Slack or Facebook Messenger.There are more new features in iOS 10 - improvements to core apps like Photos, Music, and Health, tweaks to how the keyboard works, Apple Pay on the web, and a bunch of other minor changes - that we'll have more time to look at in our final review. But so far the majority of the changes are for the better. Old hardware is getting dropped, but that frees developers from worrying about actively supported devices with 512MB of RAM. The iPad isn't getting nearly the amount of love that it got from iOS 9, but in recent years Apple has been happy to dole out feature updates throughout the year in large point releases like it did in iOS 9.3. If performance on older devices and battery life are both up to snuff in the final release, most of my complaints will end up being pretty minor.Ars' iOS preview - always worth a read to know what's up with the new release.
macOS Sierra, iOS 10 public betas released
Today, Apple release the public betas of macOS Sierra and iOS 10. You need to enroll your device through the Apple Beta Software Program; you can always go back to the released versions, or keep using the betas until they update to the final versions once the time has come. As always, install them at your own peril - and for the love of Fiona, don't do it on devices you rely on.
Why Microsoft is betting its future on AI
Microsoft is proud of its work on AI, and eager to convey the sense that this time around, it's poised to win. In June, it invited me to its campus to interview some of Nadella's top lieutenants, who are building AI into every corner of the company's business. Over the next two days, Microsoft showed me a wide range of applications for its advancements in natural language processing and machine learning.The company, as ever, talks a big game. Microsoft's historical instincts about where technology is going have been spot-on. But the company has a record of dropping the ball when it comes to acting on that instinct. It saw the promise in smartphones and tablets, for example, long before its peers. But Apple and Google beat Microsoft anyway. The question looming over the company's efforts around AI is simple:Why should it it be different this time?I know we're just at the very beginning of this whole thing, but so far, I'm not particularly impressed with the fruits of all this AI work for us as end users. Things like Cortana and Siri generally just offer more cumbersome ways of doing something achieved quicker with other methods, and they demonstrate little to no "intelligence". Knowing I have a translation deadline at 15:00 and reminding me of it is not really intelligence; it's just a talkative alarm with an annoying attitude.Much like VR, this just needs way, way more technological progress and breakthroughs to really be what its name implies.
Continuous: C# and F# IDE for the iPad
Continuous gives you the power of a traditional desktop .NET IDE - full C# 6 and F# 4 language support with semantic highlighting and code completion - while also featuring live code execution so you donât have to wait around for code to compile and run. Continuous works completely offline so you get super fast compiles and your code is secure.Continuous gives you access to all of .NETâs standard library, F#âs core library, all of Xamarin's iOS binding, and Xamarin.Forms. Access to all of these libraries means you wonât be constrained by Continuous - you can write code exactly as youâre used to.It's absolutely baffling neither Apple nor Microsoft made this application. While I doubt this will suddenly make tablet-doubters such as myself take tablets seriously as the future of computing, it's exactly these kinds of applications that can really show what a platform is capable of. I'd love for applications like this to prove me wrong when it comes to the future of tablets.
Samsung is doomed
Ben Thompson, 8 July, 2014:Ultimately, though, Samsung's fundamental problem is that they have no software-based differentiation, which means in the long run all they can do is compete on price. Perhaps they should ask HP or Dell how that goes.Dan Frommer, 31 July, 2014:But we've seen this story before. This particular chart shows Nokia's adjusted closing price from the day Apple released the first iPhone, in 2007, to the day in 2013 when Microsoft announced it would acquire Nokia's struggling handset business.[...]For Samsung, there's no easy fix.Se Young Lee (and Ben Thompson again, curiously enough), 4 August, 2015:The coming years are set to be more somber for the South Korean tech giant, as it is forced to slash prices and accept lower margins at its mobile division in order to see off competition from rivals including China's Huawei Technologies Co Ltd and Xiaomi Inc in the mid-to-low end of the market.Behind Samsung's reality-check is the fact it is stuck with the same Android operating system used by its low-cost competitors, who are producing increasingly-capable phones of their own."The writing has long been on the wall for any premium Android maker: as soon as low end hardware became 'good enough,' there would be no reason to buy a premium brand," said Ben Thompson, an analyst at Stratechery.com in Taipei.Horace Dediu, 13 October, 2014:So the short answer is that Samsung needs to create new categories or businesses. The challenge for them is that they need to control the platform and service infrastructure. These are currently out of their control and Iâm not quite sure how they can regain that control.Fast-forward to today:Samsung Electronics' earnings guidance for the second quarter of 2016 show the company expecting to record its strongest profits in more than two years.[...]The results suggest Samsung's best quarterly performance since it made an 8.49 trillion won operating profit in early 2014 before entering a slump that it's only recently started to bounce back from. The figures are preliminary, though Samsung is usually accurate in its forecasting.Samsung is doomed.
The tyranny of messaging and notifications
It would be nice if, like most email services, these major and forthcoming messaging services could somehow interoperate in the same client of your choice, so they could all somehow learn your preferences and you could use a single scheme of settings and preferences to control their behavior (maybe you could "snooze" them) and their notifications. But that seems highly unlikely. Palm's webOS operating system had a feature something like this called Synergy, but it's defunct.Or, you know, Apple, Microsoft, Facebook, Google, etc. could come together and create a single, open, open source, standardised messaging platform for which everybody can make clients. They could, perhaps, call it "Extensible Messaging and Presence Protocol" or XMPP.Of course, that would require those companies actually giving a rat's bum about their customers, which they don't really do, so suck it up, Mossberg.
Update on the Louis Rossmann case
An update to the Rossman story we talked about earlier this week:I am told by my attorney that Apple & the firm like my channel, are fans of it, and are friendly.I am as surprised by this as any of you are.I'm still interested in the precise issue they have with the channel, as it isn't often customary for high end Manhattan lawfirms to reach out to me to tell me that they're fans. It is persistently clear that there is an issue they have with the content, but I don't know what it is yet. That in and of itself is bothersome and unnerving, but whatayagannado.Peculiar case.
"The single reason I trust Google with my data"
In any case, I tend not to worry too much. And I tend to not worry too much about all the digital data I hand over every minute of every day. That's not to say I don't care. I certainly do. And there are some companies I trust more than others. Cable company? Screw 'em. I'd unplug if I could. But I don't think I'm quite ready to subject my wife and kids to that. Cell carrier? They're only after one thing. (Except for when I'm on Project Fi. Those guys rock.)But Google? Google probably knows more about me than anyone. Probably more than I know myself. That's never been more apparent than when I scrolled through the first 100 pixels or so of the My Activity section on my Google account. Everything I've searched for. Apps I've used. Websites I opened. Destinations I've navigated to. All there, and pretty much in real time.There really seem to be two groups of people: those that value the openness of Google regarding the data it collects, giving you insight and control over it, and those that value the secrecy of Apple, trying to keep everything on your device in a way that it can't be tracked to you.The debate passes me by, because I treat my devices as if they are public devices; I don't put anything on there that I don't want other to see, read, or know about. A device is not my mind, so I don't treat it as such. I don't trust any company - Google, Apple, my carrier, or whatever - and I have enough understanding of technology to know that nothing connected to the internet is really private or safe.The idea of "trusting" a company with my deepest private data is wholly alien to me.
Victorians had the same concerns about technology as we do
We live, we are so often told, in an information age. It is an era obsessed with space, time and speed, in which social media inculcates virtual lives that run parallel to our "real" lives and in which communications technologies collapse distances around the globe. Many of us struggle with the bombardment of information we receive and experience anxiety as a result of new media, which we feel threaten our relationships and "usual" modes of human interaction.Though the technologies may change, these fears actually have a very long history: more than a century ago our forebears had the same concerns. Literary, medical and cultural responses in the Victorian age to the perceived problems of stress and overwork anticipate many of the preoccupations of our own era to an extent that is perhaps surprising.Fascinating look at how people were afraid of new technology over a century ago.
National organ donor registration comes to iPhone
Apple and Donate Life America announced today that, for the first time ever, iPhone users will be able to sign up to be an organ, eye and tissue donor right from the Health app with the release of iOS 10. Through a simple sign up process, iPhone users can learn more and take action with just a few taps. All registrations submitted from iPhone are sent directly to the National Donate Life Registry managed by Donate Life America. The ability to quickly and easily become a nationally-registered donor enables people to carry their decision with them wherever they go.There's a lack of donors in many, many countries, and relatively simple initiatives like this can do a lot to get people to sign up to be a donor and potentially save a lot of lives.Great initiative by Apple and Donate Life America.
BSD for Linux users
It's been my impression that the BSD communit{y,ies}, in general, understand Linux far better than the Linux communit{y,ies} understand BSD. I have a few theories on why that is, but that's not really relevant. I think a lot of Linux people get turned off BSD because they don't really understand how and why it's put together. Thus, this rant; as a BSD person, I want to try to explain how BSD works in a way that Linux people can absorb.While there's overwhelming similarity between the operating systems in most cases, there are also a lot of differences. As you probe more into the differences, you find that they emerge from deep-seated disagreements. Some are disagreements over development methodology, some over deployment and usage, some about what's important, some about who's important, and some about which flavor of ice cream is superior. Just comparing the surface differences doesn't tell you anything; it's the deeper differences that both explain and justify why each group does things the way they do.The article is undated, but I seem to recall it's actually quite old (2005-ish or so). Still, it's an interesting read.
Louis Rossmann's repair videos might get taken down
We talk a lot on this blog about why it's getting harder to fix electronics. Not just because of how those devices are designed, but also because a lot manufacturers don't want anyone to know how to fix them. And those companies can issue legal threats to keep repair information - like schematics and repair manuals - out of public view.It looks like Louis Rossmann, an independent Apple repair tech, is fending off a legal attack from one of those companies.[...]For context, Louis does board-level repairs of Apple laptops. You can't do that and you can't teach other people how to fix boards without circuit schematics - which he shows on his channel. Most electronics companies don't share schematics with the public. And certain companies might argue that showing schematics on video is a violation of their copyright. (Louis, by the way, was one of the most vocal supporters of a Right to Repair law in New York that would have protected independent repair techs and given them more access to repair information. Apple's lobbyists killed the bill before it could be voted on.)Happy 4th of July, America.
Warren slams tech companies for anticompetitive practices
[US senator Elizabeth] Warren had different beefs with Google, Apple and Amazon, but the common thread was that she accused each one of using its powerful platform to "lock out smaller guys and newer guys," including some that compete with Google, Apple and Amazon.Google, she said, uses "its dominant search engine to harm rivals of its Google Plus user review feature;" Apple "has placed conditions on its rivals that make it difficult for them to offer competitive streaming services" that compete with Apple Music; and Amazon "uses its position as the dominant bookseller to steer consumers to books published by Amazon to the detriment of other publishers.""Google, Apple and Amazon have created disruptive technologies that changed the world, and ... they deserve to be highly profitable and successful," Warren said. "But the opportunity to compete must remain open for new entrants and smaller competitors that want their chance to change the world again."Before we start, I strongly urge you to watch Warren's actual speech, instead of just reading the linked article. Warren explains clearly why the extreme consolidation and monopolisation in all manner of sectors in America is absolutely terrible for consumers, killing competition, dampening innovation, and maintaining high prices.Obviously, this entire speech is music to my ears. Warren is the obvious - and effectively inevitable - VP pick for Democratic nominee Hillary Clinton, meaning that if she were to beat the Republican nominee come November, the United States will have a Europe-style democratic socialist as vice-president. Obviously, this has the monopolistic US companies and their corporate cheerleaders shaking in their boots.Thanks to the unexpectedly successful Sanders campaign, Clinton is effectively forced to pick Sanders' friend and ideological compeer as her VP, directly threatening the free ride these companies have been getting for decades since the Reagan years, perpetuated by both Republicans and Democrats ever since. It won't be immediate - the VP position is more of a mindshare podium than one of policy-making - but it represents a huge shift in how the United States government and its politics treat the business world.There's a reason Tim Cook is raising money for Paul Ryan.
Windows 10 Anniversary Update coming August 2
The next major Windows 10 update, the Anniversary Update, is going to be released just slightly too late for its namesake event. The operating system first shipped on July 29, 2015. The Anniversary Update will come a few days after the first anniversary of that release, on August 2.You will install this update. Or else.
* Google is actively breaking my Android workflow *
Speaking of software sucks, take a look at this screenshot of Chrome for Android. Do you notice something out of the ordinary? While you look, let me give you a little history.Way back when Android Lollipop was released, Google introduced a feature called "merge tabs and apps" and enabled it by default for all Lollipop users. Basically, what it did was turn individual Chrome tabs into application windows in Android's application switcher. If you have an understanding of how Android works, this makes perfect sense; this turns tabs into full citizens of the Android application and intents workflow.Starting with - I think? - Android Marshmallow, Google turned the feature off, but kept it as an option in Google Chrome, so that those of us that liked it could turn it back on. Obviously, this was the first thing I always turned on when setting up any new Android device; it just makes sense from an Android perspective. It smooths out the workflow, and makes sure that tab management becomes a thing of the past; they are discarded just like other Android applications.Sadly, starting with Chrome 51, released a few weeks ago, the Android or Chrome or whatever team decided to remove the option altogether. The release notes stated:When Android Lollipop was released last year, we moved Chrome tabs to live alongside apps in Androidâs Overview app switcher. Our goal was to make it easier for you to switch between your open apps and websites. However, we heard from many of you that you could not find the tabs you created. This was especially difficult on phones that do not have a dedicated Overview button. While considering how to make Chrome work better for everyone, we brought the tab switcher back into Chrome so you can find your Chrome tabs in a single place. Look for a new way to manage your open tabs in coming releases.This single change has thoroughly ruined the way I use my phone. I now have upwards of 60 - and growing - "open" tabs, because the Chrome team wants me to manually keep track of and close every individual tab that gets opened while using Twitter, Facebook, WhatsApp, and other applications. I now have to keep track of not only running applications in the switcher, but also open tabs in the tab switcher, the latter of which can only be opened with a button in Chrome all the way at the top of my ginormous Nexus 6P display. The tab switcher itself, meanwhile, is a finicky clusterfuck of imprecise swipes and physics nonsense, making it all incredibly frustrating to use.Update: this paragraph was added later as clarification. In addition, if you tapped on a link in, say, Fenix (Twitter) and read the website in the tab and then pressed back, said tab was automatically closed. This automatic closing of tabs with the back button does not happen with the inferior new method, hence the asinine clutter build-up.Trying to switch to a specific tab I may have opened earlier in the day is an exercise in frustration now, since instead of just opening the application switcher and finding it a few swipes up (I don't use many applications), I now have to first find Chrome or launch it from my homescreen, find the tab switcher button all the way at the top, count to ten as I try to use the asinine tab switcher, and then hope I can find it somewhere among the more than 60 - and growing - "open" tabs and UI input lag caused by having to render all these tabs in that weird 3D space.As someone who keeps track of world news, things like UEFA Euro 2016, technology news, and so on, all throughout the day, I end up with countless interesting tabs that get opened on Twitter, other social media, instant messenger, and so on. The Chrome team has actively decided to break my workflow, and there's no way for me to get it back - probably just because instead of looking at the how or why, they just looked at their precious, precious user data, and called it a day.Looking to the future, with (freeform) windowing coming to Android, the change makes even less sense. Having tabs as part of the regular application switcher surely makes sense from a multitasking and multiwindow perspective, automatically giving Android users the ability to have multiple tabs side-by-side, in a way that is consistent with using other applications side-by-side. How are they going to implement this now? Will Android users have to deal with multiple Chrome windows, each with their own tab switcher? Where do tabs of closed windows go? What madness is this?I find solace in that I'm not alone. Countless friends have expressed their hatred for the removal of merge tabs and apps (I've seen some of my programmer friends with well north of 100 "open" tabs), and the Chrome for Android reviews in the Play Store are riddled with angry one-star reviews. Google's forums, too, are filled with angry users. I'm hoping the angry comments and one-star reviews will make the Chrome team reconsider and bring back the option to merge tabs and apps, the Only True Android Way⢠to manage tabs.I'm sure tons of people here will consider this whining, but imagine if you're a programmer, and someone randomly took away your ability to insert tabs, forcing you to use spaces instead (or vice versa). That twitch you feel? That's us right now, every time we use Android.For the first time in my life, I actually rated an application on an application store. Guess how many "stars" (why is it always stars?) I gave to Chrome for Android. Read more on this exclusive OSNews article...
Microsoft restores function of 'X' button on window
Microsoft officials said late on June 27 that the new update experience -- with clearer "upgrade now, schedule a time, or decline the free offer" - will start rolling out this week. Microsoft will also revert to making clicking on the red X at the corner of the Windows 10 update box dismiss the update, rather than initiate it, as it has done for the past several weeks.If you had told me only a few months ago that Microsoft would be putting out a press statement extolling how it made sure that the close button on a window frame actually closed the window instead of initiating something crappy people don't want, I'd have called you crazy.Why do we let software makers get away with producing crap? Why does software suck so much?
Microsoft draws flak for pushing Windows 10 on PC users
A few days after Microsoft released Windows 10 to the public last year, Teri Goldstein's computer started trying to download and install the new operating system.The update, which she says she didn't authorize, failed. Instead, the computer she uses to run her Sausalito, Calif., travel-agency business slowed to a crawl. It would crash, she says, and be unusable for days at a time."I had never heard of Windows 10," Goldstein said. "Nobody ever asked me if I wanted to update."When outreach to Microsoft's customer support didnât fix the issue, Goldstein took the software giant to court, seeking compensation for lost wages and the cost of a new computer.She won. Last month, Microsoft dropped an appeal and Goldstein collected a $10,000 judgment from the company.We accept so much crap from software makers, so it feels good if someone manages to get back at them for the terrible quality of software in general.
Announcing .NET Core 1.0
We are excited to announce the release of .NET Core 1.0, ASP.NET Core 1.0 and Entity Framework 1.0, available on Windows, OS X and Linux! .NET Core is a cross-platform, open source, and modular .NET platform for creating modern web apps, microservices, libraries and console applications.This release includes the .NET Core runtime, libraries and tools and the ASP.NET Core libraries. We are also releasing Visual Studio and Visual Studio Code extensions that enable you to create .NET Core projects. You can get started at https://dot.net/core. Read the release notes for detailed release information.
Dolphin 5.0 released
The long awaited Dolphin 5.0 release is finally here! After nearly a year of bug-hunting and handling the release process, everything has come together for our biggest release yet! The three previous releases followed a very distinct pattern: sacrifice performance, hacks, and features in exchange for higher accuracy. As such, Dolphin 3.0, 3.5, and 4.0 progressively grew slower. But thanks to the cleanups put forward throughout those releases, Dolphin 5.0 is the fastest Dolphin has ever been!By removing all of those hacks and outdated features while cleaning up the codebase, Dolphin has reached a new level of efficiency, powered by a revitalized dynamic recompiler. On the GPU side, OpenGL and D3D11 have seen tons of optimizations and accuracy improvements, and have been joined by a brand new D3D12 backend for huge performance gains. If there's a CPU or GPU extension that can make Dolphin faster, we take advantage of it.Dolphin is an incredibly impressive project - not just from a technological standpoint, but also from an organisation one. They post regular, detailed development updates, have in-depth release notes that are still entirely readable for laypersons such as myself, and you always learn a ton of new stuff following the project's progress.A great example of how to run a project like this. Don't forget to check out the release video with tons of side-by-side examples of the long list of improvements.
PowerNex: kernel written in D
PowerNex is a kernel written in the D Programming Language. The goal is to have a whole OS written in D, where PowerNex powers the core.Exactly what it is.
PowerNex: kernel written in the D
PowerNex is a kernel written in the D Programming Language. The goal is to have a whole OS written in D, where PowerNex powers the core.Exactly what it is.
...105106107108109110111112113114...