

Every child born is a new Linux user
Every child born is a new Linux user
This is such an interesting point I’ve never heard come up before, wow
I think that’s the whole point of the rolling code, no?
Only problem with just using just pgp is that the signal would be vulnerable to a replay attack. I feel like a rolling code that’s encrypted using PGP might be the way so that the replay attack part is gotten rid of.
All that’s to say, there’s probably some technical paper that details the best way to set up a system like this.
This might be dumb, but what if you used parsec on the other machine?
Both wallets don’t have any transactions so it doesn’t seem like anything. I kind of want to do more investigation into whoever runs nicole honestly.
BTC:
1H5qsQHFgQbLGgk1qDMTBiVFaxBdSZVFTy
LTC:
LY3UnBfq2VgmTF3AkLU862fNij7UBnm7kZ
Could you drop the BTC address? I wanna look at the transactions.
What’s kiwi farms? I’m not really in the loop on this issue.
If you’re worried, download it into a file first and read it.
The rusty wrench approach
Are there any versions where you don’t have to pay to find the link of yourself?
I’m not an expert but I’m guessing unencrypted DNS requests and potentially monitoring IPs of different torrents. DNS requests would show what websites a user is going to, and then you can always see peer IPs when connected to a torrent.
Dumb question but is that a real command line tool
I thought this was going to refer to a fur dracula on first read.
Oh, I didn’t realize a lot of people actually believed that I just figured they were being hyperbolic.
I wouldn’t take the meme so literally that they’re only talking about current quarter profits, but just that they want growth in general.
This is so bad I can’t look away
Here’s an example of inline assembly in C++. You can write assembly inside your higher level code for performance optimizations to just doing really specific things that you can only really do at an assembly level. I’ve never done it before but it definitely is cool when people do it.