#noxp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #noxp, aggregated by home.social.
-
Cavan GAA posted last night that they have been blocked from posting on #Xwitter cause of ‘spam posting’
They are live posting about a match that is on ftlog!!!
I kindly told them about #Mastodon and #Fediverse and steered them in the direction of either their own server or perhaps joining a server like m.ie
Situation is being monitored 👀
-
Cavan GAA posted last night that they have been blocked from posting on #Xwitter cause of ‘spam posting’
They are live posting about a match that is on ftlog!!!
I kindly told them about #Mastodon and #Fediverse and steered them in the direction of either their own server or perhaps joining a server like m.ie
Situation is being monitored 👀
-
If this new 5G router proves to be anyway useful, I might have to switch my mobile phone from 48 to Gomo or something in order to get 5G at the house, cause at the moment, I can't. #noxp
-
If this new 5G router proves to be anyway useful, I might have to switch my mobile phone from 48 to Gomo or something in order to get 5G at the house, cause at the moment, I can't. #noxp
-
#Perl @PerlWChallenge 386 Reverse Base and Rational Numbers https://wlmb.github.io/2026/08/10/PWC386/
#noxp -
#Perl @PerlWChallenge 386 Reverse Base and Rational Numbers https://wlmb.github.io/2026/08/10/PWC386/
#noxp -
CW: Perl Weekly Challenge 386 T2
#Perl @PerlWChallenge 386 Task 2: Rational Numbers
#noxp
```
perl -E '
sub f(@x){map{/(\d*).(\d*)(\((\d+)\))?/;($n,$m)=map{length}$2,$4;[(10**$m-1)*
(10**$n*$1+$2)+$4, 10**$n*(10**$m-1)]}@x}for my($x,$y)(@ARGV){($p,$q)=f($x,$y);
say "$x, $y -> ", $p->[0]*$q->[1]==$p->[1]*$q->[0]?"T":"F";}
' "0.(12)" "0.(121)" "0.1(23)" "0.12(32)" "0.1(234)" "0.12(342)" \
"12.99(99)" "13." "0.(123)" "0.1(231)"
``` -
CW: Perl Weekly Challenge 386 T2
#Perl @PerlWChallenge 386 Task 2: Rational Numbers
#noxp
```
perl -E '
sub f(@x){map{/(\d*).(\d*)(\((\d+)\))?/;($n,$m)=map{length}$2,$4;[(10**$m-1)*
(10**$n*$1+$2)+$4, 10**$n*(10**$m-1)]}@x}for my($x,$y)(@ARGV){($p,$q)=f($x,$y);
say "$x, $y -> ", $p->[0]*$q->[1]==$p->[1]*$q->[0]?"T":"F";}
' "0.(12)" "0.(121)" "0.1(23)" "0.12(32)" "0.1(234)" "0.12(342)" \
"12.99(99)" "13." "0.(123)" "0.1(231)"
``` -
On Thursday morning, someone decided that they didn't like a pole with the fibre on it and crashed into it (I jest, afaik no one was injured or anything.) but I have had no proper internet since.
I have been on 3G tethered from my phone to my Mac and tomorrow I (hopefully) get a 5G router as temporary solution.
A new pole has to be put in, and I was told that it would be 2 to 3 WEEKS before that is happening. Hopefully that is just an estimation and that it would get solved sooner. #noxp
-
On Thursday morning, someone decided that they didn't like a pole with the fibre on it and crashed into it (I jest, afaik no one was injured or anything.) but I have had no proper internet since.
I have been on 3G tethered from my phone to my Mac and tomorrow I (hopefully) get a 5G router as temporary solution.
A new pole has to be put in, and I was told that it would be 2 to 3 WEEKS before that is happening. Hopefully that is just an estimation and that it would get solved sooner. #noxp
-
CW: Perl weekly challenge 386 T1
-
CW: Perl weekly challenge 386 T1
-
A @hetzner Cloud server I have has jumped from €17.20 per month to €43.65 (inclusive of Irish VAT at 23%)
Thankfully, I am grandfathered in to the old price unless I rescale which then make it the higher price
-
A @hetzner Cloud server I have has jumped from €17.20 per month to €43.65 (inclusive of Irish VAT at 23%)
Thankfully, I am grandfathered in to the old price unless I rescale which then make it the higher price
-
#Perl @PerlWChallenge 385 Uncommon Words and Outermost Parentheses https://wlmb.github.io/2026/08/03/PWC385/
#noxp -
#Perl @PerlWChallenge 385 Uncommon Words and Outermost Parentheses https://wlmb.github.io/2026/08/03/PWC385/
#noxp -
CW: Perl Weekly Challenge 385T2
-
CW: Perl Weekly Challenge 385T2
-
CW: Perl Weekly Challenge 385T1
#Perl @PerlWChallenge 385 Task 1: Uncommon Words
#noxp
```
perl -E '
for my($l, $m)(@ARGV){my%h;++$h{$_}for split" ","$l $m";@O=
grep{$h{$_}==1}keys %h;say "$l; $m -> @O"}
' "apple banana apple" "banana orange" "cat dog" "bird fish" \
"the quick brown fox" "the quick" "hello" "hello" \
"blue blue red" "red green green yellow"
``` -
CW: Perl Weekly Challenge 385T1
#Perl @PerlWChallenge 385 Task 1: Uncommon Words
#noxp
```
perl -E '
for my($l, $m)(@ARGV){my%h;++$h{$_}for split" ","$l $m";@O=
grep{$h{$_}==1}keys %h;say "$l; $m -> @O"}
' "apple banana apple" "banana orange" "cat dog" "bird fish" \
"the quick brown fox" "the quick" "hello" "hello" \
"blue blue red" "red green green yellow"
``` -
#Perl @PerlWChallenge 384 Base N and Special Binary Substrings https://wlmb.github.io/2026/07/27/PWC384/
#noxp -
#Perl @PerlWChallenge 384 Base N and Special Binary Substrings https://wlmb.github.io/2026/07/27/PWC384/
#noxp -
CW: Perl Weekly Challenge 384T1
-
CW: Perl Weekly Challenge 384T1
-
#Perl @PerlWChallenge 383 Similar List and Nearest RGB https://wlmb.github.io/2026/07/20/PWC383/
#noxp -
#Perl @PerlWChallenge 383 Similar List and Nearest RGB https://wlmb.github.io/2026/07/20/PWC383/
#noxp -
CW: Perl Weekly Challenge 383T2
-
CW: Perl Weekly Challenge 383T2
-
CW: Perl Weekly Challenge 383T1
#Perl @PerlWChallenge 383 Task 1: Similar List
#noxp
```
perl -MList::Util=all,any -E '
for my($f,$s,$t)(@ARGV){my %e;for(split/;\s*/,$t){@e=split " ";push$e{$_}->@*,@e
for @e;}@f=split " ",$f;@s=split " ",$s;push$e{$_}->@*,$_ for @f;$r=@f==@s&&all{
$x=$f[$_];$y=$s[$_];any{$_ eq $y}$e{$x}->@*}0..@f-1;say "$f\n$s\n$t\n-> ", $r?"T":"F"}
' "great acting" "fine drama" "great fine; acting drama" \
"apple pie" "banana pie" "apple peach; peach banana"
``` -
CW: Perl Weekly Challenge 383T1
#Perl @PerlWChallenge 383 Task 1: Similar List
#noxp
```
perl -MList::Util=all,any -E '
for my($f,$s,$t)(@ARGV){my %e;for(split/;\s*/,$t){@e=split " ";push$e{$_}->@*,@e
for @e;}@f=split " ",$f;@s=split " ",$s;push$e{$_}->@*,$_ for @f;$r=@f==@s&&all{
$x=$f[$_];$y=$s[$_];any{$_ eq $y}$e{$x}->@*}0..@f-1;say "$f\n$s\n$t\n-> ", $r?"T":"F"}
' "great acting" "fine drama" "great fine; acting drama" \
"apple pie" "banana pie" "apple peach; peach banana"
``` -
Talk about a delay.
Over 3 months for a 'Group' account to Boost a post from my own site/instance.Perhaps lack of knowledge here, but do you normally get a Boost from a Group account for your own post? I assume you do.
I wonder if there is a backlog or something that I am not aware of. #noxp
-
Talk about a delay.
Over 3 months for a 'Group' account to Boost a post from my own site/instance.Perhaps lack of knowledge here, but do you normally get a Boost from a Group account for your own post? I assume you do.
I wonder if there is a backlog or something that I am not aware of. #noxp
-
#Perl @PerlWChallenge 382 Hamiltonian Cycle and Replace Question Mark https://wlmb.github.io/2026/07/13/PWC382/
#noxp -
#Perl @PerlWChallenge 382 Hamiltonian Cycle and Replace Question Mark https://wlmb.github.io/2026/07/13/PWC382/
#noxp -
CW: Perl Weekly Challenge 382T1
#Perl @PerlWChallenge 382 Task 1: Hamiltonian Cycle
#noxp
```
perl -E '
for(@ARGV){say"$_ -> @{f([1],[2..$_])}"}sub f($i, $r){my$l=$i->[-1];@$r||return
g($l+$i->[0])?$i:0;for(0..@$r-1){g($l+$r->[$_])||next;$o=f([@$i,$r->[$_]],
[@$r[0..$_-1,$_+1..@$r-1]]);return $o if $o;}0;}sub g($x){$x==floor(sqrt($x))**2}
' 32 15 34
``` -
CW: Perl Weekly Challenge 382T1
#Perl @PerlWChallenge 382 Task 1: Hamiltonian Cycle
#noxp
```
perl -E '
for(@ARGV){say"$_ -> @{f([1],[2..$_])}"}sub f($i, $r){my$l=$i->[-1];@$r||return
g($l+$i->[0])?$i:0;for(0..@$r-1){g($l+$r->[$_])||next;$o=f([@$i,$r->[$_]],
[@$r[0..$_-1,$_+1..@$r-1]]);return $o if $o;}0;}sub g($x){$x==floor(sqrt($x))**2}
' 32 15 34
``` -
#Perl @PerlWChallenge 381 Same Row Column and Smaller Greater Element https://wlmb.github.io/2026/07/06/PWC381/
#noxp -
#Perl @PerlWChallenge 381 Same Row Column and Smaller Greater Element https://wlmb.github.io/2026/07/06/PWC381/
#noxp -
CW: Perl Weekly Challenge 381T2
-
CW: Perl Weekly Challenge 381T2
-
CW: Perl Weekly Challenge 381T1
#Perl @PerlWChallenge 381 Task 1: Same Row Column
#noxp
```
perl -MPDL -E '
for(@ARGV){$m=pdl$_;$s=1+sequence($m->dim(0));say "$m-> ",
pdl(map{($_->qsort==$s)->all}$m, $m->transpose)->all?"T":"F";}
' "[ [1 2 3 4][2 3 4 1][3 4 1 2][4 1 2 3] ]" \
"[ [1] ]" \
"[ [1 2 5][5 1 2][2 5 1] ]" \
"[ [1 2 3][1 2 3][1 2 3] ]" \
"[ [1 2 3][3 1 2][3 2 1] ]"
``` -
CW: Perl Weekly Challenge 381T1
#Perl @PerlWChallenge 381 Task 1: Same Row Column
#noxp
```
perl -MPDL -E '
for(@ARGV){$m=pdl$_;$s=1+sequence($m->dim(0));say "$m-> ",
pdl(map{($_->qsort==$s)->all}$m, $m->transpose)->all?"T":"F";}
' "[ [1 2 3 4][2 3 4 1][3 4 1 2][4 1 2 3] ]" \
"[ [1] ]" \
"[ [1 2 5][5 1 2][2 5 1] ]" \
"[ [1 2 3][1 2 3][1 2 3] ]" \
"[ [1 2 3][3 1 2][3 2 1] ]"
``` -
#Perl @PerlWChallenge 380 Sum of Frequencies and Reverse Degree https://wlmb.github.io/2026/06/29/PWC380/
#noxp -
#Perl @PerlWChallenge 380 Sum of Frequencies and Reverse Degree https://wlmb.github.io/2026/06/29/PWC380/
#noxp -
CW: Perl Weekly Challenge 380T1
-
CW: Perl Weekly Challenge 380T1
-
#Perl @PerlWChallenge 379 Reverse String and Armstrong Number https://wlmb.github.io/2026/06/22/PWC379/
#noxp -
#Perl @PerlWChallenge 379 Reverse String and Armstrong Number https://wlmb.github.io/2026/06/22/PWC379/
#noxp -
CW: Perl Weekly Challenge 379 T2
-
CW: Perl Weekly Challenge 379 T2
-
#Perl @PerlWChallenge 378 Second Largest Digit and Sum of Words https://wlmb.github.io/2026/06/15/PWC378/
#noxp -
#Perl @PerlWChallenge 378 Second Largest Digit and Sum of Words https://wlmb.github.io/2026/06/15/PWC378/
#noxp