Tech + AI + Science NewsTech + AI + Science News
14 item(s)
Accelerating the cyber defense ecosystem that protects us all
OpenAI Blog · 2026-04-16
Leading security firms and enterprises join OpenAI’s Trusted Access for Cyber, using GPT-5.4-Cyber and $10M in API grants to strengthen global cyber defense.
FDA pressures drugmakers to report trial results
Brave News
Ben Sasse on enrolling in Rev Med's drug trial, more ADC investment, and other biotech news from The Readout
CoSN 2026: AI Strategy Should Start With Goals for Student Skills
Brave News
As he described in a recent report ... and learning. Leaders need an ongoing cadence of engagement with research, he added, pointing to the AI Hub for Education’s repository. Updated monthly, the database contains approximately 1,300 papers on AI and education that can be filtered for relevancy — for example, “students as AI users” ...
NVIDIA Launches Ising, the World’s First Open AI Models to Accelerate the Path to Useful Quantum Computers | NVIDIA Newsroom new
Brave News
NVIDIA Ising complements the NVIDIA ... QPU-GPU hardware interconnect for real-time control and quantum error correction, providing researchers and developers with a full suite of tools needed to turn today’s qubits into tomorrow’s accelerated quantum supercomputers. Get Started With NVIDIA Open Models NVIDIA Ising joins NVIDIA’s open model portfolio, which includes NVIDIA Nemotron™ for agentic systems, NVIDIA Cosmos™ for physical AI, NVIDIA Alpamayo ...
Microsoft Issues Patches for SharePoint Zero-Day and 168 Other New Vulnerabilities new
Brave News
Microsoft fixes 169 vulnerabilities including exploited SharePoint CVE-2026-32201, prompting CISA remediation by April 28, 2026.
NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating new
Hacker News · 2026-04-18
Comments
Zero-Copy GPU Inference from WebAssembly on Apple Silicon new
Hacker News · 2026-04-18
Comments
My first impressions on ROCm and Strix Halo new
Hacker News · 2026-04-18
Comments
NIST scientists create 'any wavelength' lasers new
Hacker News · 2026-04-18
Comments
Building an emoji list generator with the GitHub Copilot CLI
GitHub Blog · 2026-04-17
See how we created an emoji list generator during the Rubber Duck Thursday stream. The post Building an emoji list generator with the GitHub Copilot CLI appeared first on The GitHub Blog .
Bringing more transparency to GitHub’s status page
GitHub Blog · 2026-04-17
Changes to the status page will provide more specific data, so you'll have better insight into the overall health of the platform. The post Bringing more transparency to GitHub’s status page appeared first on The GitHub Blog .
How GitHub uses eBPF to improve deployment safety
GitHub Blog · 2026-04-16
Learn how Github uses eBPF to detect and prevent circular dependencies in its deployment tooling. The post How GitHub uses eBPF to improve deployment safety appeared first on The GitHub Blog .
Artificial neurons successfully communicate with living brain cells new
ScienceDaily — Artificial Intelligence · 2026-04-18
Engineers at Northwestern University have taken a striking leap toward merging machines with the human brain by printing artificial neurons that can actually communicate with real ones. These flexible, low-cost devices generate lifelike electrical signals capable of activating living brain cells, a breakthrough demonstrated in mouse brain tissue.
Quantum AI just got shockingly good at predicting chaos new
ScienceDaily — Artificial Intelligence · 2026-04-18
Researchers have shown that blending quantum computing with AI can dramatically improve predictions of complex, chaotic systems. By letting a quantum computer identify hidden patterns in data, the AI becomes more accurate and stable over time. The method outperformed standard models while using far less memory. This could have big implications for fields like climate science, energy, and medicine.
Projects + Resources (Discovery)Projects + Resources (Discovery)
10 item(s)
Zephyr RTOS on ESP32 – Zephyr Project new
Brave Search
The complete support status is tracked in the following GitHub issue: https://github.com/zephyrproject-rtos/zephyr/issues/29394 · The generic Zephyr Getting Started Guide can be used to set up the development environment, with only a few ESP32-specific steps.
GitHub - cpq/bare-metal-programming-guide: A bare metal programming guide (ARM microcontrollers) · GitHub new
Brave Search
This guide explains the fundamentals, and helps to understand how embedded frameworks like Cube, Keil, Arduino, and others, work. Every chapter in this guide comes with a complete source code which gradually progress in functionality and completeness. In the end, I provide bare metal template projects for different architectures:
ROS 2 | PX4 Guide (main) new
Brave Search
PX4 ROS 2 Interface Library: <strong>A C++ library that simplifies interacting with PX4 from ROS 2.</strong> Can be used to create and register flight modes written using ROS2 and send position estimates from ROS2 applications such as a VIO system.
GitHub - JacopoPan/aerial-autonomy-stack: An open framework to simulate and deploy perception-based PX4/ArduPilot drone swarms with ROS2, YOLO, LiDAR, NVIDIA Jetson · GitHub new
Brave Search
# Start AAS cd aerial-autonomy-stack/scripts AUTOPILOT=px4 NUM_QUADS=1 NUM_VTOLS=1 WORLD=swiss_town HEADLESS=false RTF=3.0 ./sim_run.sh # Start a simulation, check the script for more options (note: ArduPilot SITL checks take ~30-40s of simulated time before being ready to arm) # Simulation options: # AUTOPILOT=px4, ardupilot # HEADLESS/CAMERA/LIDAR=true, false # NUM_QUADS/NUM_VTOLS=0, 1, ... # WORLD=impalpable_greyness, apple_orchard, shibuya_crossing, swiss_town # RTF=1.0, 2.0, ... (real-time-factor, use 0.0 for "as fast as possible) # INSTANCE=0, 1, ... (integer ID to run multiple parallel
GitHub - JacopoPan/aerial-autonomy-stack: Multi-drone PX4/ArduPilot ROS2 control of quads and VTOLs, with YOLO, LiDAR, Dockerized Gym simulation, and JetPack deployment - Discussion Forum for PX4, Pixhawk, QGroundControl new
Brave Search
I was working on a swarm of quadrotors using the stack up there but I failed in making each drone follow a trajectory of set points in a csv file if anyone can help
Zephyr RTOS on STM32 MCUs: Open-Source Software - STMicroelectronics - STMicroelectronics new
Brave Search
Maintaining the STM32 code base: introducing new STM32 series, ensuring consistency across STM32 devices, and updating STM32 code to follow both Zephyr and STM32Cube evolutions · Ensuring code stability by running daily test campaigns (10K tests every night on a selection of STM32 targets) on a 24/7 automated test bench
Applied Machine Learning for Tabular Data new
Brave Search
We want to create a practical guide to developing quality predictive models from tabular data. We’ll publish materials here as we create them and welcome community contributions in the form of discussions, suggestions, and edits. We also want these materials to be reusable and open. The sources are in the source GitHub repository with a Creative Commons license attached (see below).
Efficient Fine-Tuning with LoRA: A Guide to Optimal Parameter Selection for Large Language Models new
Brave Search
Choosing the correct value of rank and the layers of the neural network architecture to target during adaptation could decide the quality of the output from the fine-tuned model. QLoRA results in further memory savings while preserving the adaptation quality. Even when the fine-tuning is performed, there are several important engineering considerations to ensure the adapted model is deployed in the correct manner. In summary, a concise table indicating the different combinations of LoRA parameters attempted, text quality output and number of parameters updated when fine-tuning OpenLLaMA-3b-v2 for 3 epochs on 5000 observations on a single A100 is shown below.
Democratizing Marketing Mix Models (MMM) with Open Source and Gen AI | Towards Data Science new
Brave Search
Hugging Face: Repository and hosting for open-source AI models. https://huggingface.co/ Bayesian Marketing Mix Modeling: General methodology and industry application.
Full stack open new
Brave Search
Open online course on JavaScript based modern web development by University of Helsinki and Houston Inc..