Live data from Hacker News

Viewing profile — marko-lev

marko-lev

HN member
Joined
Thu, May 11, 2023, 8:26 AM UTC
HN karma
6
Public activity
4 items

About marko-lev

No profile information was provided.

Recent public activity

  1. comment
    Comment #37718437

    Good job proving me right.

  2. comment
    Comment #37715538

    None of you know what you're talking about.

  3. comment
    Comment #37158714

    I like to leverage some FP to bring readability to python from toolz import curried, pipe pipe(ages, curried.filter(lambda age: age > 17), list, len) This way you can follow - vert…

  4. comment
    Comment #36080346

    HTMX is just HTML. HTMX substitutes a DOM element with the HTML response you get from an on-click HTTP request instead of redirecting to a new page. Claims of HTMX being yet anothe…