Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
abrioy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
abrioy
4y ago
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 display and some sensors. I never thought about using a Kindl
2.
▲
by
abrioy
4y ago
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 video to use picture in picture on Youtube
3.
▲
by
abrioy
5y ago
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 in if statements without this weird workaround.