Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adrianlv512
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
adrianlv512
2y ago
Here's a nice write-up where power consumption is measured using a voltmeter: https://peppe8o.com/raspberry-pi-pico-w-power-consumption/
2.
▲
by
adrianlv512
2y ago
Here's a nice video featuring the product: https://www.youtube.com/watch?v=GqmnV_T4yAU
3.
▲
by
adrianlv512
2y ago
Looks great. FYI: Story and Sellers links in the header bar don't do anything on Firefox/Linux.
4.
▲
by
adrianlv512
2y ago
Not sure this is true regarding Docker, e.g.: https://github.com/radiosilence/nano-web?tab=readme-ov-file#... https://github.com/lipanski/docker-static-website https://github.com/P
5.
▲
by
adrianlv512
2y ago
Not sure if it meets all of your requirements, but what about using Crystal HTTP::Server[1] and building a fully statically linked[2] binary and deploying via a Docker scratch image[3] using a Multi-stage build[4]. Here's[5] an example