←back to thread

Hacker Typer

(hackertyper.net)
270 points rvnx | 1 comments | | HN request time: 0.206s | source
Show context
mhavelka77 ◴[] No.41876788[source]
Fun fact, the site fetches the textfile from the server at '/kernel.txt' and stores it in the browser local storage.

The code is obviously from the Linux kernel, specifically managing group memberships and permissions for processes.

replies(3): >>41878170 #>>41878810 #>>41883464 #
1. BoppreH ◴[] No.41883464[source]
The file is groups.c from the Linux Kernel, circa sometime before 2015: https://github.com/torvalds/linux/blob/8f6c5ffc8987f4f5b5a3e...