Skip to content

Instantly share code, notes, and snippets.

View Klrfl's full-sized avatar
💚
I love Vue

Efraim Munthe Klrfl

💚
I love Vue
View GitHub Profile
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active July 14, 2026 22:36
Building a react native app in WSL2
@steven2358
steven2358 / ffmpeg.md
Last active July 17, 2026 09:13
FFmpeg cheat sheet
@dpritchett
dpritchett / naur.md
Last active July 15, 2026 02:05
Programming as Theory Building

Programming as Theory Building

Peter Naur, 1985

(copied from http://alistair.cockburn.us/ASD+book+extract%3A+%22Naur,+Ehn,+Musashi%22)

Introduction

The present discussion is a contribution to the understanding of what programming is. It suggests that programming properly should be regarded as an activity by which the programmers form or achieve a certain kind of insight, a theory, of the matters at hand. This suggestion is in contrast to what appears to be a more common notion, that programming should be regarded as a production of a program and certain other texts.

@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active July 16, 2026 05:18
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4