zalyalov | 1 year ago | on: Dear Paul Graham, there is no cookie banner law
zalyalov's comments
zalyalov | 1 year ago | on: Dear Paul Graham, there is no cookie banner law
"Prior to giving consent, the data subject shall be informed thereof."
Means there must be some sort of a cookie notification (which could of course take a small space of the screen, but still).
The existence of this notification makes it easier to initially give consent. If withdrawing later is to be as easy, the notification must never disappear.
zalyalov | 2 years ago | on: The C++20 Naughty and Nice List for Game Devs
struct S {
int A;
int B = A;
int C;
};
int i = 0;
S s = {.C = i++, .A = ++i};
What would you expect code like this to do?zalyalov | 2 years ago | on: Graph of Thoughts: Solving Elaborate Problems with Large Language Models
zalyalov | 2 years ago | on: Philosophy of Science 101: What is the problem of induction?
zalyalov | 2 years ago | on: Lesser known tricks, quirks and features of C
zalyalov | 2 years ago | on: Are ChatGPT and Other Similar Systems the Modern Lernaean Hydras of AI?
That would be the most hilarious outcome possible. Oops, you can't store open source code on your computer, the access is only for humans!
zalyalov | 2 years ago | on: SMS has been removed from the GitHub.com sudo page