Skip to content

Instantly share code, notes, and snippets.

@gipi
Last active April 6, 2020 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gipi/524422a33001bf75c6d8 to your computer and use it in GitHub Desktop.
Save gipi/524422a33001bf75c6d8 to your computer and use it in GitHub Desktop.
#TODO

TODO

Software

Reproducible builds

LXC

BRIDGING

How the fuck is supposed to configure a LXC with a bridge?

looking at how docker do it, to forward ports you need to use iptables as explained here.

Mounting

I want to mount the directory from where I launch LXC like vagrant mount it in /vagrant; maybe using the --bind option

$ mount --bind $PWD /path/to/lcx/

Hardware

Softcore

I want to build a simple CPU with which run linux

  • Simple CPU interesting article where is built a simple CPU with a very clear explanation of the blocks it's composed of.
  • Step-by-Step Design and Simulation of a Simple CPU Architecture pdf
  • FPGA NES: implementation of an original Nintendo Entertainment System in Verilog (github repo)

PCB drilling with 3d printer

Adapter Rpi0 - JTAG jlink

PWM and hard disk drive

Floppy

I would be interested to read the signal directly from the disk drive

Emulator

Debugcable

Rework the serial debug board from google for the Nexus5 in order to optimize it

  • remove 3V3 LDO, I think is useless
  • expose 1V8 power line
  • maybe make the regulator configurable

Reuse laptop battery

A battery is nice to reuse

For example a Dell D160 battery outputs if pin 1 and 4 are shorted together (you can check the continuity of the corresponding pins on the laptop), so the pinout in the following link is to so correct after all

Physics&Math

Relation statistical mechanics/informational theory Entropy

Runge-Kutta integrator

Write a library to simulate gravitational systems in C language and then make it work with different GUI like GTK, android etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment