Viewing profile — ndusart
ndusart
HN member- Joined
- Wed, Jul 19, 2023, 1:01 PM UTC
- HN karma
- 14
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ndusart
No profile information was provided.
Recent public activity
-
comment
Comment #42233748
From the mentioned specification: > TCP implementations should follow a general principle of robustness: be conservative in what you do, be liberal in what you accept from others. …
-
comment
Comment #42220254
Yes, that would be concerning indeed... The author couldn't tell why he didn't manage to make run the C or python program but figured it is probably the blame of the language for s…
-
comment
Comment #42216713
You changed the problem. Postel's law is not about writing the protocol but implementing it. Sure, protocol should be designed to be as specific as possible but unfortunately these…
-
comment
Comment #42212210
Following Postel's law does not mean to accept anything. The received data should still be unambiguous. You can see that in the case where ASN.1 data need to be exchanged. You coul…
-
comment
Comment #42212132
Cookie value can contain `=`, `/` and `+` characters so standard base64 encoding can be used as well :)
-
comment
Comment #42212072
So, just be as conservative as possible when you produce data and as liberal as possible when you receive something. Your code will then require the least cooperation from *any* ot…
-
comment
Comment #37304308
Ironically, this supports the message of the article :D