The paper "Making Turing machines useful (Or, how I got Doom to run on a Turing machine)" builds a Turing machine to run Doom (duh), by implementing a RISC-V (RV32I) emulator. While in Sigbovik fashion the utility of the exercise is far outshined by its complexity, there's a number of interesting choices regarding much of what are usually handwaved away regarding tape and state management. To be fair, TM have far less utility as real programming languages than lambda-calculi do, so it's common for professors to dismiss any attempt to optimize TM programs -- which is a root of evil. Since evil is also the source of doom, everything converges here.
parrit 17 minutes ago [-]
A Turing machine is Doom complete?
emmericp 3 hours ago [-]
I'm surprised that the recent advances in applying typography to engineering problems [1, 2] are not published at SIGBOVIK but are apparently going to a more serious journal.
> In this paper, we introduce NEURALATEX, which we believe to be the first deep learning library written entirely in LATEX.
Right, that's enough computers everyone. Back to books.
kemotep 10 hours ago [-]
Look I hope one day to go back to school and get my degree in Computational Heresy.
npsomaratna 7 hours ago [-]
Your cogitators possess value, Citizen. Do not waste them on unsanctioned thought-paths.
The Emperor Protects!
10 hours ago [-]
zavec 43 minutes ago [-]
Oh hell yeah, hopefully this means we get a new Tom7 video soon!
djoldman 11 hours ago [-]
Searched for tom murphy and was not disappointed.
jvican 9 hours ago [-]
His Youtube videos are gold. This one, in which he aims to take the imprecision of floating point numbers to extreme applications, such as training neural networks with linear activation functions or even implementing cryptologically-safe functions, is superb.
maxbond 8 hours ago [-]
This was harder to find than I would've thought, so for anyone else curious:
OP apparently noticed that two weeks is almost 20480 decimal = 050000 octal minutes, just 320 = 0500 minutes in fact.
maxbond 7 hours ago [-]
I'm also out of the loop but after some research, 0473 seems to be a TikTokism meaning "hug me, please." I would assume that this code uses octal notation, hence GP doing their math in octal, but the sources I've turned up describe codes with digits illegal in octal, so I don't really know.
Rendered at 13:32:51 GMT+0000 (Coordinated Universal Time) with Vercel.
[1] https://www.researchgate.net/publication/390635826_Structura...
[2] https://www.youtube.com/watch?v=azDaPm13CT8
Right, that's enough computers everyone. Back to books.
The Emperor Protects!
https://www.youtube.com/@tom7
https://www.youtube.com/watch?v=Ae9EKCyI1xU
https://www.ietf.org/rfc/rfc9759.html
OP apparently noticed that two weeks is almost 20480 decimal = 050000 octal minutes, just 320 = 0500 minutes in fact.