Hacker News new | ask | show | jobs
by bzelip 4388 days ago
I'm not much of a programmer, but it's great to know about this guy. The diversity link someone posted here [0] is inspiring.

Off topic question about Aphyr's website: the stylesheet is linked to only as `<link rel="stylesheet" type="text/css" href="/css" />` How and why does this work?

[0]http://aphyr.com/diversity

2 comments

The /css route is being served with the correct MIME type-- "text/css". That's all that really matters, despite the unconventional name.

This is likely a route that aggregates a collection of CSS automatically and outputs it.

Wow. Not only this guy is good at what he's doing, but he also seems to be a great person.

I'm impressed.