Live data from Hacker News

Viewing profile — rkv

rkv

HN member
Joined
Thu, May 16, 2013, 5:46 PM UTC
HN karma
85
Public activity
83 items

About rkv

Bug inserter

Recent public activity

  1. comment
    Comment #40033173

    There is no way that I can explain better than this: https://lwn.net/Articles/689856/

  2. comment
    Comment #32358748

    They create a policy to prevent the use of Windows laptops but they are unable to create a policy to enforce purchasing the correct Operating System?

  3. comment
    Comment #30780309

    Comparing Windows and macOS to Linux is moot and we should stop doing it. Linux has always been and will continue to be an ecosystem driven by various communities, and expecting ev…

  4. comment
    Comment #30429338

    Samsung support is atrocious. Had a similar issue with my S9 phone where the power button suddenly got jammed and couldn't be released. They sent it back with the exact same reason…

  5. comment
    Comment #26519195

    Out of curiosity, what config changes did you use on apache?

  6. comment
    Comment #26346496

    > They shouldn't consist of everyone telling everyone else what they're working on. It's a common habit people fall into when transitioning to scrum. An experienced scrum master sh…

  7. comment
    Comment #24863442

    Something separate (ie. custom code). You can use "Inspect Element" in your browser to confirm.

  8. comment
    Comment #24257892

    https://www.blopeur.com/2020/04/08/Intel-x86-patent-never-en...

  9. comment
    Comment #22431222

    > No support for null strings? Check Why would you ever want this? Gives me Java nightmares.

  10. comment
    Comment #21075691

    Do you have statistics? My perception is the opposite.

  11. comment
    Comment #20412499

    Enjoyed the user namespace section. Looking forward to the `mount` and `net` namespace sections and how they are used in docker.

  12. comment
  13. comment
    Comment #14727576

    Nice and simple. I tend to use a wrapper around BSD tree.h and SQLite for persistence. Longer insert/update times but quick access and you get the SQL language and tools for free.

  14. comment
    Comment #14707477

    Out of the loop when it comes to the latest processor technology. How does this chip maintain the same TDP as a 6850K but with 4 more core? Same size (lithography), roughly the sam…

  15. comment
    Comment #14633845

    Works OK for small teams. If a user forgets to close the database then other team members are only able to open it as read-only. My biggest gripe is that you don't know who is hold…

  16. comment
    Comment #14584621

    Sorry, I'm not asking about current Debian. In your previous comment you mention that the symbol packages are not new. I'm wondering how people have been creating them on Debian 8.…

  17. comment
    Comment #14584428

    > Knowing of projects that require it, and specifically which parts, or that are already using the static libdpkg library are very valuable, so that those parts can be improved. Wh…

  18. comment
    Comment #14584323

    Did not know that, thank you. Do you know happen to know how it is done? When I pull the debian tarball for nginx (which has a -dbg package with symbol files) I see: > dh_strip --d…

  19. comment
    Comment #14579166

    HEADLINE: Stabilize dpkg C library (libdpkg) DESCRIPTION: Any plans to go ahead and stabilize the dpkg library for buster? Having access to a stable package management library is e…

  20. comment
    Comment #14579115

    One of my favorite changes: > If you use debhelper/9.20151219 or newer in Debian, it will generate debug symbol packages (as -dbgsym) for you with no additional changes to your sou…

  21. comment
    Comment #14518794

    Very funny concept. Especially liked the catapult[1]. 1. https://jsfiddle.net/w1mvkjjj/

  22. comment
  23. comment
    Comment #14262498

    Since the very beginning of online banking I've wanted two things: IP whitelisting and a master switch to enable/disable withdrawals. I've settled for 2FA but even top banks in Can…

  24. comment
    Comment #14253002

    After integrating protobufs in my application for messaging I decided to use a separate schema for storing the current state of the program. Ie. When state changes, the protobuf is…

  25. comment
    Comment #14251155

    Would be nice if the "Notes" section referenced the matching table entry. Example: >Send root password by email Yes No[1] No >Notes: >1. DigitalOcean sends you the passwords only i…