audionerd's comments

audionerd | 15 years ago | on: Startup Idea: Draw usr specified art on moon using teleoperated robot

In 2009, David Kent Jones proposed “shadow shaping” / “shadow farming” technology, in which robots would alter the moon’s surface in such a way that shadows from sunlight on the moon would form company logo’s and advertising messages.

This method, however, was clearly banned by 2005 legislature on “obtrusive space advertising” (see: 49 U.S.C. 70109a) and potentially violates the “Agreement Governing the Activities of States on the Moon and Other Celestial Bodies” (that prohibits “disruption of the existing balance of its environment”).

The Moon Treaty of 1979 specifically bans “altering the environment of celestial bodies”

To advertise on the Moon, its environment would have to remain unharmed.

audionerd | 15 years ago | on: Mustache 2.0 and the Future of Mustache.js

This is a good point.

Most programmers are familiar with the common notations for nested structures (e.g.: a dot, or a slash). Mustache's solution requires a programmer to explicitly reference the parent context: https://github.com/defunkt/mustache/issues/issue/6#issue/6/c...

https://gist.github.com/3c91441597ac650146b9

Maybe this was to keep Mustache "pure", and avoid introducing a dot- or slash- syntax. "Turtles all the way down"?

I agree the syntax is clunky. But it does have some internal logic.

I'd argue that the bigger problem is: most people don't know the feature exists.

audionerd | 15 years ago | on: Mockup-Driven Development

I like the term "Mockup-Driven Development". This is a problem I've been thinking about for quite some time, and I think the author describes it well. There's clearly room for progress in the integration between client-side HTML/CSS designers and server-side programmers.

I've found two things help integration greatly: "Super Templates" and "Logic-less Templates".

Super Templates: e.g.: building a single page template for the entire site

This a technique I learned from Nicole Sullivan's "Object-Oriented CSS" https://github.com/stubbornella/oocss/wiki/FAQ (see the section: "Why have a single template?"). A colleague of mine has nicknamed them "super templates".

Building everything in a single template provides essentially an "integration test" for your HTML components. CSS conflicts are made visually obvious.

Most likely, you would build each HTML component in isolation, and stitch them together into such a "super template" via {{< include}} or similar. To avoid CPU overload, you toggle on/off HTML/CSS as needed for a given test.

Logic-less Templates: e.g.: {{mustache}}

http://mustache.github.com/

Mustache templates are language-agnostic. You only have to build them once, and you can use them everywhere.

Mustache views provides a Mustache template with content. So within one app you might use the same Mustache template server-side (with a Ruby view), and client-side (with a JavaScript view).

Because of this flexibility, the Programmer and Web Designer can use the same mustache templates, using a view appropriate view for their needs (either the real view or a "stub").

The Web Designer would use a "stub" view. It has fake data structures, dummy lorem ipsum. Just enough to build a template.

The methods of this "stub" define an interface which can later be implemented in the real view, at the Programmer's convenience.

This results in the same "Mockup-Driven Workflow" the author describes, with no additional libraries required. The Web Designer works (in the browser) on the templates, using JavaScript view stubs. The Programmer uses the SAME templates, coupled with his server-side views, in the actual application.

audionerd | 15 years ago | on: Mockup-Driven Development

I agree with your arguments when the purpose of a mockup (Photoshop or otherwise) is for visual concept / art direction / client presentation.

But when you move past that stage, and begin to integrate HTML/CSS with server code, things get messy real quick, and that's the problem I think this article is proposing to solve.

I think the terminology may be confusing. For example, in the vernacular I'm familiar with, "mockups" are in Photoshop, "templates" are static HTML, and "views" run on the server. And even so, I find these terms are often used interchangeably.

audionerd | 15 years ago | on: Why your desk job is slowly killing you

I recently saw a comparative review of budget standing desk options, and I wish I would have bookmarked it. It was from someone who had evaluated a ton of them, put them up as his own personal opinion.

Anyone know what I'm talking about?

audionerd | 15 years ago | on: Dear Gap, I have your new logo.

Many clever alternate designs (and parodies) have been posted on the ISO150 blog:

  http://blog.iso50.com/2010/10/06/gap-redesign-contest/

audionerd | 15 years ago | on: Steve Jobs "never had any designs. He has not designed a single project"

“[..] The next afternoon, instead of a new iteration of the calculator, Chris unveiled his new approach, which he called "the Steve Jobs Roll Your Own Calculator Construction Set". Every decision regarding graphical attributes of the calculator were parameterized by pull-down menus. You could select line thicknesses, button sizes, background patterns, etc.

Steve took a look at the new program, and immediately started fiddling with the parameters. After trying out alternatives for ten minutes or so, he settled on something that he liked. When I implemented the calculator UI (Donn Denman did the math semantics) for real a few months later, I used Steve's design, and it remained the standard calculator on the Macintosh for many years, all the way up through OS 9.”

via: http://folklore.org/StoryView.py?project=Macintosh&story...

audionerd | 15 years ago | on: Microsoft Academic Search

I've been meaning to read more of Alan Kay's work. This makes it easy.

  http://academic.research.microsoft.com/Detail.aspx?entitytype=2&searchtype=2&id=2276768

audionerd | 15 years ago | on: CSS3 Font Smoothing

The recommendations from html5boilerplate.com actually include this:

  html { -webkit-font-smoothing: antialiased; }
My point being: be sure to read and understand resets/boilerplates before including them in your own code.

audionerd | 15 years ago | on: Ask HN: Why do we not have a Wiki yet?

I know non-coders might downvote me for this, but github's recently open-sourced Gollum engine might be a good basis.

  http://github.com/github/gollum
Contributors could write their articles independently, send a pull request, and have their writing merged into the central wiki.

There's also a (minimal) web UI for easy edits, or for users who aren't comfortable with git.

audionerd | 15 years ago | on: Brilliant talk by John Cleese on creativity.

Tried to find it, but unfortunately the video link is dead:

  http://www.creativityworldforum.be/view/nl/6432289-Sessions.html#session1
There is a PDF though with a bit more background:

  http://www.flandersdc.be/static/content/CWF08-day1-John_Cleese.pdf
page 3