Viewing profile — gnarula
gnarula
HN member- Joined
- Wed, Jul 20, 2016, 4:31 AM UTC
- HN karma
- 51
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About gnarula
No profile information was provided.
Recent public activity
-
comment
Comment #38455378
In a similar boat here! I moved my home stuff behind Tailscale the moment I realised ufw rules don't apply to ports exposed by docker containers.
-
comment
Comment #37275736
I reckon https://github.com/RustCrypto is an effort in this space.
-
comment
Comment #33931543
Cryptography parlance for a man-in-the middle adversary. https://en.wikipedia.org/wiki/Alice_and_Bob might be of interest :)
-
comment
Comment #33528745
There's plenty of margin in the industry - as an anecdote, I've paid around £40 for a pair in the UK through an online retailer (Glasses Direct), around ~₹1500-2000 in India throug…
-
comment
Comment #33358655
Refer: https://github.com/dedis/kyber/blob/master/share/vss/rabin/v... and https://github.com/dedis/kyber/blob/master/share/vss/pederse...
-
comment
Comment #33011686
There's a video series by Leslie Lamport himself: https://lamport.azurewebsites.net/video/videos.html There's also Dr. TLA+ series by Microsoft Research at https://www.youtube.com/…
-
comment
Comment #31821254
I reckon that's now how SSI solutions use a blockchain (or at least the ones I know of). AFAIK, a blockchain is only used to resolve a DID (an identifier mapping a random ID to a b…
-
comment
Comment #31820611
Could you elaborate a bit on that please? How would that pan out?
-
comment
Comment #30938558
From POSIX [1][2]: > If the execl() function fails due to an error equivalent to the [ENOEXEC] error defined in the System Interfaces volume of POSIX.1-2017, the shell shall execut…
-
comment
Comment #30937504
In case anyone's curious, in absence of a shebang (#!), Linux [1] returns an ENOEXEC to the execve syscall, after which the invoking program (the shell) handles the failure. Usuall…
-
comment
Comment #21726149
> You /still/ have no way to ensure that the checkbox corresponded with the name, and that you cast the vote you think you did Well the voter can verify if the voting machine is ac…