BrunoJo

↗ HN profile [ 59.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wanted to sit outside for coffee but there was no way to see which cafes are in the sun right now. So I built a map that shows which cafes, benches, and outdoor seats are in the sun vs. shade at any time of day. It…

  2. CSS Only Loaders (blog.pexels.com)
  3. JavaScript Console: > {}+[] 0 > []+{} [object Object] > {}+{} NaN > []+[] "" > []*[] 0 > [] + 5 "5"