Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
11–20 of 33 posts
Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#12Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#13Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#14Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#15OT but this is the first time I've seen the ternary operator used with only one operand. Apparently, it's only valid in GNU C though. https://en.wikipedia.org/wiki/%3F:#C
NSNumber *value = dict[@"key"] ?: @1;Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#16Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#17Sources:
https://news.ycombinator.com/item?id=2480946
Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#18It's not hilarous on an iPad 1. Nothing happens beside the prompt blink. How could I look insanely busy with that in a coffee shop ? ;)
Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#19Re: Hacker Typer: How To Look Insanely Busy In A Coffee Shop (2011)
#20I once wrote a quick Java program that recorded our project's build output (about 5 minute's worth at the time) and captured the time between each line of the output. Then it could play back the build output at the same pace. I could run that in a loop in a shell window and I could nap for an hour while it looked like I was waiting on a build to finish. We joked about having a screensaver that looked like code being…