Skip to content
View michael105's full-sized avatar
🎯
I know Douglas Adams, therefore I'll understand AI
🎯
I know Douglas Adams, therefore I'll understand AI

Block or report michael105

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
michael105/README.md

Michael (misc) (Myer) misc147


Changed my email to misc X at posteo.net.
(Replace the variable with the result of ((twice 3),+1) )

https://michael105.github.com - About me, old blog

https://gist.github.com/ - github repository index


A passionated opensource developer, having fun with minimizing a statically linked Linux conglomeration.


Started programming with Basic at an IBM PC(One of those first models,no hd, no graphics..), to head on to Pascal, later Cpp, did a lot with perl, some Java, finally got back to C, Assembly and shelled scripts.
Did play with sql, css, html, and such.

University graduate, Philosophy, History and History of Science. (Magister Artium)

DIY Electronics, mainly audio, etched own boards some time ago.

Currently mainly interested in shrinking binaries, system development with C and Assembler, (size) optimizing algorithms.

Now in AI stuff. I like this vibe of Douglas Adams. I dislike Python...

However, yet all code here is written by me, in person, without ai support.

Pinned Loading

  1. minilib minilib Public

    A c standard system library with a focus on size, headeronly, "singlefile", intended for static linking. 187 Bytes for "Hello World"(regular elf), compiled with the standard gcc toolchain.

    C 37 1

  2. et et Public

    The tiny terminal text editor. Fighting bloatware - 600loc, linked statically with minilib linux32bit: 8k, osx x64: 20k

    C 18

  3. minicore minicore Public

    Work in progress. (Not finished yet) Slim down (GNU) core utils to 64kB, statically linked with minilib.

    C 12

  4. rinit rinit Public

    Tiny and fast init

    C 7

  5. slterm slterm Public

    Slim and fast terminal emulator (94kB) with minimal external dependencies (Xlib,Xft)

    C 18 1

  6. shrinkelf shrinkelf Public

    Strip 64bit elf binaries aggressively

    C 6