active questions tagged life - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T21:00:35Zhttp://stackoverflow.com/feeds/tag/lifehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1941910/how-does-the-hashlife-alg-go-on-forever-in-golly1How does the hashlife alg go on forever in Golly?Naximus2009-12-21T18:58:12Z2009-12-21T23:01:47Z
<p>"In hashlife the field is typically treated as a theoretically infinite grid, with the pattern in question centered near the origin. A quadtree is used to represent the field. Given a square of 22k cells, 2k on a side, at the kth level of the tree, the hash table stores the 2k-1-by-2k-1 square of cells in the center, 2k-2 generations in the future. For example, for a 4x4 square it stores the 2x2 center, 1 generation forward; and for an 8x8 square it stores the 4x4 center, 2 generations forward."</p>
<p>So given a 8x8 initial configuration we get a 4x4 square 1 generation forward centered w.r.t. the 8x8 square and a 2x2 square 2 generations forward (1 generation forward w.r.t the 4x4 square) centered w.r.t the 8x8 square. With every new generation our view of the grid reduces, in-turn we get the next state of the automata. We canot go any further after getting the inner most 2x2 square 2k-2 generations forward. </p>
<p>So how does the hashlife in Golly go on forever? Also its view of the field never seems to reduce. It seems to show the state of the whole automata after 2k-2 generations. More so given a starting configuration which expands with time, the view of the algorithm seems to increase. The view of the grid zooms out to show the expanding automata? </p>
http://stackoverflow.com/questions/1889810/code-bacteria-evolving-mathematical-behavior5Code bacteria: evolving mathematical behaviorStefano Borini2009-12-11T18:00:27Z2009-12-17T11:06:13Z
<p>It would not be my intention to put a link on my blog, but I don't have any other method to clarify what I really mean. The article is quite long, and it's in three parts (<a href="http://forthescience.org/blog/2009/05/15/pythonic-evolution-part-1/" rel="nofollow">1</a>,<a href="http://forthescience.org/blog/2009/05/23/pythonic-evolution-part-2/" rel="nofollow">2</a>,<a href="http://forthescience.org/blog/2009/08/01/pythonic-evolution-part-3/" rel="nofollow">3</a>), but if you are curious, it's worth the reading.</p>
<p>A long time ago (5 years, at least) I programmed a python program which generated "mathematical bacteria". These bacteria are python objects with a simple opcode-based genetic code. You can feed them with a number and they return a number, according to the execution of their code. I generate their genetic codes at random, and apply an environmental selection to those objects producing a result similar to a predefined expected value. Then I let them duplicate, introduce mutations, and evolve them. The result is quite interesting, as their genetic code basically learns how to solve simple equations, even for values different for the training dataset.</p>
<p>Now, this thing is just a toy. I had time to waste and I wanted to satisfy my curiosity.
however, I assume that something, in terms of research, has been made... I am reinventing the wheel here, I hope. Are you aware of more serious attempts at creating in-silico bacteria like the one I programmed?</p>
<p>Please note that this is not really "genetic algorithms". Genetic algorithms is when you use evolution/selection to improve a vector of parameters against a given scoring function. This is kind of different. I optimize the <strong>code</strong>, not the parameters, against a given scoring function. </p>
http://stackoverflow.com/questions/1798552/staying-relevant-as-a-programmer13Staying Relevant As a ProgrammerRoboto2009-11-25T17:25:08Z2009-12-06T14:43:15Z
<p>I am interested in hearing how various people remain in the Software Engineering industry for so long in their careers. I am at a crossroads myself as I have worked with Network Engineering, Communications, VoIP, Parking, Government Contracting, and Military related projects.</p>
<p><strong>Question: How does one manage to stay relevant as a programmer while bouncing between different engineering areas (Testing, Integration, etc) and remaining motivated in the profession?</strong></p>
<p>Old questions:</p>
<ol>
<li><p>Do you bounce between pure Software Tester, Integration, and back to straight coding? </p></li>
<li><p>How do you prevent being a one-hit wonder in this economy? </p></li>
<li><p>How do you find your passion ?</p></li>
</ol>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you341What real life bad habits has programming given you? [closed]Jacob T. Nielsen2008-10-02T20:31:11Z2009-11-20T19:11:03Z
<p>Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from the mindset that I have put myself in. There simply are some things that are deeply rooted in my nature, though some of them I wish I could get rid of.</p>
<p>A few:</p>
<ul>
<li>Looking for polymorphism, inheritance and patterns in all of God's creations.</li>
<li>Explaining the size of something in pixels and colors in hex code.</li>
<li>Using code related abstract terms in everyday conversations. </li>
</ul>
<p>How have you been damaged? </p>
http://stackoverflow.com/questions/242293/are-you-a-good-or-bad-programmer18Are you a good or bad programmer?Eli2008-10-28T05:09:48Z2009-11-19T13:35:28Z
<p>Hi All,</p>
<p>I see a lot of questions on SO that are asked about 'good' programmers vs 'bad' programmers.</p>
<p>For example, what is a good/bad programmer, how to tell a good/bad programmer, what to do about a bad programmer on a team, how to hire a good programmer.</p>
<p>I know it's pretty easy to apply the words to other people, but I find myself wondering if anyone out there would actually define THEMSELVES in a Boolean fashion like this, rather than "good in some areas, weak in others..."</p>
<p>I'm not asking as an either/or where you have to be one or the other, but as a 'both' - are you a good or bad programmer? </p>
<p>If so (either one), why?</p>
<p>Please note this isn't meant to be argumentative, or to define good/bad practices, etc. I just want to know how many people think they are good, bad, or neither out there.</p>
http://stackoverflow.com/questions/1610366/programming-at-2am-do-you-find-the-wife-telling-you-to-come-to-bed-1Programming at 2am do you find the wife telling you to come to bed [closed]astander2009-10-22T22:30:02Z2009-10-22T22:34:39Z
<p>Do you ever find yourself in a position where you are so engrossed in the task at hand that your partner comes to drag you away from the pc.</p>
<p>I have regularly found that time flies "when you're having fun".</p>
<p>I do realise that we are meant to leave work, well at work, but it seems hard to explain to others why we love what we do, and how "Im sorry i was slightly busy" doesnt cut it.</p>
<p>How to explain this fettish for development/creation as normal?</p>
http://stackoverflow.com/questions/1528690/how-would-you-answer-the-question-what-do-you-do-for-a-living0How would you answer the question, What do you do for a living? [closed]Shaun F2009-10-06T23:36:53Z2009-10-07T00:30:40Z
<p>I'm a software engineer who works with Java/JSP applications. Apple asked me what I did for a living when I was registering my iPod and presented me with a bunch of options. Three of them could probably match but I wondered what all of you programmers did when confronted with a question that was not answerable with "Programmer"</p>
<p>Keep in mind these are the only things to pick from. I love it cause it's like "Yes I'm in IT. Yes I'm a Web Designer. Yes what I do is engineering."</p>
<ul>
<li>MIS/IT</li>
<li>Web Designer</li>
<li>Engineering</li>
<li>Other</li>
</ul>
http://stackoverflow.com/questions/1500629/algorithm-needed-draw-outline-round-dots1Algorithm needed: Draw Outline Round DotsJohn2009-09-30T20:59:14Z2009-09-30T21:15:05Z
<p>Is there a well established algorithm I can steal^h^h^h^h^h copy which will draw an outline shape given an area filled with dots ?</p>
<p>I'm specifically thinking of this:</p>
<p>John Conway's Life: it might be nice way to see Life from the 'design-stance' (Dan Dennet's phrase) - and one way of doing this would be to draw outlines around either known patterns : or perhaps joining-the-dots : drawing the line on the furthest - but still interacting dots in a particular area.</p>
<p>So a glider would still look like a glider pretty much: but bigger shapes would just show their outline.</p>
<p>I haven't thought this through probably [as some patterns involve 'separated', non-interacting dots - only destined to interact in a future generation - I guess you could factor in a temporal interaction like this?] , and should have posted to 'www.halfbakery.com' , but maybe this is interesting .....</p>
http://stackoverflow.com/questions/1342916/whats-a-good-topic-for-some-real-life-application1What's a good topic for some real-life application?unknown (google)2009-08-27T18:27:16Z2009-08-27T20:00:41Z
<p>Hi I was assigned a project in my software engineering class. This is a semester long project so I'm not looking for something really easy. It's also a three hour course and the project is considered 30% of the grade only.</p>
<p>Here's the catch. The project has to be a real every day life application.</p>
<p>i.e. ticketing system for airline.</p>
<p>that's an example the professor gave us. I cannot think of something interesting that is useful the world. I have to implement the classical life cycle of software for this project. </p>
<p>Can you guys please shine me with your ideas?</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1201074/increasing-battery-life-on-windows-mobile-using-gps-and-web-updates1Increasing Battery Life on Windows Mobile using GPS and Web updatesSebastian Dwornik2009-07-29T15:22:59Z2009-07-30T07:48:58Z
<p>I have an app that runs on Windows Mobile and uses the GPS to update its location at various intervals. As expected, enabling the GPS chip uses more battery power. (no duh..)</p>
<p>So currently my technique has been to cycle the the GPS on/off at approx. every 4 minutes to acquire the location, do something if things changed, and update its location to the web only if necessary. Otherwise, shut it off again and wait.</p>
<p>On my one year old HTC Touch Diamond phone, with a fresh charge, leaving the screen ON (but dimmed), + WiFi, and doing nothing else but letting it sit there, I got a maximum of 6 hours from it.</p>
<p>This is "ok", but the usage of the GPS easily cuts an estimate of 2-4 hours of regular 'real-world' usage (YMMV).</p>
<p>The other option I've simply been <em>thinking</em> about is to have the web server instead signal the phone to update its location when needed, instead of the phone just doing it blindly.</p>
<p>That way, the phone only uses power to get a data connection and check the server. If the server tells it to update, only then does it turn on the GPS.</p>
<p>Except that the response time of that is much slower (I'm guesstimating), and if the phone is somewhere it can't readily get a stable update, then you won't even know its last location. At which point, you're stuck waiting.</p>
<p>I was hoping the phone could be more autonomous.</p>
<p>Is there possibly yet a better algorithm I could use to improve this setup?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/13636/best-places-for-software-developer-to-live23Best Places for Software Developer To LiveMike2008-08-17T13:48:18Z2009-07-15T03:56:04Z
<p>What is the single best area in which to live, in order to have a career in software development while also living an active, healthy life? Ideally, software and other types of jobs would be plentiful, the air and water clean, transportation reasonable, and outdoor activities plentiful and nearby.</p>
http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you12What real life good habits has programming given you?Luca2008-10-03T20:43:08Z2009-07-09T00:21:17Z
<p>Following <a href="http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you">this question</a>, what real life good habits has programming given you?</p>
http://stackoverflow.com/questions/1075487/data-structure-for-objects0Data structure for Objectsaartist2009-07-02T16:48:50Z2009-07-02T20:22:29Z
<p>Which data structures I should store the real life 'objects' in?
I am not looking for computer representation. I am looking for different data structures for different item in real life access/storage etc. Is there any study on this? </p>
<p>Update:<br>
Based upon comments, I should remove the 'data' from data structures and simply looking for structures to store various objects in based upon usability rules.</p>
http://stackoverflow.com/questions/976298/top-developer-vs-personal-life4Top developer VS personal life [closed]Dante2009-06-10T15:21:25Z2009-06-10T15:35:55Z
<p>Lately I've been "haunted" by the exercise of trying to balance personal live while being a software developer.</p>
<p>Being on top of the Microsoft wave means countless hours learning new technologies, either hands-on or reading about them.</p>
<p>How do you do it? I don't really think it's possible to be on top of it without leaving something behind. If you have a family, if you have hobbies, if you work and if you need to follow all the latest trends, 24 hours a day are not enough (assuming you sleep a reasonable time/day).</p>
<p>If I dedicate more to family, I feel I start to fall behind technically. If I try to compensate on the technical side, I feel I let the family behind.</p>
<p>Does a very good software developer need to be a genius or a socially inapt person who can isolate himself, therefore eliminating the personal life to be 100% dedicated at work? It also feels like it's unfair competition between one who balances his life and another who simply has no life...</p>
<p>Someone else struggling with this?</p>
<p>I hope it's not something already discussed, I tried to search and found no question alike.</p>
<p>Cheers all!</p>
http://stackoverflow.com/questions/416577/maintaining-the-programming-family-balance27Maintaining the Programming/Family balanceLonzo2009-01-06T13:49:34Z2009-06-05T13:23:37Z
<p>How best can you maintain a healthy balance between</p>
<ol>
<li><p>Following the never ending programming passion and feeding your never full hungry mind</p>
<p>AND</p></li>
<li><p>Spending enough quality time with your family</p></li>
</ol>
http://stackoverflow.com/questions/750809/how-much-time-do-you-spend-on-the-computer-per-day-1How much time do you spend on the computer per day? [closed]Sam2009-04-15T08:40:28Z2009-04-15T08:47:35Z
<p>How much time do you spend on the computer per day?</p>
http://stackoverflow.com/questions/715299/what-is-the-life-span-of-data3What is the life span of data?Scott2009-04-03T19:19:38Z2009-04-03T19:52:16Z
<p>Recently I’ve found myself in a database tangle where management wants the ability to remove data from the database, but still wants that data to appear in other places. Example: They want to remove all instances of the product whizbang, but they still want whizbang to appear in sales reports. (if they ran one for a previous date).</p>
<p>Now I can add a field, say is_deleted, that will track whether that product has been deleted and thus still keep all my references, but over a period of time, I have the potential of housing a lot of dead data. (data that is never accessed again). How to handle this is not my question. </p>
<p>I’m curious to find out, in your experience what is the average life span of data? That is, on average how long is data alive or good for before it gets either replaced or deleted? I understand that this is relative to the type of data you are housing, but certainly all data has some sort of life span?</p>
http://stackoverflow.com/questions/568925/how-much-time-you-spend-at-home-on-work-subjects6How much time you spend at home on work subjectsrabashani2009-02-20T09:43:17Z2009-02-20T11:07:27Z
<p>One of my colleague tell me that he found himself working lot of hours at home about subjects he didn't finish at work, for example: bug he had this morning, and didn't finish, or writing spikes for understanding issues.</p>
<p>The main idea he wanted to note is that he like reading and writing about new technologies and features at home (to extend his knowledge) but didn't like to waste his time about something he <em>should</em> do at work, but didn't manage its time so well. moreover, we are trying to find out whether it is normal...</p>
<p>I checked my habbits for the last two weeks and found out that:</p>
<ol>
<li>I spend 2 hours a day - reading posts and learning new things <strong>(=10 hours a week)</strong></li>
<li>at the weekends I spend more <strong>6-10 hours</strong> coding, reading and posting</li>
</ol>
<p>this is =20 hours a week that I am extending my knowledge. (and I enjoy every minute)
I found out that for the last 2 weeks I am doing almost =5-6 hours of work on stuff I found myself stuck at work and needed more extra time...</p>
<p><strong>I would like to hear you people, talking about your work hours habbits...
So we could know more about this subject...</strong></p>
http://stackoverflow.com/questions/364497/what-to-program-for-a-gadget-that-can-deduce-what-im-doing-the-ultimate-life-ha2What to program for a gadget that can deduce what I'm doing? The ultimate life-hack?Tuomas2008-12-12T23:33:20Z2008-12-13T01:18:11Z
<p>This isn't really a programming question, more of an <em>ideas</em> question. Bear with me.</p>
<p>My sister gave me a well-used Nokia N95. I don't really need it, but I wanted it to do some programming for it. It supports a few languages, of which I can do Python.</p>
<p>My question is this: what to do with it? If I think about it, it has a lot to offer: i can program the GPS, motion sensor, wireless internet, sound and visual capture; it has a lot of hard disk space, it plays sound and video and so on.</p>
<p>The combinations seem limitless. The way I see it, it is a device that is easily always on me, has access to a huge data repository (the internet, and my personal data in it) and can be aware if I'm sitting at home, at work, or moving about somewhere. It could basically read my google calendar to check if I <em>should</em> be somewhere I'm not -- perhaps give me the bus schedule to get to where I should be. It could check if it's close to my home and therefore my home PC bluetooth/wifi. Maybe grab my recent work documents from my desktop computer, along with the latest Daily Show, for the bus journey to work. It could check my library account to see if any of my books are due, and remind me to take them with me in the morning. Set up an alarm clock based on what shift I have marked in my google calendar.</p>
<p>Basically I have a device that can analyze my movements in time (calendars with my data etc) and space (gps, carrier cell ids). By proxy, it could identify context situations -- I can store my local grocery store gps coordinates or cell mast ids and it could remind me to bring coffee.</p>
<p>Like I said, the possibilities seem limitless, and therefore baffling. Does anyone else have these pseudofantastical yearnings to program something like this? Or any similar ideas? How could this kind of device integrate into -- and help -- your life?</p>
<p>I'm hoping we could do some brainstorming :)</p>