Viewing profile — gignico
gignico
HN member- Joined
- Sun, Mar 16, 2025, 4:46 PM UTC
- HN karma
- 217
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About gignico
No profile information was provided.
Recent public activity
-
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.…
-
comment
Comment #48746589
I was about to start arguing why I don't agree but then I thought it was better not to :P
-
comment
Comment #48686966
Yes, but logic gates with constant fan-in, crucially, otherwise that's called AC.
-
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.
-
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…
-
comment
Comment #48568854
Indeed! Not scientifically controversial at all, but politically controversial, unfortunately.
-
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…
-
comment
Comment #48460443
Afaik std::span does not need anything that was not in C++98 already, or am I missing something?
-
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…
-
comment
Comment #47864915
Too bad HN nicknames cannot be put for sale :)
-
comment
Comment #47797848
So LLMs are destroying the economy and the environment but at least “catastrophic risk” is still low. Ok then…
-
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…
-
comment
Comment #47780450
Is it really worth? YMMV, but yes if you ask me.
-
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.
-
comment
Comment #47749566
Thanks! The arXiv submission says the paper is submitted to SAT26, did it get accepted?
-
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?
-
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…
-
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 …
-
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…
-
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…
-
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.
-
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.…
-
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…
-
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…
-
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…