Feed osnews OSnews

Favorite IconOSnews

Link https://www.osnews.com/
Feed http://www.osnews.com/files/recent.xml
Updated 2024-11-23 03:31
Flatpak is not the future
The current solutions involve packaging entire alternate runtimes in containerized environments. Flatpak, Snap, AppImage, Docker, and Steam: these all provide an app packaging mechanism that replaces most or all of the system’s runtime libraries, and they now all use containerization to accomplish this. Flatpak calls itself “the future of application distribution”. I am not a fan. I’m going to outline here some of the technical, security and usability problems with Flatpak and others. I’ll try to avoid addressing “fixable” problems (like theming) and instead focus on fundamental problems inherent in their design. I aim to convince you that these are not the future of desktop Linux apps. I fully agree. If you’re a Linux application developer, packaging your application up as an RPM and DEB is really all you need to do; you’ll cover by far the most desktop Linux users, and your code will most likely be packaged up by package maintainers of smaller package management systems as well. All these “solutions” just add additional layers of confusion, bloat, issues, and bugs that can be easily avoided by sticking to your distribution’s own package manager. I simply avoid any application packaged up in any of these formats – with the exception of Steam – and move on to something from a developer who does understand and care about desktop Linux.
Fun with Red Star OS
Let’s say you got your filthy hands on an ISO of Red Star OS Desktop 3.0 (like, 5 years ago but you forgot about it). The obvious next step is to install it on your main computer and give it access to the outside so it can spread love and goodness. Just kidding, install that motherfucker in a virtual machine (VirtualBox, VMware, etc), just because. These articles looking at North Korea’s Red Star OS pop up every few years, and they’re always a fun read.
You don’t have to play ‘League of Legends’ to enjoy the masterful animation of Netflix’s ‘Arcane’
If you’ve been putting off watching Netflix’s Arcane because you don’t play League of Legends, stop that right now. Friends, you’re missing out on some truly incredible animation. The first TV series from Riot Games and French animation studio Fortiche, created by Christian Linke and Alex Yee, Arcane landed on Netflix on Nov. 6, rolling out three episodes per week until the finale on Nov. 20. And while fans and players of League will find references, Easter eggs, and character signatures aplenty throughout the show, any viewer can jump into it and fully appreciate the series’ compelling story, nuanced characters, and unique, stunning animation style. To be clear: I don’t play League of Legends and I loved it. It’s a bit outside of the usual OSNews content, but Arcane is an absolute milestone in both animation and storytelling. It will be the benchmark all other animation studios will be compared to for years to come, and rightfully so. Yes, my fiancée and I both play League of Legends, but even if you don’t, Arcane is something you simply do not want to miss.
Podcast: OSNews’ David Adams talks tech and politics with Flux’ Matthew Sheffield
Flux is an independent online news source that covers politics, religion, philosophy, and technology, and the way that they intersect. I sat down with its founder, and talked about the state of the operating system world in 1997 when I started OSNews, and what has changed since then, both in the computing realm and in the political milieu that pervades our lives. We talked about Microsoft and Apple, UNIX and Linux, the rise and fall of general purpose computing, and how the rise of platforms based on hardware/software/marketplace ecosystems has changed the landscape for what makes an OS platform viable and relevant. You can read a transcript, listen to the podcast, or watch a video of our conversation This discussion is aimed at the more-mainstream audience of Flux’s Theory of Change podcast, but as you can tell from the conversation, Sheffield is a huge nerd and is very interested in discussions of computing, and how it intersects with politics. On that topic, he and I are laying the groundwork to collaborate on a regular podcast, a partnership between OSNews and Flux. I’d love to hear your advice and feedback on topics that you’d be interested in having us cover, people that you’d like to have us interview, or if you’d be interested in participating in some way, let me know.
Qualcomm has an exclusivity deal with Microsoft for Windows on ARM
Last week, we reported that MediaTek is planning to build a chipset for Windows on ARM. As it turns out, the Windows on ARM chipset space could be even hotter than that, because there’s a reason that we’ve only seen Qualcomm SoCs in ARM PCs so far. Qualcomm actually has an exclusivity deal with Microsoft for Windows on ARM, and speaking with people familiar with it, we’ve learned that the deal is set to expire soon. That certainly explains the dearth of Windows on ARM devices. Well, that, and the fact nobody wants Windows on ARM devices.
Nreal Light review: hardware is only half the battle
Nreal’s Light sunglasses, which Verizon will start selling later this month, are one of only a few consumer-focused augmented reality headsets. They’re an impressive technical feat: small for an AR or VR product, comparatively affordable at $599, and capable of full-fledged mixed reality that projects images into real space, not just a flat heads-up overlay like the North Focals. Unfortunately, Nreal’s software doesn’t fulfill its hardware’s promise. The Light is hampered by a bare-bones control scheme, a patchy app ecosystem, and a general user experience that ranges from undercooked to barely functional. Nreal may well have shown us the future of AR, but it seems disinterested in making the experience very pleasant. Everybody is talking about AR glasses being the next big thing after smartphones, but to me they feel deeply dystopian and creepy – for very, very little benefit over using a smartphone. I’m sure AR glasses will be very welcome in countless professional settings, but I’m not so sure it will be embraced by general consumers in everyday life.
Tesla server outage allegedly leaves owners unable to drive their cars
Based on several posts on Twitter, it seems that Tesla owners around the world are reporting not being able to connect their phone to their vehicle or, in some cases, not even being able to start the car. Tesla owners should be used to being beta testers.
Apple announces self service repair program, starting with iPhone 12 and 13
The Self Service Repair program will give customers who are comfortable with the idea of completing their own repairs access to Apple genuine parts, tools, and manuals, starting with the iPhone 12 and iPhone 13 lineups. The scheme will be introduced in phases, adding more repairs and supported devices over time. This is a major win for right-to-repair, and I’m very happy Aplpe caved to regulatory, shareholder, and public pressure. Momentum behind right-to-repair has been growing for years now, and it’s satisfying to see it bear fruit. Of course, we’ll have to wait and see if there’s any catch – insane NDAs, crazy high prices, little to no stock – but if not, this could be a model for other companies to follow.
IBM clears the 100-qubit mark with its new processor
IBM has announced it has cleared a major hurdle in its effort to make quantum computing useful: it now has a quantum processor, called Eagle, with 127 functional qubits. This makes it the first company to clear the 100-qubit mark, a milestone that’s interesting because the interactions of that many qubits can’t be simulated using today’s classical computing hardware and algorithms. But what may be more significant is that IBM now has a roadmap that would see it producing the first 1,000-qubit processor in two years. And, according to IBM Director of Research Darío Gil, that’s the point where calculations done with quantum hardware will start being useful. I feel like quantum computing is one of those things that will eventually have a big impact on various aspects of our world, but at this point, it’s far too complicated and early days to really make any predictions.
Rust on MIPS64 Windows NT 4.0
Well, I do all of my projects in Rust now. Even little scripts I’d usually write in Python I often find myself grabbing Rust for. I’m comfortable with using Rust for pretty much any project at this point, that I decided that for a long-ish term stream project (ultimately a snapshot fuzzer for NT), I would want to do this in Rust. The very first thought that comes to mind is to just build a MIPS executable from Rust, and just… run it. Well, that would be great, but unfortunately there were a few hiccups. Imagine that – running Rust code on Windows NT 4.0 on MIPS led to some hiccups.
Microsoft blocks EdgeDeflector to force Windows 11 users into Edge
Microsoft has already made it more difficult to switch default browsers in Windows 11, and now the company is going a step further by blocking apps like EdgeDeflector. Third-party apps like EdgeDeflector and even Firefox have offered workarounds to Microsoft forcing people to use Edge in Start menu search results, even if their default browser is not Edge. Microsoft has been forcing Windows 10 and Windows 11 users into Edge and its Bing search engine in the Start menu search results, and now with the new Widgets panel in Windows 11. It’s a frustrating part of Windows that doesn’t respect your default browser choice. EdgeDeflector lets you bypass these restrictions, and open Start menu search results in your default browser of choice. Clearly, this should be illegal.
FreeBSD quarterly status report 3rd quarter 2021
The third quarter of 2021 was quite active in lots of different areas, so the report covers a bunch of interesting work including but not limited to boot performance, compile-time analysis, hole-punching support, various drivers, ZFS raidz expansion, an update to the sound mixer, and many more. FreeBSD’s status reports are a great way to keep up to speed with the project’s progress.
Proof-of-concept work brings systemd to Ubuntu WSL
This week one of the more interesting WSL mentions is proof-of-concept work on using systemd within Windows Subsystem for Linux. Well known Ubuntu developers Didier Roche and Jean Baptiste Lallement of Canonical’s desktop team mentioned among their WSL work recently was “PoC of systemd on WSL at startup of an instance.“ I’m sure nobody will be unhappy with systemd making its way to WSL.
.NET 6 released
Welcome to .NET 6. Today’s release is the result of just over a year’s worth of effort by the .NET Team and community. C# 10 and F# 6 deliver language improvements that make your code simpler and better. There are massive gains in performance, which we’ve seen dropping the cost of hosting cloud services at Microsoft. .NET 6 is the first release that natively supports Apple Silicon (Arm64) and has also been improved for Windows Arm64. We built a new dynamic profile-guided optimization (PGO) system that delivers deep optimizations that are only possible at runtime. Cloud diagnostics have been improved with dotnet monitor and OpenTelemetry. WebAssembly support is more capable and performant. New APIs have been added, for HTTP/3, processing JSON, mathematics, and directly manipulating memory. .NET 6 will be supported for three years. Developers have already started upgrading applications to .NET 6 and we’ve heard great early results in production. .NET 6 is ready for your app. It’s available on Linux, Windows, and macOS.
MuditaOS: an open source e-ink mobile operating system
MuditaOS has been released as open source. This mobile operating system is designed specifically for the Mudita Pure e-ink mobile phone, and is based on FreeRTOS. Developing our mobile operating system has been a big challenge in the process of creating Mudita Pure. We came up with a beautifully designed E Ink mobile OS and open-sourced it to fully meet our users’ desire for quality and transparency. This is an interesting take on the minimalist feature phones that enter the market every now and then, but I always wonder what the market is for these things, and how long it takes for users to give in and grab their regular smartphone again. You can find the code on GitHub.
Sailfish OS 4.3.0 released
The headline improvement is one that was already trailed by Ville in his recent Sandboxing blog post. From now on, any app that defines an application profile will be automatically sandboxed. This is currently an opt-in process; any app that isn’t updated in this way will still run outside the sandbox. As a user this means you will start to see some third party apps bring up the sandboxing dialogue on first run. You should already be familiar with this from 4.2.0, in which the Jolla apps were already sandboxed. In 4.3.0 Suomenlinna you’ll start to see this more often. Users can of course still run apps however they want, but can feel more confident when running apps inside the sandbox. This is an important security advancement, and follows the roadmap Ville described towards having all apps sandboxed. We’ve been careful to increase security without compromising user-control, and we think you’ll appreciate the extra peace-of-mind that sandboxing brings. That’s a big new feature, and a welcome one, too. As usual, this new version also includes improvements to Sailfish’ Android application support and its web browser, among other things.
Google loses challenge against EU antitrust ruling, $2.8-bln fine
Alphabet unit Google lost an appeal against a 2.42-billion-euro ($2.8-billion) antitrust decision on Wednesday, a major win for Europe’s competition chief in the first of three court rulings central to the EU push to regulate big tech. Competition Commissioner Margrethe Vestager fined the world’s most popular internet search engine in 2017 over the use of its own price comparison shopping service to gain an unfair advantage over smaller European rivals. The shopping case was the first of three decisions that saw Google rack up 8.25 billion euros in EU antitrust fines in the last decade. Good.
Using Flutter to build a native-looking desktop app for macOS and Windows
Here, I will try to present another huge benefit of using Flutter desktop: the ability to build an app with a user interface that matches the underlying platform’s design standards. As you can see, Shortcut Keeper is built to be an adaptive app for desktops, boasting a different UI design for macOS and Windows, while using a single codebase. This has always been the holy grail of cross-platform development, and the screenshots here are relatively convincing.
AMD gives details on EPYC Zen4: Genoa and Bergamo, up to 96 and 128 cores
Since AMD’s relaunch into high-performance x86 processor design, one of the fundamental targets for the company was to be a competitive force in the data center. By having a competitive product that customers could trust, the goal has always been to target what the customer wants, and subsequently grow market share and revenue. Since the launch of 3rd Generation EPYC, AMD is growing its enterprise revenue at a good pace, however questions always turn around to what the roadmap might hold. In the past, AMD has disclosed that its 4th Generation EPYC, known as Genoa, would be coming in 2022 with Zen 4 cores built on TSMC 5nm. Today, AMD is expanding the Zen 4 family with another segment of cloud-optimized processors called Bergamo. As part of AMD’s Data Center event today, the company is showcasing that its 4th Generation EPYC roadmap will consist of two segments: Genoa, with up to 96 Zen 4 cores, and Bergamo, with up to 128 Zen 4c cores. Not only are we getting official confirmation of core counts, but AMD is disclosing that Bergamo will be using a different type of core: the Zen 4c core. Imagine how much faster I could translate on one of these.
Last of original SCO v IBM Linux lawsuit settled
While at the Linux Foundation Members Summit in Napa, California, I was bemused to find that an open-source savvy intellectual property attorney had never heard of SCO vs. IBM. You know, the lawsuit that at one time threatened to end Linux in the cradle? Well, at least some people thought so anyway. More fool they. But now, after SCO went bankrupt; court after court dismissing SCO’s crazy copyright claims; and closing in on 20-years into the saga, the U.S. District Court of Utah has finally put a period to the SCO vs. IBM lawsuit. I think we first mentioned the lawsuit on OSNews way back in 2003. The then-current version of the Linux kernel was 2.4/2.5.
LXQt 1.0.0 released
LXQt, the lightweight desktop environment based on Qt, has hit its 1.0.0 release, with tons of changes and improvements. Going through the changelog, we can see it’s based on the final LTS release of Qt 5, Qt 5.15, and sports new features across all of its components. The file manager has seen a lot of work, there’s now a do-not-disturb mode, there’s the usual Wayland improvements, and a lot more.
System76 reportedly developing their own Rust-written desktop, not based on GNOME
System76’s Pop!_OS Linux distribution already has their own “COSMIC” desktop that is based on GNOME, but moving ahead they are working on their own Rust-written desktop that is not based on GNOME or any existing desktop environment. Stemming from a Reddit discussion over the possibility of seeing a KDE flavor of Pop!_OS, it was brought up by one of their own engineers they are working on their “own desktop”. With GNOME curling up on itself more and more, this was inevitable. I’m curious to see what System76’s developer come up with, because interacting with some of them on Twitter has taught me they’re good people with good ideas. Since I’m not a developer I’m not going to make any comments on their use of Rust – I’ll leave that to our readers – but I like that it’s indented to be distribution-independent.
So what is “the metaverse”, exactly?
So is the metaverse the next big advance that will revolutionize the way we all connect with each other? Is it just a repackaging of existing technologies into a new catch-all concept? Or is it just the latest buzzword marketing term? The answer to that depends on what you mean by “metaverse”. If there’s ever been a buzzword that truly gets under my skin, it’s this one. It’s clearly manufactured and groomed by corporations, Facebook especially, to distract form that company’s massive problems, lousy reputation, and damaging effects on society, and yet, tech media gobble it all up. The metaverse is nothing. There’s nothing that exists today called “the metaverse” that’s any different from things that existed four years ago, or even eight years ago.
The Soviet 1801VM2 LSI-11 processor
The Soviet-made 1801VM2 CPU (a binary-compatible implementation of the PDP11 instruction set and QBUS interface) was developed in 1982. The 1801VM2 is a further development of the earlier 1801VM1 doubling the original 5MHz clock speed. From a constructive standpoint this CPU is a completely independent development. There’s a wealth of interesting computer technology in the former USSR, and it’s great to see more of it make its way online.
The Intel 12th Gen Core i9-12900K review: hybrid performance brings hybrid complexity
Overall though, it’s no denying that Intel is now in the thick of it, or if I were to argue, the market leader. The nuances of the hybrid architecture are still nascent, so it will take time to discover where benefits will come, especially when we get to the laptop variants of Alder Lake. At a retail price of around $650, the Core i9-12900K ends up being competitive between the two Ryzen 9 processors, each with their good points. The only serious downside for Intel though is cost of switching to DDR5, and users learning Windows 11. That’s not necessarily on Intel, but it’s a few more hoops than we regularly jump through. Competition is amazing.
The Common Desktop Environment (CDE) is still developed and modern in 2021
While playing around with the GUI on OpenVMS I was looking for CDE documentation and I found out CDE is still being developed and can be installed on modern linux. This quick post shows you how to install CDE on Debian 10 and includes a bit on compiling GENERIC TETRIS, the same program I installed on OpenVMS. I will forever stand by my article from 14 years ago and you can put on my gravestone that I truly think CDE is one of the best graphical user interfaces ever conceived. CDE was released as open source software about nine years ago, and is still being developed.
The Pioneer PX-V7: MSX over all?
To capture a composite video signal and display it on my computer’s output, I need to use an upscaler that converts to an HDMI signal, then an HDMI capture device which in turn communicates with my PC over USB. Then, I can overlay my stupid face over it and send it to Twitch or something. But what if it was 1984? Of course, Twitch wouldn’t exist, nor would HDMI. So what’s the next best thing? Ah, the MSX. Most people focus on how popular it was in Japan, but they rarely mention that, because of the involvement of the Dutch company Philips, the MSX was also remarkably popular in my country of origin, The Netherlands. Some of my earliest computer memories took place on an MSX at a friends’ place. The particular model of MSX in this article, however, is something entirely different from the kinds of MSX machines I ran into as a kid. This thing has a considerable number of tricks up its sleeves, and now I just know I’ll be spending considerable time on eBay.
Microsoft Edge reaches milestone on cross-platform journey: available on Linux today
A common request is your need for Microsoft Edge to span the breadth of operating systems in your environment. Last October, we made Microsoft Edge available on Linux in preview channels (Dev and Beta channels) and today, the browser is generally available for Linux via the stable channel. This milestone officially rounds out the full complement of major platforms served by Microsoft Edge through stable channel: Windows, Mac, iOS, Android, and now Linux. To use Microsoft Edge on Linux, users can download it from our website or retrieve it using the command line from a Linux package manager. I hear Edge is a decent browser, but I think it’s safe to assume it does its best to trick you into using Microsoft services. I really see no need for this in my Linux environment, especially since it’s just Chromium, and there are far, far better Google-free Chromium alternatives for Linux.
SerenityOS: year 3 in review
Today we celebrate the third birthday of SerenityOS, counting from the first commit in the git repository, on October 10, 2018. Previous birthdays: 1st, 2nd. What follows is a list of interesting events from the past year, mixed with random development screenshots and also reflections from other developers in the SerenityOS community. SerenityOS is simply a great project, with a good mindset, good people, and lots and lots of talent. These birthday posts are a great way to check if you’ve missed any of the developments around the project this year.
Trinity Desktop Environment R14.0.11 released
This release comes with improved support for user sessions on high resolution displays, new TWin styles (SUSE2 and DeKorator), some other new applications, improvements to ffmpeg support and video support in Kopete, a revamped weather bar for Konqueror, a working KNemo backend and various minor improvements and fixes to several long standing annoying bugs and crashes. It also adds support for Debian Bullseye, Ubuntu Impish, Fedora 34 and 35 and Arch distributions. We’ve been talking about Trinity for a while, but for the uninitiated – it’s a fork of the last KDE 3.5.x release, with upgraded bits, fixed bugs, and new features, made to run on modern distributions.
Looking for High Sierra
Some time ago, I thought it would be useful to understand exactly what is the difference between CD-ROMs recorded in the old High Sierra format versus the ISO 9660 standard. This was in part spurred by the fact that I have a number of CD-ROMs/images that use the High Sierra format (Microsoft Programmer’s Library, some IBM Developer Connection issues, OS/2 Warp 4, and more) that both macOS and Windows 10 refuse to mount. The other part of my motivation was the usual insatiable curiosity. I had no idea about the existence of this different format.
Pentium on a 386 motherboard
I was wondering what would be the ultimate upgrade for my 386 motherboard. It has a 386 CPU soldered-in, an unpopulated 386 PGA socket and a socket for either 387 FPU or 486 PGA or (might take a Weitek as well – not quite sure) and even might have a soldered-in 486SX PQFP. Plenty of options… But how about hacking a Pentium in? Nothing about this makes any sense, and yet, it’s just plain awesome.
Linux 5.15 released
As you’d expect, Linux 5.15 includes an impressive itinerary of improvements. These range from small fixes at lower levers through to major restructuring of core functionality. The following roundup highlights the additions that caught my interest/eye but is by no means an exhaustive run-through. The biggest new feature is the new NTFS driver, but there’s a lot more in this release, such as an in-kernel driver for SMB, and more Apple M1 support, to name a few.
Students don’t know what files and folders are, professors say
Strange as it may seem to older generations of computer users who grew up maintaining an elaborate collection of nested subfolders, thanks to powerful search functions now being the default in operating systems, as well as the way phones and tablets obfuscate their file structure, and cloud storage, high school graduates don’t see their hard drives the same way. As anyone who has had to sift through a relative’s landfill organization technique can attest, most people shouldn’t be in charge of organizing their files. The machine should sort files based on metadata about the file, and people can select options and provide search criteria to filter the data. We’re power users here, but even I rely on fd, locate, and ripgrep quite often. I guess this most surprising part is this is surprising. Computing is application focused. People open MS Office Word, Apple Pages, or LibreOffice Writer; they don’t open a file. Operating systems don’t have pluggable extensions which let people manipulate various file types; they have applications which run on them. On top of that, files and folders are a meta-construct so humans can grok filesystem semantics and, ultimately, blocks on a storage device.
Expanded Windows 11 app store comes to Windows 10 “soon”, available to testers now
Ars Technica: If you don’t want to (or can’t) run Windows 11 on your PC, the good news is that Microsoft will be providing at least a few app updates to Windows 10 to keep it feeling useful. One of those app updates is Windows 11’s revamped Microsoft Store, which is now available to Windows 10 users in the Release Preview Insider channel. The new Microsoft Store isn’t dramatically different from the old one in its design, though a few of the changes are clear improvements—viewing your app library and grabbing updates for the apps you already have installed happens on the same screen now, which is handy. But the real reason to install it is its dramatically improved app selection. Microsoft has loosened the rules for the kinds of apps that can be submitted to and downloaded from the store, and apps like Zoom, Discord, the VLC Player, Adobe Reader, the LibreOffice suite, and even the Epic Games Store are all available to download through the store. Once installed, the apps look and work the same way as the standalone versions. We’ll see how long it lasts, but I think it’s great that Microsoft isn’t just completely abandoning Windows 10 now that its successor is out the door. This new store is clearly a major improvement, and giving Windows 10 users access to it is not something they had to do.
Here is an easier way to install Google Play Store on Windows 11
A week ago we posted on a hack to install the Google Play Store and Google Play Services in Microsoft’s Windows Subsystem for Android (WSA) for Windows 11. That allows access to a much wider range of Android applications, vs the very small 50 app limited selection from the Amazon App Store. That process was pretty convoluted, however, including requiring the use of a Linux environment on Windows. Now the same team has created a somewhat simplified process using GitHub Actions to customise the WSA. If you’re on Windows 11 and would really like to run Android applications properly – instead of using the Amazon App Store – this is the way to go.
The ‘Dune’ screenplay was written in MS-DOS
In the brutal future of Frank Herbert’s Dune, computers are outlawed and high level computations are done by specially trained and bred humans called mentats. In Herbert’s world, there’s something elegant about old solutions to new problems. Good then that Oscar winning Dune screenwriter Eric Roth banged out the screenplay using the MS-DOS program Movie Master. Roth writes everything using the 30-year-old software. “I work on an old computer program that’s not in existence anymore,” Roth said in an interview in 2014. “It’s half superstition and half fear of change.” Roth wrote the screenplay for Dune in 2018 and explained he was still using Movie Master on a Barstool Sports podcast in 2020. That means Dune was written in an MS-DOS program. There’s really no reason to stop using software that you like, assuming you can make it secure and ensure your work is properly backed up. It’s trivial to set up a DOS environment, and it’s trivial to ensure not just the files you’re working on, but the entire DOS environment itself is backed up. This applies to many old and outdated platforms – there’s countless ways to virtualise, or to go on eBay and buy some original hardware.
Facebook changes its name to Meta
Facebook CEO Mark Zuckerberg announced Thursday at his company’s Connect event that its new name will be Meta. “We are a company that builds technology to connect,” Zuckerberg said. “Together, we can finally put people at the center of our technology. And together, we can unlock a massively bigger creator economy.” “To reflect who we are and what we hope to build,” he added. He said the name Facebook doesn’t fully encompass everything the company does now, and is still closely linked to one product. “But over time, I hope we are seen as a metaverse company.” You can call a pile of shit whatever you want, but that won’t magically turn it into gingerbread cookies.
12L and new Android APIs and tools for large screens
There are over a quarter billion large screen devices running Android across tablets, foldables, and ChromeOS devices. In just the last 12 months we’ve seen nearly 100 million new Android tablet activations–a 20% year-over-year growth, while ChromeOS, now the fastest growing desktop platform, grew by 92%. We’ve also seen Foldable devices on the rise, with year on year growth of over 265%! All told, there are over 250 million active large screen devices running Android. With all of the momentum, we’re continuing to invest in making Android an even better OS on these devices, for users and developers. So today at Android Dev Summit, we announced a feature drop for Android 12 that is purpose-built for large screens, we’re calling it 12L, along with new APIs, tools, and guidance to make it easier to build for large screens. We also talked about changes we’re making to Google Play to help users discover your large-screen optimized apps more easily. Read on to see what’s new for large screens on Android! Android 12 isn’t even really in anyone’s hands, and we’ve got the next release waiting around the corner already. The improvements coming in 12L seem quite welcome, since Android and tablets haven’t exactly been a match made in heaven, something made all the more obvious when you run Android applications on Chromebooks. I hope developers will tap into these new APIs and tools, but as with every Google promise for Android, seeing is believing.
Microsoft is building an 11.6″ low-cost laptop and special Windows 11 edition for primary schools
According to my sources, this new laptop is codenamed Tenjin and features a fully plastic exterior, a 1366×768 11.6-inch display, an Intel Celeron N4120 and up to 8GB RAM. This is a no-frills laptop designed to be as low-cost as possible, built for student-use in a classroom environment. I’m told the device features a full-sized keyboard and trackpad, one USB-A port, one USB-C port, a headphone jack, and a barrel-style AC port. Tenjin marks the beginning of a new K-12 education strategy for Microsoft. In addition to the new hardware, Microsoft is also preparing to launch a new edition of Windows 11 titled “Windows 11 SE” built specifically for low-cost school PCs like Tenjin. I’m told this SKU focuses on special optimizations, tweaks, and features built for education establishments deploying low-end hardware. I wonder how much of Chromebook’s dominance in education is due to hardware or software, and how much is due to excellent deployment and management tools. I’m sure Microsoft has fantastic deployment and management tools for the enterprise, but since I don’t have any experience with these matters, I wonder if they may be too complicated and too difficult to use in basic primary school settings.
Intel 12th Gen Core Alder Lake for desktops: top SKUs only, coming November 4th
Well, it’s almost here. It looks like Intel will take the ST crown, although MT is a bit of a different story, and might rely explicitly on the software being used or if the difference in performance is worth the price. The use of the hybrid architecture might be an early pain point, and it will be interesting to see if Thread Director remains resilient to the issues. The bump up to Windows 11 is also another potential rock in the stream, and we’re seeing some teething issues from users, although right now users who are looking to early adopt a new CPU are likely more than ready to adopt a new version of Windows at the same time. The discourse on DDR4 vs DDR5 is one I’ve had for almost a year now. Memory vendors seem ready to start seeding kits to retailers, however the expense over DDR4 is somewhat eyewatering. The general expectation is that DDR5 won’t offer much performance uplift over a good kit of DDR4, or might even be worse. The benefit of DDR5 then at this point is more to start on that DDR5 ladder, where the only way to go is up. This will be Intel’s last DDR4 platform on desktop it seems. Intel is taking a different approach than AMD, and follows more in the footsteps of ARM chips – there’s both performance and efficiency cores, and it’s up to Intel’s and others’ software to make proper use of it. It’s great to see what competition can lead to, and both AMD and Apple have lit a fire under this entire industry.
macOS Monterey released
Monterey feels of a piece with maintenance-mode macOS updates like El Capitan or Sierra or High Sierra—change the default wallpaper, and in day-to-day use you can easily forget that you’ve upgraded from Big Sur at all. It’s not that there aren’t any new features here—it’s just that improving any operating system as mature as macOS involves a lot of tinkering around the edges. But there are plenty of things to talk about in even the most minor of macOS releases, and Monterey is no different. The update refines the Big Sur design and rethinks automation and what’s possible via local wireless communication between devices. It also makes a long list of minor additions that won’t be exciting for everyone but will be interesting for some subset of Mac users. It’s available now, but it does cut support for quite a few Macs that Big Sur still supported.
Apple’s M1 Pro, M1 Max SoCs investigated: new performance and efficiency heights
On the CPU side, doubling up on the performance cores is an evident way to increase performance – the competition also does so with some of their designs. How Apple does it differently, is that it not only scaled the CPU cores, but everything surrounding them. It’s not just 4 additional performance cores, it’s a whole new performance cluster with its own L2. On the memory side, Apple has scaled its memory subsystem to never before seen dimensions, and this allows the M1 Pro & Max to achieve performance figures that simply weren’t even considered possible in a laptop chip. The chips here aren’t only able to outclass any competitor laptop design, but also competes against the best desktop systems out there, you’d have to bring out server-class hardware to get ahead of the M1 Max – it’s just generally absurd. On the GPU side of things, Apple’s gains are also straightforward. The M1 Pro is essentially 2x the M1, and the M1 Max is 4x the M1 in terms of performance. Games are still in a very weird place for macOS and the ecosystem, maybe it’s a chicken-and-egg situation, maybe gaming is still something of a niche that will take a long time to see make use of the performance the new chips are able to provide in terms of GPU. What’s clearer, is that the new GPU does allow immense leaps in performance for content creation and productivity workloads which rely on GPU acceleration. These are excellent processors and GPUs, especially when taking their power consumption into account. Sure, a lot of it is optimised only for Apple’s approved frameworks and applications, but if you’re deep into the Apple ecosystem, these are simply no-brainer machines for any creator.
Getting to know Fuchsia, Google’s open-source operating system
There are many interesting things to discuss about Fuchsia. In this article, you will get a taste of how Fuchsia OS works through a deep dive into some of its core features. We’ll also run the Fuchsia emulator on our systems and try running some example components on it. A great resource if you’re considering getting started with Fuchsia.
Microsoft reverses controversial .NET change after open source community outcry
Microsoft is reversing a decision to remove a key feature from its upcoming .NET 6 release, after a public outcry from the open source community. Microsoft angered the .NET open source community earlier this week by removing a key part of Hot Reload in the upcoming release of .NET 6, a feature that allows developers to modify source code while an app is running and immediately see the results. It’s a feature many had been looking forward to using in Visual Studio Code and across multiple platforms, until Microsoft made a controversial last-minute decision to lock it to Visual Studio 2022 which is a paid product that’s limited to Windows. Sources at Microsoft, speaking on condition of anonymity, told The Verge that the last-minute change was made by Julia Liuson, the head of Microsoft’s developer division, and was a business-focused move. The scorpion and the frog make it a little further across the river. For now.
Chimera Linux: a Linux distribution based on FreeBSD userland and LLVM
Chimera is a Linux distribution with the following goals: – Built entirely with LLVM– FreeBSD-based userland– Binary packaging and a well designed source build system– Bootstrappable– Portable This project is still very early in its development, but it’s an interesting premise. It’s developed by Daniel Kolesa, who also contributes a lot to Void Linux, most notably the excellent POWER/PowerPC port of that excellent distribution. Over on Twitter, Kolesa regularly posts updates on the status of Chimera, and even though some of the stuff definitely is above my pay grade, it’s quite interesting to follow along.
Google lowers Google Play fees for developers
To help support the specific needs of developers offering subscriptions, starting on January 1, 2022, we’re decreasing the service fee for all subscriptions on Google Play from 30% to 15%, starting from day one. Regulatory pressure works. This is only a small step, but at least it’s progress.
Introducing Android apps on Windows 11 to Windows Insiders
Today, we are announcing the first preview of our Android apps experience into the Windows Insider Program. We are proud to deliver this experience with our partners – Amazon and Intel – to Beta Channel users in the United States on eligible devices running Intel, AMD, and Qualcomm platforms. I have my sincerest doubts about the true usefulness of running Android applications on Windows. They’ll always feel alien and disconnected from the rest of the platform, although Windows being a graphical and behavioural interface mess already, it’s probably the platform where this makes more sense than on others. Also, the fact it makes use of the Amazon application store means you won’t get access to Google’s applications or a lot of Google Play-specific applications, so curb your expectations.
PlayStation 3 architecture: a practical analysis
In 2006, Sony unveiled the long-awaited ‘next generation’ video-game console, a shiny (albeit heavy) machine whose underlying hardware architecture continues the teachings of the Emotion Engine, that is, focus on vector processing to achieve power, even at the cost of complexity. Meanwhile, their new ‘super processor’, the Cell Broadband Engine, is conceived during a crisis of innovation and will have to keep up as trends for multimedia services evolve. This write-up takes a deep look at Sony, IBM, Toshiba and Nvidia’s joint project, along with its execution and effect on the industry. An extremely deep dive into the somewhat unusual architecture of the PlayStation 3. Not for the faint of heart, for sure.
IBM released AIX 7.3
In today’s era of hybrid cloud, there is an increased demand for flexible infrastructure, continuous availability, scalable and sustainable compute, enhanced security and data protection, and increased integration with open technologies. As businesses navigate these dynamic market conditions and IT infrastructure demands, they require an operating system they can rely on that can be optimized to adapt to these changing business needs. With the introduction of IBM AIX 7.3 Standard Edition, IBM addresses these needs while also continuing its tradition of providing new functions that can help dramatically improve system availability, scalability, performance, and flexibility while maintaining binary compatibility to ensure a quick and seamless transition to the new release. Combined with Power10, AIX 7.3 enables clients to modernize with a frictionless hybrid cloud experience to respond faster to business demands, protect data from core to cloud, and streamline insights and automation. AIX 7.3, coupled with IBM POWER8®, and later, technology-based systems, delivers a computing platform designed for hybrid cloud that is optimized, secure, and adapts to evolving business demands. This means AIX 7.3 has been released – well, sort of, since it won’t be actually available until 10 December.
...39404142434445464748...