FAQ
Login
GNU social JPは日本のGNU socialサーバーです。
Usage
/
ToS
/
admin
/
test
/
Pleroma FE
Public
Public
Network
Groups
Featured
Popular
People
Embed Notice
HTML Code
<blockquote style="position: relative; padding-left: 55px;"><section><a href="https://mk.absturztau.be/notes/9tfz9jctoqy5009t">niconiconi (niconiconi@mk.absturztau.be)'s status on Sunday, 19-May-2024 03:04:25 JST</a><a href="https://mk.absturztau.be/@niconiconi" title="niconiconi@mk.absturztau.be"><img src="https://gnusocial.jp/theme/gnusocialjp/default-avatar-stream.png" width="48" height="48" alt="niconiconi" style="position: absolute; left: 0; top: 0;">niconiconi</a></section><article><p>It's called Boost because it boosts your blood pressure.</p></article><footer><a rel="bookmark" href="https://gnusocial.jp/conversation/3109751#notice-6160213">In conversation</a><time datetime="2024-05-19T03:04:25+09:00" title="Sunday, 19-May-2024 03:04:25 JST">about 7 months ago</time> <span>from <span><a href="https://mk.absturztau.be/notes/9tfz9jctoqy5009t" rel="external" title="Sent from mk.absturztau.be via ActivityPub">mk.absturztau.be</a></span></span><a href="https://mk.absturztau.be/notes/9tfz9jctoqy5009t">permalink</a><h4>Attachments</h4><ol><li><label><a rel="external" href="https://gnusocial.jp/attachment/2657508"> // Hack: boost::program_options doesn't support repeated "-vv" // and "-vvv" syntax, it also doesn't support omitting the // value of a paremeter, both causes validation failure. It's // not worthwhile to write a custom validator just for exactly // a single special case. Just change argv[] to avoid them. // This must be the first parseCommandLineArguments() to call // in main(). for (int i = 0; i < argc; i++) { const char* arg = argv[i]; if (strcmp(arg, "--verbose") == 0) { argv[i] = "--verbose=1"; } if (strcmp(arg, "-v") == 0) { argv[i] = "--verbose=1"; } if (strcmp(arg, "-vv") == 0) { argv[i] = "--verbose=2"; } else if (strcmp(arg, "-vvv") == 0) { argv[i] = "--verbose=3"; } }</a></label><br><a href="https://misskey-taube.s3.eu-central-1.wasabisys.com/files/8cf9a1fc-7c81-4c51-b6de-3fbe08517989.webp" rel="external">https://misskey-taube.s3.eu-central-1.wasabisys.com/files/8cf9a1fc-7c81-4c51-b6de-3fbe08517989.webp</a></li></ol></footer></blockquote>
Corresponding Notice
Embed this notice
niconiconi (niconiconi@mk.absturztau.be)'s status on Sunday, 19-May-2024 03:04:25 JST
niconiconi
It's called Boost because it boosts your blood pressure.