Viewing profile — aepiepaey
aepiepaey
HN member- Joined
- Wed, May 10, 2017, 8:32 AM UTC
- HN karma
- 334
- Public activity
- 145 items
- HN profile
- View on Hacker News ↗
About aepiepaey
No profile information was provided.
Recent public activity
-
comment
Comment #22383486
There's facter (used by and developed for Puppet): https://github.com/puppetlabs/facter Pass --json for JSON output.
-
comment
Comment #22348862
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): https://old.reddit.c…
-
comment
Comment #22348012
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…
-
comment
Comment #22327475
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
-
comment
Comment #22319071
"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."
-
comment
Comment #22010191
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 fee…
-
comment
Comment #22001582
https://outline.com/SysByE
-
comment
Comment #22001330
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.unixtr…
-
comment
Comment #21992463
Direct link: https://people.freebsd.org/~gallatin/talks/euro2019.pdf
-
comment
Comment #21722211
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 s…
-
comment
Comment #21656325
:(){:|:&};:
-
comment
Comment #21249349
> 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 …
- comment
-
comment
Comment #21082697
As long as we're talking about libraries, yes. For cli tools, on the other hand, there are definitely legitimate cases for exiting early.
-
comment
Comment #21082671
And in that case, raise SystemExit(code) is nicer (and does not require an an import).
-
comment
Comment #21080663
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.
-
comment
Comment #21052023
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 …
-
comment
Comment #20994551
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 copy…
-
comment
Comment #20886505
You can also put this: javascript:(function(){document.querySelector('video').playbackRate=3.0;})(); as a bookmark on your bookmarks bar.
-
comment
Comment #20886321
Here's a paper on the topic which presents some ideas: https://journals.sagepub.com/doi/full/10.1177/09567976145245...
-
comment
Comment #20886267
> 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 l…
-
comment
Comment #20443534
> 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…
-
comment
Comment #20392505
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 behavi…
-
comment
Comment #20391128
> 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…
-
comment
Comment #20303622
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/v…