Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PascalW
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
PascalW
2y ago
Thanks for the shout out to kindle-dash! <3 Great looking dashboard you have there!
2.
▲
The surprising struggle to get a Unix Epoch time from a UTC string in C or C++
(berthub.eu)
131 points
by
PascalW
2y ago
|
96 comments
3.
▲
Synctrain: A Rethought iOS Client for Syncthing
(t-shaped.nl)
4 points
by
PascalW
2y ago
|
0 comments
4.
▲
Advent of Code 2023
(adventofcode.com)
4 points
by
PascalW
3y ago
|
0 comments
5.
▲
by
PascalW
3y ago
Instead of using a cronjob you can put the device into sleep and use the RTC to schedule the next wakeup (see [1]). This takes only very little power, as the device is only turned on for mere seconds and sleeps the remaining time. [1] http
6.
▲
by
PascalW
3y ago
Some Kindles can easily be jailbroken [1]. I have two jailbroken Kindle 4 devices and they're still great. Both for reading (though you have to sideload books) and as e-ink dashboards [2]. A Kindle 4 can run for ~ 28 days on a single c
7.
▲
by
PascalW
3y ago
Have you considered managing DNS records with Terraform or Pulumi? That way you can easily automate (bulk) changes. Edit: this is possible with Namecheap as well, see https://registry.terraform.io/providers/namecheap&#x
8.
▲
by
PascalW
3y ago
Flutter is no longer the only game in town (using the same approach), new solutions have come that are direct competitors.
9.
▲
It's time for Flutter to adjust its market strategy
(blog.flutterbountyhunters.com)
1 points
by
PascalW
3y ago
|
3 comments
10.
▲
by
PascalW
4y ago
I've personally only tested it with a Kindle 4 NT. I haven't had any reports of people using this on other Kindle devices, but in theory it should work as long as the device is jailbroken.
11.
▲
by
PascalW
4y ago
Highscalability.com was great! I still follow their RSS feed but there's not a lot of new content nowadays. If someone knows a similar resource I'd love to hear about it!
12.
▲
by
PascalW
5y ago
Flutter for web is quite rapidly improving in all the areas you mentioned. For right now I think it's already very suitable for highly complex browser applications such as a Figma, Google sheets etc. Load times aren't the best due
13.
▲
by
PascalW
5y ago
I'm using it myself to run Whatsapp for the Matrix Whatsapp bridge [1] on a VPS. [1] https://docs.mau.fi/bridges/go/whatsapp/android-vm-setup.htm...
14.
▲
by
PascalW
5y ago
Interesting. I've never been able to make Anbox run in a cloud environment though, don't recall the exact details. But indeed I guess it should be able to work as there's also a commercial offering targeted specifically at cl
15.
▲
by
PascalW
5y ago
Came across this very useful project. It provides Docker images with Android running directly in Docker, without qemu or an emulator. I've never seen this before, all other solutions that I'm aware of either run the Android emulat
16.
▲
Android in Docker without QEMU/emulator
(github.com)
226 points
by
PascalW
5y ago
|
71 comments
17.
▲
by
PascalW
5y ago
Very similar. I guess it's really k8s (the control plane) itself that is so resource intensive. Looking with top right now kube-apiserver, kubelet, kube-controller, kine and k0s use 13.5, 12.5, 5.6, and 3.0 % CPU respectively. Obviousl
18.
▲
by
PascalW
5y ago
Curious what makes you think k3s is the better choice? The only reason I ended up going with k0s was that I had problems getting k3s working well behind a locked down firewall. With k0s that was pretty easy.
19.
▲
by
PascalW
5y ago
I'm using iptables myself and it works fine, though you have to make sure that traffic on the kube-bridge interface is allowed. With iptables: -A INPUT -i kube-bridge -j ACCEPT -A OUTPUT -o kube-bridge -j ACCEPT Other than tha
20.
▲
by
PascalW
5y ago
I'm doing something similar though I've opted specifically to _do_ use Kubernetes via k0s [0]. It works wonderfully well and allows me to use most things that are available in the k8s ecosystem like cert-manager [1] and external-d
21.
▲
by
PascalW
5y ago
Might be nice to deploy the Flutter app on the web too. Flutter web support is pretty decent now. SQLite on the web is probably going to be tricky though (sqflite doesn't support it).
22.
▲
by
PascalW
6y ago
I'm not familiar with this, sorry.
23.
▲
by
PascalW
6y ago
If your Kindle 4 NT is not broken it's actually pretty easy to root it and use as a dashboard. Shameless plug: https://news.ycombinator.com/item?id=25939042
24.
▲
by
PascalW
6y ago
That's my project :-) Ht was indeed very useful as it was trivial to compile it for armv7, statically linking openssl. Thanks @ducaale!
25.
▲
by
PascalW
6y ago
Thanks I'm an RSS nut too but didn't know about hnrss. Super useful to keep track of replies.
26.
▲
by
PascalW
6y ago
That's a good point. I'm using partial refresh for this reason, which works quite well because the screen is relatively static (I do a full refresh after 4 partial refreshes, to remove the minor ghosting that does occur). But if y
27.
▲
by
PascalW
6y ago
Nice work!
28.
▲
by
PascalW
6y ago
I could replace ht with another HTTP client. I just picked it because it was the easiest way I knew to compile an HTTP client with statically linking openssl. If anyone knows an easy way to compile curl with statically linked openssl, let m
29.
▲
by
PascalW
6y ago
Might be a nice fit indeed. I considered doing this on my Remarkable 2, but it's a bit tricky to combine a dashboard with actually using the product as it's intended (for note-taking, in this case). The advantage of using a Kindle
30.
▲
by
PascalW
6y ago
That's an interesting idea! It depends a bit on the data that is shown on the dashboard, but I guess in many cases the data is quite static. The data on my dashboard can change at any time in theory, but there are many times where the
More ›