Viewing profile — datene
datene
HN member- Joined
- Fri, Jan 29, 2016, 12:14 PM UTC
- HN karma
- 80
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About datene
Recent public activity
-
comment
Comment #39343757
Already went through the first few chapters on this one. Really good! Good pacing and structure
-
comment
Comment #37841502
This excellent article on dithering also explains blue noise in a simple way https://surma.dev/things/ditherpunk/
-
comment
Comment #37019518
It's implied in this article (in Dutch) that the municipality of Spijkenisse funded it. At no more cost than building 'normal' bridges, as they had planned originally https://archi…
-
comment
Comment #36595865
Really enjoy reading Ridgeline, keep it up! Very relaxing. Inspired me to go walking in Japan and it was just as great as described in the articles
-
comment
Comment #33876432
Excellent article. Explains the FLIP concept in CSS animation performance. Doesn't really have much to do with Framer, besides it being the inspiration for the article
-
comment
Comment #33797589
Could be a really cool way to play complex "choose your own adventure" games. Like "Hand of Fate" for example, you'd only need three or four cards. Could even do it with two. A gam…
-
comment
Comment #33770401
Tweakers is a Dutch tech-related interest website https://tweakers.net/
-
comment
Comment #33746525
Well found, images are so slow on original link
-
comment
Comment #32009970
Zelda & Chill by GameChops is a good one. GameChops has a lot of other lo-fi video game soundtrack covers that are great for programming, in my experience
-
comment
Comment #31973582
Best one
-
comment
Comment #31937475
It's not unreasonable, however 30 days seems a bit on the short side. I have 15+ repos that I'll need to review. Another thing that would be nice is if the affected sites would be …
-
comment
Comment #31504605
Thank you for your feedback. Yes, I'll make sure to add a privacy policy soon. Basically the email address is just to send you an email in case you forget your password. Content is…
-
comment
Comment #31504466
Thank you for the feedback, that's a good point. I was toying with the idea before but not quite sure what the right approach would be, from a technical perspective. I suppose I co…
-
comment
Comment #31502674
Good point, I'll add some photos and a video later this week. There are a few screenshots on Producthunt here: https://www.producthunt.com/posts/simple-journal
-
comment
Comment #31502321
I've been working on a platform that allows you to log and track daily events https://www.simplejournal.online/ I've been more focused on collecting rather than processing the data…
-
comment
Comment #31407263
Hello HN! I've been working on Simple Journal for some time now. The concept came into being after I noticed more and more people picking up journaling. I became interested in the …
- story
-
comment
Comment #30799132
Looks nice, but the advertisements make it almost unusable on mobile. Although they don't always seem to show up
-
comment
Comment #30720570
You might have an android device wider than 575px, this is the media query that's causing it: ``` @media (max-width: 575px) h2 { position: relative; overflow-x: hidden; } ``` overf…
-
comment
Comment #30719196
Pretty cool. If anyone associated with the project reads this: All of the headings on bridgetownrb.com seem to have a scroll overflow, which stops your page scrolling on mobile.
-
comment
Comment #29672115
Nice explantation of the topic by Two Minute Papers on YouTube: https://youtu.be/B-zxoJ9o7s0
- story
-
comment
Comment #29447578
This article doesn't actually get into what the idea is. Instead, it explains the entire history of the world hoping you don't notice the idea is missing "Although Goodenough will …
-
comment
Comment #29104104
Oh yeah that stuff is like concrete when it dries up. Already had to replace my bin. Good luck with your starter, exciting! Mine is a year and a half old now. Amazing how it just k…
-
comment
Comment #29103945
I started baking bread after coming across this article on HN https://news.ycombinator.com/item?id=22625590 I found it to be a nice, accessible way to get started, with clear and s…