#noxp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #noxp, aggregated by home.social.
-
#Perl @PerlWChallenge 388 Dyck Words and Secret Santa https://wlmb.github.io/2026/08/24/PWC388/
#noxp -
#Perl @PerlWChallenge 388 Dyck Words and Secret Santa https://wlmb.github.io/2026/08/24/PWC388/
#noxp -
#Perl @PerlWChallenge 388 Dyck Words and Secret Santa https://wlmb.github.io/2026/08/24/PWC388/
#noxp -
#Perl @PerlWChallenge 388 Dyck Words and Secret Santa https://wlmb.github.io/2026/08/24/PWC388/
#noxp -
CW: Perl Weekly Challenge 388T1
#Perl @PerlWChallenge 388 Task 1: Dyck Words
#noxp
```
perl -MMemoize -E '
memoize "f";for(@ARGV){say"$_ -> ", join " ",f($_,0)}sub f($n,$m){return()if$m<0||$m>$n;
return("")if$n==0;--$n;return (map{$_."UD"}f($n,0)),(map{$_."DD"}f($n,1))if$m==0;
(map{$_."UU"}f($n,$m-1)),(map{$_."UD",$_."DU"}f($n,$m)),map{$_."DD"}f($n,$m+1)}
' 1 2 3 0 4
``` -
CW: Perl Weekly Challenge 388T1
#Perl @PerlWChallenge 388 Task 1: Dyck Words
#noxp
```
perl -MMemoize -E '
memoize "f";for(@ARGV){say"$_ -> ", join " ",f($_,0)}sub f($n,$m){return()if$m<0||$m>$n;
return("")if$n==0;--$n;return (map{$_."UD"}f($n,0)),(map{$_."DD"}f($n,1))if$m==0;
(map{$_."UU"}f($n,$m-1)),(map{$_."UD",$_."DU"}f($n,$m)),map{$_."DD"}f($n,$m+1)}
' 1 2 3 0 4
``` -
CW: Perl Weekly Challenge 388T1
#Perl @PerlWChallenge 388 Task 1: Dyck Words
#noxp
```
perl -MMemoize -E '
memoize "f";for(@ARGV){say"$_ -> ", join " ",f($_,0)}sub f($n,$m){return()if$m<0||$m>$n;
return("")if$n==0;--$n;return (map{$_."UD"}f($n,0)),(map{$_."DD"}f($n,1))if$m==0;
(map{$_."UU"}f($n,$m-1)),(map{$_."UD",$_."DU"}f($n,$m)),map{$_."DD"}f($n,$m+1)}
' 1 2 3 0 4
``` -
CW: Perl Weekly Challenge 388T1
#Perl @PerlWChallenge 388 Task 1: Dyck Words
#noxp
```
perl -MMemoize -E '
memoize "f";for(@ARGV){say"$_ -> ", join " ",f($_,0)}sub f($n,$m){return()if$m<0||$m>$n;
return("")if$n==0;--$n;return (map{$_."UD"}f($n,0)),(map{$_."DD"}f($n,1))if$m==0;
(map{$_."UU"}f($n,$m-1)),(map{$_."UD",$_."DU"}f($n,$m)),map{$_."DD"}f($n,$m+1)}
' 1 2 3 0 4
``` -
CW: Perl Weekly Challenge 388T1
#Perl @PerlWChallenge 388 Task 1: Dyck Words
#noxp
```
perl -MMemoize -E '
memoize "f";for(@ARGV){say"$_ -> ", join " ",f($_,0)}sub f($n,$m){return()if$m<0||$m>$n;
return("")if$n==0;--$n;return (map{$_."UD"}f($n,0)),(map{$_."DD"}f($n,1))if$m==0;
(map{$_."UU"}f($n,$m-1)),(map{$_."UD",$_."DU"}f($n,$m)),map{$_."DD"}f($n,$m+1)}
' 1 2 3 0 4
``` -
RE: https://mastodon.social/@thejapantimes/117150032939110064
How well did that work out for Australia?
-
RE: https://mastodon.social/@thejapantimes/117150032939110064
How well did that work out for Australia?
-
RE: https://mastodon.social/@thejapantimes/117150032939110064
How well did that work out for Australia?
-
RE: https://mastodon.social/@thejapantimes/117150032939110064
How well did that work out for Australia?
-
RE: https://mastodon.social/@thejapantimes/117150032939110064
How well did that work out for Australia?
-
So were now onto bitching about TSC being a requirement on your CPU in order to boot a Linux-based PC
Ok... so what CPU's are affected?
*searching online*
Oh, anything older than the original Intel Pentium from 1993!The 'sane' response from certain people on Fedi:
-
So were now onto bitching about TSC being a requirement on your CPU in order to boot a Linux-based PC
Ok... so what CPU's are affected?
*searching online*
Oh, anything older than the original Intel Pentium from 1993!The 'sane' response from certain people on Fedi:
-
So were now onto bitching about TSC being a requirement on your CPU in order to boot a Linux-based PC
Ok... so what CPU's are affected?
*searching online*
Oh, anything older than the original Intel Pentium from 1993!The 'sane' response from certain people on Fedi:
-
So were now onto bitching about TSC being a requirement on your CPU in order to boot a Linux-based PC
Ok... so what CPU's are affected?
*searching online*
Oh, anything older than the original Intel Pentium from 1993!The 'sane' response from certain people on Fedi:
-
So were now onto bitching about TSC being a requirement on your CPU in order to boot a Linux-based PC
Ok... so what CPU's are affected?
*searching online*
Oh, anything older than the original Intel Pentium from 1993!The 'sane' response from certain people on Fedi:
-
#Perl @PerlWChallenge 387 Rearrange Binary String and Chemical Formula https://wlmb.github.io/2026/08/17/PWC387/
#noxp -
#Perl @PerlWChallenge 387 Rearrange Binary String and Chemical Formula https://wlmb.github.io/2026/08/17/PWC387/
#noxp -
#Perl @PerlWChallenge 387 Rearrange Binary String and Chemical Formula https://wlmb.github.io/2026/08/17/PWC387/
#noxp -
#Perl @PerlWChallenge 387 Rearrange Binary String and Chemical Formula https://wlmb.github.io/2026/08/17/PWC387/
#noxp -
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 👀
-
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 👀
-
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
-
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
-
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 -
#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)"
``` -
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)"
``` -
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
-
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
-
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