EastBay CodeHaus
Random Notes on Programming
Thursday, November 5, 2015
What if your name is actually Null?
Interesting comments by Mr. Christopher Null!
I'm adding "null" to the blogodex, will it come back to bite me?
http://www.wired.com/2015/11/null
blogodex = {"idx" : ["problem areas", "null"]};
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
A note from Donald Knuth about The Art of Computer Programming
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
Duckdb Full Text Search Example
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
Animating an OpenSCAD Figure
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
No comments:
Post a Comment