HackerTrans
TopNewTrendsCommentsPastAskShowJobs

PascalW

no profile record

Submissions

The surprising struggle to get a Unix Epoch time from a UTC string in C or C++

berthub.eu
131 points·by PascalW·el año pasado·96 comments

Synctrain: A Rethought iOS Client for Syncthing

t-shaped.nl
4 points·by PascalW·hace 2 años·0 comments

Advent of Code 2023

adventofcode.com
4 points·by PascalW·hace 3 años·0 comments

It's time for Flutter to adjust its market strategy

blog.flutterbountyhunters.com
1 points·by PascalW·hace 3 años·3 comments

comments

PascalW
·el año pasado·discuss
Thanks for the shout out to kindle-dash! <3 Great looking dashboard you have there!
PascalW
·hace 3 años·discuss
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] https://github.com/pascalw/kindle-dash/blob/main/src/dash.sh...
PascalW
·hace 3 años·discuss
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 charge, refreshing the screen every hour.

[1] https://wiki.mobileread.com/wiki/Kindle4NTHacking#Jailbreak

[2] https://github.com/pascalw/kindle-dash
PascalW
·hace 3 años·discuss
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/namecheap/....
PascalW
·hace 3 años·discuss
Flutter is no longer the only game in town (using the same approach), new solutions have come that are direct competitors.
PascalW
·hace 4 años·discuss
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.
PascalW
·hace 4 años·discuss
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!
PascalW
·hace 4 años·discuss
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 to a quite hefty WASM download, but for _applications_ that you typically open only a couple of times per day and where you work in for several hours, that initial loading delay really doesn't matter.

Just don't expect to use it for an E-Commerce site or something like that.