Forgot your password?
typodupeerror

Comment Re:.dob (Score 1) 87

Still seems like overkill to implement at the Operating System level.. The vast majority of applications available for any given OS, really don't pose a threat to minors. The goal is to regulate access to Porn, Social media, streaming, and the like which are the most common agents of chaos. You don't need age verification for excel, calc, or word. Or far less likely to need. It's really just on the network level that any age restrictions need to be implemented. And really just applies to certain domains, or IPs. Which would potentially mean switching and router chipsets need to be redesigned, and they don't like that so they take the easy way out and regulate at OS level, which is lazy and unnecessary.

Comment Project Torbernite (Score 1) 92

Well there is a good technique I've been meaning to develop. Very simple. Suppose you're using PHP - Generate the entire content of the site however you wish, Encrypt it and send the content over to client side with Ajax to be decrypted and rendered by fetching a key at the correct time. If the AI crawler receives the encrypted content, it has to retrieve the key at a precise timestamp otherwise the page is useless and needs to be refreshed. Web crawlers rely on quick response - take that away from them, and suddenly they're next to useless because it just takes too darn long to load content. Much can be done to simply obfuscate the data instead of encrypting it, and manipulating the layout of the UX, but UX starts to suffer in this route. The key is to force web crawlers to attempt to run server side content in order to display the content. That's the real time delay here, you don't even need to add one if you simply encrypt on both ends. Problem arises bc IDK what encryption schemes are common built into JS and shared by PHP.

Comment Curated singularity (Score 1) 248

I donâ(TM)t use AI often at all, but when I do, I primarily use it to discover patterns not easily detectable by humans, and examine perspectives on philosophical reasoning-usually by using analogies so my simple brain can comprehend. The level of access a person should have to an LLM model should be dependent on their education level. My suggestion would be to keep most models behind a restricted lab environment. I only have a bachelors in information systems, and I would expect anyone under this level not to have free access to an LLM, and most people with a degree higher to have a more unrestricted level of access. Without a doubt no one below high school level should be using these tools. They donâ(TM)t understand what it is doing. There are exceptions, and much to be said about the impracticality of ever enforcing such a system, but I think we can mitigate at least 90% of the horrible consequences that lie before us if we at least try to regulate based on education. No major tech company wants to hear this at the moment, I know, but I also donâ(TM)t think they want to live in the disastrous world of fabricated knowledge that they are assisting us to build. With great power comes great responsibility and we need to start demanding justification to use these incredible tools, aside from âoemy teacher gave me a textbook I am too lazy to readâ.

Slashdot Top Deals

The trouble with money is it costs too much!

Working...