Viewing profile — leijurv
leijurv
HN member- Joined
- Sun, May 01, 2016, 7:29 PM UTC
- HN karma
- 486
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About leijurv
Recent public activity
-
comment
Comment #44302712
OP did actually host a tracker. "I then started the tracker. After about an hour, it peaked at about 1.7 million distinct torrents across 3.1 million peers!"
-
comment
Comment #42552606
Here's the submission that won the Hutter Prize in 2021: https://github.com/amargaritov/starlit It uses a LSTM to predict the next token lossily, then uses https://en.wikipedia.org…
-
comment
Comment #41475922
I suspect it was, given that they've now deleted their comment.
-
comment
Comment #41475767
`for char in message: encrypted_char = ord(char) ^ (shared_secret[0] % 256)` This is not real encryption, it picks only one byte of shared secret and XORs it into the plaintext. Th…
-
comment
Comment #40091659
It was a one-way collaboration, in that we referenced their discoveries and code such as LattiCG https://github.com/mjtb49/LattiCG , but they were unaware of anything we were doing…
-
comment
Comment #40083000
I'm just a regular SWE! Infosec or algorithmic trading - maybe someday.
-
comment
Comment #40082243
Yes, absolutely :) that's why we went to FitMC to make the video, he always delivers.
-
comment
Comment #40080635
I believe that may be the spectral test https://en.wikipedia.org/wiki/Spectral_test which I mentioned in the explanation when showing the lattices visually
- story
-
comment
Comment #38414527
HN thread: https://news.ycombinator.com/item?id=29615428 :)
-
comment
Comment #37097229
No that's not at all how this works. The iterator could "return" a boolean by passing a boolean to "yield". The return value of "yield" just indicates if the generator should conti…
-
comment
Comment #36569657
This inspired me to plumb the depths of FizzBuzz, seeking further into it than anyone ever has before: the 10^10000000000th digit (it's a "1"): https://github.com/leijurv/reverse-f…
-
comment
Comment #32755195
One person one vote is democracy, one dollar one vote is web3. Very different.
-
comment
Comment #32407516
> I wonder how Blockchain explorers deal with more complex scripts. For example on blockchain.com one can look up coins by putting an "address" into the search bar. But how would o…
-
comment
Comment #32256022
Some mistake or miscommunication happened there, as Wikipedia does have a policy that people can be cited for information about themselves, the policy is called SELFSOURCE. See: ht…
-
comment
Comment #32255988
I think it has to do with verifiability. https://en.wikipedia.org/wiki/WP:V Essentially everything written has to be verifiable, and if a person doesn't have enough reliable source…
-
comment
Comment #31938205
Well it's a continuous process: today the fees make up maybe three percent of revenue, but that fluctuates as transaction space demand changes, and as the coinbase halves every few…
-
comment
Comment #31938159
I've heard the metaphor that "writing your ledgers in pen instead of pencil doesn't make transactions irreversible" - meaning that in the same sense, actions on the blockchain coul…
-
comment
Comment #31938061
Why do you think it all comes down to that? Clearly there's much more to it. For example, cryptocurrencies with those two properties you mentioned are a dime a dozen. I could make …
-
comment
Comment #31938003
I don't think that's true, fees are not proportional to that. Fees compete for a finite and precise limited space in blocks. There's no limit to how high fees could grow in this co…
-
comment
Comment #31526303
No need to speculate on how big or small the gaps may be, the article looks at the actual random gap values used on Wikipedia. Quote: "The least viewed article in the sample, Erygi…
-
comment
Comment #30159910
There's a download button in the bottom right, if you hit Original you get the actual original. Here it is: https://live.staticflickr.com/65535/51847931721_c3feebd201_o...
-
comment
Comment #30044057
That is handled by MakeMKV, which the blog posts refers to. https://www.makemkv.com/ "MakeMKV is a format converter, otherwise called "transcoder". It converts the video clips from…
-
comment
Comment #29622461
Well, read https://news.ycombinator.com/item?id=29621262 if you want to know why this ended up happening :)
-
comment
Comment #29622355
Not quite a shortcut, it was actually to patch a bug in vanilla minecraft that causes desync, see https://news.ycombinator.com/item?id=29621262 And it may seem silly that it tells …