Questions tagged [knowledge]
The knowledge tag has no summary.
18 questions
3
votes
2
answers
2k
views
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 ...
4
votes
1
answer
2k
views
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. ...
0
votes
2
answers
653
views
Implementing a first basic interpreter: what should I learn first? [duplicate]
I'm about to implement my own very simple programming language, and an interpreter to execute code in that language.
The language will be very basic. Example code:
var x = 3
if x > 2 print x
if x ...
5
votes
1
answer
1k
views
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 ...
-1
votes
1
answer
238
views
Is it necessary to science of DSP for a c++ programmer?
I am a C++ programmer. I would like to use DSP algorithms in C++.
Is understanding the science behind Digital Signal Processing a prerequisite to implementing DSP algorithms?
11
votes
3
answers
2k
views
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 ...
1
vote
1
answer
244
views
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 ...
3
votes
2
answers
1k
views
What does a programmer really need to become a professional? [closed]
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 ...
1
vote
5
answers
2k
views
Effective way to gain practical knowledge [closed]
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 ...
2
votes
1
answer
148
views
Some Insight on the Field of Knowledge Representations and Reasoning [closed]
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 ...
1
vote
2
answers
276
views
Sharing knowledge in activity-based working
My workplace will soon be shifting to the concept of 'activity based working', which moves from the idea of IT teams, BA teams, PM teams, etc to project-based work where people from across all facets ...
11
votes
4
answers
21k
views
Domain knowledge vs Programming [duplicate]
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 ...
33
votes
15
answers
2k
views
Saying "no" to people asking questions [duplicate]
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 ...
19
votes
13
answers
5k
views
Is the science of Computer Science dead? [closed]
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 ...
8
votes
18
answers
6k
views
Do some programmers know some secrets that we others don't? [closed]
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 ...