Sponsored Content
Top Forums Shell Programming and Scripting awk, shell script reverse engineering app generator - project Post 302275494 by darius2 on Saturday 10th of January 2009 07:13:52 PM
Old 01-10-2009
Linux Semantic Web 2.0 and Beyond

Quote:
Originally Posted by Neo
Hello.

Thank you for your post, it is a bit hard to understand. Could you be very specific about how we can help you?

Thanks.
Ok.
What you don't understand ?
Just ask a question.

Human cognitive processes reverse enginering is a term coined by AI researchers to build a system providing human-like generated answers
to repeated questions, basing on knowledge databases processing of the alike problems, questions, answers from the past.

You may call it an intelligent Touring machine.

Google and others, tried hard to build such service to let visitors to
ask natural language made questions and get human-like answers generated, basing on provided state-of-the-art knowledge databases.

The issue is Google and other search engines, started to develop such service from the top.
Top-down problem solving technique.

My approach was exactly the opposite, to build knowledge databases up from the bottom, generating knowledge database tree/s

Archives of Linux forums are excellent knowledge databases.
What is missing is to rearrange such knowldge databases as graphs.

Search engine generates first level knowledge database graphs only.

To build next levels in the knowledge tree human cognitive processes are examined, recorded and followed to learn if What You Get is What You really Wanted.

Semantic Web and Web 2.0 and Beyond by O'Relly and others is exactly
about building such solutions.

Let's imagine you are a Guru at this forum, supported by such semantic web based solutions and you can read on-line any asked questions and give the best answer, solution.

Ok. There is a number of Gurus at each web forum.

The issue is interfacing.
Any question is text-based form asked.

To read each of 1,000 questions, problem solution requests posted to this Linux forum on a daily basis takes some time.
More time it takes to provide the asker with the best solution, answer.

Today, you, as a Forum Guru, relay on your personal knowledge, experience, printed and electronic materials.
Some come from the net as Google query results.

At one of official Google Groups I have already met a student, answering
every and each question in interactive mode (meant promptly).
And what's the most impotant, giving the right and exact answers to qestions asked, providing, suggesting software solution either.

What is chance to have such Linux/Unix Guru at this forum
working hard on-line, day-long, in interactive way, one day, giving answers, showing solutions to problems and questions asked ?

If not 1,000 answers per day, so mayby 100 or less
but working on-line in Linux support hotline.

As I don't expect such Linux support hotline to be introduced soon,
my solution is to build local semantic web, to meet local challenges.

And building such local semantic web for this or another web forum is what makes sense, to attract thousands of Linux users from the Internet to such central - Linux Support Hotline , giving acces to local Linux Semantic Web.

So instead of giving thousands answers to thousands of qustions asked,
give one answer and solution, how to access and use such Linux Semantic Web.

I don't expect to build Linux Semantic Web 2.0 and Beyond soon,
but already developed some sophisticated tools for knowledge databases processing into graph relations.

Linux Semantic Web 2.0 and Beyond is aimed to generate human-like answers to questions asked.

Darius
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

reverse search in awk script

Hi, I am new to awk. Actually I want to search a pattern A, when I get that line with pattern A then for one of the field of that line again I want search on that field (say pattern B)from start of the file. I am using awk. Is nested searching possible in awk? Please do the needful as... (4 Replies)
Discussion started by: id4forum
4 Replies

2. Shell Programming and Scripting

reverse ':' separated numbers in a shell script

I want to reverse a the following: 00:11:22:33:44:55 I currently use something like below to pass it as is. But now I want the same script to reverse the above and pass it to ethtool. // psuedo code i=0 skip=0 for m in $@ do if then skip=1 ... (1 Reply)
Discussion started by: bhanu.nani
1 Replies

3. Shell Programming and Scripting

Reverse script usage -Awk

Is it possible to convert EXONtoBED (Output to input)? 1. BEDtoExon.sh ------------------- awk '{ n11 = split($11, t11, ",") n12 = split($12, t12, ",") for (i = 0; ++i < n11;) { s12 = $2 + t12 print $1, s12, s12 + t11, i”E_”$4 } }' $1 ... (1 Reply)
Discussion started by: quincyjones
1 Replies

4. Solaris

Legacy Ultra60 with Solaris 5.7 SCSI device reverse engineering

I'm looking for help with a legacy system. I have some obsolete equipment connected to an Ultra 60 running Solaris 5.7 with the binary for a 32 bit driver. The driver is rejected by newer versions of solaris, which run 64 bit kernels. I hope to reverse engineer the driver so that I can... (0 Replies)
Discussion started by: obsoleteStuff
0 Replies

5. Linux

Kind of reverse engineering

Hi everyone, I'm a linux novice , in a training purpose i have to reconstruct under windows an application running under fedora 14, the application communicates with an STB device through RS232 in a first time and then through ethernet for firmware loading purpose. All what i know is how to run... (2 Replies)
Discussion started by: nidal
2 Replies
All times are GMT -4. The time now is 04:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy