Live data from Hacker News

Viewing profile — mlichvar

mlichvar

HN member
Joined
Mon, Jun 29, 2015, 7:27 AM UTC
HN karma
107
Public activity
40 items

About mlichvar

No profile information was provided.

Recent public activity

  1. comment
    Comment #46044437

    That's what the chrony tempcomp directive is for. But you would have to figure out the coefficients, it's not automatic. An advantage of constantly loading at least one core of the…

  2. comment
    Comment #45901527

    Current Debian, Ubuntu, Fedora, RHEL/CentOS (EPEL) have an ntpsec package, but no ntp package. It's not used by default (that's chrony on most of the distributions), but the users …

  3. comment
    Comment #45900286

    The major Linux distributions replaced ntp with ntpsec. A better question would be who is still running ntp. I know about FreeBSD and NetBSD. ntpsec as a project seems to be doing …

  4. comment
    Comment #45026498

    I agree with most of what you said. The author has other posts in the series where he tried to measure the accuracy relative to the PHC (not system clock) using PPS: https://scotts…

  5. comment
    Comment #45024280

    chrony can be configured to encapsulate NTP messages in PTP messages (NTP over PTP) in order to get the delay corrections from switches working as one-step PTP transparent clocks. …

  6. comment
    Comment #43972773

    On Fedora it is setgid screen, not root.

  7. comment
    Comment #40839394

    The Linux kernel keeps time as a 64-bit integer, but it's in nanoseconds, not seconds. It's a Y2262 problem.

  8. comment
    Comment #39838746

    Another way to look at it is that MIT gives freedom to the developers and GPL gives freedom to the users. It's a conflict between the two groups.

  9. comment
    Comment #39346713

    My current understanding of the wireless technologies wrt to home automation: - wifi is most reliable, secure, easiest to debug, but usable only for mains-powered devices due to hi…

  10. comment
    Comment #39299686

    To me that looks like they are reinventing NTP, but not addressing all the issues of PTP. A big problem with the PTP unicast mode is an almost infinite traffic amplification (usefu…

  11. story
  12. comment
    Comment #38431421

    Here is a nice animation of reflections I found useful: https://www.youtube.com/watch?v=ozeYaikI11g

  13. comment
    Comment #37662601

    Fuzzing needs to cover all important bits of the code to be useful. The problem I see is that incomplete coverage creates a false sense of security. Projects have some minimal fuzz…

  14. comment
    Comment #37280647

    It's even less than that. Current OpenWrt versions work on devices with 8 MB of flash and 64 MB of RAM. OpenWrt 19.07 worked on 4MB/32MB devices.

  15. comment
    Comment #37152341

    A better solution to secure bootstrapping of time would be NTP+NTS (RFC 8915) using self-signed certificates with unlimited time validity, which can be preloaded with the OS and up…

  16. comment
    Comment #36811617

    A major problem in synchronization of the system clock is PCIe. Hardware can timestamp PPS signal or PTP/NTP packets with accuracy of a few nanoseconds if everything is well compen…

  17. comment
    Comment #35770919

    When you are comparing performance to kitty, are they both scrolling line by line (xterm's default), or jumping as with the xterm jumpScroll or fastScroll option?

  18. comment
    Comment #35522939

    > There's no networking hardware timestamp support for NTP because NTP has nothing to do with hardware timestamps. Both NTP and PTP don't care (as protocols) where the timestamps a…

  19. comment
    Comment #35522592

    No, NTP and PTP are two different protocols. They can both use hardware timestamps and reach single-digit nanosecond accuracy in ideal conditions. The main difference is in existin…

  20. comment
    Comment #33345107

    The article missed an opportunity to describe how spectacularly can things break when the 32-bit time_t overflows in Y2038. If you still have such a machine (preferably without any…

  21. comment
    Comment #33174147

    FWIW, from those 11 chrony CVEs: - 8 were found within the project itself (mostly by me) - none are memory-safety issues in the NTP-specific code - the last memory-safety issue is …

  22. comment
    Comment #32555530

    One issue with TV displays I didn't see mentioned here is glossiness. TVs are mostly glossy and monitors are usually matte. I strongly prefer the latter.

  23. comment
    Comment #32458409

    RFC 7808 specifies a TZDIST service. But most operating systems already have their own mechanism to update their timezone database. This is not a problem. Shifting timezones by 15 …

  24. comment
    Comment #30732270

    Some models that are known to work well with chrony are Intel I210, I350, and X550. Those don't care about the protocol as they can provide hardware timestamps for all received pac…

  25. comment
    Comment #28144452

    The unicast PTP support can be limited to boundary clocks and the enterprise profile doesn't require transparent clocks to support the unicast mode. Also, there are different types…