April 29, 2009

how far down the rabbit hole should i go?

based on some discussion w/ivan while he was visiting last week, i've got a question for anyone that is reading this:
how technical is too technical?
my initial motivation for this series and topic was to take events and thought processes that i have and make them more manageable for rachel, as well as to incite other people to wrangle or at least think about questions and problems that occupy me.

here comes the rub:
  • the questions can be very intriguing, but the real juicy stuff is a little further down
  • diving too deeply in the actual solutions or directions that i bring up can easily alienate whole sections of the audience (lol, no one reads this anyways.)
  • there are times when i actually don't know that much about the topic space and would have to do a lot of work to actually provide something meaningful besides more questions
  • the whole point is to ask more and more questions and then try to reason your way out of holes when someone gets an answer.
let me know-

April 23, 2009

solving UHAUL

a few of my friends have moved in the past few weeks, and this has sparked an interesting discussion in my head. like any other task, my mind constantly searches for the optimal solution. because of this, i thoroughly enjoy cramming boxes of different shapes and sizes into a UHaul truck, attempting to fit as much as possible in one go. sound like a familiar problem?

enter KNAPSACK. a common cs problem that seems very similar. a brief translation to this problem would be: given my possessions (the items,) and the UHaul truck (my knapsack,) maximize the amount of stuff i can cram into the truck.

however this variation has a few curveballs:
  • in KNAPSACK, items are usually just real numbers, here they are objects with a volume.
  • this means that you could have a subset whose overall size is the largest w/o surpassing the volume of the truck, but you are now confronted with the task of actually finding an orientation of the items in container that actually fits everything.
  • not only do you have volume, but i think shape might be a pretty weird variable in the item set.
  • you realistically want to value/prioritize which items you must include like your bed or dresser or tv.
  • at a certain point, if not all possessions can be fit in the container at the same time, the problem shifts from maximizing usage to minimizing the number of containers needed to consume all items.
  • you normally are doing things in a pipeline manner, (sorting, packing into boxes, moving boxes into truck.) so you might not have the omniscient view of all items as you start to pack the truck, and ymmv based on when you see certain items. this throws the traditional dynamic programming approach out the window.
so we can try to simplify this problem a little bit before trying to solve it:
  • confine all items to be rectangular prisms
  • maybe even start with 2D (packing rectangles,) which i want to dub PLANTING for maximizing crop sections in the fields.
have you noticed i really enjoy citing cs problems in ALL CAPS?

April 15, 2009

it's a race

i think i might lose this one, but this is what i am attempting to do:

solve sudoku in the time it takes someone to solve a sudoku.

i'll keep you posted. i've got the brute force rules of the puzzle coded, not there are the more "higher thinking" strategies that need to be taken into account now.

queue distracted mode on the train.

April 10, 2009

thought for food

so we hosted a second seder this past week and as a part of an icebreaker (that we eventually used at the end of the night) was to write down on a slip of paper the answer to the question:
what does it mean to be free?
there were some serious responses, some light-hearted jests and such. this morning on the train i was recalling them and had a thought.

to me, freedom is having a circle of friends and family such that i do not feel afraid to share my inner geek moments. it amazes me that there are scenarios and environments where curiosity and innovation are discouraged. i'm very fortunate to have been brought up never being hindered, always pushed to see how far i could go with my ideas.

yay.

April 05, 2009

how many wrongs make a right?

i was chatting with my sister one day about the concept of inner geek moments, and it reminded me about the concept of being wrong repeatedly. we are all familiar with the phrase "two wrongs do not make a right." but i think there is actually a very common scenario to contradict this.
most people studying linguistics know about the concept of "the evolution of a language." i use it all the time when i make up words that strictly aren't a part of english but people listening know exactly what i am talking about. eventually the term or noun becomes used by a larger portion of the population, and in extreme cases will get entered into the OED. more commonly, the word will live on in urban dictionary.

current words looking to make it big:
so just think about it children: if you want to make it in the world of literary legitimacy, all you need to do is be wrong long enough and enough supporters thinking you are right.