What's stopping you from UAF or OOB array access in Delphi?
Why is Delphi/Object Pascal an MSL?
What libraries have you used?
Why not use “:memory:”?
std::aligned_storage has been deprecated since C++23
What’s wrong with generators?
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 the svg directly in the css file.
Not entirely true. You can pool allocate a C++ coro.
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 shared C++ core or React Native. I ended…
And then someone will convert a std::string_view to a const char* and things will explode...
Nice framework, but the license is oh so strange... https://github.com/elastic/eui/blob/main/licenses/ELASTIC-LI...
That's interesting, but it won't work with native code that statically links a SSL implementation.
Your example only works because the optimizer eliminates your call to std::to_string. Call get_fizzbuzz(11) and you'll see the error.
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 also wrong because std::to_chars isn't…
Is #92 missing?
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
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.
Is the library open source? If so, would you share a link?
> 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 exactly this! Unless you're building raw…
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 actually advertised and sold as a…
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?
What's stopping you from UAF or OOB array access in Delphi?
Why is Delphi/Object Pascal an MSL?
What libraries have you used?
Why not use “:memory:”?
std::aligned_storage has been deprecated since C++23
What’s wrong with generators?
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 the svg directly in the css file.
Not entirely true. You can pool allocate a C++ coro.
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 shared C++ core or React Native. I ended…
And then someone will convert a std::string_view to a const char* and things will explode...
Nice framework, but the license is oh so strange... https://github.com/elastic/eui/blob/main/licenses/ELASTIC-LI...
That's interesting, but it won't work with native code that statically links a SSL implementation.
Your example only works because the optimizer eliminates your call to std::to_string. Call get_fizzbuzz(11) and you'll see the error.
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 also wrong because std::to_chars isn't…
Is #92 missing?
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
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.
Is the library open source? If so, would you share a link?
> 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 exactly this! Unless you're building raw…
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 actually advertised and sold as a…
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?