Live data from Hacker News

Viewing profile — gignico

gignico

HN member
Joined
Sun, Mar 16, 2025, 4:46 PM UTC
HN karma
217
Public activity
47 items

About gignico

No profile information was provided.

Recent public activity

  1. comment
    Comment #49208005

    What is a product? So you take two natural numbers `a` and `b`, and you want to sum `a` for `b` times, or vice versa. Then things become complicated if you want to do that quickly.…

  2. comment
    Comment #48746589

    I was about to start arguing why I don't agree but then I thought it was better not to :P

  3. comment
    Comment #48686966

    Yes, but logic gates with constant fan-in, crucially, otherwise that's called AC.

  4. comment
    Comment #48649487

    That's true for two `rectangle` paths, but for two nodes that's what I would expect as a user. Anyway, not an easy problem for sure.

  5. comment
    Comment #48649028

    I've tried it now a little. The UI looks very cool, and generally the project is cool so congrats! However, the generated TikZ code is not good in my opinion. Everything uses absol…

  6. comment
    Comment #48568854

    Indeed! Not scientifically controversial at all, but politically controversial, unfortunately.

  7. comment
    Comment #48568389

    We all should feel sad and angry. That said, this was never about saving money. This is about keeping scientists under tight control by the government, in order to suppress researc…

  8. comment
    Comment #48460443

    Afaik std::span does not need anything that was not in C++98 already, or am I missing something?

  9. comment
    Comment #48459094

    > It seems that some people are really losing the taste for good readable code. It seems that some people never had taste for good reliable code. Use `void ` and now any error what…

  10. comment
    Comment #47864915

    Too bad HN nicknames cannot be put for sale :)

  11. comment
    Comment #47797848

    So LLMs are destroying the economy and the environment but at least “catastrophic risk” is still low. Ok then…

  12. comment
    Comment #47789488

    Off topic, but I sincerely ask: am I the only one that is disturbed by the use of the term "Mac OS X" to refer to modern versions of the OS that is currently called "macOS"? (and n…

  13. comment
    Comment #47780450

    Is it really worth? YMMV, but yes if you ask me.

  14. comment
    Comment #47780377

    For reasons, I used to go to Rome quite frequently in the 2010s, and the construction of Metro C was already a meme. But now some of the stations are quite interesting indeed.

  15. comment
    Comment #47749566

    Thanks! The arXiv submission says the paper is submitted to SAT26, did it get accepted?

  16. comment
    Comment #47748529

    Positively surprised to see stuff like these on HN first page! If any author is around, do you have an implementation that can be compared with CUDD and similar BDD libraries?

  17. comment
    Comment #47650003

    I know about reproductive pressure and I’ve read The Selfish Gene. What you say is correct but does not explain that “if evolution did not, better not do it” attitude of the origin…

  18. comment
    Comment #47649229

    The problem is implying that “if evolution did not do it there must be a reason”, because 1) it makes evolution look like an engineer evaluating trade offs, which is not and 2) it …

  19. comment
    Comment #47647010

    > Running Windows 3.1 in True Color Full HD People from the time would be astonished by the hardware we have now yet bloated software globs up every ounce of performance. What a wa…

  20. comment
    Comment #47638103

    Evolution is not a process toward better quality of life and life expectancy of individuals. As long as enough individuals can reach the age to procreate in their environment evolu…

  21. comment
    Comment #47599384

    Until you need to do more than all-or-nothing parsing :) see tree-sitter for example, or any other efficient LSP implementation of incremental parsing.

  22. comment
    Comment #47489568

    I don’t know if someone said it already, but when Steve Jobs said this famous quote (“reports of my death are greatly exaggerated”) he then died maybe just a couple of years later.…

  23. comment
    Comment #47311445

    Your statement contradicts itself. It was unusable hard before non-lexical lifetimes, but they vastly increased the complexity? Then maybe what’s complex for compiler writers to im…

  24. comment
    Comment #47310839

    I'm not sure it shows that. Even basic features of Rust we take from granted come from concepts common users do not need to understand. Borrowing of lifetime draws from affine type…

  25. comment
    Comment #47306288

    Well, Rust as well has been around for more than 10 years now. I don't imply Rust invented the approach. Surely academia knew about it decades before. I was rather commenting on ho…