Live data from Hacker News

Viewing profile — kkert

kkert

HN member
Joined
Fri, Jan 04, 2019, 10:57 PM UTC
HN karma
32
Public activity
8 items

About kkert

No profile information was provided.

Recent public activity

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

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

  3. comment
  4. comment
  5. 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 …

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

  7. comment
  8. comment
    Comment #19242440

    Whats wrong with Python maintainability ? As long as you CI and lint properly, i haven't seen much issues