HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fooyc

no profile record

comments

fooyc
·2 माह पहले·discuss
Online and in-store payments will follow in 2027, as per the article
fooyc
·5 माह पहले·discuss
Apparently the new diagram is now a rip off of another one from Atlassian: https://bsky.app/profile/vurobinut.bsky.social/post/3mf52hmw...
fooyc
·7 माह पहले·discuss
add_v3() is the result of induction variable simplification: https://llvm.org/doxygen/IndVarSimplify_8cpp_source.html
fooyc
·3 वर्ष पहले·discuss
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 and writing.

> Unfortunately, there are no language enforced conventions for defining accessors; you could give the getter for foo the name getBar, and it’ll still work fine, except for the fact that it would confuse anybody trying to access bar and not `foo'.

Scala supports pattern matching on objects implementing the `unapply` method.

Is this considered harmful? Why didn’t Java follow this route?
fooyc
·3 वर्ष पहले·discuss
Yes it will
fooyc
·3 वर्ष पहले·discuss
WEI won’t even stop the bad bots. They will simply use "legitimate" devices.
fooyc
·3 वर्ष पहले·discuss
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 competitors are locked out

How do attesters solve this problem?
fooyc
·3 वर्ष पहले·discuss
Not only adblocking, but also crawling. They want to kill competition.
fooyc
·3 वर्ष पहले·discuss
How does that work? The binary format embeds variants of the same program?
fooyc
·3 वर्ष पहले·discuss
Maybe JIT compilers can take profit of this immediately, since they target a single machine?
fooyc
·3 वर्ष पहले·discuss
Not only Reader, but also the RSS support in Chrome and Firefox (whose Google used to be the primary source of funds). And Feedburner.
fooyc
·3 वर्ष पहले·discuss
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 allow Google because it is their source of traffic. Alternative search engines and good bots will be locked out.
fooyc
·3 वर्ष पहले·discuss
The article mentions race conditions
fooyc
·3 वर्ष पहले·discuss
Alternative interpretation: people with larger brains tend to nap more
fooyc
·4 वर्ष पहले·discuss
There is a world between using AWS and buying your own servers
fooyc
·4 वर्ष पहले·discuss
If you sell stable coins for USD and make a loss, you can write it off.
fooyc
·4 वर्ष पहले·discuss
I feel that the joke may be about the implementation, maybe not the whole concept.
fooyc
·4 वर्ष पहले·discuss
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 crypto currencies on chain. So if you are willing to trade crypto currencies, stable coins are more practical than USD.

There are also tax implications: Depending on where you live, crypto-to-crypto profits are not taxable. You will be taxed if you sell crypto currencies for USD, but not if you sell crypto currencies for a stable coin.
fooyc
·4 वर्ष पहले·discuss
I love this color scheme. I’ve just replaced the yellow color with some shade of blue, and it’s perfect.
fooyc
·4 वर्ष पहले·discuss
Typescript is a static type system though