HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sekia

no profile record

comments

sekia
·3 years ago·discuss
Although I'm not very interested in the US politics, it looks to me that these 2 are politicians rather than platforms. Could you find other trees where your propaganda seems more plausible in context, please.
sekia
·3 years ago·discuss
Sure it is true like other SNSs, like Musk's X, are so too. Some particular people call it the "Free Speech".
sekia
·3 years ago·discuss
Yup, literally: https://docs.raku.org/type/Cool
sekia
·3 years ago·discuss
Seems a subset of it. Practicality aside, Perl can autovivify not only hashes but also arrays:

  my %x;
  $x{foo}[1]{bar} = 42;  # %x is ( foo => [ undef, { bar => 42 } ] )