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 hazlin (hazlin@annihilation.social)

  1. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Thursday, 20-Aug-2026 13:56:52 JST hazlin hazlin

    sothisiswhereyouwerehiding.jpg
    In conversation about 12 hours ago from annihilation.social permalink

    Attachments


    1. https://annihilation.social/media/a6473fd2-94f3-4bb5-adf1-951eb0fc5453/sothisiswhereyouwerehiding.jpg?name=sothisiswhereyouwerehiding.jpg
  2. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Thursday, 20-Aug-2026 01:27:56 JST hazlin hazlin
    POV: you are about to hear something very smug
    fgf03.jpg
    In conversation about a day ago from annihilation.social permalink

    Attachments


    1. https://annihilation.social/media/ed4995fe-9fa1-4180-b294-ed8f133a1c92/fgf03.jpg?name=fgf03.jpg
  3. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Thursday, 20-Aug-2026 01:20:22 JST hazlin hazlin

    fgf02.jpg
    In conversation about a day ago from annihilation.social permalink

    Attachments


    1. https://annihilation.social/media/27f339d5-9379-4394-946f-38d75bbe2237/fgf02.jpg?name=fgf02.jpg
  4. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Tuesday, 18-Aug-2026 12:41:32 JST hazlin hazlin
    in reply to
    • mischievoustomato
    @mischievoustomato
    don't look, it will kill you.png
    In conversation about 3 days ago from annihilation.social permalink

    Attachments


    1. https://annihilation.social/media/19b59058-8faa-4c8a-a2f4-a5fc71577f97/wifeslop.png?name=wifeslop.png
  5. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Tuesday, 18-Aug-2026 11:15:42 JST hazlin hazlin
    > wife slop
    > kills the incel
    In conversation about 3 days ago from annihilation.social permalink
  6. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Tuesday, 18-Aug-2026 09:11:13 JST hazlin hazlin
    > guy who is 20 years old
    > gets cryogenicly frozen
    > to be revived at 70 years old
    > to live his best years at retirement.
    In conversation about 3 days ago from annihilation.social permalink
  7. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Tuesday, 18-Aug-2026 01:52:11 JST hazlin hazlin
    in reply to
    • pistolero
    @p as expected
    In conversation about 3 days ago from annihilation.social permalink
  8. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 16:00:17 JST hazlin hazlin
    > Don't tell me...
    > you have a "women who loves me" fetish?
    In conversation about 5 days ago from annihilation.social permalink
  9. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 15:42:42 JST hazlin hazlin
    good night fedi friends

    may your dreams be full of burgers
    burger.png
    In conversation about 5 days ago from annihilation.social permalink

    Attachments


    1. https://annihilation.social/media/ca0118c2-3c6e-4a38-ab7f-43153af5761d/1ec2bf493b28e6ab554ed711b31896b3f5511fd06787c1f6ce4fc1940cbb22ef.png?name=1ec2bf493b28e6ab554ed711b31896b3f5511fd06787c1f6ce4fc1940cbb22ef.png
  10. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 06:42:54 JST hazlin hazlin
    > From New York Times best selling author
    > A new children book by Ashley Stacey
    > A Whore In Babylon
    In conversation about 6 days ago from annihilation.social permalink
  11. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 05:28:54 JST hazlin hazlin
    > 12 lbs of pork
    > "that is enough for 6 people"
    Asians are built differently aren't they?
    In conversation about 6 days ago from annihilation.social permalink
  12. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 04:09:26 JST hazlin hazlin
    in reply to
    • ✙ dcc :pedomustdie: :phear_slackware:
    @dcc ahh yes, after about the 4th time I saw someone I talk, celebrating what a coward Trump was, I felt compelled to inform them this was intentional theater xD
    In conversation about 6 days ago from annihilation.social permalink
  13. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 01:40:45 JST hazlin hazlin
    in reply to
    • binkle
    • mischievoustomato

    @mischievoustomato @binkle Some people use AI to do the busy work. I use AI to push the boundaries of free abstraction.

    /** * Sums all numbers in an array in factorial time O(n!). * Generates all n! permutations, sums each one, then divides by n!. */ function factorialSum(arr) { const n = arr.length; if (n === 0) return 0; let grandTotal = 0; let permutationCount = 0; function permute(remaining, runningSum) { if (remaining.length === 0) { grandTotal += runningSum; permutationCount++; return; } for (let i = 0; i < remaining.length; i++) { const nextRemaining = [ ...remaining.slice(0, i), ...remaining.slice(i + 1), ]; permute(nextRemaining, runningSum + remaining[i]); } } permute(arr, 0); // Each element appears in exactly n! positions across all permutations, // so grandTotal = n! * actualSum return grandTotal / permutationCount; }
    In conversation about 6 days ago from annihilation.social permalink
  14. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 15-Aug-2026 01:32:57 JST hazlin hazlin
    > abstraction is free
    > you wouldn't understand this
    > my game has abstracted the player
    > market cap just changed
    > 9 billion to infinity
    In conversation about 6 days ago from annihilation.social permalink
  15. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Friday, 14-Aug-2026 15:29:55 JST hazlin hazlin
    in reply to
    • ✙ dcc :pedomustdie: :phear_slackware:
    @dcc To be happy, one's mind must be freed from those who would control it with endless rage
    In conversation about 6 days ago from annihilation.social permalink
  16. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 08-Aug-2026 15:19:51 JST hazlin hazlin
    > Don't think about useless things

    Sage ass advice right there.
    In conversation about 12 days ago from annihilation.social permalink
  17. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Saturday, 08-Aug-2026 10:16:49 JST hazlin hazlin
    Jesus makes you strong.

    Atheism and Agnosticism make you weak.

    ... this is obvious.
    In conversation about 13 days ago from annihilation.social permalink
  18. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Friday, 07-Aug-2026 09:37:54 JST hazlin hazlin
    in reply to
    • Hoss Delgado
    @Hoss
    Excellent. Something every protestor and voter should learn.

    Virtue's only proper place, is protected under the power of a fierce backer.

    If you want to live in a good place, it has to be carved out through power.

    The ultimate de jure, is to find God in contempt of your ideal.
    In conversation about 14 days ago from annihilation.social permalink
  19. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Thursday, 06-Aug-2026 15:16:44 JST hazlin hazlin
    this is just such a cool image
    sweeper.jpg
    In conversation about 14 days ago from annihilation.social permalink

    Attachments


    1. https://annihilation.social/media/7ce94303-e59a-4ac7-b555-4a87c7c99a03/sweeper.jpg?name=sweeper.jpg
  20. Embed this notice
    hazlin (hazlin@annihilation.social)'s status on Wednesday, 05-Aug-2026 05:36:25 JST hazlin hazlin
    • Nierenstein: "Funny" (Self-Described)
    @nierenstein
    > as he sits there
    > staring at the goblet of utter darkness
    > he thinks "maybe I could enjoy it"
    > "surely it cannot be that bad?"
    In conversation about 16 days ago from annihilation.social permalink
  • Before

User actions

    hazlin

    hazlin

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          355624
          Member since
          27 Jul 2025
          Notices
          398
          Daily average
          1

          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.