Viewing profile — lame-lexem
lame-lexem
HN member- Joined
- Mon, Jul 15, 2024, 4:39 AM UTC
- HN karma
- 17
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About lame-lexem
No profile information was provided.
Recent public activity
-
comment
Comment #44667416
could be a contraction of cheap at the price https://en.m.wiktionary.org/wiki/cheap_at_the_price
-
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…
-
comment
Comment #43836100
astral team has live web demo they use internally of redknot on https://playknot.ruff.rs
-
comment
Comment #43171670
The famous it's ok if it's done with algorithm.
-
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…
-
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…