[dev] Culling all the way down

2020-09-05 Thread Tobias Bengfort
Hi, I am currently creating a curses application that is updated independently of user input. Think of something like `top`. I realized that the process is using the same amount of CPU whether it is currently visible or not. That bothers me. I would prefer if my app got notified when its visibilit

Re: [dev] mkws(1) - simple static site generator

2020-09-05 Thread Adrian Grigore
Removed stat dependency. I really didn't want to do OS/feature detection so I wrote this: https://mkws.sh/lts.html. On Tue, Sep 1, 2020 at 7:55 PM Adrian Grigore wrote: > > Thanks for your feedback! > > I agree that shell script is sort of a natural fit for templating, you > just take plain text