Show HN: Visualize your day as 144 rectangles
rectangles.app
Show HN: Visualize your day as 144 rectangles
1–10 of 104 posts
Re: Show HN: Visualize your day as 144 rectangles
#2 .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
#3Re: Show HN: Visualize your day as 144 rectangles
#4I 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.
Well, now they're rectangles!
Re: Show HN: Visualize your day as 144 rectangles
#5It's perhaps a neat UI for a day planner. Being able to drag to select a block of squares and then attach a color/label to them would be a nice next step. Could work entirely client side.
Re: Show HN: Visualize your day as 144 rectangles
#6Re: Show HN: Visualize your day as 144 rectangles
#7It is a good idea, but the layout hurts my eyes due to the Hermann grid illusion. https://en.wikipedia.org/wiki/Grid_illusion
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
#8[1] https://waitbutwhy.com/2016/10/100-blocks-day.html [2] https://github.com/am-on/work-timer
Re: Show HN: Visualize your day as 144 rectangles
#9I see that I'm not the only one inspired by this blog post [1]. I did a similar visualization with blocks to display my working hours [2]. [1] https://waitbutwhy.com/2016/10/100-blocks-day.html [2] https://github.com/am-on/work-timer
Re: Show HN: Visualize your day as 144 rectangles
#10I 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