jdev - 2023-02-23


  1. moparisthebest

    Does anyone know how the public federated network might respond to ECC certs? Maybe jonas’ could answer this with the observatory...

  2. Martin

    I didn't experience issues.

  3. Menel

    I use them for at least two years without issues. Some years before that there were issues with a few servers

  4. moparisthebest

    Cool thanks, yea I like to think enough time has passed that they'd be fine but didn't know...

  5. edhelas

    One small question, is there someone that knows how to convert the address of a memory range output by /proc/<pid>/maps in standard memory addresses ?

  6. edhelas

    From this

  7. edhelas

    7ff69d041000-7ff69d09b000 r--p 00083000 08:04 785970 /usr/lib/x86_64-linux-gnu/libm.so.6

  8. edhelas

    To something like this

  9. edhelas

    0x1234567 0x98765432

  10. pulkomandy

    the first part "7ff69d041000-7ff69d09b0002" looks like it's just missing the 0x prefix and using - instead of space to separate the two numbers?

  11. edhelas

    That was it :D

  12. edhelas

    Dumb question then