There's facter (used by and developed for Puppet): https://github.com/puppetlabs/facter Pass --json for JSON output.
There's some reasoning in this thread: https://old.reddit.com/r/emulation/comments/7p2rik/redream_h... Notably, this comment by the developer (with followups):…
When Firefox stopped supporting legacy extensions, the Greasmonkey developers saw that as a chance to redesign their API (to use promises). Tampermonkey used to be open source, but unfortunately isn't any more. I still…
This is not about RSA keys - they're still fine. See https://news.ycombinator.com/item?id=22324492 and https://news.ycombinator.com/item?id=22324535
"Any community that gets its laughs by pretending to be idiots will eventually be flooded by actual idiots who mistakenly believe that they're in good company."
Most people can reportedly get used to the discrepancy between the vision and balance senses and be rid of the motion sickness (with some training: keep playing until you start feeling uncomfortable, wait until the next…
https://outline.com/SysByE
In addition to the one mentioned by a sibling comment, there are several others: Windows: - http://textmode.netne.net/Extreme.html - http://www.ztree.com/ Unix: - http://www.unixtree.org/
Direct link: https://people.freebsd.org/~gallatin/talks/euro2019.pdf
Instead of patching the source, the Makefile should be patched to use sdl2-config to set LDFLAGS and CFLAGS (instead of hard-coding them), i.e: CFLAGS := [other flags...] $(shell sdl2-config --cflags) LDFLAGS := [other…
:(){:|:&};:
> Update the signing script to save the tarball to disk (previously, it lived in a pipe) and upload these alongside the releases… This should have been done from the start. GitHub does not guarantee checksums for the…
As long as we're talking about libraries, yes. For cli tools, on the other hand, there are definitely legitimate cases for exiting early.
And in that case, raise SystemExit(code) is nicer (and does not require an an import).
You used to need separate codecs for MPC, but for a long time now it (at least MPC-HC) ships with LAV Splitters and LAV Filters, removing that need.
It was mentioned in the QnA section of a talk posted somewhere in this comment section (probably https://www.youtube.com/watch?v=vcyQBup-Gto). At least originally, it was because of the license.
Is there a good way to acquire all the headers and libraries available to MSVC on windows (MSVC, Windows SDK, ...) for use with clang-cl on Linux? Last time I had to resort to copying the files from an installation on a…
You can also put this: javascript:(function(){document.querySelector('video').playbackRate=3.0;})(); as a bookmark on your bookmarks bar.
Here's a paper on the topic which presents some ideas: https://journals.sagepub.com/doi/full/10.1177/09567976145245...
> Whether and how much the skill transfers to normal human speech, or even between synths, is person-specific. I can't do Youtube at much beyond 2x. Others can. It's definitely a learned skill. I find that the maximum…
> And so, having nitpicked that to death to save us death by nested replies, You saved us nothing. You should have just stopped after admitting you meant to write "This binary tool patches". The several straw men (with…
Nested $() is fine, and not uncommon (though 3 levels like here is rarely used). All the nested "" present here are required, as removing any of them would cause a change in behavior (caused by word splitting).
> This tool binary-patches your local system rather than shipping via AMO. That’s not healthy. Modifying/creating/updating a few text files in your profile directory is not "binary-patching". And it's done this way…
It requires the user to create their own API project. GYB has such functionality built-in since 1.20, see the release notes: https://github.com/jay0lee/got-your-back/releases/tag/v1.20 For gmvault, you have to create it…
"Limited, but we won't tell you the limit."
There's facter (used by and developed for Puppet): https://github.com/puppetlabs/facter Pass --json for JSON output.
There's some reasoning in this thread: https://old.reddit.com/r/emulation/comments/7p2rik/redream_h... Notably, this comment by the developer (with followups):…
When Firefox stopped supporting legacy extensions, the Greasmonkey developers saw that as a chance to redesign their API (to use promises). Tampermonkey used to be open source, but unfortunately isn't any more. I still…
This is not about RSA keys - they're still fine. See https://news.ycombinator.com/item?id=22324492 and https://news.ycombinator.com/item?id=22324535
"Any community that gets its laughs by pretending to be idiots will eventually be flooded by actual idiots who mistakenly believe that they're in good company."
Most people can reportedly get used to the discrepancy between the vision and balance senses and be rid of the motion sickness (with some training: keep playing until you start feeling uncomfortable, wait until the next…
https://outline.com/SysByE
In addition to the one mentioned by a sibling comment, there are several others: Windows: - http://textmode.netne.net/Extreme.html - http://www.ztree.com/ Unix: - http://www.unixtree.org/
Direct link: https://people.freebsd.org/~gallatin/talks/euro2019.pdf
Instead of patching the source, the Makefile should be patched to use sdl2-config to set LDFLAGS and CFLAGS (instead of hard-coding them), i.e: CFLAGS := [other flags...] $(shell sdl2-config --cflags) LDFLAGS := [other…
:(){:|:&};:
> Update the signing script to save the tarball to disk (previously, it lived in a pipe) and upload these alongside the releases… This should have been done from the start. GitHub does not guarantee checksums for the…
As long as we're talking about libraries, yes. For cli tools, on the other hand, there are definitely legitimate cases for exiting early.
And in that case, raise SystemExit(code) is nicer (and does not require an an import).
You used to need separate codecs for MPC, but for a long time now it (at least MPC-HC) ships with LAV Splitters and LAV Filters, removing that need.
It was mentioned in the QnA section of a talk posted somewhere in this comment section (probably https://www.youtube.com/watch?v=vcyQBup-Gto). At least originally, it was because of the license.
Is there a good way to acquire all the headers and libraries available to MSVC on windows (MSVC, Windows SDK, ...) for use with clang-cl on Linux? Last time I had to resort to copying the files from an installation on a…
You can also put this: javascript:(function(){document.querySelector('video').playbackRate=3.0;})(); as a bookmark on your bookmarks bar.
Here's a paper on the topic which presents some ideas: https://journals.sagepub.com/doi/full/10.1177/09567976145245...
> Whether and how much the skill transfers to normal human speech, or even between synths, is person-specific. I can't do Youtube at much beyond 2x. Others can. It's definitely a learned skill. I find that the maximum…
> And so, having nitpicked that to death to save us death by nested replies, You saved us nothing. You should have just stopped after admitting you meant to write "This binary tool patches". The several straw men (with…
Nested $() is fine, and not uncommon (though 3 levels like here is rarely used). All the nested "" present here are required, as removing any of them would cause a change in behavior (caused by word splitting).
> This tool binary-patches your local system rather than shipping via AMO. That’s not healthy. Modifying/creating/updating a few text files in your profile directory is not "binary-patching". And it's done this way…
It requires the user to create their own API project. GYB has such functionality built-in since 1.20, see the release notes: https://github.com/jay0lee/got-your-back/releases/tag/v1.20 For gmvault, you have to create it…
"Limited, but we won't tell you the limit."