SwiftUI Layout System | Alexander Grebenyuk

Everything about SwiftUI is new. And the layout system is no exception. SwiftUI no longer uses Auto Layout, gone all of the cruft introduced over the years. SwiftUI has a completely new layout system designed from the ground up to make it easy to write adaptive cross-platform apps. Source: SwiftUI Layout System | Alexander Grebenyuk

Semiconductors | Panasonic Industrial Devices

Available Panasonic Semiconductor products include X-GaN™ Power Devices, Microcontrollers, NFC Tags, LED Driver ICs, Diodes, MOSFETs, Photo Detectors, Laser Diodes, Image Sensors, Radio Frequency Devices, Power Devices and more. Source: Semiconductors | Panasonic Industrial Devices

Running Raspbian from USB Devices : Made Easy – Raspberry Pi Forums

The easiest and most reliable way to run Raspbian on a USB device is to leave an SD card containing Raspbian in place, but use it only for starting Raspbian that is residing on a USB device. While setting up such a configuration is not rocket science, it can be confusing to a newcomer or […]

Garmin launches emergency Autoland – FLYER

Garmin says that, in the event of an emergency, Autoland will control and land the aircraft without human intervention. The Autoland system determines the most optimal airport and runway, taking into account factors such as weather, terrain, obstacles and aircraft performance statistics. Source: Garmin launches emergency Autoland – FLYER Mind = blown!

SNESPi/Super-NESPi-Case

Source: SNESPi/Super-NESPi-Case   Retropie case NES Raspberry Pi Case with graceful shutdown switch.

Device Identifiers and Fingerprinting on iOS – NSHipster

Consider the unnamed monster from the film It Follows: a formless, supernatural being that relentlessly pursues its victims anywhere on the planet. Sounds a bit like the state of ad tech in 2019, no? Source: Device Identifiers and Fingerprinting on iOS – NSHipster

netson/ubuntu-unattended: Script to create unattended Ubuntu ISO

This simple script will create an unattended Ubuntu ISO from start to finish. It will ask you a few questions once, and embed your answers into a remastered ISO file for you to use over and over again. Source: netson/ubuntu-unattended: Script to create unattended Ubuntu ISO

Multiarch docker builds

So let’s look at the new features in docker desktop, QEMU comes with a tool set binfmt_misc to run and build binaries of any supported architecture via emulation. In our case we want arm support, and specifically the arm64 version to run on the A1 instances. The tool chain will however support builds for, arm/v6, […]