The critics claim the noise collapses quantum states so quickly that it's not possible to make full use of the quantum effects. The burden of proof is on the chip makers. I think they have not convinced the critics yet.
Then I turned it into an alias, called it "serveit" and tweeted about it. And now I see it as a bash script, made a little bit more robust in case python is not installed :)
Tailscale and
python3 -m http.server 1337
and then navigating the browser to ip:1337 is a nice way to transfer files too (without chunking). I've made an alias for it
alias serveit="python3 -m http.server 1337"
I've attempted this with pdftomp3.com where you can listen to PDFs. It has an "AI Explanation" mode where the content of the PDF gets explained. Its like a NotbookLM podcast, but I was earlier :)
Currently I'm working on an app for that, because thats where I listen to the MP3s anyways.
reply