Viewing profile — andreidd
andreidd
HN member- Joined
- Fri, Apr 02, 2021, 1:14 PM UTC
- HN karma
- 54
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About andreidd
No profile information was provided.
Recent public activity
-
comment
Comment #44411437
What's stopping you from UAF or OOB array access in Delphi?
-
comment
Comment #44411003
Why is Delphi/Object Pascal an MSL?
-
comment
Comment #39612559
What libraries have you used?
-
comment
Comment #38038095
Why not use “:memory:”?
-
comment
Comment #37017022
std::aligned_storage has been deprecated since C++23
-
comment
Comment #36913433
What’s wrong with generators?
-
comment
Comment #36561044
Using the svg as mask image in css is presented to have the disadvantage of two separate requests (one for css and the other for the svg content). That can be overcome by inlining …
-
comment
Comment #35738715
Nice, but good luck debugging if cmp returns -1. This is C++ after all and there is no constraint/concept to enforce the function to return bool. If you're lucky you get a sign mis…
-
comment
Comment #34738760
Not entirely true. You can pool allocate a C++ coro.
-
comment
Comment #31847392
You can do both: two years ago I was looking for the best solution to ship a cross platform app (Android + Windows) and I just couldn’t decide whether to go platform-based UI + a s…
-
comment
Comment #31835591
And then someone will convert a std::string_view to a const char* and things will explode...
-
comment
Comment #31792315
Nice framework, but the license is oh so strange... https://github.com/elastic/eui/blob/main/licenses/ELASTIC-LI...
-
comment
Comment #31360655
That's interesting, but it won't work with native code that statically links a SSL implementation.
-
comment
Comment #31166630
Your example only works because the optimizer eliminates your call to std::to_string. Call get_fizzbuzz(11) and you'll see the error.
-
comment
Comment #31165427
No, it can't. std::to_string isn't constexpr. And even if it was, it still wouldn't work because the std::string needs to be destroyed inside the constexpr context. The article is …
-
comment
Comment #29678168
Is #92 missing?
-
comment
Comment #29663362
posthog * it's open source * you can self host as a docker container * you can log from the client side or from the server side * awesome founders with HN accounts :P
-
comment
Comment #28389923
Well, that's only partially true. Romania has preordered 120M doses for (at best) 15M eligible people. So either way, we'll have to donate tens of millions of doses.
-
comment
Comment #27639969
Is the library open source? If so, would you share a link?
-
comment
Comment #27614610
> My answer is to use tools that handle this correctly on the output side (a good db library, an ORM, an HTML template library with auto-escaping, and so on). Came here to say exac…
-
comment
Comment #26671184
As somebody who is looking to start a comercial product that needs a cheap SOM with some IOT connectivity I'm wondering whether there is a module similar to the one in the OP, but …
-
comment
Comment #26671160
I'm a bit confused: does the manufacturer provide a toolchain to compile and run binary code on something that is not advertised as a SOM/SOC, but only as an lte modem?