Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hvenev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
23 ms
·
1.
▲
by
hvenev
5mo ago
(2023) judging by https://skysedge.com/telecom/RUSP/electrical.html
2.
▲
by
hvenev
6mo ago
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.
3.
▲
by
hvenev
6mo ago
> 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 saying that even with the Raspberry Pi we are still at the me
4.
▲
by
hvenev
7mo ago
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 needs to be removed is the entirety of the OS (and if
5.
▲
by
hvenev
8mo ago
Will you not have `~/.ssh`? If you have `.ssh .config/ssh` as a rewrite rule, `stat ~/.ssh` will still find it.
6.
▲
by
hvenev
8mo ago
For IPv4 the graph does not start at zero, but at around 45K.
7.
▲
by
hvenev
8mo ago
> 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 contained no Python code. This sounds really plausible. A change
8.
▲
by
hvenev
10mo ago
Don't they already sell servers? https://www.nvidia.com/en-us/data-center/dgx-platform/
9.
▲
by
hvenev
10mo ago
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.
10.
▲
by
hvenev
11mo ago
From what I remember, the quality of a safe is measured in minutes, with "15-minute" safes being OK for general use.
11.
▲
Show HN: A fast quantum circuit simulator
(qblaze.org)
9 points
by
hvenev
11mo ago
|
0 comments
12.
▲
by
hvenev
1y ago
English also changes, so the only way to be safe is to quote all identifiers.
13.
▲
by
hvenev
1y ago
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=1000:$SERVICE_GID:1` (where the UID/GID are
14.
▲
by
hvenev
1y ago
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 the US.
15.
▲
by
hvenev
1y ago
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 algorithm, so it is not unreasonable to just use large
16.
▲
It’s OK to block ads (2015)
(blog.practicalethics.ox.ac.uk)
118 points
by
hvenev
1y ago
|
112 comments
17.
▲
by
hvenev
1y ago
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 is about memory management and doesn't seem
18.
▲
by
hvenev
1y ago
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 compiler is allowed to make assumptions about the kernel's
19.
▲
by
hvenev
1y ago
> 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`.
20.
▲
by
hvenev
1y ago
Sadly the inclination of the orbit prevents it from falling that far north.
21.
▲
by
hvenev
2y ago
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.
22.
▲
by
hvenev
2y ago
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 authentication token as a command-line argument, exposi
23.
▲
by
hvenev
2y ago
Despite the sad context, this seems refreshing -- an alert is raised due to a real and serious concern.
24.
▲
by
hvenev
2y ago
I don't know, to me it just seems like a plausible interpretation: - In GitHub, forks of public repositories are themselves public repositories. - GitHub repositories can be cloned, which is a form of distribution. - Therefore any fork
25.
▲
by
hvenev
2y ago
The part of the policy about distributing modified versions of the Rust compiler seems interesting: > Publicly distributing a modified version of the Rust programming language, compiler, or the Cargo package manager, provided that the mo
26.
▲
by
hvenev
2y ago
The demo appears too stateful for me. The real power of `jq` is its reliability and the ability to reason about its behavior, which stateful tools inherently lack.
27.
▲
by
hvenev
2y ago
> an obscure instruction Come on, vpternlog* is not obscure. It subsumes _all_ bitwise instructions, even loading the constant (-1) into a register.
28.
▲
by
hvenev
2y ago
I've been running Hyprland for a while now. I find its window management capabilities quite good, in particular, the default 1 LHS / n RHS setting -- I lack the desire to deal with binary trees; the window manager should manage th
29.
▲
by
hvenev
2y ago
Is 26 characters next? I think the number of bytestrings of length <= 26 that are also valid UTF-8 is only 0.021 * 256^24.
30.
▲
by
hvenev
2y ago
Yes, my original wording was "to make the CVE system burn", but that got lost during my tone-down edits.
More ›