HN user

cfrs

92 karma

https://cfr.pw

Posts2
Comments26
View on HN

That's a great video addressing many problems of crypto, like

- issues with privacy

- inability to hide data, piracy

- manipulated prices (due to "anonymity")

- bugs in smart contracts, problematic code redeploy

- questionable economy models of NFT games

I doubt there are many Russians who trust current government, I live in Russia and can't recall anyone. Even kids today are mostly opposite to government due to huge information campaigns. Those who deny Soviets crime are mostly misinformed, like US citizens believing in little green men.

This link leads to page with the first challenge: "Your help is needed once again to solve an urgent matter. Our digital forensics division is trying to track the source of a phishing attack on one of our government officials..."

Interesting links, though blaming AI does not "solve the problems of today" seems naive. It does.

P.S. Funny that google suggests to search for "what can't we do without AI" instead of "what can’t we do without AI" ;)

TempleOS features HolyC: "In other operating systems, I hated learning one language for command line scripts and another for programming. With TempleOS, the command line feeds right into the HolyC compiler, line by line, and it places code into memory it MAlloc()s. The compiler is paused at the command line, waiting for input. Naturally, you #include a program to load it into memory and, usually, start it. During the boot process, many files get compiled before you have access to the command line. (Don't worry, booting takes only a couple of seconds.) All the header declarations for the operating system are compiled and are available for use in your programs without needing to #include them. Everything is truly compiled to native x86_64 machine code, nothing is interpreted and there is no byte code."