🦞🌯 Lobster Roll

Thread

Intricacies of sizecoding on Linux (youtube.com)

Stories related to "Intricacies of sizecoding on Linux" across the full archive.

Intricacies of sizecoding on Linux (youtube.com)
Linux Systems Performance (youtube.com)
Linux Kernel Development Visualization, 1991-2015 (youtube.com)
Linux Sucks 2016 (youtube.com)
rappel: assembly REPL for x86, amd64, and armv7 (github.com)
micro-coreutils - codegolfed assembly implementations of yes, echo, and cat (github.com)
The mind behind Linux (ted.com)
Linux Systems Performance (youtube.com)
LinuxFest Northwest 2016: The Devil in the Details: Switching to BSD from Linux (youtube.com)
Embedded Linux Conference 2013 - Toybox: Writing a New Command Line From Scratch (youtube.com)
Purely Functional Linux with NixOS (begriffs.com)
Is Linux Maintainable? (youtube.com)
Note: this seems to be an old presentation Microsoft just recently uploaded.
"The Linux Kernel Hidden Inside Windows 10" techtalk by Alex Ionescu (youtube.com)
Install Microsoft SQL Server on a Linux Machine in 5 Minutes (youtube.com)
Getting Started with Linux using Ubuntu 16.10: Installing Packages and Connecting to Servers (youtube.com)
Pure assembly, library-free Linux threading demo (github.com)
I'm not that good with assembly. Could someone explain me what is happening on this line: https://github.com/skeeto/pure-linux-threads-demo/blob/master/threads-x86_64.s#L93 I now that it prepares the location of the stack for clone. I think that it adds `STACK_SIZE` to have the end of the allo...
Convincing a Linux guy to use FreeBSD (youtube.com)
Linux Sucks... For the Last Time (youtube.com)
Linux Monitoring at Scale with eBPF (Brendan Gregg & Alex Maestretti) (youtube.com)
"Dynamic porting" of Dying Light for Linux/SteamOS (youtube.com)
The talk itself is in English (except the initial setup), someone translated the Q&A session to English here: https://www.gamingonlinux.com/articles/techland-presentation-on-porting-dying-light-to-linux.5277/page=2#35935
Give me 15 minutes and I'll change your view of Linux tracing (brendangregg.com)
Replace Your Exploit-Ridden Firmware with Linux - Ronald Minnich, Google (youtube.com)
Ronald Minnich from Google describes NERF (Non-Extensible Reduced Firmware), an open source software system developed at Google to replace almost all of UEFI firmware with a tiny Linux kernel and initramfs. Slides at https://schd.ws/hosted_files/osseu17/84/Replace%20UEFI%20with%20Linux.pdf
How To Design A Linux Kernel API (youtube.com)
> #How to design a Linux kernel API > > > The Linux kernel-user-space API is littered with design errors: APIs that are non-extensibe, unmaintainable, overly complex, limited-purpose, violations of standards, and inconsistent. Most of those mistakes can't be fixed because doing so would break t...
Linuxconfau 2018 videos (youtube.com)
Gemini PDA runs 5 Linux distros, Debian, Ubuntu, Sailfish, Android, unlocked bootloader, open source (youtube.com)
Writing Linux File System for Fun (youtube.com)
"Writing Linux File System for Fun" by Maciej Grochowski Slides: https://github.com/cppdug/presentations/blob/master/files/2018-05-14/WritingFS4Fun.pptx Abstract: The UNIX Filesystem story goes back to the first implementation of the operating system. Since then there were many different imple...
Asmttpd: Web server for Linux written in amd64 assembly (2017) (github.com)
Wasmjit: Kernel Mode WebAssembly Runtime for Linux (github.com)
A project I've been working on a lot in my spare time. I plan to get nginx running on it. Let me know what you think!
Linux Sucks. Forever (youtube.com)
Learning the Linux Kernel with tracing (youtube.com)