
MATLAB R2023b
MATLAB R2023b
What it does
MATLAB R2023b is a fall 2023 release that introduces two new products: Simulink Fault Analyzer for systematic fault injection and Polyspace Test for embedded C/C++ code testing Key updates include native Apple silicon support for better Mac performance and battery life It features enhanced Live Editor tasks, the Experiment Manager app, kernel 6.5 support, and major updates to Aerospace, Wavelet, and Wireless HDL Toolboxes Released September 2023.
Does a similar job
all alternatives →- RTRun TRELLIS.2 Image-to-3D generation natively on Apple SiliconApr 2026 · github.com · ▲202
I ported Microsoft's TRELLIS.2 (4B parameter image-to-3D model) to run on Apple Silicon via PyTorch MPS. The original requires CUDA with flash_attn, nvdiffrast, and custom sparse convolution kernels: none of which work on Mac. I replaced the CUDA-specific ops with pure-PyTorch alternatives: a gather-scatter sparse 3D convolution, SDPA attention for sparse transformers, and a Python-based mesh extraction replacing CUDA hashmap operations. Total changes are a few hundred lines across 9 files. Generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro (24GB). Not as fast as…
- MUMonitoror – Unified monitoring wallboard2020 · monitoror.com · ▲295
- AMA minimal job board for signal processing engineers2023 · signalprocessingjobs.com · ▲78
I started https://signalprocessingjobs.com/ to organize a couple of side projects I have: - a job board for signal processing engineers - Journal2MATLAB: a blog that turns academic papers into MATLAB code - some work on using cocotb for verifying DSP HDL - and some MATLAB code snippets i keep coming back to Hope others in the community find it useful :)
- DSDtab – Spreadsheet for Data Science2015 · dtab.io · ▲229


More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com