ndunn2 | 13 years ago | on: A Crash Course in Information and Visual Design
ndunn2's comments
ndunn2 | 13 years ago | on: TextDown: Markdown editor for Chrome
"Access your data on all website Access your tabs and browsing history"
ndunn2 | 14 years ago | on: Solving Scramble With Friends – a tale of three data structures
ndunn2 | 14 years ago | on: Pinterest = No Unit Tests
ndunn2 | 14 years ago | on: "By the end of the summer, I optimized dropbox.com’s pages to render 5X faster."
ndunn2 | 15 years ago | on: How a baseball image got photoshopped by robots
ndunn2 | 15 years ago | on: CSS Markup Detective
accessility -> accessibility maet -> met
ndunn2 | 15 years ago | on: Show HN: My 6 Weeks Project, MultiplayerChess.com
ndunn2 | 15 years ago | on: Show HN: My 6 Weeks Project, MultiplayerChess.com
ndunn2 | 15 years ago | on: XOR Swap - Stack Overflow for Tech Interview Questions
ndunn2 | 15 years ago | on: A clone of Microsoft Paint in JavaScript, using the WHATWG Canvas
ndunn2 | 15 years ago | on: Functional Programming with Java
val b = a.exists(str=>str.forall(_.isLowerCase))
or
val b = a.exists(x=>x.toLowerCase() == x)
There's no way I'd start using functional programming in Java if it's this clunky. Just stick with Scala.
ndunn2 | 15 years ago | on: 25 Even More Slick Linux Commands
#3 doesn't work for me on Mac OSX with Bash; the ! is interpreted as the last command. Not sure if this works in other shells
#4 is clever, but I would think if you're doing something that complex that you need to recall time and time again you'd make an alias for it.
#8 is clever. I love AWK. But not sure when I'd ever use this.
The rest were pretty bleh to me. Always looking for new shell kung fu but unfortunately this list did nothing for me.
ndunn2 | 15 years ago | on: Why the Leather Cover Crashes the Kindle 3
ndunn2 | 15 years ago | on: Introducing Word Lens
ndunn2 | 15 years ago | on: SkyFly - Vertical Takeoff & Landing Ultralight Aircraft
ndunn2 | 15 years ago | on: Facebook intern visualizes friendships, draws world map
ndunn2 | 15 years ago | on: Full CSS3 Lightbox - Absolutely no JavaScript
ndunn2 | 15 years ago | on: Syntax highlighting, auto complete and more within Python interpreter
Traceback (most recent call last): File "/usr/local/bin/bpython", line 8, in <module> load_entry_point('bpython==0.9.7', 'console_scripts', 'bpython')() File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 1739, in main banner=banner) File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 1636, in curses_wrapper return func(stdscr, args, *kwargs) File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 1706, in main_curses clirepl.repl() File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 996, in repl inp = self.get_line() File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 589, in get_line key = self.get_key() File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 567, in get_key self.idle(self) File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 1579, in idle do_resize(caller) File "/Library/Python/2.5/site-packages/bpython-0.9.7-py2.5.egg/bpython/cli.py", line 1591, in do_resize curses.endwin() _curses.error: endwin() returned ERR
ndunn2 | 15 years ago | on: Pipes:tags::physics:syntax::plumbing:HTML (Anyone want to learn HTML?)