The strain and pressure of modern living
Running this for extended periods of time will cause your computer to become unresponsive.
11. January 2010
Running this for extended periods of time will cause your computer to become unresponsive.
11. January 2010
#!/usr/bin/perl while(1){ my $strain = {name => 'strain'}; my $pressure = {name => 'pressure'}; $strain->{strain} = $pressure; $pressure->{pressure} = $strain; select(undef, undef, undef, 0.0002); print `clear && free -m`; }