Not really, bluetooth/wifi detectors are absolutely a thing, and emissions from camera in glasses are easily detectable by the right equipment.
This equipment is not very common today, but if the smart glasses become popular, then universities (or proctoring centers) will get it.
And if they don't become common, then some fraction of cheating is acceptable, as long it's not too high. After all, one could do micro-camera + earbuds even before AI, with human conspirator.
At least for now, these only exist in a very few number of high level national exams (at least in China). The proctoring level in university is basically like a decoration in front of these.
Another point is that finding and using a capable human accomplice costs much more, with much more risk than asking AI.
> Turkstra said he’ll still use the AI detection tool going forward.
That's crazy! AI detection tools are notably unreliable, and even if they had only 1% false positive rate (I am sure it's actually much higher) that'd still be multiple innocent people failing the class for no reason.
Imagine enrolling in the class, and the professor says: "oh, and btw I am going to randomly pick three students and accuse them of cheating". Would you want to stay in this class
I think the future is going to be proctored exams on paper or on locked-down devices. If there will be projects, they should be accompanied by secondary evidence, like interviews about them.
Interacting with durable data storage is actually pretty common.
Perl is modern (-ish? Definitely modern compared to MUMPS) and had "tie" for database access forever [0]
Python's dbm interface also looks like a regular dict [1]. I am sure there are many others, I know we had one "magic dict" in one of my work projects.
It's just that transparent access has some limitations, like lack of transactions, unexpected latency, lack of strong types, inability to only change a single value.
I’d like to have a console version of FSM in the future, but I simply don’t have the time - including the time to work on it. As for the GUI, I want to develop FSM as a program for monitoring PC status, including graphs for sensors (temperature, RPM, frequency, etc.), the battery, network, and other metrics, and creating graphs in the console version isn’t very practical.
I had some "reverse classroom" classes back in college, and it was the best kind of class for me. Read the papers on your own time before class, and spend class discussing and in tests.
It did, however, absolutely require everyone to prepare for every class. Some people complained a lot about this, which might be why this was not as popular as more common lectures.
I worry the sort of core classes that are in massive lecture halls (and everyone remembers hating) would be more of a "blind leading the blind" situation if run like this. Maybe not with lavish funding and small classes. I had a couple classes like you describe, but they were on specific topics I was very interested in near the end of my undergrad program.
Is author new at the whole web thing? Yes, people trust remote web servers. Yes, if you link multiple apps to an identity server (be it atproto, google, or self-hosted OpenID server), and your identity server is compromised, attacker will be able to impersonate you or lock you out.
This is just how the web works, and there is no easy around it without losing features people care about. Sure, you can do client-side encryption and pretend serve can't see the plaintext, but it's just a theatre, see Hushmail incident for example.
And having people export uber-key by default is pretty terrible idea. Sure, allow advanced users (like post author) to do it. But for the common person, the exported key is just another way to get account compromised, via malware or backup provider hacking. Or if they are not backing up stuff, then the key will get lost next time they upgrade.
Yes, I am familiar with multiple solution that want to replace the web. They can solve all sorts of interesting problems, except one: how to get adoption.
I have nothing against people exploring alternative networking systems, but let's be clear: the only reason to run GNUnet (or Nostr, or SSB) is if you are interested in GNUnet/Nostr/SSB itself, or if you want to add exclusivity and wall your garden away from random visitors.
But many people have the opposite goal - they want their content to be accessible, and they want everyone to be able to participate, even if they are a high school student with 10 year old iPhone. And this means web.
So let's talk about how we can actually reach people, and this means figuring out how to get this web thing to work.
The key word is "web", and all associated ecosystem - the place where local devices are transient, and everything is in the cloud.
I personally have multiple regular PCs, sync the files around, do encrypted backups, and so on. I still have my files from 20 years ago, and I manage my personal keys.
But when I talk to other people, most people aren't like that! They don't do regular backups, they lose files all the time (phone broke -> files are gone), and when they transfer files, they do it via 3rd party, by emailing, dropboxing or uploading to Google Drive.
So how would they handle "private key"?
Most of then will never download the app, and will only use the website. I guess you can use browser web storage to store the key, but next time they run out of space and clear internet files, it would be gone. Or if their phone breaks. Or if the computer starts to behave strangely, so they wipe it all (not exaggerating, I've seen people do that). So keeping the key only in the browser is a terrible idea.
You can force them to download private key, but then what? Most people will simply forget it (after all, "I am just trying out this thing, no need to both with all the complex backups"), and the key will sit in Download folder until the PC/phone breaks. If you got lucky, they'll upload this to Google Drive/iCloud, so that megacrop will have a private key.
But the worst of all, even if you somehow magically get them to preserve the private key, it's useless. Remember, we are talking rogue operator here, and those are very likely the same people who are serving you the webpage and javascript blob that will obtain the key from local storage and decrypt. They will do the same thing hushmail did, which is to modify the webpage so it exfiltrates the private key.
(And yes, all of this can be worked around if you don't use web, and run the stuff locally. But this severely restricts users, and will kill the adoption)
Some services only allow signups from the big free providers like gmail/outlook/etc. because those providers are doing more consistent KYC and anti-spam measures than anyone else by far, and unfortunately it does cut down on the amount of spam by a lot. For most people nowadays you cannot even create a new gmail account without directly linking it to a mobile phone.
Perhaps read the text? Literally the first paragraph:
> They show students how to use tools known as humanizers and autotypers, which make it easier than ever to cheat.
and later:
> Autotypers slowly drip words and sentences into documents, making it appear as if papers were typed at a human pace when in fact, they were produced by A.I. They even fabricate typos, deletions and revisions.
Not true at all.. I know people who work strict 9-5 and are clearly A. And I was unlucky to have a coworker who worked extra long hours just to write huge amount of code which did not solve the task required and kept breaking prod too.
This equipment is not very common today, but if the smart glasses become popular, then universities (or proctoring centers) will get it.
And if they don't become common, then some fraction of cheating is acceptable, as long it's not too high. After all, one could do micro-camera + earbuds even before AI, with human conspirator.
reply