Live data from Hacker News

Viewing profile — leijurv

leijurv

HN member
Joined
Sun, May 01, 2016, 7:29 PM UTC
HN karma
486
Public activity
71 items

About leijurv

[ my public key: https://keybase.io/leijurv; my proof: https://keybase.io/leijurv/sigs/w7C9Q0ei9POBhzwXcl36pWOTknw0WeEo5yNlqo497G8 ] Verifying my Blockstack ID is secured with the address 1PjWQMkKBD3JJJuYMEXnSYZ9pvpbLTQVqS https://explorer.blockstack.org/address/1PjWQMkKBD3JJJuYMEXnSYZ9pvpbLTQVqS

Recent public activity

  1. 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!"

  2. 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…

  3. comment
    Comment #41475922

    I suspect it was, given that they've now deleted their comment.

  4. 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…

  5. 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…

  6. comment
    Comment #40083000

    I'm just a regular SWE! Infosec or algorithmic trading - maybe someday.

  7. comment
    Comment #40082243

    Yes, absolutely :) that's why we went to FitMC to make the video, he always delivers.

  8. 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

  9. story
  10. comment
    Comment #38414527

    HN thread: https://news.ycombinator.com/item?id=29615428 :)

  11. 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…

  12. 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…

  13. comment
    Comment #32755195

    One person one vote is democracy, one dollar one vote is web3. Very different.

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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 …

  20. 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…

  21. 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…

  22. 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...

  23. 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…

  24. comment
    Comment #29622461

    Well, read https://news.ycombinator.com/item?id=29621262 if you want to know why this ended up happening :)

  25. 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 …