Live data from Hacker News

Show HN: Universal Pause Button

github.com

171–174 of 174 posts

Re: Show HN: Universal Pause Button

#171

Nice idea and app. Having a quick look at the code I had forgotten how much work needed to be done for old-skool Windows applications. They do give you great lean applications though which is something I miss. I will always have a soft spot for small, lean single function applications. I guess it takes me back to my UNIX days. Some of my favourite more modern programs are SumatraPDF, uTorrent (the older 2.x versions)…

Transmission is a great replacement for uTorrent IMHO

Re: Show HN: Universal Pause Button

#172

Earlier quoted context omitted.

It may be, but it doesn't solve some of the problems that cputhrottle does. My main use for cputhrottle is to limit the CPU usage of Flash. It's not that I want to use the CPU for something else, at least not at the moment, but I don't want my laptop's fans to turn on, the whole thing to heat up and it to kill my battery life. [re]nice will only allow another process to get CPU priority, it won't keep the CPU utiliza…

Flash is running an event engine like JS under there. Your comment made it occur to me that they might busywait, rather than having a proper scheduler. This seems insanely lazy.

It's not a busywait, they use the extra CPU to render additional animation frames. But half the time the difference is not visible anyway.

Re: Show HN: Universal Pause Button

#174

Nice idea and app. Having a quick look at the code I had forgotten how much work needed to be done for old-skool Windows applications. They do give you great lean applications though which is something I miss. I will always have a soft spot for small, lean single function applications. I guess it takes me back to my UNIX days. Some of my favourite more modern programs are SumatraPDF, uTorrent (the older 2.x versions)…

Sumatra PDF is the best. I actually prefer it, running under wine, to any of the Linux PDF readers I've tried. I used I to write/preview my thesis.

Did you try Foxit reader? They actually have a Linux build that is not as feature-full as other releases, but still better than any native Linux PDF reader.
Post reply on HN