Hermes

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
Candamir
Posts: 4
Joined: Sun Jun 18, 2006 6:33 pm
Location: Mexico City / Switzerland

Hermes

Post by Candamir »

Hi everyone!

It's been a long time since I posted on this board, back when it was still hosted at mega-tokyo, but lately my interest in osdev has been gaining strength...

Anyhow, I would like to present you my project: Hermes. I'm starting to code right now and hope to have an early alpha release quite soon. As for the design, it's likely to be a hybrid kernel, and I'm currently thinking of some (AI) servers that would make it fit for automated use, like robots and such things (that would be more userspace stuff), but for the moment, my specification is just that applications should be able to use the computer as effectively and without useless abstractions wherever possible (security compromise and such stuff). Also, it should be easy to add more device drivers as plugins and handle the devices intelligently (I'm not pretending the kernel will figure out how to drive the device with AI, but the AI mechanisms should learn what to do with the device once it is installed). The AI part of the project isn't specified very clearly yet, but more details will follow.

Candamir

Edit: The SeaOS post just before this one also speaks of AI at the OS level, didn't see until now, didn't mean to steal ideas or anything (there is a post in Mega-Tokyo long ago that proves it) :wink:
A problem shows itself worth the fight when it fights back.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Oh thats quite alright!

Ya know, ideas for OS's should be shared and implemented in other OS's. Patents on software ideas should be disallowed.

Good luck implementing AI, hope I do well too! :wink:
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

Using fuzzy logic to analysise the user's activity, and block what they can/can't do.

E.g. If the user has a habit of bashing random commands to see what they do, they will not be able to use commands such as "format /dev/hd*"

e.g. 2 - If the user has a tendancy of deleting desktop shortcuts, and leaving the main program installed and never using it again, the OS will ask the user if they would like the OS to delete the actual program too. Advanced users won't be this dumb and won't be asked silly questions like this.
My OS is Perception.
Aali
Member
Member
Posts: 58
Joined: Sat Apr 14, 2007 12:13 pm

Post by Aali »

What if you want to keep the program but remove the shortcut?
Happens all the time for me

The inherent problem with all these "AI" features is that they will never know the users true intentions
Post Reply