Skip to content
View p-rivero's full-sized avatar
Block or Report

Block or report p-rivero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
p-rivero/README.md

Today's tech haiku:

T-Mobile's backup plan,
Shielding from internet woes,
5G connection.

Reference:

https://www.startup365.fr/t-mobile-helps-isp-customers-stay-connected-during-outages-with-new-backup-plan/

Some of my projects:

  • 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.

  • 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.

Pinned

  1. ReChess ReChess Public

    ReChess: Chess Reinvented by You

    TypeScript 4

  2. DiscordAudioStream DiscordAudioStream Public

    Windows utility for streaming (with audio!) in Discord. Easily share the the audio of entire screen, or even use OBS for streaming!

    C# 172 6

  3. CESC16 CESC16 Public

    Documentation and tools for the CESC16 homebrew CPU

    Assembly 2