Live data from Hacker News

Viewing profile — hvenev

hvenev

HN member
Joined
Wed, Apr 03, 2019, 5:41 PM UTC
HN karma
346
Public activity
49 items

About hvenev

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47973538

    (2023) judging by https://skysedge.com/telecom/RUSP/electrical.html

  3. comment
    Comment #47619137

    This blog post calls libgit2 "git's C library" as if it is in any way related to git. I don't think it is.

  4. comment
    Comment #47306188

    > In the meanwhile in raspberry pi land, you can just go to download a reasonably new OS image from their website anytime you want and it will run on all their models. Are you sayi…

  5. comment
    Comment #47211175

    I personally call this process of setting up a new device, whether for me or for someone else, "shit shoveling". It is something of a ritual. In the former case the thing that need…

  6. comment
    Comment #46742644

    Will you not have `~/.ssh`? If you have `.ssh .config/ssh` as a rewrite rule, `stat ~/.ssh` will still find it.

  7. comment
    Comment #46543949

    For IPv4 the graph does not start at zero, but at around 45K.

  8. comment
    Comment #46543773

    > Jeff once simultaneously reduced all binary sizes by 3% and raised the severity of a previously known low-priority Python bug to critical-priority in a single change that contain…

  9. comment
    Comment #45926740

    Don't they already sell servers? https://www.nvidia.com/en-us/data-center/dgx-platform/

  10. comment
    Comment #45903256

    Back when my job involved using Kubernetes and Helm, the solution I found was to use `| toJson` instead: it generates one line that happens to be valid YAML as well.

  11. comment
    Comment #45729957

    From what I remember, the quality of a safe is measured in minutes, with "15-minute" safes being OK for general use.

  12. story
  13. comment
    Comment #45178637

    English also changes, so the only way to be safe is to quote all identifiers.

  14. comment
    Comment #45138818

    What I personally do is User=per-service-user ExecStart=!podman-wrapper ... where podman-wrapper passes `--user=1000:1000 --userns=auto:uidmapping=1000:$SERVICE_UID:1,gidmapping=10…

  15. comment
    Comment #45124468

    Our GCP VMs are also not responding (europe-west4-a and us-central1-b). edit: Seems to be a network problem. We can't connect to them from Bulgaria, but we can connect to them from…

  16. comment
    Comment #45087733

    I wonder when quantum computers will be able to target post-quantum RSA [1]. Normal RSA operations (key generation, encryption, decryption) have an asymptotic advantage over Shor's…

  17. comment
  18. story
  19. comment
    Comment #44550891

    I'm struggling to understand how this has anything to do with borrow checking. Borrow checking is a way to reason about aliasing, which doesn't seem to be a concern here. This post…

  20. comment
    Comment #44530873

    In `libnvidia-nvvm.so` the string `cutlass` appears right after `Memory Dependence Analysis` and `memdep`. Perhaps it acts as an optimization attribute of some sort, where the comp…

  21. comment
    Comment #44498019

    > can be implemented in terms of `openat` + `fgetxattr` Except for symlinks. `fgetxattr` requires a file opened for read or write, but symlinks can only be opened as `O_PATH`.

  22. comment
    Comment #43879040

    Sadly the inclination of the orbit prevents it from falling that far north.

  23. comment
    Comment #43061969

    I think git is quite nice and easy to work with once you realize one thing: git is first and foremost a filesystem. Version control is built on top.

  24. comment
    Comment #42981812

    For local communication Microsoft Visual Studio Code often uses TCP sockets (bound to localhost) even though UNIX sockets are available. What's more, old versions used to pass the …

  25. comment
    Comment #42333353

    Despite the sad context, this seems refreshing -- an alert is raised due to a real and serious concern.