Questions tagged [knowledge]
18 questions
40
votes
28 answers
Which are the significant algorithms for humankind in past decades?
Which world most important algorithms have contributed most to humankind in past decades?
I thought this is a good general knowledge for a developer to know about.
Update:
If possible, please keep the answer to a specific programming algorithm.
I…

Amir Rezaei
- 10,938
- 6
- 61
- 86
33
votes
15 answers
Saying "no" to people asking questions
Possible Duplicate:
When do you not give help to less experienced programmers?
Currently, I am finding a lot of my day is taken up by people asking domain knowledge/system questions. This impacts personal productivity.
Should developers learn…

Moose
- 201
- 2
- 4
21
votes
6 answers
Enterprise knowledge sharing?
I recently read this article on knowledge sharing and immediately recognized the same problem within my own organization. My main goal now is to 'kill peer-to-peer collaboration' as the default method of communication for non-private, system related…

mpeterson
- 647
- 4
- 10
18
votes
13 answers
Is the science of Computer Science dead?
Question : Is the science and art of CS dead? By that I mean, the real requirements to think, plan and efficiently solve problems seems to be falling away from CS these days. The field seems to be lowering the entry-barrier so more people can…

Veaviticus
- 355
- 2
- 5
11
votes
3 answers
Do I need to understand the Internals of a programming language?
I am beginner to Python and I really like it so far.
One question that comes to my mind very often is if I need to understand and therefore learn the Internals of a programming language (as in my case Python). As you might know, Python itself is…

Flo Schönfeld
- 119
- 3
11
votes
4 answers
Domain knowledge vs Programming
Possible Duplicate:
How important is Domain knowledge vs. Technical knowledge?
I often hear from my colleagues and sometimes from interviewers that,
"There is nothing so great in having excellent programming knowledge.
One must gain the domain…

iammilind
- 2,232
- 4
- 24
- 35
8
votes
18 answers
Do some programmers know some secrets that we others don't?
I will not bother you with details of my discussion so I will present it in the form of a short instance.
A java guy has been following articles and publications of a famous programmer (a kind of Martin Fowler of my country). He says that he is…

Freshblood
- 1,515
- 10
- 23
7
votes
1 answer
Template for Knowledge Transfer
I have been working for more than a year for this company.
Now they want me to create a KT Document for reference.
Is there any template available for me to document the coding done by me..

Vinay
- 173
- 1
- 1
- 5
4
votes
1 answer
Shortest Path Between Two Nodes in a +10 Million Nodes Graph
I have my own knowledge graph representation, read from ConceptNet and NELL, containing tens of millions of nodes in which I want to calculate the nearest distance (if any) between two concept nodes. The application is to find out how two concepts…

Nordlöw
- 151
- 5
4
votes
1 answer
Slugify via helper or store slug on database?
I have a simple question: Slugify via helper or store the slug on database?
I mean, let's suppose that I have Guilherme Oderdenge on database and I want to transform it into a human-readable URL such as http://myapp.com/guilherme-oderdenge/, what's…

Guilherme Oderdenge
- 235
- 1
- 2
- 5
3
votes
2 answers
Class diagrams and frames
UML class diagrams (1st pic) and frames (which belong to knowledge representation and artificial intelligence) (2nd pic) look pretty alike. But do class diagrams exactly type of frames or they just look similar?

AivanF.
- 191
- 1
- 9
3
votes
2 answers
What does a programmer really need to become a professional?
There are huge numbers of programmers, especially juniors, who need good assistance in becoming professional.
I've heard a lot of about "books every programmer should read", etc. I have two years of programming experience, feel good in C++, but…

Dehumanizer
- 1,381
- 2
- 12
- 20
2
votes
1 answer
Some Insight on the Field of Knowledge Representations and Reasoning
I started following an MS in computer sciences after about two years of work for a software company. I worked primarily in data warehousing and business intelligence related software development during my previous occupation.
There is a high chance…

picmate
- 627
- 3
- 12
1
vote
1 answer
Format text in a generic and reusable way
I would like to write some long text in some structure to allow a set of operations on that text. The question is which structure or format should I use, which suits best the use that I plan to do of that text?
Next I describe that use:
I would…

Trylks
- 782
- 4
- 10
1
vote
5 answers
Effective way to gain practical knowledge
I am currently nearing the end of my first year of my CS degree and have been disappointed with the lack of coding I have been asked to do (one unit).
I am basically looking for an effective way to gain practical knowledge but am unsure where to…

Switchkick
- 147
- 4