Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hadcomplained
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hadcomplained
5y ago
The other way around (converting double quoted strings to single quoted ones) would be more understandable, as that is what str.__repr__ prefers: >>> "string" 'string' I sense a bloated ego of the a
2.
▲
by
hadcomplained
5y ago
Would you mind telling me exactly which patchset you are referring to?
3.
▲
by
hadcomplained
5y ago
I registered several important accounts with @icloud.com email, because I was sure that I would never switch to Android besides the fact that the email looked cool (what a stupid reason in retrospect). I deeply regret using the @icloud.com
4.
▲
by
hadcomplained
5y ago
> Today, to encrypt your communication to websites, you use HTTPS which rely on a vast network of certificate authorities. This fact has been irritating me for a long time. Because no one should believe that every single certificate auth
5.
▲
by
hadcomplained
6y ago
Although I do not deny the necessity for certificate authorities for convenience, I do not understand why using CAs is the only option. Why does the TLS protocol not allow for using a key pair which is agreed-upon between a server and a c
6.
▲
by
hadcomplained
6y ago
The following is the code I wrote before reading the example pieces of code. void remove(IntList* l, IntListItem* target) { if (l->head == target) { l->head = l->head->next; return; } IntL
7.
▲
by
hadcomplained
6y ago
For any given P2P system which can be used to share a large amount of files, we can prove the system cannot exist with this question: Is there a way to prevent classified documents of the US stolen by China, or child pornography from being
8.
▲
by
hadcomplained
6y ago
> the code is developed 100% in mainland China I am under the same impression and have some circumstantial evidence supporting it as someone who's been inspecting the code of the Zoom client (just for fun): their Windows client uses
9.
▲
by
hadcomplained
6y ago
I sometimes imagine how wonderful it'd be if there were a viable alternative to the Web that is decentralized and infeasible to censor, only to realize that how great it is for the freedom, is the exact reason why it doesn't exist
10.
▲
by
hadcomplained
6y ago
This project seems nice, but there's some detail I have trouble wrapping my head around: why is a template string represented as a lambda containing an f-string, instead of as a plain string? Namely, wouldn't the code below suffic
11.
▲
by
hadcomplained
6y ago
I quite agree. HTML/CSS/JavaScript is really flexible for sure, but it's because humans happen to be capable of parsing, and extracting information from, what would be chaos for machines. Is this flexibility really necessary?
12.
▲
by
hadcomplained
6y ago
I wonder why there are no email providers that offer an infinite number of aliases that cannot be associated with the primary address. Simply offering any aliases would soon fill out easy-to-remember addresses, but can't email provider
13.
▲
by
hadcomplained
6y ago
Instead of providing a temporary password, can't that service just give a user the session information that is sent to the server via cookies?
14.
▲
by
hadcomplained
7y ago
IMHO what is essential as a language feature for writing interpreters/compilers is algebraic data types and pattern matching on them, because they make things much easier when manipulating ASTs, which is a frequent task in implementing
15.
▲
by
hadcomplained
7y ago
For downvoters - constructive counterarguments are welcome.
16.
▲
by
hadcomplained
7y ago
I agree with the sentiment. The common argument against rolling out your own encryption just baffles me. Because there are plenty of ways to roll out your own encryption safely and in such a way that drastically eliminates the possibility o