Viewing profile — lzsiga
lzsiga
HN member- Joined
- Mon, May 13, 2019, 7:24 AM UTC
- HN karma
- 0
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About lzsiga
No profile information was provided.
Recent public activity
-
comment
Comment #45349254
I'm sure this article is useful and interesting, but the author lost me at the very first example program, where he wrote `@px++` instead of `(@px)++` (@ stands for asterix charact…
-
comment
Comment #42671751
The proper way is not exporting implementation details at all, instead define opaque types in your header files like this: `typedef struct ssl_st SSL;`. This comes from OpenSSL, it…
-
comment
Comment #42671698
It is perfectly valid to use more than one header files: some of them can be public (meant to be seen by users of your library), others can be private or internal (only used by you…
-
comment
Comment #39582618
Afaik, SOAP is a subset of all webservices; the rest is REST (i.e. XML without SOAP and non-XML).
-
comment
Comment #31979854
Off: floating point numbers can be used to store integer values, so equality comparison might be perfectly valid in some cases. For example, if the embedded Sql doesn't support 'in…
-
comment
Comment #22682035
Something like that happened with `leftpad` in 2016.
-
comment
Comment #22523540
Off: Also there is the HTML Hell Page, which is older than many of the current web-developers but still contains the most relevant informations about web-design.
-
comment
Comment #21718997
I seem to have missed something: Apple claims Location Services cannot be disabled because it is needed for Ultrawide Band (UWB) compliance. And what about UWB? It cannot be disabl…