Here are inspirational examples from properties of a video editor: https://wickstrom.tech/programming/2019/03/24/property-based... The author also published a tool for PBT:nif web front ends which sounds interesting.
>Why can't it just co-exist with other "acceptable" content? Do you really think the critique of Only Fans is aimed at the consumers' experience, rather than contributing to the norm that it's OK for men to pay women to…
Try reading the GTD book. What could have been a flowchart, maybe bundled with some potential downsides/gotchas-and-how-to-avoid-them, somehow became this nonsense 300-page sleeping pill.
Have you seen http://sigusr2.net/serving-traffic-directly-from-sqlite.html ?
If the goal is to either reduce the number of open issues, or make it easy to find the most recently reported/recently active issues, it could be accomplished in other ways. What about: - not having "TOTAL issues" as a…
See man install: https://linux.die.net/man/1/install
OT: Just in case webdevs reads this: you might want to markup clickable things as clickable (<a>). If you need a datapoint: I'm using Vimium for Chrome.
You want the -v option to git commit, not to git add. git commit -v displays the patch below the message part you're writing, so that you can review the patch as you write the message.
By looking through the git history of your project, it doesn't seem you got it correct the first time either. I don't think gluing "UNIX tools" together biggest strength is "make it work fast & on the first try", but…
For the lazy ones, here's a copy-paste to add a download-link: $('#extras').append("<a href='"+$('#player').data('jPlayer').status.src+"'>Download</a>"); (Only for the currently playing song, there's…
Here are inspirational examples from properties of a video editor: https://wickstrom.tech/programming/2019/03/24/property-based... The author also published a tool for PBT:nif web front ends which sounds interesting.
>Why can't it just co-exist with other "acceptable" content? Do you really think the critique of Only Fans is aimed at the consumers' experience, rather than contributing to the norm that it's OK for men to pay women to…
Try reading the GTD book. What could have been a flowchart, maybe bundled with some potential downsides/gotchas-and-how-to-avoid-them, somehow became this nonsense 300-page sleeping pill.
Have you seen http://sigusr2.net/serving-traffic-directly-from-sqlite.html ?
If the goal is to either reduce the number of open issues, or make it easy to find the most recently reported/recently active issues, it could be accomplished in other ways. What about: - not having "TOTAL issues" as a…
See man install: https://linux.die.net/man/1/install
OT: Just in case webdevs reads this: you might want to markup clickable things as clickable (<a>). If you need a datapoint: I'm using Vimium for Chrome.
You want the -v option to git commit, not to git add. git commit -v displays the patch below the message part you're writing, so that you can review the patch as you write the message.
By looking through the git history of your project, it doesn't seem you got it correct the first time either. I don't think gluing "UNIX tools" together biggest strength is "make it work fast & on the first try", but…
For the lazy ones, here's a copy-paste to add a download-link: $('#extras').append("<a href='"+$('#player').data('jPlayer').status.src+"'>Download</a>"); (Only for the currently playing song, there's…