Live data from Hacker News

The Simpsons in CSS

pattle.github.io

51–60 of 105 posts

Re: The Simpsons in CSS

#52

Animated even and the code looks hand-drawn. I Fun fact: I worked at a nuclear engineering consultancy in the 90's. That's the not the fun fact. The hostnames of the computers were all Simpsons' character names. rsh blinky ftp homer

I work at a place now that uses USS Starship names for projects.

Really brings home the old adage about the hardest parts of computer science being naming things when the decision comes down to a discussion of the philosophical implications of a TV episode from 1994.

Re: The Simpsons in CSS

#53

Some of these do not seem to render correctly on Firefox. Seems to rely on Chrome-specific behavior.

Some of them are slightly problematic on Safari Mac, too https://imgur.com/a/5CCu9K8 shows quite a few spurious ovals showing up. Good work though :)

I get this on Chrome/Mac so maybe it's an OSX thing.

Re: The Simpsons in CSS

#54
post #15

SVG would be a better fit. Hand written SVG is underrated. But maybe it would not be difficult enough to make them in SVG. Whenever you feel the CSS get a bit hacky, like backgrounds with round shapes, it can usually be solved in a few lines of SVG. SVG also has classes and CSS, yes you can have CSS in SVG for style reusability and abstraction. You can also create SVG on the fly using JavaScript.

I suspect you may be missing the point of this exercise

I like unconventional solutions and hacks as much as the next guy, but a good hack should be better than the conventional solution in at least some way (like simplicity or tweakability). If the hack is worse in every way - the CSS is both longer and harder to write than the equivalent SVG - it's not as interesting to me.

Re: The Simpsons in CSS

#56
post #23

Earlier quoted context omitted.

Thanks for the heads up, I've just removed those links for now. Wasn't expecting anyone to come across them!

Still, I remain interested to know how you did it :)

I just built the characters up using simple shapes that you can draw in CSS (e.g squares, circles) and layer them on top of each other.

I guess an illustrator would do a similar thing.

Re: The Simpsons in CSS

#57
post #5
post #2

I love how even something as silly and unimportant as this has 13 open issue reports on GitHub.

If you check the pull requests tab there's also a showcase of why some people resist putting stuff on GitHub. Most of the pull requests are low-effort tickets like "update bart.css" with no further explanation and a bunch of random changes in the diff.

Those almost certainly come from people using GitHub's web editor - the default commit message is 'Update {filename}'. I despise it, I don't know why they encourage such useless commit messages, there should be no default message because there can be no useful default.

Re: The Simpsons in CSS

#58

Animated even and the code looks hand-drawn. I Fun fact: I worked at a nuclear engineering consultancy in the 90's. That's the not the fun fact. The hostnames of the computers were all Simpsons' character names. rsh blinky ftp homer

I went to a university where the authentication servers were named after nuclear accidents.

  tokaimura.doc.ic.ac.uk
  chalk-river.doc.ic.ac.uk
  three-mile-island.doc.ic.ac.uk
An older server was sellafield, but it had been decommissioned.

Re: The Simpsons in CSS

#59
post #2

I love how even something as silly and unimportant as this has 13 open issue reports on GitHub.

The license one was opened nearly 6 years ago.

It seems reasonable for the author not to put a license on what's clearly someone else's trademarks and copyright.
Post reply on HN