Viewing profile — LucaSas
LucaSas
HN member- Joined
- Sun, Dec 08, 2019, 6:19 AM UTC
- HN karma
- 98
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About LucaSas
No profile information was provided.
Recent public activity
-
comment
Comment #26748937
Speaker here, hope you enjoy the talk. I also gave an updated version of the talk at embo++ with some small updates and fixes to some code examples, not sure if that will be on you…
-
comment
Comment #23021813
This popped up on youtube today, it's a Livestream with 24k live viewers, claiming to be a Linux Foundation Livestream that gives free bitcoin to people who send them some first.
- story
-
comment
Comment #22392266
This pops up again from time to time, I think what people should take away from this is that garbage collection is not just what you see in Java and other high level languages. The…
-
comment
Comment #21838892
I believe the person who started this is just a bad actor. Surely he must have known that this will only lead to more outrage and hatred. Now we need to have the whole "war on xmas…
-
comment
Comment #21741633
I think the Rust standard library is actually a liability in this case, not an advantage. The rust stdlib will essentially be an extra dependency and also the rust standard library…
-
comment
Comment #21737083
Thanks for the comment, I might steal your "subset of C99 which compiles both in C and C++ mode on GCC, clang and MSVC" quote and put it in the article if that's ok ;)
-
comment
Comment #21736805
Hi, the reason for using C99 is that it is fully compatible with other languages. If you write a library in Rust you might be tempted to use Rust only feature which will then make …
-
comment
Comment #21736707
Thanks a lot for your feedback. I decided to remove that since I think you are right about indicating personal preference. I do not want this article to be a list of preferences bu…
-
comment
Comment #21736062
Hi, I mention in the article that "It is easier in general for a C++ user to use a C library than it is for a C user to use a C++ library." which is where the advice comes from.
-
comment
Comment #21736026
As a good resource for learning C I would recommend Casey Muratori's tutorials: https://www.youtube.com/watch?v=F3ntGDm6hOs&list=PLEMXAbCVnm... If you are interested in learning mo…
-
comment
Comment #21735998
Hi, thanks for your feedback. I am the original author. Regarding prefixes, I advice that you start by writing the library in C and then wrap it in C++ for a variety of reasons tha…
-
comment
Comment #21735976
Hi, I am the author of the article. Regarding RAII, what I mention in the article is that it is ok to provide RAII wrappers as long as you also provide C++ wrappers for the non-RAI…
- story