Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PascalW
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
PascalW
6y ago
I considered this as well but didn't really want to mess with the hardware. But if you're up for that you can buy the components yourself, or go for something like inkplate [1] which is an E-paper display + ESP microcontroller and
32.
▲
by
PascalW
6y ago
I don't know exactly yet, but from what I'm now seeing it consumes 3-4% battery per day, with the dashboard updating every 30 minutes for 10 hours a day. I'm only letting it update during office hours, so I reckon I should ge
33.
▲
by
PascalW
6y ago
Yes that should be possible. You could use this as a starting point: https://www.mobileread.com/forums/showpost.php?p=3812831&pos... . With that you can wait for the 'goingToScreenSaver' event and then wri
34.
▲
by
PascalW
6y ago
https://wiki.mobileread.com/wiki/Kindle4NTHacking and the mobileread forums have a wealth of information on this topic!
35.
▲
by
PascalW
6y ago
You do need the screen to kick off the jailbreak process I'm afraid.
36.
▲
by
PascalW
6y ago
Yeah they seem to actively prevent jailbreaking on more recent devices. I specifically picked up a used Kindle 4 NT for this project, because it's so easy to jailbreak.
37.
▲
Show HN: Low-power Kindle-based dashboard
(github.com)
284 points
by
PascalW
6y ago
|
71 comments
38.
▲
by
PascalW
6y ago
Thanks for pointing this out! I've been using Aegis for quite a while and didn't know this.
39.
▲
by
PascalW
6y ago
Nice work! I was looking for a wiki system with a similar workflow the other day and was surprised not to find anything. If anyone knows of a wiki system that supports this kind of review/merge flow I'm very interested.
40.
▲
by
PascalW
6y ago
Can you expand on why Sapper is no longer a thing?
41.
▲
by
PascalW
6y ago
I've been hosting Nextcloud since version 13 and have upgraded 7 times in total, to version 20 now. Never had a single issue upgrading. I'm hosting via Docker, so upgrading is as simple as pulling and starting a new image. Nextclo
42.
▲
by
PascalW
6y ago
I just noticed this project is using a bit of code [1] I put up on GitHub over 4 years ago to create Alfred workflows in Go. I never realized people other than myself were actually using this, wonderful! [1] https://github.com&#x
43.
▲
by
PascalW
6y ago
Nice work! How does it compare to n8n? [0] n8n is the closest OSS alternative to Zapier I've seen so far. [0] https://n8n.io/
44.
▲
by
PascalW
6y ago
I don't really understand this sentiment of not needing a queue system. This is not much different from spawning a thread in Java to delay the email sending. For any serious application you want a job like that to be persisted so you c
45.
▲
by
PascalW
6y ago
This 100%. Dialyzer helps a bit but is difficult to work with due to really cryptic errors. Also the workflow of having the typechecker run as a separate process not part of the compiler feels really cumbersome; it's easy not to notice
46.
▲
Making Django and Webpack play nice together: no plugins required
(pascalw.me)
2 points
by
PascalW
6y ago
|
0 comments
47.
▲
by
PascalW
6y ago
It's up here: https://pascalw.me/blog/2020/04/19/webpack-django.html
48.
▲
by
PascalW
6y ago
Tailwind is becoming the new Bootstrap. It's pretty recognizable in it's default configuration.
49.
▲
by
PascalW
6y ago
The trick is to let Django handle the file names. Django's static support can do this very well. I hope to get the post out somewhere this week!
50.
▲
by
PascalW
6y ago
I've tried setting up django-webpack-loader but it felt very heavy handed and I didn't like how it forces you to use some non-standard manifest plugin that was pretty buggy. Instead I went with vanilla Webpack outputting files int
51.
▲
by
PascalW
6y ago
The Django Inertia adapter seems to be abandoned [1], what are you using? [1] https://github.com/jsbeckr/inertia-django
52.
▲
by
PascalW
6y ago
It doesn't. In fact it doesn't do anything for assets in general. But integrating it with Webpack is quite straightforward if you're comfortable with Webpack.
53.
▲
by
PascalW
7y ago
We recently used Kind for a k8s workshop. We provisioned a beefy cloud server and ran 15 3-node Kind clusters on it, so everyone had it's own k8s instance without having to install anything locally. It worked absolutely great for this
54.
▲
HTTP Caching Gotcha: Heuristic Freshness
(theguild.nl)
2 points
by
PascalW
7y ago
|
0 comments
55.
▲
by
PascalW
7y ago
Kabisa | Software crafts(wo)man | Weert / Eindhoven / Amsterdam, Netherlands | ONSITE Kabisa is a software agency based in the Netherlands. We're 13 years in business and have a team of 50 people. We have in-depth knowledge a
56.
▲
by
PascalW
7y ago
Kabisa | Software crafts(wo)man | Weert / Eindhoven / Amsterdam, Netherlands | ONSITE Kabisa is a software agency based in the Netherlands. We're 13 years in business and have a team of 50 people. We have in-depth knowledge a
57.
▲
by
PascalW
7y ago
Kabisa | Software crafts(wo)man | Weert / Eindhoven / Amsterdam, Netherlands | ONSITE Kabisa is a software agency based in the Netherlands. We're 13 years in business and have a team of 50 people. We have in-depth knowledge a
58.
▲
by
PascalW
7y ago
https://github.com/grafana/loki is very promising in this space. Dead-easy to run.
59.
▲
by
PascalW
7y ago
Those 503's are by design,see https://www.backblaze.com/blog/design-thinking-b2-apis-the-h...
60.
▲
by
PascalW
7y ago
Does anyone know of any programmable alternatives that are not tight to AWS?
More ›