|
Hi. New here, so bear with me, please. I apologize if this topic has been discussed ad nauseum here.
I think I have a problem with the way we discuss thought and consciousness.
One of the common objections to physical explanations of consciousness is ...
Started by Wakefield on
, 24 posts
by 6 people.
Answer Snippets (Read the full thread at skepticforum):
End result is that what we think think that being a pilot makes....
It is very common a filter made up of our experience, our beliefs, our prejudices etc .
An understanding of human perception is rather important to us skeptics .
I think.
|
|
What was the weirdest (or most awkward) time and place that you've found yourself thinking about a programming problem?
Started by plaureano on
, 23 posts
by 23 people.
Answer Snippets (Read the full thread at stackoverflow):
That's the classical 3B situation: Bus, Bed, there are a lot of strange... .
I'm not even near my code, and I shouldn't be thinking about it anymore, yet sometimes that's where I think of the solution.
As this!
For me it's when I go to bed .
|
|
When you are in a meeting or while you are talking to you boss, project manager, technical leader etc. or doing something similar to these actions what strategies do you have in terms of thinking? (Question can be expanded and strategies of -answering...
Started by erdogany on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Getting things think of), but it builds up the team....
Critical thinking is not done in a meeting; it is done in the hours, days, or weeks prior grunt programming job, 7 hours of programming, 1 hour of critical thinking every day.
|
Ask your Facebook Friends
|
Hello,
Taking an example of Fibonacci Series from the Clojure Wiki, the Clojure code is :
(def fib-seq (lazy-cat [0 1] (map + (rest fib-seq) fib-seq)))
If you were to think about this starting from the [0 1], how does it work ? Would be great if there...
Started by Icarus on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So far for me it's a matter of getting acquainted to getting the Joy of Clojure book, because... .
Book spends some time on dissecting different implementations of this function, I think the most thinking in these terms is a harder question.
|
|
Before you mark this is a duplicate, let me explain why this is different. Most of the books on algorithms are more of a reference. You basically have a list of algorithms at your disposal. But what happens when you need to create a new algorithm for ...
Started by chrisgoyal on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I couldn't stop thinking in algorithms about.
"The Algorithm Design Manual" by Steven Skiena.
The way to think to create algorithms!
It uses a pseudo-language that's close to Pascal) algorithms.
|
|
When you start thinking about a programming project what do you do first? Do you pull out a piece of paper and start sketching out the architecture? Do you have a notebook for ideas? Do you start coding something? Or do you model the software in a fancy...
Started by stuartcw on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
For instance, when designing my database, I usually try to think of some example queries I expect to write rather than think abstractly....
In order to start thinking about architecture or design, I tend to write hypothetical snippets.
|
|
I'm using Thinking Sphinx for full-text search, following this video .
I'd like to do the following:
@articles = Article.search(params[:search], :conditions => "published_at IS NOT NULL", :order => :created_at)
The problem is that this doesn't work...
Started by Chris Gaunt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If it's only sometimes, add published_at as an attribute....
Was given the solution over at Railscasts
If you want *all* results for that model to filter out records where published_at IS NULL, add 'where "published_at IS NOT NULL"' to your define_index block .
|
|
I have a products model set up that I am trying to search with Thinking Sphinx. The model has an attribute called status which can be Active, Not active or Active during specified dates.
I would like to be able to restrict my search results to products...
Started by Caps on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Www.slideshare.net/sazwqa/using-thinking-sphinx-with-rails-presentation
slide 11
http://rdoc.info/rdoc/freelancing-god/thinking-sphinx/blob/04320b610b3a665ca1885cc2e6f29354d029e49a/ThinkingSphinx/Index/Builder.html.
|
|
At work, we recently started a project using CouchDB (a document-oriented database). I've been having a hard time un-learning all of my relational db knowledge.
I was wondering how some of you overcame this obstacle? How did you stop thinking relationally...
Started by Matt Grande on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I think....
In CouchDB, like Lotus Notes, you really shouldn't think about a Document as being analogous management practices.
Everything about is easier.
Another way of thinking about it is, a document is a row.
Relational databases.
|
|
I'm thinking about looking around for another job, but I don't know when I should tell my boss because I would like to see what kind of opportunities I can land before I even mention it. The reason I'm reluctant to tell him right away is I'm afraid he...
Started by Dr Dork on
, 17 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
I think the company will go broke, there is more money to be made elsewhere, etc that if they did fire me that ....
Would your employer tell you he's thinking of
Laying you off Relocating your position When you get for various reasons, e.g.
|