Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uncle_kostya
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
2 ms
·
1.
▲
by
uncle_kostya
8d ago
There a flavor of CUDA runtime libraries that binds at runtime, so you can have a single binary that runs with CUDA and without it. I did this at work. Obviously you need to check if CUDA is available before trying to execute kernels, or it
2.
▲
by
uncle_kostya
8d ago
If I recall correctly, the Golang team got bitten by this on MacOS. They initially implemented the Golang runtime directly on top of MacOS syscalls (not the C runtime library), just like they did on Linux - and then those syscalls changed,
3.
▲
by
uncle_kostya
11d ago
For me search has been that way since the first MacOS 26.0 upgrade and apparently never fixed. But speaking of quality overall (outside of the search glitch) - I use dual 5k LG monitors with my work MacBook and can get the MacOS Display Man
4.
▲
by
uncle_kostya
11d ago
SOAP 1.2 strikes me as really reasonable - it's a mature format with interop to several languages and has schema validation. The inconsistencies you describe above are probably due to each org in the government implementing the common
5.
▲
by
uncle_kostya
12d ago
Spending time at Burning Man can completely detach you from reality
6.
▲
by
uncle_kostya
13d ago
Is anyone even trying to compete with TSMC? What is the barrier to entry?
7.
▲
by
uncle_kostya
13d ago
It's what we use at work and I'm sure it passed a security audit. How ironic.
8.
▲
by
uncle_kostya
15d ago
Works already in Visual Studio Code, even seamlessly between C++ and Rust
9.
▲
by
uncle_kostya
15d ago
What we do at work is defined a clear boundary and use extern "C" functions in Rust to make them callable from C++, and the same for callbacks. Required some effort but we're happy with the result.
10.
▲
by
uncle_kostya
16d ago
An Android developer since 2010 here. I've always been wary of React Native, because my impression is that it hides nuances of the underlying framework. You may be fine implementing 90% of your app but then need that last 10% and may g