Live data from Hacker News

Viewing profile — gfldex

gfldex

HN member
Joined
Mon, Nov 07, 2016, 11:29 PM UTC
HN karma
11
Public activity
14 items

About gfldex

No profile information was provided.

Recent public activity

  1. comment
    Comment #46989814

    I was under the impression that the whole reason of blackmaling is funding. No?

  2. comment
    Comment #40202416

    > What good is perl in 2024. Making Debian possible. Allegedly, the German banking system is held together by Perl scripts. Which is good. Perl got 0 bitrot. And you don't want you…

  3. comment
    Comment #40202316

    $ cat ~/.signature -- raku -e 'try { not :2(.fear) } and do not die' perl -e 'do not $fear and do not die' raku -e 'say „The Road to Wisdom“; $*ERR and $*ERR and $*ERR but Less and…

  4. comment
    Comment #38525188

    Scroll down in the weekly until you hit the Mastatdon links at: https://rakudoweekly.blog/2023/12/04/2023-49-venting-this-ad...

  5. comment
    Comment #37447560

    For the placenta to be able to sustain a fetus, the oxygen concentration in air must not drop below 17% (for humans that have adepted to the Andes and Himalayas). That is way highe…

  6. comment
    Comment #30363321

    As a sister language of Perl, Raku can do the same trick. constant &s = (now.DateTime.day-of-week == 7) ?? sub () {} !! sub (|) {}; constant c = s(42); Constants are evaluated at c…

  7. comment
    Comment #30329450

    The best dollar bills are printed in North Korea. Forgery (but not fraut) becomes the default with crypto. You can create money without a government charter. However, it is to expe…

  8. comment
    Comment #27815346

    alternative alternative: do *² for 1..5;

  9. comment
    Comment #19643554

    I gave this a shot in Perl 6 as can be found at https://gist.github.com/8a58c3af3520e127fe7852d834e5e0fa I build a very simple^1 non-balancing binary tree and skip any insertation …

  10. comment
    Comment #12897304

    About a decade ago many educators where looking for a language to teach programming to utter noobs because governments where scared by the year 2000 bug and asked them to produce m…

  11. comment
    Comment #12896527

    fixed with https://github.com/perl6/doc/commit/d1fe150239 The lack of feedback from actual language users did slow down Perl 6 development and esp. getting all the holes in the doc…

  12. comment
    Comment #12896443

    https://docs.perl6.org/type/Str#(Cool)_method_IO leads you to: https://docs.perl6.org/type/IO$COLON$COLONPath leads you to: https://docs.perl6.org/type/IO$COLON$COLONPath#(Cool)_me…

  13. comment
    Comment #12896266

    [0] http://perl6intro.com/ The start page of https://docs.perl6.org/ is not referring there is a bug indeed. It will be fixed in a day or two.

  14. comment
    Comment #12896247

    [0] http://perl6intro.com/