HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sekia

no profile record

comments

sekia
·há 3 anos·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
·há 3 anos·discuss
Sure it is true like other SNSs, like Musk's X, are so too. Some particular people call it the "Free Speech".
sekia
·há 3 anos·discuss
Yup, literally: https://docs.raku.org/type/Cool
sekia
·há 3 anos·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 } ] )