/dev/stdout
@devstdout
4.05K
subscribers
19.5K
photos
2.69K
videos
78
files
3.25K
links
cat /dev/random
Download Telegram
Join
/dev/stdout
4.05K subscribers
/dev/stdout
Channel created
/dev/stdout
Hello world
6
2
1
/dev/stdout
https://qr.blinry.org/
đź’Š
4
/dev/stdout
https://youtu.be/QlzoegSuIzg
YouTube
Making Simple Linux Distro from Scratch
In this video I will demonstrate how you can create a small and simple Linux distro from scratch, together with the kernel I will use BusyBox for the user mode utils and Syslinux for the bootloader.
Installations: apt get install bzip2 git vim make gcc libncurses…
/dev/stdout
https://youtu.be/cuPirXZ6AWo
https://youtube.com/@nirlichtman
YouTube
Making Tiling Window Manager in C on Windows
Making Minimalist Tiling Window Manager (like i3wm or Suckless dwm, but much more simple) for Windows using the C Programming Language and Windows API.
I am planning to build upon the code I wrote in the video and improve this, here is a link to the Github…
/dev/stdout
https://youtu.be/5KkVftV-PTk
YouTube
I made a Compression Algorithm for Heightmap Terrain
This show the General algorithm for compressing a Heightmap image using quadtree and quantization.
This compression algorithm will more optimize with linear regression model calculated with least square method in 3 dimension. I can say we implement delta…