Michael Schaap
Michael Schaap
I have the Windows 10 task bar on the left side of the screen. (Not being able to do that in Windows 11, is my main reason for not upgrading.)...
I'm trying to create a POST request like: ``` POST /foo HTTP/1.1 Content-Type: application/json Host: example.com {"foo":1, "bar": 2} ``` As far as I can figure out, this is not...
When I click on links on Twitter, I usually end up on a page that still has tracking parameters. For instance, a link on Twitter: - https://t.co/6gRWZ581yQ redirects to -...
## The Problem `zip` and related constructions behave inconsistently when running on a list of one list. For instance, I was trying to add a list of vectors: ``` >...
## The Problem Perl 6 lets you do awesome stuff like my @r = 2,4,6; my $div = @r[0]; @r X/= $div; dd @r; # output: Array @r = [1.0,...
## The Problem ``` $ raku [0] > for .pairs.combinations(2) -> ($a,$b) { say "$a, $b" } Too few positionals passed to ''; expected 2 arguments but got 0 in...
When I use sshfs on Windows (via Cygwin), it takes 36 seconds to do `ls` in a directory with 2752 files. On the same PC, using WSL, and the same...