GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by 🥺 (cutemaxxer@ryona.agency)

  1. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Saturday, 03-Feb-2024 13:09:24 JST 🥺 🥺
    in reply to
    • Pleroma-tan

    it's too long for me to include everything, just try it yourself


    image.png
    In conversation Saturday, 03-Feb-2024 13:09:24 JST from ryona.agency permalink

    Attachments


    1. https://ryona.agency/media/3fbd7cad72914886e5568b9d347fff92229d88f6a9f479632b8f8115e4927a7b.png?name=image.png
  2. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Saturday, 03-Feb-2024 13:02:36 JST 🥺 🥺
    • Pleroma-tan
    hey @kirby try compiling this with g++ and witness the mountain cascade of compiler errors
    ```
    #include <map>
    #include <algorithm>
    template<class T,class U>void f(T,U u){std::vectorv;auto i=end(v);find(i,i,u);find(i,i,&u);U*p,**q,r(),s(U);find(i,i,&p);find(i,i,&q);find(i,i,r);find(i,i,&r);find(i,i,s);find(i,i,&s);}template<class T>void f(T t){f(t,0);f(t,0l);f(t,0u);f(t,0ul);f(t,0ll);f(t,.0);f(t,.0l);f(t,.0f);f(t,' ');f(t,L' ');f(t,u' ');f(t,U' ');f(t,"");f(t,L"");}int main(){f(0);f(0l);f(0u);f(0ul);f(0ll);f(.0);f(.0l);f(.0f);f(' ');f(L' ');f(u' ');f(U' ');f("");f(L"");f(u"");f(U"");}
    ```
    In conversation Saturday, 03-Feb-2024 13:02:36 JST from ryona.agency permalink
  3. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Saturday, 03-Feb-2024 12:58:45 JST 🥺 🥺
    what woukd :softcandy: be :weirdfroth:
    In conversation Saturday, 03-Feb-2024 12:58:45 JST from ryona.agency permalink
  4. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Saturday, 03-Feb-2024 02:24:09 JST 🥺 🥺
    in reply to
    • cassidyclown
    • :blank:
    • Rusty Crab
    • binkle
    @i @khayyam cc @RustyCrab @binkle
    @cassidyclown :niggahardcandy: #niggapullrequest :niggahardcandy: #hardcandypullrequest :niggahardcandy:
    In conversation Saturday, 03-Feb-2024 02:24:09 JST from ryona.agency permalink
  5. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Friday, 02-Feb-2024 02:18:57 JST 🥺 🥺
    in reply to
    • Pleroma-tan
    • 🥺
    @kirby @vee also i recommend you read https://people.eecs.berkeley.edu/~necula/cil/cil016.html, theres some wacky shit that pushes the boundaries of the C standard so you can never say C is easy again
    In conversation Friday, 02-Feb-2024 02:18:57 JST from ryona.agency permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: people.eecs.berkeley.edu
      Who Says C is Simple?
  6. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Friday, 02-Feb-2024 02:16:26 JST 🥺 🥺
    in reply to
    • Pleroma-tan

    @kirby @vee ah, have some more then :nigga3c:

    #include <stdint.h> #include <stdio.h> #define S "%s" #define _(x) x##ntf int main() { char*$=(char*)(uint64_t[]){ ~18417912228290092938ull, ~15780601667991084186ull, ~10420927750181526157ull}; _(pri)(S S S,$,8+$,16+$); }

    what about comparing integers without actually comparing them? (functionalmaxxing in C)

    int bitdigit(size_t i) { return i ? 1 + bitdigit(i >> 1) : 0; } size_t unit(size_t digits) { return digits ? (unit(digits - 1) << 1) | 1 : 0; } enum { COMPAR_BIGGER = -1, // x > y COMPAR_EQUAL, // x == y COMPAR_SMALLER, // x < y }; int compar(size_t x, size_t y) { const int dx = bitdigit(x); const int dy = bitdigit(y); return dx | dy ? dx ^ dy ? bitdigit(x | y) ^ dx ? COMPAR_SMALLER // : COMPAR_BIGGER : compar(x & unit(dx - 1), y & unit(dy - 1)) : COMPAR_EQUAL; }

    heres a neat program that prints out its arguments recursively, you should be able to read this at least

    #include <stdio.h> int main(int argc, char **argv) { return puts(*argv++), argc == 1 ? 0 : main(--argc, argv); }
    In conversation Friday, 02-Feb-2024 02:16:26 JST from ryona.agency permalink
  7. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Friday, 02-Feb-2024 01:49:59 JST 🥺 🥺
    now im afraid people are gonna think i only write whitney-style :niggainsane: pseudoobfuscated code
    In conversation Friday, 02-Feb-2024 01:49:59 JST from ryona.agency permalink
  8. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Friday, 02-Feb-2024 01:41:10 JST 🥺 🥺
    in reply to
    • Pleroma-tan
    @kirby @vee missed seeing this on your timeline?
    image.png
    In conversation Friday, 02-Feb-2024 01:41:10 JST from ryona.agency permalink

    Attachments


    1. https://ryona.agency/media/fc31cdbdcf5886880fb8c062f65805bf8c6ca0485d7157d454610a53279cb08b.png?name=image.png
  9. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Wednesday, 31-Jan-2024 22:25:11 JST 🥺 🥺
    in reply to
    • Pleroma-tan
    @kirby its pure autism please dont
    In conversation Wednesday, 31-Jan-2024 22:25:11 JST from ryona.agency permalink
  10. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Wednesday, 31-Jan-2024 00:14:59 JST 🥺 🥺
    in reply to
    • Pleroma-tan
    @kirby yggdrasil.social
    In conversation Wednesday, 31-Jan-2024 00:14:59 JST from ryona.agency permalink
  11. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Tuesday, 30-Jan-2024 00:09:01 JST 🥺 🥺
    in reply to
    • Pleroma-tan
    @kirby then did you think programs store the entered password in some special form?
    In conversation Tuesday, 30-Jan-2024 00:09:01 JST from ryona.agency permalink
  12. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Sunday, 28-Jan-2024 23:26:24 JST 🥺 🥺
    kirby please
    In conversation Sunday, 28-Jan-2024 23:26:24 JST from ryona.agency permalink
  13. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Sunday, 28-Jan-2024 23:16:09 JST 🥺 🥺
    bekonit raped herself🥀
    In conversation Sunday, 28-Jan-2024 23:16:09 JST from ryona.agency permalink
  14. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Sunday, 28-Jan-2024 23:13:36 JST 🥺 🥺
    i always try to watch watamote and i cringe so hard 3 minutes in how do you niggas think it's "literally you", she's at a legally retarded level
    In conversation Sunday, 28-Jan-2024 23:13:36 JST from ryona.agency permalink
  15. Embed this notice
    🥺 (cutemaxxer@ryona.agency)'s status on Sunday, 28-Jan-2024 23:13:23 JST 🥺 🥺
    in reply to
    • Pleroma-tan
    @kirby wut :niggaloved:
    In conversation Sunday, 28-Jan-2024 23:13:23 JST from ryona.agency permalink

User actions

    🥺

    🥺

    rolling alone

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          238682
          Member since
          28 Jan 2024
          Notices
          15
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.