Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

The "know" has two levels (for which I lack good terminologies):

  • abstraction, theory ("black box"), model, attitude, perception, etc. and
  • data (input), information, fact (instance of abstraction), etc.

People had had very good and pretty correct and accurate astronomical data for a long while even during the ancient times but their theories and perceptions about the universe were still "incorrect" (incorrect by today's standard).

In programming if you get some factual, syntactic or logical things wrong, your program may not even run. But if you got your model or design wrong, it might take a while before you'd figure out. If the goal or business criteria for a program are fuzzy, you might hardly know whether the program itself is correct or not.

Attitude and perception are hard to change. Maybe that's partly why major theories and models propagate slowly (a macro stability, so to speak), albeit data and facts kept pouring in (a micro race). Galois theory in math, quantum mechanics in physics, input-output analysis in economics, for instance, they all took decades to be generally accepted. Once accepted, the (micro) race to applying them began.

Sometimes I feel a CS student learnt so much about algorithms and stuff, but not enough about "analysis" or problem modeling, which is partly art, partly science. A manifestation would be like, someone could write a fairly efficient query but fail to design an efficient and correct database structure that effectively solves the real life problem.

It is like being right at the micro level but wrong at the macro level.


In reply to Re: How do I know what I 'know' is right? by chunlou
in thread How do I know what I 'know' is right? by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-19 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found