Viewing profile — abrioy
abrioy
HN member- Joined
- Wed, Jan 05, 2022, 9:14 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About abrioy
No profile information was provided.
Recent public activity
-
comment
Comment #33589920
I have a similar setup at home with an M5Paper[1] to display a daily screenshot of my homeassistant dashboard. It's a neat little device based on an ESP32 chip with an e-ink displa…
-
comment
Comment #32286121
In Firefox, holding shift while right clicking works most of the time. It display the default context menu regardless of the website. For ins.tance you can shift right click a vide…
-
comment
Comment #29815176
You can use a type guard[1] as an argument to Array.filter, but the function has to be explicitly typed as such. I don't know why the type isn't narrowed in Array.filter like it is…