Live data from Hacker News

Viewing profile — billnreed

billnreed

HN member
Joined
Tue, Oct 31, 2017, 12:51 AM UTC
HN karma
10
Public activity
4 items

About billnreed

No profile information was provided.

Recent public activity

  1. comment
    Comment #42471409

    I've seen this engine before and thought it was really cool! I've been playing around with writing my own turn-based game engine with TypeScript: https://github.com/snowbillr/turn-…

  2. comment
    Comment #39146286

    Thank you! No license or anything, just go for it if you want to use them.

  3. comment
    Comment #39055732

    I made a few CSS-only single `div` loaders a while back, it was a fun challenge to make them interesting while only using a single div. https://codepen.io/snowbillr/pen/QEagmW

  4. comment
    Comment #15590355

    That's super cool! The `:checked` and `:valid` and `:invalid` selectors are really powerful tools when it comes to CSS. This is a real fun use of clever CSS selectors. I was doing …