home.social

#noxp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #noxp, aggregated by home.social.

  1. @PerlWChallenge 373 Equal List and List Division wlmb.github.io/2026/05/11/PWC3

  2. CW: Perl Weekly Challenge 373T2

    @PerlWChallenge 373 Task 2: List Division

    ```
    perl -E '
    for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
    $n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
    ' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
    "1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
    ```

  3. CW: Perl Weekly Challenge 373T2

    #Perl @PerlWChallenge 373 Task 2: List Division
    #noxp
    ```
    perl -E '
    for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
    $n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
    ' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
    "1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
    ```

  4. CW: Perl Weekly Challenge 373T2

    #Perl @PerlWChallenge 373 Task 2: List Division
    #noxp
    ```
    perl -E '
    for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
    $n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
    ' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
    "1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
    ```

  5. CW: Perl Weekly Challenge 373T2

    #Perl @PerlWChallenge 373 Task 2: List Division
    #noxp
    ```
    perl -E '
    for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
    $n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
    ' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
    "1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
    ```

  6. CW: Perl Weekly Challenge 373T2

    #Perl @PerlWChallenge 373 Task 2: List Division
    #noxp
    ```
    perl -E '
    for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
    $n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
    ' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
    "1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
    ```

  7. CW: Perl Weekly Challenge 373T1

    @PerlWChallenge 373 Task 1: Equal List

    ```
    perl -E '
    for my($x,$y)(@ARGV){say"$x; $y -> ",f($x)eq f($y)?"T":"F";}sub f($x){join"",split/\s*,\s*/,$x}
    ' "a, bc" "ab, c" "a, b, c" "a, bc" "a, bc" "a, c, b" "ab, c, " ", a, bc" "p, e, r, l" "perl"
    ```

  8. CW: Perl Weekly Challenge 373T1

    #Perl @PerlWChallenge 373 Task 1: Equal List
    #noxp
    ```
    perl -E '
    for my($x,$y)(@ARGV){say"$x; $y -> ",f($x)eq f($y)?"T":"F";}sub f($x){join"",split/\s*,\s*/,$x}
    ' "a, bc" "ab, c" "a, b, c" "a, bc" "a, bc" "a, c, b" "ab, c, " ", a, bc" "p, e, r, l" "perl"
    ```

  9. CW: Perl Weekly Challenge 373T1

    #Perl @PerlWChallenge 373 Task 1: Equal List
    #noxp
    ```
    perl -E '
    for my($x,$y)(@ARGV){say"$x; $y -> ",f($x)eq f($y)?"T":"F";}sub f($x){join"",split/\s*,\s*/,$x}
    ' "a, bc" "ab, c" "a, b, c" "a, bc" "a, bc" "a, c, b" "ab, c, " ", a, bc" "p, e, r, l" "perl"
    ```

  10. CW: Perl Weekly Challenge 373T1

    #Perl @PerlWChallenge 373 Task 1: Equal List
    #noxp
    ```
    perl -E '
    for my($x,$y)(@ARGV){say"$x; $y -> ",f($x)eq f($y)?"T":"F";}sub f($x){join"",split/\s*,\s*/,$x}
    ' "a, bc" "ab, c" "a, b, c" "a, bc" "a, bc" "a, c, b" "ab, c, " ", a, bc" "p, e, r, l" "perl"
    ```

  11. CW: Perl Weekly Challenge 373T1

    #Perl @PerlWChallenge 373 Task 1: Equal List
    #noxp
    ```
    perl -E '
    for my($x,$y)(@ARGV){say"$x; $y -> ",f($x)eq f($y)?"T":"F";}sub f($x){join"",split/\s*,\s*/,$x}
    ' "a, bc" "ab, c" "a, b, c" "a, bc" "a, bc" "a, c, b" "ab, c, " ", a, bc" "p, e, r, l" "perl"
    ```

  12. CW: PWC372T2

    #Perl @PerlWChallenge 372 Task 2: Largest Substring
    #noxp
    ```
    perl -MList::Util=max -E '
    for(@ARGV){$i=$_;say "$_ -> ", max map {$i=~m/$_(.*)$_/?length($1):-1} split "";}
    ' aaaaa abcdeba abbc abcaacbc laptop
    ```

  13. CW: PWC372T1

    #Perl @PerlWChallenge 372 Task 1: Rearrange Spaces
    #noxp
    ```
    perl -E '
    for(@ARGV){$i=$_;@w=split" ";$l=0;$l+=length$1 while s/(\s+)//;($s,$r)=@w>1?
    ($l/(@w-1),$l%(@w-1)):(0,$l);$j=" "x$s;say "\"$i\" -> \"", join($j,@w)," "x$r,"\"";}
    ' " challenge " "coding is fun" "a b c d" \
    " team pwc " " the weekly challenge "
    ```

  14. I want to watch the pit but i've been told it'll be triggering to me given *recent life events* so i will hold off, but i really awnt to watch it #noxp

  15. posting bangers on the bsky alt #noxp

  16. i’m arguing with someone about using the R word. what fucking year is it man? #noxp

  17. I’m curious about the cw for eye contact thing. Anyone who understands it care to explain? #noxp

  18. CW: PWC371T2

    #Perl @PerlWChallenge 371 Task 2: Subset Equilibrium
    #noxp
    ```
    perl -MAlgorithm::Combinatorics=subsets -MList::Util=sum -E '
    for(@ARGV){@d=split" ";@i=0..@d-1;@r=map{"[@d[@$_]]"}grep{1<@$_<@d
    &&sum(@$_)+@$_==sum @d[@$_]}subsets(\@i);say"$_ -> [ @r ]";}
    ' -- "2 1 4 3" "3 0 3 0" "5 1 1 1" "3 -1 4 2" "10 20 30 40"
    ```

  19. CW: PWC371T1

    #Perl @PerlWChallenge 371 Task 1: Missing Letter
    #noxp
    ```
    perl -E '
    for(@ARGV){/^(.*)\?.*$/;$k=length($1);@x=map{ord}split"";@s=map{$x[$_+1]-$x[$_]}
    map{$_%4}($k+1,$k+2);say "$_ -> ", chr($k?$x[$k-1]+$s[0]:$x[$k+1]-$s[1]);}
    ' ac?gi ad?jm ae?mq acf?k beg?l
    ```

  20. We’re in the last few weeks of the weather being such that you can go for a walk in a jacket and have the sun feel nice and warming but not hot as it hits you. Unfortunately allergies have me crying. #noxp

  21. Updated nat.makhijani.us/shows! #noxp

  22. today was going to be a hoka day but my new work boots just arrived #noxp

  23. real estate agents are soooo annoying! #noxp

  24. There’s a foamer on this N train! Nobody in nobody but I hear a radio on the B1 channel, and it’s not mine. I know what you are #noxp

  25. CW: PWC370T2

    #Perl @PerlWChallenge 370 Task 2: Scramble String
    #noxp
    ```
    perl -MList::Util=none -E '
    for my($v,$w)(@ARGV){say "$v, $w -> ",c($v, $w)?"T":"F";}sub f($x,$y,$z){substr($x,$y,$z)}sub c($v,
    $w){return 1if$v eq$w;my%l;++$l{$_}for split"",$v;--$l{$_}for split"",$w;return 0unless none{$_}
    values %l;my$s=length$v;for my$i(1..$s-1){return 1if(c(f($v,0,$i),f($w,0,$i))&&c(f($v,$i,$s-$i),
    f($w,$i,$s-$i)))||(c(f($v,$i,$s-$i),f($w,0,$s-$i))&&c(f($v,0,$i),f($w,$s-$i,$i)));}return 0;}
    '
    ```

  26. CW: Perl Weekly Challenge 370T1

    #Perl @PerlWChallenge 370 Task 1: Popular Word
    #noxp
    ```
    perl -MList::UtilsBy=max_by -E '
    for my($p,$b)(@ARGV){my(%b,%w);++$b{$_} for split" ",$b;++$w{$_}for grep
    {!$b{$_}}split/[^a-z]+/,lc $p;say "p=$p b=$b -> ", max_by{$w{$_}}keys %w;}
    ' \
    "Bob hit a ball, the hit BALL flew far after it was hit." "hit" \
    "Apple? apple! Apple, pear, orange, pear, apple, orange." "apple pear" \
    "A. a, a! A. B. b. b." "b" \
    "Ball.ball,ball:apple!apple.banana" "ball" ```

  27. Suuuper late on this announcement. However, let me begin with a short story.

    A little over a month ago, my Uncle was Diagnosed with Leukemia for the 4th time. The cancer has made it’s way to his brain and liver. The doctors sent him home and gave him 1-2 weeks to live. He’s still alive to this day, but the writing is on the wall.

    In his honor, I have decided to run a charity stream to help find a cure for blood-based cancers like Leukemia through the Leukemia and Lymphoma Society. The money that they receive helps to find a cure on a world-wide scale. Let’s do our best to fight this hidden enemy.

    For the content creators out there, I have created a team on Tiltify that you are more than welcome to join to help raise money for the fight. The Arctic Warriors welcome any and all with open arms in this fight. We can do it, let’s #TiltCancer together!

    #noxp #VTubers #VTuberUprising #Charity #LLS #Leukemia #Lymphoma

  28. MST Club runs a night of BBC shows on Sundays, which leads off for some reason with the non-BBC The Man From Uncle! It's starting now! #noxp #MSTClub #BBC #ManFromUncle #ForSomeReason #TV #WatchAlong

  29. This is a small instance, but with the new Mastodon version I ran

    /tootctl media remove --remove_headers true

    And the result: Visited 82452 accounts and removed profile media totaling 14.6 GB

    #MastoAdmin #noxp #HolyCow