Skip to content
View linuskmr's full-sized avatar
  • Germany
  • 04:02 - 1h ahead

Highlights

  • Pro

Block or report linuskmr

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
linuskmr/README.md
for (vga, chr) in iter::zip(
	(0xb8000..0xb8fa0).into_iter().step_by(2),
	[0x4c, 0x69, 0x6e, 0x75, 0x73, 0x13] // CP473
) {
	unsafe { (vga as *mut u8).write_volatile(chr); }
}
  • 👋 Hi, I'm Linus
  • 🎓 Computer Science Master Student
  • 👨‍💻 Programming in Rust, Python, C++, C, JS/TS, Go, Kotlin, WebAssembly
  • ♥️ Love human-readable data formats (txt, md, csv) that are still readable in 50 years and don't depend on specific software support

Pinned Loading

  1. fortytwo-lang Public

    FTL is my own programming language. It is inspired by Kaleidoscope, a language introduced in an LLVM tutorial.

    Rust 3 1

  2. intcode-arduino Public

    An Intcode interpreter running on an Arduino for Advent of Code 2019

    Python

  3. estipy Public

    Estimate time of availability of long running for loops.

    Python 2

  4. aud2 Public

    Knapsack and Subset Sum algorithms from my university course "Algorithms and Data Structures 2"

    Rust

  5. clipyarser Public

    A simple, declarative and easy-testable command line argument parser

    Python

  6. lmgtfy Public

    Self-hosted Let Me Google That For You

    JavaScript 1 2