senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. p (p@freespeechextremist.com)'s status on Saturday, 21-Sep-2019 06:32:22 JST p p
    • p
    @TerminalState File sizes just got bigger.

    The true future is bytebeat, though. A song of arbitrary length in a paltry 256 bytes of C that generates a raw 16-bit PCM stream, stereo, 44.1kHz, right to standard output.

    #include <unistd.h>

    short nx(long t) {
    return
    ((t<<2)|((~(t>>1)&0x1ff)*(0x1ff&(0xb494afeba585585aL)>>(((t>>14)^(t>>21))%56))))
    /**/;
    }

    int main(int argc, char **argv) {
    long t;
    short r;
    for(t=0;;t++) {
    r = nx(t);
    write(1, &r, sizeof(r));
    }
    }
    In conversation Saturday, 21-Sep-2019 06:32:22 JST from freespeechextremist.com permalink
    • Tamamo repeated this.
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Saturday, 21-Sep-2019 08:42:01 JST Tamamo Tamamo
      in reply to
      • Tamamo
      @p @TerminalState wow i hadn't thought of doing this before, thats pretty cool
      image.png
      In conversation Saturday, 21-Sep-2019 08:42:01 JST permalink

      Attachments


      1. https://pl.smuglo.li/media/773f7179ea788da881111c4f0d7da6cb77bf4021419a4f379fecdb8fd7ba1f74.png?name=image.png

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.