Today's tech haiku:
Hidden in the code,
Bootkitty sneaks in and waits,
Life before the blink.
Reference:
https://www.infosecurity-magazine.com/news/bootkit-bootkitty-targets-linux/
-
Discord Audio Stream: It's very easy to share your screen using Discord. Being able to hear it, not so much. This tool gives you control over the audio that you send to Discord, making it possible to share a screen with audio, use OBS, and any other use case you can think of.
-
unix.js: [Work in progress] An easy-to-use framework for creating realistic terminal experiences and ARGs, anywhere JavaScript can run. It's a UNIX-like fake OS that can be easily extended by adding new files to the filesystem.
- Main repository with the core framework and a parser for creating the virtual filesystem.
- Base filesystem with some core utilities and commands. Designed to be used as a template for user projects.
-
CESC16: A custom CPU, designed from scratch and built on PCBs. Completely 16-bit, with support for interrupts and improved General Purpose IO (GPIO) ports.
- Main repository with documentation, schematics and some tools.
- Emulator written in C++, using the ncurses library.
- ANSI C compiler, by implementing a backend for the lcc retargetable compiler.
-
CESC: Previous CPU architecture, inspired by Ben Eater's SAP-1 and built on breadboards. It's an 8-bit architecture with a very simple instruction set.
- Main repository with documentation, images and some tools.
-
Arduino VGA Terminal: Use an Arduino Nano to drive a VGA monitor. It only supports text output, so it's great as a terminal for your homebrew CPU projects.