active questions tagged offtopic - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T08:17:15Zhttp://stackoverflow.com/feeds/tag/offtopichttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1858430/what-was-your-favorite-assembly-language3What was your favorite assembly language?wantoknow2009-12-07T07:38:44Z2009-12-08T03:59:32Z
<p>What was your favorite assembly language?</p>
http://stackoverflow.com/questions/98566/good-headphones-for-a-noisy-office16Good headphones for a noisy officedr_pepper2008-09-19T01:13:02Z2009-12-07T16:08:05Z
<p>What type of headphones are best for reducing noise in a loud office environment. Do noise canceling headphones work? Are there good passive noise reduction headphones on the market?</p>
http://stackoverflow.com/questions/784461/how-do-you-clear-your-mind-after-8-10-hours-per-day-of-coding315How do you clear your mind after 8-10 hours per day of coding?Bryan2009-04-24T04:00:34Z2009-12-06T17:56:19Z
<p><strong>Related Question</strong>- <a href="http://stackoverflow.com/questions/140774/ways-to-prepare-your-mind-before-coding">Ways to prepare your mind before coding?</a>.</p>
<p>I'm having a hard time taking my mind off of work projects in my personal time. It's not that I have a stressful job or tight deadlines; I love my job. I find that after spending the whole day writing code & trying to solve problems, I have an extremely hard time getting it out of my mind. I'm constantly thinking about the current project/problem/task all the time. It's keeping me from relaxing, and in the long run it just builds stress.</p>
<p>Personal projects help to some extent, but mostly just to distract me. I still have source code bouncing around my head 16 hours a day.</p>
<p>I'm still relatively new to the workforce. Have you struggled with this, perhaps as a young developer? How did you overcome it? Can anyone offer general advice on winding down after a long programming session?</p>
http://stackoverflow.com/questions/58640/great-programming-quotes487Great programming quotesepatel2008-09-12T10:39:20Z2009-12-05T14:05:51Z
<p>There are a lot of great programming quotes out there. Which do you like?</p>
<p>Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "<a href="http://sv.wikipedia.org/wiki/Gud" rel="nofollow">Gud</a> finns i Emacs" (in Swedish). This basically means "<a href="http://en.wikipedia.org/wiki/God" rel="nofollow">God</a> is in Emacs". Still laughing about it here :) What he meant was that a function "<a href="http://www.emacswiki.org/cgi-bin/wiki/GrandUnifiedDebugger" rel="nofollow">gud is grand-unified-debugger</a>" is in Emacs.</p>
<p>A great one I think all programmers should know is <a href="http://c2.com/cgi/wiki?LazinessImpatienceHubris" rel="nofollow">The Three Great Virtues of a Programmer</a>.</p>
http://stackoverflow.com/questions/895296/how-can-you-tell-if-a-person-is-a-programmer119How can you tell if a person is a programmer?Lucas Jones2009-05-21T21:35:17Z2009-12-05T10:53:18Z
<p>I was wondering when I read the famous <a href="http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you">"Programmer Habits"</a> thread, I was wondering: Is there any way to tell if somebody is a programmer without actually asking them?<br />
<hr /></p>
<p><em>Clarification</em>: I am asking for things that you can use to recognise a programmer from "afar" or without knowing them well. To identify habits, you need to be around a person for a certain amount of time.</p>
http://stackoverflow.com/questions/168677/whats-a-programming-answer-you-hate-to-hear-the-most-yet-give-out-yourself-on-m26What's a programming answer you hate to hear the most, yet give out yourself on many occasions?JaredPar2008-10-03T20:13:21Z2009-12-05T08:45:04Z
<p>For me it's got to be "It depends ..."</p>
http://stackoverflow.com/questions/176580/what-was-your-first-programming-language1What was your first programming language?Chris Pietschmann2008-10-06T23:09:22Z2009-12-05T02:53:06Z
<p>When you first started to write program, what was the first programming language you learned?</p>
<p>Please don't post repeats. If someone already posted it, just vote for it.</p>
http://stackoverflow.com/questions/1734015/what-to-do-when-co-workers-code-badly8What to do when co-workers code badly?Tim2009-11-14T11:46:28Z2009-12-04T18:09:36Z
<p>I am working part time in a small software company to raise some money. Without sounding arrogant: some of my co-workers I am working with in a team are writing horrible code. Both syntax- and algorithmic wise. Sure there are moments in the shadow of a deadline where things get a bit hacky but they do it all the time. Every time I have to read code like this it hurts. I want to be able to stand behind the product we are developing. But I can't do that with the knowledge of crap under the hood. Besides when their code surprisingly results in failures I'm the assignee of those issues. So I guess the project manager thinks it's my fault (ok maybe my ego speaking here just a tiny bit, too).</p>
<p><strong>So to finally get to my question:</strong> What should I do? I am just the part time college student at the bottom end of the hierachy. Am I "<em>allowed</em>" to stand up and tell them their stuff just sucks? Or should I just keep silently fixing their code if I have enough time? In general the job is pretty great. I doubt I could get that much responsibility and involvement in another student job (it is badly paid though).</p>
http://stackoverflow.com/questions/171012/what-network-names-addresses-does-mac-os-x-server-support-out-of-the-box1What network names/addresses does Mac OS X server support out of the box?username2008-10-04T21:18:15Z2009-12-03T17:59:47Z
<p>Does someone know all the correct names, syntax for ways to locate an OS X server (without adding non-Apple software)? From what I can tell, you have:</p>
<p><hr /></p>
<p>Network Interface address: 00:19:e3:aa:aa:aa</p>
<p>IPv4 address: <em>11.22.33.44</em></p>
<p>IPv6 address: 3ffe:3ffe:3ffe:3:200:f8ff:fe21:67cf</p>
<p>Domain name: <em>myserver.fqdn</em>.com.</p>
<p>AppleTalk Computer name: <em>My Server</em></p>
<p>Multicast Domain name: <em>my-server</em>.local</p>
<p>NetBIOS (Windows): <em>MYSERVER</em></p>
<p><hr /></p>
<p>Am I using the correct terms here? Are there others that might have a different syntax?</p>
http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon839What's your favorite "programmer" cartoon?Dan Williams2008-09-17T15:34:11Z2009-12-02T21:37:45Z
<p>Personally I like this one:</p>
<p><img src="http://www.jeffpalm.com/fox/fox.jpg" alt="alt text" /></p>
<p>P.S. Do not hotlink the cartoon without the site's permission please. </p>
http://stackoverflow.com/questions/110574/does-anybody-know-of-a-tabbed-ftp-client0Does anybody know of a tabbed FTP client?Umber Ferrule2008-09-21T08:58:01Z2009-12-02T19:00:02Z
<p>Am I the only person who has the need to view multiple directories at once (usually on the same remote server, but sometimes other ones too)? Disconnecting and reconnecting is driving me crazy.</p>
<p>Preferably a free tool, but I'm getting to the stage where I'll try anything!</p>
<p>Can you have multiple FireFTP tabs in Firefox? Alternatively, I've thought of using <a href="http://www.wintabber.com/" rel="nofollow">WinTabber</a> - I used it about 12 months ago for multiple PuTTY sessions, but it just felt a little clunky.</p>
<p>Cheers.</p>
http://stackoverflow.com/questions/329322/programmers-income-potential13Programmers: income potential..Anon2008-11-30T20:36:18Z2009-12-01T20:25:32Z
<p>I am stuck in a 9-5 cubicle/programming job. Is this how my career would end in 20 years from now? I am in my mid 40s and have been programming for about 15 years now. In the early days, I dreamt about opening my own consulting firm and hiring whole bunch of programmers to do great projects and make lot of money. Years later, I am earning a little more, have a little better title but still stuck in a 9-5 rut. The only difference is that I have kids , wife, house , and huge stack of bills to pay. Do you guys feel trapped some times like I do? This really depresses me and its too late to find another career with such a depressing economy. Is there a way to increase income potential? I hear all the great stories about other micro isvs and read articles and think that it only happens to others. I don't feel excited about writing any new application. I exercise and took some vacation but still no use. </p>
<p>Thanks for reading my rant and any advise will be greatly appreciated. </p>
http://stackoverflow.com/questions/1056990/vmware-unexpected-response-from-vmware-authd-501-global-command-global-server0VMware: "Unexpected response from vmware-authd: 501 Global command GLOBAL server to non-host agent targets not supported"jollojou2009-06-29T07:29:16Z2009-11-29T15:42:08Z
<p>I have WMware server 2.0.1 and WMware mui 1.0.9 installed on a remote host. When I try to connect to the server (port 902) or to the mui (port 8333) I get the following error message:</p>
<blockquote>
<p>Unexpected response from vmware-authd:
501 Global command GLOBAL server to
non-host agent targets not supported</p>
</blockquote>
<p>What's at stake here? How can I resolve this problem? Thank you!</p>
http://stackoverflow.com/questions/304564/is-there-a-good-k-kode-editor-for-klingon7Is there a good K++ Kode editor for Klingon?Robert Gould2008-11-20T07:30:53Z2009-11-28T15:50:19Z
<p>Ok, I know this is a strange question, but there is a "standard" (fan-wise at least) Unicode support for the Klingon alphabet, and since code can be written in Unicode with no problem, that means it is possible to write Kode with Klingon tokens( vars, function names, etc...).</p>
<p>For the record I've written C++ in Japanese and it works, so K++ in Klingon should work too. But I don't know of any text editor with support for Klingon. Any suggestions?</p>
http://stackoverflow.com/questions/553523/what-is-the-most-frustrating-restriction-your-it-department-has-ever-put-on-you-o10What is the most frustrating restriction your IT department has ever put on you or your machine?MrEdmundo2009-02-16T14:51:30Z2009-11-27T07:22:36Z
<p>I think we've all been there, your IT Support/ Infrastructure team inflict some meaningless, very frustrating, poorly explained "policy" on you and your team that irks you every time you are affected.</p>
<p>My current fairly trivial issues are that the IT department have reverted to the old school Start Menu. I really didn't realise how much I used the new one until they took it away. </p>
<p>They have also reverted to the old school Windows 2000 grey look which is quite frankly just ugly! To add to that they have also imposed a rather unnecessarily short Screen Saver time of 5 minutes, very annoying if you're flicking between remote desktop sessions!</p>
<p>Non trivial, they are completely unwilling to enter into a debate about been allowed to use non company laptops over our VPN.</p>
<p>Anyway, I'm sure you've all had more frustrating issues than me...have you?</p>
http://stackoverflow.com/questions/279512/what-do-you-want-for-a-gift-in-the-coming-season3What do you want for a gift in the coming season?Remou2008-11-10T23:06:47Z2009-11-26T14:20:10Z
<p>The season for giving gifts is rapidly approaching. What would a programmer want? Choose from software, hardware, books, etc, real or imaginary, for you, your team or your team leader.</p>
http://stackoverflow.com/questions/102714/what-was-your-first-home-computer91What was your first home computer?Adam Tegen2008-09-19T15:18:57Z2009-11-25T05:04:19Z
<p>What was your first home computer? The one that made you "fall in love" with programming.</p>
<p><hr /></p>
<p><strong>There are 300+ entries, many (most?) of which are duplicates.</strong></p>
<p>As with all StackOverflow Poll type Q&As, please make certain your answer is NOT listed already before adding a new answer - searching doesn't always find it (model naming variations, I assume). </p>
<ul>
<li><p><em>If it already exists</em>, vote that one up so we see what the most popular answer is, rather than duplicating an existing entry.</p></li>
<li><p><em>If you see a duplicate</em>, vote it down so the top entries have only one of each model listed.</p></li>
<li><p><em>If you have interesting or additional information to add</em>, use a comment or edit the original entry rather than creating a duplicate.</p></li>
</ul>
http://stackoverflow.com/questions/431777/funny-interesting-software-limitations-due-to-design-choices10Funny/Interesting software limitations due to design choicesUri2009-01-10T21:15:22Z2009-11-24T15:31:12Z
<p>I'm interested in stories (factual, preferably on well-known systems) about funny or interesting ways in which certain design or implementation decisions constrained the software as it was experienced by users.</p>
<p>For example, in the funny comment threads someone mentioned that in the original Doom game, doors opened vertically because the maps were static so walls couldn't move horizontally. Those sort of things. </p>
http://stackoverflow.com/questions/121585/best-way-of-detecting-if-windows-has-windows-updates-ready-to-download-install2best way of detecting if Windows has Windows Updates ready to download/install?Umber Ferrule2008-09-23T15:04:25Z2009-11-22T21:58:14Z
<p>I'm specifically interested in Windows 2000/XP, but Vista would be interesting too (if different).</p>
<p>I was thinking along the lines of task scheduling a batch file or equivalent on a daily basis.</p>
<p>EDIT: Sorry, I should have provided more info. The question pertains to 10 machines which I manually apply updates. I don't want to install the updates programatically, but just find out if there are updates ready to download/install (i.e. the update shield icon in the system tray is indicating this) using a batch or script. Thanks.</p>
http://stackoverflow.com/questions/17512/computer-language-puns-and-jokes79Computer Language puns and jokesMark Harrison2008-08-20T07:27:48Z2009-11-22T17:42:21Z
<p>I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others?</p>
<p>update: Especially looking for code-related jokes... the ones that only make sense to programmers reading code. </p>
http://stackoverflow.com/questions/241602/what-non-technical-items-do-you-keep-on-your-desk-1What non-technical items do you keep on your desk?Jack2008-10-27T22:32:17Z2009-11-21T17:55:16Z
<p>I have read that what you keep on your desk is very influential in how you work and your level of productivity. I am trying to optimise the way that I work (I am a terrible procrastinator) and am curious what other programmers have (or deliberately NOT have) on their desks.</p>
<p>By 'non-technical', I mean excluding computer, screen, mouse, keyboard, speakers etc.</p>
http://stackoverflow.com/questions/118919/what-is-the-strangest-weirdest-program-youve-ever-made23What is the strangest/weirdest program you've ever made?MrValdez2008-09-23T03:21:25Z2009-11-21T00:22:26Z
<p>Programmers are strange people. We build things out of thin air, a part of our sanity and with weird codes that would make any grown sane man cry.</p>
<p>But sometimes, a programmer builds a program that is too weird even by their insane standards.</p>
<p>What program have you created that is weird and strange?</p>
<p>(One program per answer please)</p>
http://stackoverflow.com/questions/283078/what-are-some-humorous-tech-related-podcasts3What are some humorous tech-related podcasts?MrDatabase2008-11-12T04:48:49Z2009-11-19T14:09:30Z
<p>I like SO's podcast because it has some humor. Similarly youlooknicetoday.com is funny... and is just vaguely tech-related. So I'm look for podcasts that are humorous and at least vaguely tech-related.</p>
<p>Any ideas?</p>
<p>Cheers!</p>
http://stackoverflow.com/questions/905723/most-inappropriate-function-or-variable-names-you-have-encountered12Most inappropriate function or variable names you have encountered?Andrioid2009-05-25T07:26:05Z2009-11-19T07:15:12Z
<p>I was reading through my daily doze of RSS when I noticed <a href="http://docs.python.org/library/compiler.html#assignment-nodes" rel="nofollow">a link to the python compiler documentation</a> where class names like assList, assName and assTuple exist. While starting names with 'ass' is perfectly acceptable to me, it just sparked this idea that there probably exist much better examples of this.</p>
<p><strong>Have you personally used or otherwise encountered any inappropriate function or variable names?</strong></p>
<p>Personally I have used 'crap' and 'moo' for temporary purposes, forgot them and at a later point they came too integrated for me to bother with fixing them.</p>
http://stackoverflow.com/questions/238079/the-funniest-weirdest-error-message-youve-got-from-a-development-environment-app18The funniest/weirdest error message you've got from a development environment/applicationpablito2008-10-26T14:35:58Z2009-11-17T20:04:04Z
<p>What is the funniest/weirdest error message you've got from a development environment/application?</p>
<ul>
<li>"Catastrophic failure" </li>
<li>"'null' is null or not an object"</li>
</ul>
http://stackoverflow.com/questions/521999/what-good-code-programmer-geek-tattoos-have-you-seen22What good code / programmer / geek tattoos have you seen? [closed]rally25rs2009-02-06T20:15:17Z2009-11-15T16:21:34Z
<p>My wife and I want to get tattoos. I've always wanted one, but always struggled with what to get.</p>
<p>I almost got a bicycle sprocket/chainring bent into an infinity symbol back when I was racing mountain bikes a lot. I've since got out of the sport, so the 'infinity' wouldn't be too appropriate any more :)</p>
<p>Anyway, what good coder / programmer / general geek tattoos do you have, or have you seen?
Give me some inspiration here!</p>
http://stackoverflow.com/questions/469445/last-words-of-a-programmer96Last words of a ??? programmerPeter2009-01-22T15:01:53Z2009-11-11T22:42:37Z
<p>What will the last words of some kind of programmer be?</p>
<p>Like:
LW of a Perl programmer: </p>
<blockquote>
<p>I don't have to write documentation. The source is
formatted so well, I can read it
anytime later...</p>
</blockquote>
<p>or</p>
<blockquote>
<p>Im just going to write a regular
expression to find this, then I'm
done...</p>
</blockquote>
http://stackoverflow.com/questions/1087959/shared-hacker-houses-in-europe0shared hacker houses in europeMantas2009-07-06T16:37:18Z2009-11-08T12:02:58Z
<p>Hey,</p>
<p>I'm a freelance web developer. I'm borred of my hometown, so I want to hit the road. Do you know any shared hacker houses in Europe? Do you have any ideas what is the best way to look for a shared flat? France, Spain, Holland, Italy... I'm interested in virtually any country :)</p>
<p>P.S. I speak English and Lithuanian only, so it's hard to look up shared flat in local languages...</p>
http://stackoverflow.com/questions/1604364/certificate-error-while-subdomain-forwarding0certificate error while subdomain forwardingrahulchandran2009-10-22T00:17:56Z2009-11-08T01:49:08Z
<p>I have a website call it <a href="http://subdomain.mydomain.com" rel="nofollow">http://subdomain.mydomain.com</a> hosted on say 72.xx.xx.x
There is a certificate for <a href="https://subdomain.mydomain.com" rel="nofollow">https://subdomain.mydomain.com</a></p>
<p>Now I go into the DNS management tool in my hosting provider and I set up the standard subdomain forwarding thing wherein<br />
<a href="https://subdomain.mydomain.com" rel="nofollow">https://subdomain.mydomain.com</a> forwards to 72.xx.xx.x</p>
<p>Now when I try to browse to <a href="https://subdomain.mydomain.com" rel="nofollow">https://subdomain.mydomain.com</a> I get a certificate error saying it is for the wrong website </p>
<p>I have also tried forwarding<br />
<a href="http://subdomain.mydomain.com" rel="nofollow">http://subdomain.mydomain.com</a> forwards to 72.xx.xx.x</p>
<p>Also tried it with domain masking in both cases. Am getting the cert error no matter what</p>
<p>additional wrinkle<br />
if someone types in <a href="https://subdomain.mydomain.com" rel="nofollow">https://subdomain.mydomain.com</a> then the domain forwarding does not seem to work and IE just spins endlesssly and finally fails. How can I domain forward the <a href="https://subdomain.mysdoamin.com" rel="nofollow">https://subdomain.mysdoamin.com</a> to 72.xx.xx.x </p>
<p>PLEASE HELP :-)</p>
<p>Finally before anyone suggests I try this in serverfault I did. It wont let me post this question because apparently I have too many hyperlinks in this damn question and I am a new user with no reputation so the site thinks this might be spam</p>
http://stackoverflow.com/questions/1694900/what-language-will-skynet-be-programmed-in0What Language Will Skynet be Programmed In? [closed]MagicAndi2009-11-08T00:22:39Z2009-11-08T00:47:49Z
<p>Hi,</p>
<p>Just to ask, in what language will <a href="http://en.wikipedia.org/wiki/Skynet%5F%28Terminator%29" rel="nofollow">Skynet</a> be coded? </p>
<p>Thanks, MagicAndi</p>
<p><strong>Update</strong> </p>
<p>Answers so far:</p>
<ul>
<li>Brainfuck</li>
<li>Erlang</li>
<li>Python</li>
</ul>
<p>Please vote to reopen the question if you want to see more answers!!</p>