Readit News logoReadit News
leijurv commented on Resurrecting a dead torrent tracker and finding 3M peers   kianbradley.com/2025/06/1... · Posted by u/k-ian
diggan · 3 months ago
> Is this legal?

Why wouldn't it be? You're not actually hosting a tracker in this case, only looking at incoming connections. And even if you do run a tracker, hard to make the case that the tracker itself is illega. Hosting something like opentrackr is like hosting a search engine, how they respond to legal takedown requests is where the crux is at, and whatever infra sits around the tracker, so police and courts can see/assume the intent. But trackers are pretty stupid coordination server software, would be crazy if they became illegal.

leijurv · 3 months ago
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!"

leijurv commented on Short Message Compression Using LLMs   bellard.org/ts_sms/... · Posted by u/chunkles
vlovich123 · 8 months ago
Not a single lossless compression technique I’m aware of starts of in lossy compression.

They have different goals and utilize completely different techniques.

At most lossy techniques leverage lossless techniques (eg to compress non-perceptual binary headers) not the other way round.

leijurv · 8 months ago
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/wiki/Arithmetic_coding to convert that to lossless compression. Lossless compression can definitely leverage a lossy compressor, such as via arithmetic coding. Also see: https://en.wikipedia.org/wiki/Context-adaptive_binary_arithm... which has a simple "Example" section - imagine if the top prediction made by your neural network was correct, you emit "0", if the 2nd was correct, you emit "10", if the 3rd, "110", if the 4th, "1110". As you can see, this is lossless, but the fundamental prediction is lossy, and the better that prediction is, the better the compression. (In actuality, you wouldn't waste your 1 bits like this, you'd use arithmetic coding instead).
leijurv commented on A new rare high-rank elliptic curve, and an orchard of Diophantine equations   thehighergeometer.wordpre... · Posted by u/mathgenius
tptacek · a year ago
I don't think it's meant to be real encryption.
leijurv · a year ago
I suspect it was, given that they've now deleted their comment.
leijurv commented on A new rare high-rank elliptic curve, and an orchard of Diophantine equations   thehighergeometer.wordpre... · Posted by u/mathgenius
miovoid · a year ago
[deleted]
leijurv · a year ago
`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. Therefore, there are only 256 possible decryption keys to check, which is trivial.

Instead, you'd want to use the shared secret as a key to something strong and symmetric like AES.

leijurv commented on Randar: A Minecraft exploit that uses LLL lattice reduction to crack server RNG   github.com/spawnmason/ran... · Posted by u/leijurv
smithcoin · a year ago
Leijurv, did you do any collaboration with Matt Bolan or did you guys independently discover this? I can only imagine the power of your two minds combined. Loved the video. Also laughed when I found out you named baritone for fit’s voice.
leijurv · a year ago
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 until now. https://twitter.com/admiral_stapler/status/17806748612594609...

Naming Baritone after Fit is actually a coincidence / joke, the repo github.com/cabaletta/baritone was the result of random brainstorming for something untaken. We only later realized it described Fit and thus added that to the readme :)

leijurv commented on Randar: A Minecraft exploit that uses LLL lattice reduction to crack server RNG   github.com/spawnmason/ran... · Posted by u/leijurv
danielwmayer · a year ago
Yo Leijurv this is so sick! As a fellow game hacker this sort of stuff is super inspiring.

My girlfriend and I watch all the fitmc videos even though neither of us play minecraft, and love the ones detailing your insane tooling the most.

Ever since we watched the nocom one I’ve wondered what you do professionally - are you in the infosec space?

With the amount of math and computer science knowledge you put into your work I would guess more in algorithmic trading or something like that. No worries if you don’t want to answer, just curious!

leijurv · a year ago
I'm just a regular SWE! Infosec or algorithmic trading - maybe someday.
leijurv commented on Randar: A Minecraft exploit that uses LLL lattice reduction to crack server RNG   github.com/spawnmason/ran... · Posted by u/leijurv
ajcp · a year ago
The narration in this video is so over-the-top you'd think they were talking about Stuxnet or something. I love it.
leijurv · a year ago
Yes, absolutely :) that's why we went to FitMC to make the video, he always delivers.
leijurv commented on Randar: A Minecraft exploit that uses LLL lattice reduction to crack server RNG   github.com/spawnmason/ran... · Posted by u/leijurv
bingaling · a year ago
leijurv · a year ago
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
leijurv commented on Minosoft: Open-source Minecraft client, written from scratch   gitlab.bixilon.de/bixilon... · Posted by u/manwithkind
xcdzvyn · 2 years ago
Perhaps the most impressive feat I've seen out of 2B2T was an exploit called "Nocom".

It began with 2B2T being hit with a lag exploit, then that exploit being fixed in a 3-line patch - that patch subtly introduced another exploit that allowed the author to track the position of every player in the server at all times, down to the chunk.

I won't explain the whole video[0], but it details a story of gaslighting, 3 years of player data, and some really really impressive technical work, given this is all over a block game.

[0] https://youtu.be/elqAh3GWRpA

And while certainly not to the scale of Minecraft, Counter-Strike does have a (diminishing) sizeable community of cheaters that majorly play against each other, competing in technique and configuration, called Hack-vs-Hack (HvH).

u/leijurv

KarmaCake day486May 1, 2016
About
[ 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
View Original