Viewing profile — kkert
kkert
HN member- Joined
- Fri, Jan 04, 2019, 10:57 PM UTC
- HN karma
- 32
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About kkert
No profile information was provided.
Recent public activity
-
comment
Comment #42233636
I'd guess that majority of such binary-only libraries use C ABI interfaces. The entire Windows ecosystem of COM modules works on top of C ABI's.
-
comment
Comment #42233612
This is interesting because i'm writing quite a bit of embedded Rust, and i always run into limitations of very barebones const generics. I always wish they'd have half the express…
-
comment
Comment #41145030
[dead]
-
comment
Comment #41145010
[dead]
-
comment
Comment #39598851
Honestly i have a far easier time finding working no-std libraries for anything i need on embedded Rust compared to embedded C++. Arduino ecosystem is an exception, but that's not …
-
comment
Comment #39584005
I actually remember reporting a crypto bug way back through a similar program in Win98, where certain keys would not work if the highest bit was set in the key material. It got fix…
-
comment
Comment #38993204
[dead]
-
comment
Comment #19242440
Whats wrong with Python maintainability ? As long as you CI and lint properly, i haven't seen much issues