Now I'm curious if it's possible to make a data track that has at least some resemblance to actual music. That could be an interesting challenge if it can't obviously be ruled out.
In each sector 2048 of the data bits are just bits, but each data sector also includes 12 bytes of sync, 4 bytes of metadata and 288 bytes of ECC that are not really controllable (if you want the disc to be readable). Then there’s the ISO 9660 on top that will impact the first few sectors. If you have a single file (say a zip/tarball/rar, image) you could limit that. Assuming you could mask the noise from the ECC at 75hz it might be possible.
That's how I tentatively "imitated" Aphex Twin and Autechre when I was a teenager using impulse tracker. Selecting random files as samples until I would find a section that sounded the way I wanted.
> Of course, now that video editing is cheap and difficult to spot, who knows if your evidence will make much of a difference.
Maybe you could use a trusted timestamping service to stamp keyframes or stills from your video while you're recording? If the time of the recording is not in question, it would bound the kind of video editing people could plausibly claim that you could've done.
It's not foolproof - if you have enough face data of the person you want to frame and you've been to the room where the conversation takes place, you could have made a fake video beforehand and spliced it into the conversation at the time of the recording. But that would at least take a lot of preparation and quite a bit of luck and timing to find a place in the conversation that's just long enough to copy your edited version in without arousing suspicion. For dashcam videos it would be difficult to merge your edit with existing traffic, etc...
> LLMs (I believe) _can_ be trained to not plagiarize. They do not have to be original, nor to use public domain training-data, they just have to give attribution (which, as far as I can tell, requires little more than a corpus and a stack of similarity-measures).
And something like attributions can be determined even if the LLM is paraphrasing, if I'm understanding Cosma Shalizi correctly[1]. He gives Grosse et al.[2] as a reference for doing so in a scalable manner.
I received a response stating something similar on the git repo. It is still incorrect to blame the controller, and I suggested instead to provide some compatible drive models to use instead like they already do in the more generic sections of the article. It should even be possible to to use the Mac drives with the Greaseweazle with an adapter because the 800k drives from the Apple computers are just Sony drives with an optional eject motor installed.
Unlike the Apple II they do not have a custom Apple PCB. It's possible Apple requested some tweaks when ordering from Sony but I don't think they are all that special. So it should be entirely possible to read the disks with other drives. Based on the information in the page you linked stating any 720k drive is compatible, I suspect the higher read rate may be a vestigial feature that Sony over spec'ed during the introduction and standardization of the 3.5in disk.
It's difficult to say anything about experiential/first-person consciousness as we don't know what it is. Some say it doesn't exist and everybody is a p-zombie. That aside...
As you mention, there's a problem where if you want to know yourself fully - including observability of your mind - you need to be aware of the thing that is aware, and aware of the thing that is aware of the thing that is aware, etc, down to infinite regress.
But that doesn't necessarily mean that it's impossible. It would suggest that such a being works by moving along a set of fixed point. Suppose x is the state of the physical mind (whether that's a brain, a set of chips, or something else). Suppose f(x) returns the updated state after this mind takes into account what it knows (i.e. f(first-order aware) = first- and second-order aware). Then if the mind-state always changes so that x is a fixed point of f, then the mind already knows all there is to know about itself.
So the question, on the mind side, is whether there exists a sufficiently generally intelligent type of mind for which moving along fixed points is computationally easy. I don't know. It could be possible, it could be impossible. Finding fixed points is hard in general, though.
There's also the problem of sensors, which may seem simpler but hides a similar difficulty. What happens if whatever thing that measures blood sugar fails? Or if the immune system goes auto-immune due to an immune cell defect that makes it report benign cells as foreign? Then you need an integrity sensor for the sensors - then you need an integrity sensor for the integrity sensor... At least this fixed-point problem for sensors should be easier than the one for general minds.
The consciousness:complexity ratio would probably express itself in that a mind of a certain complexity with the fixed-point-of-f constraint would be less intelligent on average than a mind of the same complexity without such a constraint.
If the mind is supported by or comes from the physical world, then the hard question is "why is there something it is like to be me"?
If the physical world is supported by or comes from the mind, then the hard question is "why is the product of my thoughts sometimes incredibly malleable and other times not at all?"
From a pragmatic perspective, there are certain events that behave the same whether the mind came first and is somehow restricted in certain capacities, or if the natural world came first and is imposing itself on the mind (through whatever supports it).
For instance, falling down stairs is going to hurt in either case. If the physical world exists independently, that happens because you either are or have a body which is also subject to its laws. If there's a mental monism, that happens because you can't shape all your thoughts, and those thoughts you can't shape act on some other part of you in a way that injures what you think of as your body.
> Rovelli is arguing (I think) that we need to fundamentally view consciousness as a natural phenomenon - albeit one that is extremely complex and poorly understood.
But you can view consciousness as a natural phenomenon without being reductionist. In a Hempel's Dilemma-like turn, you could say something like: "consciousness, like mass, is a property of arrangements of matter and exists wherever matter is arranged in a particular way. Disrupt the arrangement, as with anesthetics, and the consciousness goes away."
From such a perspective, the article's byline, "Consciousness is not separate from the physical world — our “soul” is of the same nature as our body and any other phenomenon of the world", is true. Like mass or charge, consciousness is merely another property or feature of stuff of combinations of matter that exist in the physical universe.
But there's still a "hard problem of consciousness" with such a theory. The distinguishing feature of qualia-like consciousness remains: it can only be properly verified from the inside. Researchers may devise theories that say "if property X holds, then the lump of matter is conscious" (like Tononi is doing with IIT). And the theory they develop may be quite tight - for all actions where it predicts temporary loss of consciousness, people exposed to the experiment say "I wasn't conscious at that time". But until they can solve the hard problem - being able to detect the what-its-like from the outside, the hard problem remains.
Though, as you're saying, if you just want something that predicts observable outcomes, then consciousness theories that say "this anesthetic-like thing produces what, to the outside observer, is indistinguishable from loss of consciousness", might be good enough.
Largely, I think, because devs are given too powerful computers. It's easier for companies to "fix" or preemptively had off performance bugs by giving developers high-end computers than to spend extra development time truly fixing them.