Darkrai

u/Darkrai@kbin.social
6 posts · 83 comments

Recent posts

Recent comments

on Decision of Next Os · c/linux · 3 pts · 2y

Ones of the reasons I like Pop, they install a recovery partition with a copy of the install USB, finally they have a 'factory reset' that reinstalls the OS while keeping the users home folders.

on Rip Yuzu · c/emulation · 1 pts · 2y

If we do make that, can we make the git CLI equivalent tool not terrible like the current.

I found git to be so frustrating to learn by trial and error. All the different ways it won't let you pull updates, the confusing branch and stream tracking stuff where I have to make a new branch and cherry pick the one commit I actually was intending to put in a PR. Finally I find the error messages could probably be way more informative and helpful.

on :3{:3|:3&};:3 · c/programmerhumor · 29 pts · 2y

Its creating a function named : that spawns two copies of : then calls that function to start the duplicating code or forks. For that, its called a fork bomb.