Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fooyc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
fooyc
4mo ago
Online and in-store payments will follow in 2027, as per the article
2.
▲
by
fooyc
7mo ago
Apparently the new diagram is now a rip off of another one from Atlassian: https://bsky.app/profile/vurobinut.bsky.social/post/3mf52hmw...
3.
▲
by
fooyc
10mo ago
add_v3() is the result of induction variable simplification: https://llvm.org/doxygen/IndVarSimplify_8cpp_source.html
4.
▲
by
fooyc
3y ago
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 enfo
5.
▲
by
fooyc
3y ago
Yes it will
6.
▲
by
fooyc
3y ago
WEI won’t even stop the bad bots. They will simply use "legitimate" devices.
7.
▲
by
fooyc
3y ago
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?
8.
▲
by
fooyc
3y ago
Not only adblocking, but also crawling. They want to kill competition.
9.
▲
by
fooyc
3y ago
How does that work? The binary format embeds variants of the same program?
10.
▲
by
fooyc
3y ago
Maybe JIT compilers can take profit of this immediately, since they target a single machine?
11.
▲
by
fooyc
3y ago
Not only Reader, but also the RSS support in Chrome and Firefox (whose Google used to be the primary source of funds). And Feedburner.
12.
▲
by
fooyc
3y ago
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. Alternati
13.
▲
by
fooyc
3y ago
The article mentions race conditions
14.
▲
by
fooyc
3y ago
Alternative interpretation: people with larger brains tend to nap more
15.
▲
by
fooyc
4y ago
There is a world between using AWS and buying your own servers
16.
▲
by
fooyc
4y ago
If you sell stable coins for USD and make a loss, you can write it off.
17.
▲
by
fooyc
4y ago
I feel that the joke may be about the implementation, maybe not the whole concept.
18.
▲
by
fooyc
4y ago
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
19.
▲
by
fooyc
4y ago
I love this color scheme. I’ve just replaced the yellow color with some shade of blue, and it’s perfect.
20.
▲
by
fooyc
4y ago
Typescript is a static type system though
21.
▲
by
fooyc
4y ago
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 words for union and intersection types, or am I missing somet
22.
▲
by
fooyc
5y ago
PHP has optional types as well, although types are enforced when present
23.
▲
by
fooyc
5y ago
Pretty sure they meant immutable in that quote.
24.
▲
by
fooyc
5y ago
> jo normally treats value as a literal string value, unless it begins with one of the following characters: > value action > @file substitute the contents of file as-is > %file substitute the contents of
25.
▲
by
fooyc
5y ago
If you can read environment variables of a process, can’t you also read its memory ?
26.
▲
by
fooyc
5y ago
PHP has a GC since 2009 (version 5.3). Its goal is precisely to collect reference cycles.
27.
▲
by
fooyc
5y ago
This would work if cookies was the only way to track people. There is also localStorage, ETag (and other cache-oriendted methods), fingerprinting, owning a browser, etc. What we need is a low that forces websites to obey the "do not tr
28.
▲
by
fooyc
5y ago
"Is this a memory safe language" should be a critical question for any external facing application, too
29.
▲
by
fooyc
5y ago
Cookies are not the only way to tack you. Websites can track you with localStorage, ETag headers and other cache-based methods, etc. Some methods don’t event require any persistence on the client side, e.g. fingerprinting.
30.
▲
by
fooyc
5y ago
I totally agree that this should be a browser setting. However it’s not only about cookies: What we abusively call the cookie law and cookie popups are about tracking, and there are many ways to track you without cookies, some of which are
More ›