Ask HN: What bugs you about your day?
Hey HN. Taking a week off and I haven’t written code in awhile (run a team now). I miss it.
Anything bugging you all about your day I could code up in <3-4 days?
Can be full stack. Although if a native app I’d have to use electron since I don’t know swift/java well enough to crank something out in that short of a time span.
Just looking for some cool small project to keep my chops.
7 comments
[ 2.3 ms ] story [ 25.5 ms ] threadIt has an annoying bug that results in losing all favs whenever the app is restarted. Could you look into it? It's super annoying and FOSDEM 2019 is around the corner.
This line should do the trick:
for (const node of document.querySelectorAll('.commtext')) {node.className = 'commtext c00'}
That didn't work for me (because I have old computer?) so I made a bookmarklet[0]:
- which works fine. I never knew an easy way of doing that, much obliged. No more straining to read super-light grey. (Maybe better to change them to some other colour instead, like red.)[0] i.e. I made a browser bookmark named 'ungrey' with that javascript as the 'URL', and dragged it to bookmark bar.