Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andreidd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
andreidd
1y ago
What's stopping you from UAF or OOB array access in Delphi?
2.
▲
by
andreidd
1y ago
Why is Delphi/Object Pascal an MSL?
3.
▲
by
andreidd
3y ago
What libraries have you used?
4.
▲
by
andreidd
3y ago
Why not use “:memory:”?
5.
▲
by
andreidd
3y ago
std::aligned_storage has been deprecated since C++23
6.
▲
by
andreidd
3y ago
What’s wrong with generators?
7.
▲
by
andreidd
3y ago
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.
8.
▲
by
andreidd
3y ago
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 mismatch warning.
9.
▲
by
andreidd
4y ago
Not entirely true. You can pool allocate a C++ coro.
10.
▲
by
andreidd
4y ago
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 up using React Nativ
11.
▲
by
andreidd
4y ago
And then someone will convert a std::string_view to a const char* and things will explode...
12.
▲
by
andreidd
4y ago
Nice framework, but the license is oh so strange... https://github.com/elastic/eui/blob/main/licenses/ELASTIC-LI...
13.
▲
by
andreidd
4y ago
That's interesting, but it won't work with native code that statically links a SSL implementation.
14.
▲
by
andreidd
4y ago
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.
▲
by
andreidd
4y ago
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 c
16.
▲
by
andreidd
5y ago
Is #92 missing?
17.
▲
by
andreidd
5y ago
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.
▲
by
andreidd
5y ago
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.
▲
by
andreidd
5y ago
Is the library open source? If so, would you share a link?
20.
▲
by
andreidd
5y ago
> 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 SQL queries out
21.
▲
by
andreidd
5y ago
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 computer module rathe
22.
▲
by
andreidd
5y ago
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?