Live data from Hacker News

Show HN: Visualize your day as 144 rectangles

rectangles.app

1–10 of 104 posts

Re: Show HN: Visualize your day as 144 rectangles

#2
I am grossly offended by this

    .grid-item {
      ...
      height: 4.5rem;
      width: 4.5rem;
    }
That's a square.

Fine, a square is a rectangle. But that's a square.

There's no media queries to eliminate the square. There's no JS that affects the square-ness. It's all squares.

144 squares.

Re: Show HN: Visualize your day as 144 rectangles

#4
post #2

I am grossly offended by this .grid-item { ... height: 4.5rem; width: 4.5rem; } That's a square. Fine, a square is a rectangle. But that's a square. There's no media queries to eliminate the square. There's no JS that affects the square-ness. It's all squares. 144 squares.

Yikes, I haven't thought anyone would venture there and see that monstrosity...

Well, now they're rectangles!

Re: Show HN: Visualize your day as 144 rectangles

#7
post #6

It is a good idea, but the layout hurts my eyes due to the Hermann grid illusion. https://en.wikipedia.org/wiki/Grid_illusion

It wasn't intentional!

I experimented with different colors, but seems like all of them produce this illusion :/

I'll see what I can do.

Re: Show HN: Visualize your day as 144 rectangles

#10
post #4
post #2

I am grossly offended by this .grid-item { ... height: 4.5rem; width: 4.5rem; } That's a square. Fine, a square is a rectangle. But that's a square. There's no media queries to eliminate the square. There's no JS that affects the square-ness. It's all squares. 144 squares.

Yikes, I haven't thought anyone would venture there and see that monstrosity... Well, now they're rectangles!

      height: 4.5rem;
    - width: 4.5rem;
    + width: 4.6rem;
consider my offense revoked
Post reply on HN