The UNIX List

Show HN: Multiserial – a serial terminal for macOS that does not feel ancient

I do a fair amount of embedded and hardware work on my mac. The serial tool was always a bother for me. I usually ended up testing on Windows. I built this tool focused on day-to-day bringup, loop back tests, logging and repeatable send flows. it uses Tauri and Rust for speed and a low memory footprint. It is free, open source, MIT license. I have used this on a Mac and built and tested the Linux version. Did not get to building the Windows version yet. Will probably look at it next weekend.

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

This is ymawky, a now-dynamic web server written entirely in ARM64 Assembly. I've previously posted about ymawky here: https://news.ycombinator.com/item?id=48080587In the past month and a half, I've made some pretty major improvements: I've added CGI scripting support, so the server now supports query strings and dynamic content; and I've fully ported ymawky to run on Linux, rather than macOS-only.In addition to GET/PUT/HEAD/DELETE/OPTIONS r

Show HN: WSL Dashboard – an open-source,low-memory, high-performance GUI manager

A modern, high-performance, lightweight, and low-memory WSL (Windows Subsystem for Linux) instance management dashboard. Built with Rust and Slint for a premium native experience.

Show HN: peerd – AI agent harness that runs entirely in your browser

Hey HN. http://peerd.ai is an AI agent harness that lives entirely in your browser as a web extension. You don’t have to install a separate “AI browser”. You don’t have to bolt on or run some external process or manage a clunky mcp integration. It’s just a fully contained web extension, written in no build vanilla JS with minimal non-browser dependencies, using your own provider keys, and Apache 2.This isn’t just a fun hack. While it has largely been a solo side project, I genuinely be

A Brief History Of Unix Commands On Windows: CoreUtils (Again)

If you use Windows today and type ls, cat, grep, or awk in a terminal, there is a good chance something useful will happen. That was not always true. For most of the history of personal computing, ...

Linux 7.1 released with new NTFS and FRED

The new kernel, Linux 7.1, brings a modern NTFS driver and activates Intel's FRED by default. Furthermore, the use of AI in development is causing a stir.

Building a Retro Linux Gaming Computer Part 53: The Rabbit's Foot

What Am I Going to Do With All This Cheese. Few Linux games can claim to have as gone as native as Lugaru: The Rabbit's ...

DLSS Updater 4.2.0 brings improved Linux support

The open source tool DLSS Updater version 4.2.0 has released, bringing with it some improvements for Linux users of it. Plus security updates.

Linux 7.2 Converts exFAT to IOmap: USB and SD Card Transfers Get Faster

Linux exFAT performance gets a major boost in Linux 7.2 after kernel maintainer Namjae Jeon merged an IOmap conversion on June 20, replacing the legacy buffer_head architecture that has powered the

Microsoft’s new developer-optimized Windows embraces Linux even more

Microsoft is embracing Linux-like command line utilities and integrating its Linux subsystem even further into Windows.

I tried AnduinOS 2.0, and it may be the easiest way to ditch Windows for Linux

I tried AnduinOS 2.0, and it may be the easiest way to ditch Windows for Linux ...

Linux 7.2 Closes Memory Bug Class With strncpy Removal After Six Years

Linux kernel strncpy removed in Linux 7.2 after 362 patches and six years of coordinated work. The dangerous C string function leaked kernel memory through unterminated buffers and wasted CPU cycles

Linux 7.1 is here to end the Intel 486 CPU era - and do some serious legacy clean up

Linux 7.1 is here to end the Intel 486 CPU era - and do some serious legacy clean up ...

Windows and Linux users: The deadline to update Secure Boot keys is near

The clock is ticking for Windows and Linux users to update cryptographic keys that protect their systems against ...

Linux gaming works without touching the terminal, and that matters more than any benchmark

Gaming on Linux used to feel daunting, but these days, you can do it completely without the terminal, and it changes ...

Windows is quietly becoming the easiest way to run Linux containers, and I don't know how to feel about it

Who knew that Microsoft would one day run software you didn't have to pay for ...

Linus Torvalds Reveals His Privacy Philosophy #shorts #linux #coding #programmer

Linus Torvalds Reveals His Privacy Philosophy Your Queries :- linus torvalds on privacy linux development linux pc building open ...

Does wp-admin boost my SEO? #wordpress #software #server #linux #fory...

Does wp-admin boost my SEO? #wordpress #software #server #linux #foryoupageシforyou.

Show HN: We polled 2,122 Americans on AI and regulation, and built a visualizer

We are researchers from Johns Hopkins University who wanted to measure American attitudes toward specific AI regulations. So we ran a poll, with SurveyUSA as our partner, to collect the data from a nationally representative sample, and we built a data-explorer to share it. We included questions about where people trust or do not trust AI, and how they expect AI to alter power, inequality, and the meaningfulness of work. There is also a quiz to try, if (a) you want to locate your own AI attitudes

Show HN: We built an 8-bit CPU as 2nd year EE students

Hi! me and my friends together built an 8 bit CPU implemented in Logisim purely from scratch. The control unit of this system does not implement the generic microcode ROM or any kind of RAM. This was made purely from discrete logic gates and coded the system to run different programs.key features: Custom 16-instruction Harvard ISA, 8-bit fixed format, 4 general purpose registersHardwired control unit built entirely from AND/OR gate logic matrixDual-phase clocking to eliminate race conditio