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

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

Conversation

Notices

  1. 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
    • Embed this notice
      binkle (binkle@clubcyberia.co)'s status on Saturday, 15-Aug-2026 01:32:56 JST binkle binkle
      in reply to
      @hazlin >abstraction is free
      behead those who say this :muhammad:
      In conversation about 6 days ago permalink
    • Embed this notice
      mischievoustomato@0.5dollah.click's status on Saturday, 15-Aug-2026 01:32:56 JST mischievoustomato mischievoustomato
      in reply to
      • binkle

      @binkle @hazlin :niggacoder: i didnt spend any money writing this abstraction

      In conversation about 6 days ago permalink
    • 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 permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • 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.