Live data from Hacker News

Viewing profile — andreidd

andreidd

HN member
Joined
Fri, Apr 02, 2021, 1:14 PM UTC
HN karma
54
Public activity
22 items

About andreidd

No profile information was provided.

Recent public activity

  1. comment
    Comment #44411437

    What's stopping you from UAF or OOB array access in Delphi?

  2. comment
    Comment #44411003

    Why is Delphi/Object Pascal an MSL?

  3. comment
    Comment #39612559

    What libraries have you used?

  4. comment
    Comment #38038095

    Why not use “:memory:”?

  5. comment
    Comment #37017022

    std::aligned_storage has been deprecated since C++23

  6. comment
    Comment #36913433

    What’s wrong with generators?

  7. 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 …

  8. 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…

  9. comment
    Comment #34738760

    Not entirely true. You can pool allocate a C++ coro.

  10. 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…

  11. comment
    Comment #31835591

    And then someone will convert a std::string_view to a const char* and things will explode...

  12. comment
    Comment #31792315

    Nice framework, but the license is oh so strange... https://github.com/elastic/eui/blob/main/licenses/ELASTIC-LI...

  13. comment
    Comment #31360655

    That's interesting, but it won't work with native code that statically links a SSL implementation.

  14. 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.

  15. 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 …

  16. comment
    Comment #29678168

    Is #92 missing?

  17. 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

  18. 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.

  19. comment
    Comment #27639969

    Is the library open source? If so, would you share a link?

  20. 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…

  21. 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 …

  22. 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?