Searching txt.sour.is

Twts matching #Automation
Sort by: Newest, Oldest, Most Relevant

DL40N Fanless 1.3L Mini PC with Intel Twin Lake Processors
The DL40N is a fanless 1.3-liter mini PC powered by Intel Twin Lake processors and up to 16GB DDR5 memory. It supports triple 4K display output, dual 2.5G Ethernet, and multiple USB and COM ports for reliable 24/7 operation in applications such as factory automation, digital signage, kiosks, and more. Built on Intel’s Twin Lake […] ⌘ Read more

⤋ Read More
In-reply-to » great! no chat control, for now!

@prologic@twtxt.net Where do I stand on “Chat Control”? How long of a response/rant do you want? 😅 It’s a disaster. As I understand it, they want to spy on me directly on my devices before encryption even happens – jfc, no, fuck off. And since there are so many devices, they want to automate the scanning, which is the worst idea you could possibly have.

⤋ Read More

How GitHub Copilot enabled accessibility governance process improvements in record time
See how we turned weekly accessibility grade signals into an automated, accountable remediation workflow—powered by GitHub Copilot and cross‑functional collaboration.

The post [How GitHub Copilot enabled accessibility governance process improvements in record time](https://github.blog/ai-and-ml/github-copilot/how-we-automated-accessibility-compliance-in-five-h … ⌘ Read more

⤋ Read More

«Welcome to the #AutomatingGIS processes course! Through interactive lessons and hands-on exercises, this course introduces you to #GeographicDataAnalysis using the #Python programming language. If you are new to Python, we recommend you first start with the Geo-Python course (geo-python.readthedocs.io) before diving into using it for GIS analyses in this course.

Geo-Python and Automating GIS Processes (‘#AutoGIS’) have been developed by the Department of Geosciences and Geography at the University of Helsinki, Finland. The course has been planned and organized by the #DigitalGeographyLab. The teaching materials are openly accessible for anyone interested in learning.»

https://autogis-site.readthedocs.io/en/latest/

#GIS #geoPython #geopandas #shapely #osmnx #networkx

⤋ Read More

«Welcome to the #AutomatingGIS processes course! Through interactive lessons and hands-on exercises, this course introduces you to #GeographicDataAnalysis using the #Python programming language. If you are new to Python, we recommend you first start with the Geo-Python course (geo-python.readthedocs.io) before diving into using it for GIS analyses in this course.

Geo-Python and Automating GIS Processes (‘#AutoGIS’) have been developed by the Department of Geosciences and Geography at the University of Helsinki, Finland. The course has been planned and organized by the #DigitalGeographyLab. The teaching materials are openly accessible for anyone interested in learning.»

https://autogis-site.readthedocs.io/en/latest/

(via Paul Walter no linkedin)

#GIS #geoPython #geopandas #shapely #osmnx #networkx

⤋ Read More

EdgeLogix-1145 Brings Industrial Control and Edge Computing with Raspberry Pi CM5
The EdgeLogix-1145 is a rugged industrial controller that integrates edge computing, PLC functionality, and IIoT gateway capabilities. Designed around the Raspberry Pi CM5, it offers a compact, fanless platform designed for automation tasks in harsh environments such as factories, energy systems, and smart infrastructure. The system is built on the Broadcom BCM2712 SoC, a quad-core … ⌘ Read more

⤋ Read More

Touchscreen Smart Box Based on ESP32-P4 with Wi-Fi 6 or Ethernet
The ESP32-P4 Smart 86 Box is a compact development board with a 4-inch capacitive touchscreen, designed for HMI, smart control panels, and edge processing. Its 86 mm form factor allows it to be easily installed in wall-mounted enclosures for use in embedded automation and smart terminal applications. As the name implies, this board is built […] ⌘ Read more

⤋ Read More

MYIR Launches Sub-$100 i.MX 91 Board for Embedded and Industrial Use
MYIR has introduced the MYC-LMX91, a compact SoM powered by NXP’s energy-efficient i.MX 91 processor. Designed for smart devices, the module targets applications such as industrial gateways, EV chargers, smart home systems, medical platforms, and building automation. The MYC-LMX91 is built around the 1.4 GHz Arm Cortex-A55-based i.MX 91 (MIMX9131CVVXJAA) and comes equipped with 1GB […] ⌘ Read more

⤋ Read More

AAEON EPIC-RPS7 Targets Compact Industrial Control with 14th Gen Intel Core Support
AAEON has introduced the EPIC-RPS7, a 4″ industrial SBC aimed at cost-sensitive applications like industrial control, PLC automation, and remote monitoring. It supports 12th to 14th Gen Intel Core processors (up to 65W TDP), bringing high performance to space-limited deployments. The EPIC-RPS7 supports up to 64GB of DDR5 memory across two SODIMM slots and is […] ⌘ Read more

⤋ Read More

[$] A kernel developer plays with Home Assistant: general impressions
Those of us who have spent our lives playing with computers naturally see
the appeal of deploying them though the home for both data acquisition and
automation. But many of us who have watched the evolution of the
technology industry are increasingly unwilling to entrust critical
household functions to cloud-based servers run by companies that may not
have our best interests at heart. The Apache-licensed Home Assistant project offe … ⌘ Read more

⤋ Read More

Home Assistant 2025.5 released
Version\
2025.5 of the Home Assistant home automation system has been released.
With this release, the project is celebrating two million active
installations. Changes include improvements to the backup system, Z-Wave
Long Range support, a number of new integrations, and more. ⌘ Read more

⤋ Read More

Someone has started to run git pull on one of my repos – once every two minutes. This is a very pointless endeavour. I push new code a couple of times per month.

So far, this isn’t causing any issues. I think this is just a regular human being who misconfigured some automation. And I hope this doesn’t mean that the “AI” bots have finally discovered my page …

⤋ Read More

Nobody writes emails by hand using RFC 5322 anymore, nor do we manually send them through telnet and SMTP commands. The days of crafting emails in raw format and dialing into servers are long gone. Modern email clients and services handle it all seamlessly in the background, making email easier than ever to send and receive—without needing to understand the protocols or formats behind it! #Email #SMTP #RFC #Automation

⤋ Read More
In-reply-to » Can you beat me at the circle game? 😂 https://neal.fun/perfect-circle/

Can you automate the drawing with a script? On X11, you can:

#!/bin/sh

# Position the pointer at the center of the dot, then run this script.

sleep 1

start=$(xdotool getmouselocation --shell)
eval $start

r=400
steps=100
down=0

for step in $(seq $((steps + 1)) )
do
    # pi = 4 * atan(1)
    new_x=$(printf '%s + %s * c(%s / %s * 2 * (4 * a(1)))\n' $X $r $step $steps | bc -l)
    new_y=$(printf '%s + %s * s(%s / %s * 2 * (4 * a(1)))\n' $Y $r $step $steps | bc -l)

    xte "mousemove ${new_x%%.*} ${new_y%%.*}"
    if ! (( down ))
    then
        xte 'mousedown 1'
        down=1
    fi
done

xte 'mouseup 1'
xte "mousemove $X $Y"

Image

Interestingly, you can abuse the scoring system (not manually, only with a script). Since the mouse jumps to the locations along the circle, you can just use very few steps and still get a great score because every step you make is very accurate – but the result looks funny:

Image

🥴

⤋ Read More

Btw @andros@twtxt.andros.dev ; The automated feed you put together for Hacker News… Does it at any point rewrite parts of the feed as it goes along? 🤔 I’ve had to unfollow it because I’ve found in practise it makes a twt, then seems to modify that same twt (observed by content manually) at least twice. This ends up becoming effectively an “Edit” and essentially duplicate (looking) posts 😢

⤋ Read More

AI problems, top to bottom:

1: Open AI nerds, believe fine tuning a language model algorithm, will eventually produce an AGI god.

2: Subpar artists and techbros who can’t code, convinced AI image bashing and vibe coding, will help convince the dumber parts of Internet, they are a real deal.

3: Parasites, using AI to scam people, because they just want passive income, selling crap, made by an automated process.

Side: Adobe&co, killing Flash/old web, pricing new artists and developers out, to face learning curves of free tools, or use AI, peddled as solution.

⤋ Read More

Microchip PolarFire-Powered TinyBeast FPGA Delivers Real-Time Performance with DDR4 and PCIe
CrowdSupply recently introduced the TinyBeast FPGA, a compact platform based on Microchip’s PolarFire FPGA technology. It stands out for its ability to offload computationally intensive tasks from the central processor, enabling real-time data processing in space-constrained environments like automation, measurement, and robotics. TinyBeast FPGA comes in two c … ⌘ Read more

⤋ Read More

Firefly Automation Controller Adds Industrial Control Capabilities to Raspberry Pi Compute Module
CrowdSupply recently featured the Firefly Automation Controller, a platform combining Raspberry Pi Compute Module-compatible modules with the STM32H7 microcontroller for industrial applications. With IO-Link Class B channels, it supports communication and control of sensors and actuators. The STM32H7 microcontroller, running at up to 480 MHz, manages … ⌘ Read more

⤋ Read More

M5Stamp PLC Controller with Opto-Isolated Inputs, Relays, PWR CAN, and RS485
The M5Stamp PLC Controller, built on the StampS3A module, is a compact programmable logic controller designed for industrial automation and remote monitoring. With wireless connectivity, versatile I/O, and industrial communication support, it fits applications such as smart manufacturing and distributed control. The StamPLC leverages the StampS3A, which incorporates an ESP32-S3FN8 microcontroll … ⌘ Read more

⤋ Read More

SOMDEVICES Expands SoM Lineup with µSMARC RZ/V2N for AI and Vision Applications
SOMDEVICES has introduced the µSMARC RZ/V2N, a System-on-Module based on the Renesas RZ/V2N processor. Designed for AI-driven machine learning, vision applications, and industrial automation, this module delivers high computational performance in a compact form factor. This module features the same Renesas processor as the V2N SOM by IMDT, which was covered earlier this month. Bui … ⌘ Read more

⤋ Read More

Industrial Embedded Computing with FET3506J S SoM and Linux Compatibility
The FET3506J-S System on Module is designed for industrial environments that require stable performance and a range of connectivity options. It supports Linux and various industrial interfaces, making it adaptable to applications in automation, healthcare, power systems, and communication technologies. The FET3506J-S features the Rockchip RK3506J processor with a triple-core Cortex-A7 architecture … ⌘ Read more

⤋ Read More

IMDT V2N SBC: A Vision-AI Computing Platform with Dual MIPI CSI and Renesas RZ/V2N Processor
IMDT has introduced its latest System-on-Module and Single-Board Computer, both powered by the Renesas RZ/V2N processor. These new platforms are designed to deliver cost-effective, high-performance AI computing at the edge, supporting applications in robotics, smart cities, industrial automation, IoT, and smart retail. The core of both the SOM and SBC is the Re … ⌘ Read more

⤋ Read More

Expanding Open-Source Support for MediaTek’s Genio IoT Platforms with Collabora
MediaTek continues to strengthen upstream support for its Genio IoT platforms through its collaboration with Collabora. Following the initial efforts to integrate Genio EVKs into the open-source ecosystem, recent updates bring improvements to the Linux kernel, Debian-based images, and automated testing frameworks. These enhancements ensure broader compatibility and long-term support for … ⌘ Read more

⤋ Read More

Not just for developers: How product and security teams can use GitHub Copilot
GitHub Copilot isn’t just for developers! Discover how product managers, security professionals, scrum masters, and more use GitHub Copilot to streamline tasks, automate workflows, and boost productivity across teams.

The post [Not just for developers: How product and security teams can use GitHub Copilot](https://github.blog/ai-and-ml/github-copilot/not-just-for-dev … ⌘ Read more

⤋ Read More

DietPi Late February 2025 Update (Version 9.11)
The late February update of DietPi v9.11 introduces support for Pi-hole v6 while improving system stability, first-boot automation, and network reliability during initial setup, along with resolving kernel selection issues on Raspberry Pi.       DietPi: DietPi is a lightweight, optimized Linux-based operating system designed for single-board computers and embedded systems. It provides an […] ⌘ Read more

⤋ Read More

SECO Pi Vision 10.1 Brings Modular Industrial HMI with Raspberry Pi CM5
SECO S.p.A. and Raspberry Pi Ltd have introduced the SECO Pi Vision 10.1 CM5, an HMI solution powered by the Raspberry Pi Compute Module 5, debuting at embedded world 2025 from March 11-13 in Nuremberg. This modular system combines SECO’s hardware and IoT expertise with Raspberry Pi’s technology for industrial automation, smart retail, and transportation. […] ⌘ Read more

⤋ Read More

DietPi February 2025 News (Version 9.10)
The February 9, 2025 release of DietPi v9.10 introduces new images for single-board computers, improved compatibility for RISC-V devices, enhanced software tools, and several important bug fixes. This update extends support for StarFive VisionFive 2 and PINE64 Star64 with Debian Trixie, refines automation capabilities, and addresses software installation issues reported by the community. DietPi: DietPi […] ⌘ Read more

⤋ Read More

ASRock Industrial Updates iEP-6010E Series with Super Mode for NVIDIA Jetson Orin NX and Nano
ASRock Industrial has upgraded the iEP-6010E Series and Developer Kit with Super Mode for NVIDIA Jetson Orin NX and Orin Nano, improving AI inference and efficiency. Optimized with NVIDIA JetPack 6.2 SDK, the system supports real-time processing for automation, surveillance, robotics, and smart infrastructure. According to the company, Super Mode enables the … ⌘ Read more

⤋ Read More

CAN FD Adapter for High-Speed Industrial and Embedded Communication in M.2 and Mini-PCIe Form Factors
The CAN FD Adapter enables high-speed CAN FD connectivity for embedded and industrial applications. Available in M.2 B-key and mini-PCIe form factors, it supports data rates from 12.5 kbit/s to 8 Mbit/s. It integrates with systems used in industrial monitoring, robotics, automation, hardware-in-the-loop testing, remote access, and data loggin … ⌘ Read more

⤋ Read More

EdgeBox Blue is a Compact Industrial VPN Router and IoT Edge Gateway
The EdgeBox-Blue is an industrial VPN router and edge gateway designed for applications requiring secure networking and data management in industrial environments. It runs on an OpenWRT-based platform and supports real-time data acquisition, automation, and cloud integration. The MT7981BA processor supports Wi-Fi 6 (IEEE 802.11ax) with a combined 1.8 Gbps throughput across the 2.4GHz and […] ⌘ Read more

⤋ Read More

Renode Enables Simulation of Ultra-Low-Power MSP430 Microcontrollers
Antmicro recently highlighted the MSP430 microcontroller family, renowned for its ultra-low-power design and versatility in applications such as IoT, automation, and space. Their article explores how the Renode simulation platform facilitates efficient testing and development of MSP430-based systems. The Texas Instruments MSP430 is a cost-effective, ultra-low-power family of microcontrollers with a custom i … ⌘ Read more

⤋ Read More

antichainalysis creates Monero churner tool ‘moneroc’
antichainalysis1 has created moneroc 2 - a tool that automates the process of distributing funds between multiple XMR accounts, apparently in order to facilitate proper Monero churning:

We all know XMR churning is very controversial topic, some say churning benefits your privacy and others say it significantly harms your privacy even more. Hence why I wrote moneroc tool and this writeup to help explain why XMR churn … ⌘ Read more

⤋ Read More

UNIT DualMCU One with RP2040 for Real-Time and ESP32 for Wireless Connectivity.
The UNIT DualMCU One is a development board that combines the ESP32 and RP2040 microcontrollers. The ESP32 provides Wi-Fi and Bluetooth connectivity, while the RP2040 offers hardware control with flexible GPIO, supporting applications in IoT, robotics, and automation. The RP2040 features a dual-core ARM Cortex-M0+ processor running at 133 MHz, offering compatibility with Arduino UNO [… … ⌘ Read more

⤋ Read More

Hydroponic Automation Board with Raspberry Pi Zero 2 and STM32 Processor
The RootMaster is a hydroponic automation platform designed to provide precise control over water, and environmental conditions. Designed for developers and enthusiasts, it includes onboard sensors, CAN support, and outputs for controlling up to three pumps and additional peripherals. According to the documentation, the STM32G4 microcontroller is based on the Arm Cortex-M4 32-bit RISC core […] ⌘ Read more

⤋ Read More

Coin-sized ESP32-H2-WROOM-07 RISC-V Module with BLE, Thread, and Zigbee Support for $2.13
The ESP32-H2-WROOM-07 is a compact module featuring a RISC-V single-core 32-bit microprocessor and support for Bluetooth Low Energy. It can be configured with up to 4 MB of flash memory and is designed for applications such as smart home systems, industrial automation, and consumer electronics. Measuring just 8.5 × 12.7 × 2.6 mm, the ESP32-H2-WROOM-07 […] ⌘ Read more

⤋ Read More

iSG Display Max Gateway for Smart Home Automation with Matter and Zigbee
AmeriDroid recently featured the iSG Display Max Gateway, a flexible platform designed to streamline smart home management and automation. With its 10-inch display and support for Wi-Fi and Bluetooth Low Energy, the gateway integrates multiple protocols to offer flexibility for diverse smart home setups. The device is powered by an eight-core processor, although specific details […] ⌘ Read more

⤋ Read More

URVE Board A55 Runs Linux on Rockchip RK3566 SoC
The URVE Board A55 is a compact, high-performance Arm-based computer designed for continuous 24/7/365 operation. It is well-suited for applications in industrial automation, IoT, robotics, and multimedia content display. The System-on-Module features a Rockchip RK3566 Quad-Core Cortex-A55 processor, running at 1.8 GHz across four cores with 2GB of DDR3 RAM and 8GB of eMMC storage, […] ⌘ Read more

⤋ Read More

Starting a couple of new projects (geez where do I find the time?!):

HomeTunnel:

HomeTunnel is a self-hosted solution that combines secure tunneling, proxying, and automation to create your own private cloud. Utilizing Wireguard for VPN, Caddy for reverse proxying, and Traefik for service routing, HomeTunnel allows you to securely expose your home network services (such as Gitea, Poste.io, etc.) to the Internet. With seamless automation and on-demand TLS, HomeTunnel gives you the power to manage your own cloud-like environment with the control and privacy of self-hosting.

CraneOps:

craneops is an open-source operator framework, written in Go, that allows self-hosters to automate the deployment and management of infrastructure and applications. Inspired by Kubernetes operators, CraneOps uses declarative YAML Custom Resource Definitions (CRDs) to manage Docker Swarm deployments on Proxmox VE clusters.

⤋ Read More

x86 Embedded Controller with PC/104 Compatibility for Legacy Systems
The VDX3-6757 PC/104 family of low-power x86 embedded controllers meets PC/104 specifications, offering backward compatibility for projects facing end-of-life x86-based controllers. It is suited for applications like data acquisition, industrial automation, process control, and automotive control. Powered by a DM&P Vortex86DX3 1GHz dual-core CPU with 32KB L1 cache and 512KB L2 cache, the VDX3-6757 supports … ⌘ Read more

⤋ Read More

QBiP-N97A: 3.5” SubCompact Embedded Motherboard with Intel Processor N97, DDR5 Memory, and SATA 6Gb/s Support
ICP Deutschland recently showcased the QBiP-N97A, a 3.5″ SubCompact Embedded Motherboard designed for various industrial applications, including automation systems and point-of-sale terminals. This motherboard features DDR5 memory support, dual 2.5GbE LAN ports, and SATA 6Gb/s support for storage. The QBiP-N97A is powered by the I … ⌘ Read more

⤋ Read More

New Nuvoton’s M2003 Series with 32-bit Arm Cortex-M23 Core
Nuvoton Technology has introduced the M2003 series, a new line of 32-bit microcontrollers based on the Arm Cortex-M23 core, aimed at upgrading from traditional 8-bit microcontrollers. The M2003 series offers a balance between performance and system cost, making it suitable for applications in AIoT, industrial automation, smart homes, energy storage, and automotive electronics. The series […] ⌘ Read more

⤋ Read More

Automating open source: How Ersilia distributes AI models to advance global health equity
Discover how the Ersilia Open Source Initiative accelerates drug discovery by using GitHub Actions to disseminate AI/ML models.

The post [Automating open source: How Ersilia distributes AI models to advance global health equity](https://github.blog/open-source/social-impact/automating-open-source-how-ersilia-distributes-ai-models-to-advance-glo … ⌘ Read more

⤋ Read More

ADLINK Unveils New SBC35 Series: 3.5” Single Board Computers Featuring Intel i3/i5/i7 & N97 Processors
ADLINK Technology Inc has announced the launch of its new SBC35 Series of 3.5” Single Board Computers. These boards are engineered to maximize efficiency in compact spaces, making them ideal for space-constrained applications in automation, transportation, medical fields, and smart city projects. The SBC35 Series introduces two models: the high … ⌘ Read more

⤋ Read More

(Updated) Forlinx’s New SoM Leverages Rockchip RK3562J Quad-Core Processor
(Updated) Forlinx’s New SoM Leverages Rockchip RK3562J Quad-Core Processor
Forlinx Embedded has launched the FET3562J-C SoM, a versatile system on module with an optional 1 TOPS NPU, optimized for a broad range of applications including industrial automation, consumer electronics, smart healthcare, energy, and telecommunications. ⌘ Read more

⤋ Read More

Forlinx’s New SoM Leverages Rockchip RK3562J Quad-Core Processor
Forlinx Embedded has launched the FET3562J-C SoM, a versatile system on module with an optional 1 TOPS NPU, optimized for a broad range of applications including industrial automation, consumer electronics, smart healthcare, energy, and telecommunications. The FET3562J-C SoM, powered by the Rockchip RK3562J processor with advanced 22nm process technology, features four ARM Cortex-A53 cores operating […] ⌘ Read more

⤋ Read More

8devices Carambola 3 Wi-Fi Module Now Includes OpenWrt Upstream Support
The Carambola 3 is a compact System on Module powered by the Qualcomm QCA4531 chipset, designed for a broad range of embedded applications including IoT, industrial automation, and smart home devices. This Wi-Fi module, which also has a compatible DVK, now benefits from OpenWrt support, as announced by 8devices. The Carambola 3 offers robust connectivity […] ⌘ Read more

⤋ Read More

MYIR Launches SoM Powered by Xilinx Artix-7 XC7A100T FPGA
The MYC-J7A100T is a compact and highly integrated System-on-Module that utilizes the powerful capabilities of the AMD/Xilinx XC7A100T FPGA, part of the Artix-7 family. This SoM is designed for a broad range of applications including industrial control, automation, communication, and computing. The MYC-J7A100T features the XC7A100T-2FGG484I FPGA chip, which comes equipped with 512MB of DDR3 […] ⌘ Read more

⤋ Read More

M5Stack CoreS3 SE with 2.0″ Capacitive Touch Display and 16-bit I2S Amplifier
M5Stack CoreS3 SE with 2.0” Capacitive Touch Display and 16-bit I2S Amplifier
The M5Stack CoreS3 SE, a streamlined version of the third-generation CoreS3 unit from the M5Stack series, is engineered for IoT applications, smart home systems, and industrial automation. This device supports key programming platforms such as Arduino and UIFlow, enhancing its adaptability for diverse project requ … ⌘ Read more

⤋ Read More

DSGW-130: A Voice-Control Enabled Touchscreen Control Panel for Smart Homes
DSGW-130: A Voice-Control Enabled Touchscreen Control Panel for Smart Homes
The DSGW-130 Zigbee Touch Screen Control Panel by Dusun is a compact device designed for smart home automation. Measuring 86mm by 86mm, it fits into an 86-type junction box, replacing traditional wall switches. It supports Zigbee 3.0, facilitating the integration and management of Zigbee devices into smart homes. ⌘ Read more

⤋ Read More

SECO 3.5″ Single Board Computer with RK3568 SoC and Linux Compatibility
SECO 3.5” Single Board Computer with RK3568 SoC and Linux Compatibility
The SBC-3.5-RK3568 by SECO emerges as a robust 3.5” single board computer powered by the Rockchip RK3568 SoC, combining high performance with extensive connectivity options. This SBC is tailored for a variety of applications, from industrial automation to digital signage and media streaming. ⌘ Read more

⤋ Read More

M5Stack Launches Low-Cost 433MHz & 868MHz LoRa Modules
M5Stack Launches Low-Cost 433MHz & 868MHz LoRa Modules
M5Stack has launched two new LoRa Modules in 433MHz and 868MHz versions, designed to enhance long-range wireless communication for IoT applications. Using the Ra-02 module with Semtech’s SX1278 chip, these modules excel in remote control, smart city infrastructure, and industrial automation where standard networks are inadequate. ⌘ Read more

⤋ Read More

EPIC Mainboard with PCIe x4 Slot and Dual 2.5 GbE Ports
EPIC Mainboard with PCIe x4 Slot and Dual 2.5 GbE Ports
The NANO-EHL by ICP Germany is an EPIC single board computer designed for robust performance and flexibility in industrial applications. Equipped with the Intel Celeron J6412 processor, this board targets automation, control systems, panel PCs, vending machines, and other embedded systems. ⌘ Read more

⤋ Read More

M5Stack CoreMP135: A Versatile Linux Industrial Control Host with Advanced Connectivity
M5Stack has launched the CoreMP135, an industrial control host equipped with the STM32MP135 processor. This device is engineered for a diverse range of uses, including industrial automation, smart home systems, IoT edge gateways, multimedia devices, and robot motion control, delivering robust performance and multifunctional capabilities. The CoreMP135 is powered by the S … ⌘ Read more

⤋ Read More

Ronetix Expands SoM Series With NXP i.MX93 and Renesas RZ/G2UL Chipsets
Ronetix Expands SoM Series With NXP i.MX93 and Renesas RZ/G2UL Chipsets
Ronetix continues to expand its range of System on Modules (SoMs) with several new products powered by NXP and Renesas processors, addressing a broad spectrum of needs in industrial automation, intelligent energy management, and embedded systems. ⌘ Read more

⤋ Read More

FRDM-MCXN947 Development Board for Embedded Applications with MCX N94/N54 MCUs
The FRDM-MCXN947 by NXP Semiconductors is an advanced development board, engineered specifically for swift prototyping with MCX N94X and N54X Microcontrollers. This board is an ideal tool for developing applications in fields such as Industrial Automation, AI and Machine Learning, Security Systems, and Smart City and Home technologies. At the heart of the FRDM-MCXN947 is […] ⌘ Read more

⤋ Read More

AAEON’s UP Xtreme 7100 Targets Robotics and Industrial Solutions
The UP Xtreme 7100, AAEON’s newest addition to its range of developer boards, is engineered with a specific focus on applications in Autonomous Mobile Robots, Automated Guided Vehicles, and broader industrial automation. This device features a fanless design and is equipped with up to 16GB of RAM. It also includes dual Gigabit Ethernet ports, catering […] ⌘ Read more

⤋ Read More

How to automate a Microsoft Power Platform deployment using GitHub Actions
Low-code enables developers and non-developers to build custom applications and solutions with less effort. In this blog, we show you how to automate your low-code deployments using GitHub Actions. ⌘ Read more

⤋ Read More

Building organization-wide governance and re-use for CI/CD and automation with GitHub Actions
Many of us are aware of the benefits that a strong focus on automation can bring, particularly in our development workflow and DevOps lifecycle. But silos across businesses can lead to duplication of effort, and potential to lose out on best practices. In this post, we’ll explore how CI/CD can be shared across your entire organization alongside polici … ⌘ Read more

⤋ Read More

How to automate your dev environment with dev containers and GitHub Codespaces
GitHub Codespaces enables you to start coding faster when coupled with dev containers. Learn how to automate a portion of your development environment by adding a dev container to an open source project using GitHub Codespaces. ⌘ Read more

⤋ Read More

GitHub Actions Importer is now generally available
We’re excited to announce the general availability of GitHub Actions Importer. GitHub Actions Importer helps you plan, forecast, and automate migrations from Azure DevOps, CircleCI, GitLab, Jenkins, and Travis CI to GitHub Actions. This product is an extension of the official GitHub CLI and is available for free to any GitHub user starting today. Migrating […] ⌘ Read more

⤋ Read More

3 ways to meet compliance needs without slowing down agility
Learn how to enable developer productivity and collaboration while staying secure and compliant. Stay compliant without slowing down your business. From security to CI/CD, automate every step of your software workflow—so your developers can stay focused on what matters most: building. ⌘ Read more

⤋ Read More

A Modest Robot Levy Could Help Combat Effects of Automation On Income Inequality In US, Study Suggests
An anonymous reader quotes a report from MIT News: What if the U.S. placed a tax on robots? The concept has been publicly discussed by policy analysts, scholars, and Bill Gates (who favors the notion). Because robots can replace jobs, the idea goes, a stiff tax on them … ⌘ Read more

⤋ Read More

New npm features for secure publishing and safe consumption
Now you can create tokens with fine-grained permissions for automating your publishing and organization management workflows. And a new code explorer allows you to view content of a package directly in the npm portal. ⌘ Read more

⤋ Read More

Improving navigation for GitHub Actions
GitHub Actions changed how developers automate workflows with GitHub. Today, we’re introducing a new navigation to manage your GitHub Actions experience, improving discoverability and accessibility as well as opening up future feature opportunities. ⌘ Read more

⤋ Read More
In-reply-to » Does anyone of you use PGP encrypted mail, or any kind or email encryption? Why? Why not?

I maintain keys for my email addresses.. but like most in this thread i almost never receive encrypted emails.. other than the BTC exchange i use that sends automated mail encrypted.

⤋ Read More

Gracefully Degrading Home Automation
Over the past two years, I have gradually increased my use of home
automation in our small city apartment. I started with an IKEA TRÅDFRI
light and a button, and today have over 40 devices doing useful things,
saving electricity and making our living more pleasant. I won’t lie: I
have done a lot of this just for fun and learnt quite a bit in the
process. But if it doesn’t eventually result in utility or aesthetics,
then I get rid of it. I can’t stand keeping frivolous s … ⌘ Read more

⤋ Read More

@prologic@twtxt.net I don’t automate anything but I have sensors in every room to warn me if the humidity is too high and one in the fridge to warn if it’s too warm/cold via xmpp message. It’s working pretty well and was not expensive. I have fhem running on a raspberry pi which also serves other services.

⤋ Read More

Something that people keep forgetting about GitS: in every iteration of the franchise, full-body prosthetics are extremely rare. Cyberbrains are common, but suggesting that everybody with a cyberbrain has a prosthetic body is like saying everybody with a modem has full home automation.

⤋ Read More

Almost all the content I post to social media is posted by a small shell script that simultaneously posts to several services or through IFTTT duplicating those posts to services for which I lack an API key. When facebook broke automated posting, it meant my account went dark. I didn’t notice.

⤋ Read More

The best argument against the idea that AI will replace programmers wholesale is the relative unpopularity of prolog. As an industry, we don’t take advantage of fantastic automation tech from the 70s, and instead write Java.

⤋ Read More

Apparently hot take: automation tools don’t obviate abstract discussions about how best to think about decisions (like ‘should translations be precise or should they be accurate’ or ‘what is the good’) but make them more important.

⤋ Read More