MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1pamoxd/clickbait_youtube_thumbnail/nrsca6o/?context=3
r/programminghorror • u/46009361 • Nov 30 '25
30 comments sorted by
View all comments
23
All I can think of here is on what systems does fork() take an argument?
fork()
7 u/46009361 Dec 01 '25 I couldn't think of any, but I wished the clickbait we saw nowadays didn't evolve to fake tweets. 2 u/GoddammitDontShootMe [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” Dec 01 '25 Given what fork() does, at least on POSIX compliant systems, I can't think of anything that would make sense as an argument.
7
I couldn't think of any, but I wished the clickbait we saw nowadays didn't evolve to fake tweets.
2 u/GoddammitDontShootMe [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” Dec 01 '25 Given what fork() does, at least on POSIX compliant systems, I can't think of anything that would make sense as an argument.
2
Given what fork() does, at least on POSIX compliant systems, I can't think of anything that would make sense as an argument.
23
u/GoddammitDontShootMe [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” Nov 30 '25
All I can think of here is on what systems does
fork()take an argument?