That reminded me of Inigo's "real pixel coding" https://www.youtube.com/watch?v=FvS_DG8yIqQ
A 256b intro coded by placing pixels in photoshop and saving into an exe.
HN user
https://cfr.pw
That reminded me of Inigo's "real pixel coding" https://www.youtube.com/watch?v=FvS_DG8yIqQ
A 256b intro coded by placing pixels in photoshop and saving into an exe.
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.
That is questionable, people from Russia and Saudi Arabia had found way more oil in mid XX
Interesting whether apple's bitcode and app thinning breaks "reproducible builds". Also I'm not sure you still can get IPA file (app binary) from appstore/iphone.
I recalled leaking phone number for user's handle or vice versa, and while searching for the source found few more security issues.
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" ;)
Windows only
Please share haskell implementation.
Someone should fork fish and create fuckfish: a shell that fucks automatically
Russians have similar system to filter local traffic https://en.wikipedia.org/wiki/SORM
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."
For those who don't want to install texlive, pandoc and glslViewer, here is PDF: https://www.dropbox.com/s/uc6g1pkrswjrvhj/TheBookofShaders-P...
AFAIK python have kind of cycles detector enabled by default.
Yes, refcount is stored for every object, but ARC is not able to detect cycles.
Yes, it crashes with kernel panic now.
No kernel panic, EXC_BAD_ACCESS in Debug/Release confs.
Possibly I have provided wrong prototypes, mach_vm is n/a in iOS: https://gist.github.com/cfr/425812debdb2a6d0449f
It does not crashes iOS 8.3.
Book on this topic from architecture side: http://www.amazon.com/Algorithmic-Architecture-Kostas-Terzid...
It is also supported in clang.
here is the top 48K for lazy ones http://ix.io/ggh
Check out Carmack .plans http://floodyberry.com/carmack/plan.html
Foundation is actually open source http://www.opensource.apple.com/source/CF/CF-855.11/CFString...
"The original SVM algorithm was invented by Vladimir N. Vapnik" http://en.wikipedia.org/wiki/Support_vector_machine