Live data from Hacker News

Viewing profile — lame-lexem

lame-lexem

HN member
Joined
Mon, Jul 15, 2024, 4:39 AM UTC
HN karma
17
Public activity
6 items

About lame-lexem

No profile information was provided.

Recent public activity

  1. comment
    Comment #44667416

    could be a contraction of cheap at the price https://en.m.wiktionary.org/wiki/cheap_at_the_price

  2. comment
    Comment #44002660

    tha page seems to have problems with layout overflow in equation blocks on mobile. It seems that because spans are inline elements they won't overflow. I think you can make them bl…

  3. comment
    Comment #43836100

    astral team has live web demo they use internally of redknot on https://playknot.ruff.rs

  4. comment
    Comment #43171670

    The famous it's ok if it's done with algorithm.

  5. comment
    Comment #41465812

    Rust's `Vec` already allocate values on the heap, so there is no need for another inderection with `Box`. this works: enum TreeNode { Leaf(T), Branch(Vec >), } https://play.rust-la…

  6. comment
    Comment #40965309

    There is actually a pretty cool clone of Svoja igra (russian jeopardy clone https://ru.wikipedia.org/wiki/Своя_игра >) sigame https://vladimirkhil.com/si/game > which is popular wi…