Viewing profile — fooyc
fooyc
HN member- Joined
- Fri, Jul 22, 2011, 1:42 PM UTC
- HN karma
- 788
- Public activity
- 292 items
- HN profile
- View on Hacker News ↗
About fooyc
No profile information was provided.
Recent public activity
-
comment
Comment #48210406
Online and in-store payments will follow in 2027, as per the article
- comment
-
comment
Comment #47060858
Apparently the new diagram is now a rip off of another one from Atlassian: https://bsky.app/profile/vurobinut.bsky.social/post/3mf52hmw...
-
comment
Comment #46136410
add_v3() is the result of induction variable simplification: https://llvm.org/doxygen/IndVarSimplify_8cpp_source.html
- comment
-
comment
Comment #37568617
The author cites this to justify the need for Records: > Most Java objects set every field to be private and make all fields accessible only through accessor methods for reading an…
-
comment
Comment #36882597
Yes it will
-
comment
Comment #36882539
WEI won’t even stop the bad bots. They will simply use "legitimate" devices.
-
comment
Comment #36876889
Consider this scenario: - Content sites implement Web Integrity API to block bots - But they still allow Google crawlers, because Google is their source of traffic - Google competi…
-
comment
Comment #36876642
Not only adblocking, but also crawling. They want to kill competition.
-
comment
Comment #36853781
How does that work? The binary format embeds variants of the same program?
-
comment
Comment #36853736
Maybe JIT compilers can take profit of this immediately, since they target a single machine?
-
comment
Comment #36803362
Not only Reader, but also the RSS support in Chrome and Firefox (whose Google used to be the primary source of funds). And Feedburner.
-
comment
Comment #36802199
Google would do anything to make it harder for others to crawl the web. Killing RSS was part of that strategy. News sites will implement these DRMs, but of course they will still a…
-
comment
Comment #36770133
The article mentions race conditions
-
comment
Comment #36400781
Alternative interpretation: people with larger brains tend to nap more
-
comment
Comment #33807811
There is a world between using AWS and buying your own servers
-
comment
Comment #31353590
If you sell stable coins for USD and make a loss, you can write it off.
-
comment
Comment #31352466
I feel that the joke may be about the implementation, maybe not the whole concept.
-
comment
Comment #31352450
My understanding is that people don't invest in stable coins (like you don't invest in USD when you have USD on your brokerage account). Stable coins can be exchanged against other…
-
comment
Comment #30887489
I love this color scheme. I’ve just replaced the yellow color with some shade of blue, and it’s perfect.
-
comment
Comment #30834918
Typescript is a static type system though
- comment
-
comment
Comment #30834847
The article is well written and Haskell appears to have what’s necessary to work efficiently with algebraic data types (matching and overloading). But in the end, it’s just fancy w…
-
comment
Comment #30619831
PHP has optional types as well, although types are enforced when present