active questions tagged nostalgia - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T07:19:07Zhttp://stackoverflow.com/feeds/tag/nostalgiahttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/102714/what-was-your-first-home-computer93What was your first home computer?Adam Tegen2008-09-19T15:18:57Z2009-12-15T21:49:41Z
<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/1429749/are-there-still-basic-compilers-interpreters-that-use-line-numbers1Are there still BASIC compilers/interpreters that use line numbers?Workshop Alex2009-09-15T19:07:26Z2009-12-11T23:52:02Z
<p>When I learned to program, (30 years ago) I was using a ZX-81 which used <a href="http://en.wikipedia.org/wiki/Line%5Fnumber" rel="nofollow">line numbers</a> to label every line of code. The Sinclair QL I had next did support this too but also allowed the use of subroutines. The first GWBasic/ABasic interpreters also supported the use of line numbers instead of the "modern techniques" of the modern BASIC compilers. </p>
<p>Sample:</p>
<pre><code>10 IF X = 42 GOTO 40
20 X = X + 1
30 GOTO 10
40 PRINT "X is finally 42!"
</code></pre>
<p>Now, purely for some dumb nostalgic feeling that I want to feel by going back to my roots, I just wonder... Is there still some BASIC compiler or Interpreter that supports this (obsolete) line-numbering technique? One that is kept up-to-date with the more modern operating systems, that is...</p>
<p>(OS doesn't matter, although I would prefer for one that supports Windows Vista 64-bits.)</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/1542706/fellow-code-monkeys-regress0Fellow Code Monkeys...regress! [closed]MaSuGaNa2009-10-09T09:07:30Z2009-10-09T14:26:40Z
<p>I am trying to identify this game my g/f used to play and have spent several hours Googling her vague references to try and find out what it is. Now I'm approaching madness...please help!</p>
<p>When I asked her which of my many past consoles and puters she played it on (we're talking about 15 years ago here - yes I know I should have married her by now) she said "the big white box one" so that would be either my Amiga 1500 or a PC.</p>
<p>If possible please could you include a game screenshot/video link in your answer so I can show her and get a yay or nay. Many thanks to anyone who can help.</p>
<p>MaS.</p>
<p><em>The game was set on a grounded spaceship. The whole point of the game was to find the "inhibitor" which would be inserted into the control panel to get the ship going again. On your way around the spaceship you would bump into aliens of different strengths that you had to fight. Your health was topped up by either green or red injection in a syringe which were lying around on the floor. To enable you to enter different rooms you needed door passes which looked like floppy discs and were all different colours. I think you could get into a lift as well to get to different floors. There was a "Comms room". I cant remember what weapons you could use</em> </p>
http://stackoverflow.com/questions/922911/what-is-a-good-piece-of-low-cost-electronic-kit-for-programming6What is a good piece of low cost electronic kit for programming?Rob Kam2009-05-28T20:12:48Z2009-10-08T17:50:27Z
<p>Now that systems are so powerful, there doesn't seem to be anything like the fun challenge of trying to get the most out of some 8-bit micro and with less than 64kb memory. Is there something (that isn't an emulator) which can provide a similar experience?</p>
http://stackoverflow.com/questions/1277798/is-there-any-sort-of-programming-environment-that-runs-on-an-iphone7Is there any sort of programming environment that runs ON an IPhone?NoMoreZealots2009-08-14T13:17:49Z2009-09-03T14:29:49Z
<p>I'm just recalling the days when Radio Shack used to sell pocket computers. (Many moons ago, w/ only a few K of memory.) They had the ability to write small programs on Pocket computer. Maybe it's just nostalgic, but I alway thought that was handy. (Through the fog of my memory.) Is there any capability like that for an Iphone?</p>
<p>Edit:
I can kinda understand not allowing a like a GameBoy emulator on the App-store, it's kinda like saying your ok with people loading "ROMs" and could get them in trouble. When you start profitting from an Emulator the license holders get pissy, just think about "Bleem" and Sony. Sony buried those guys. I suppose Javascript is better than nothing. What about Java in a sandbox? Or if they want something they aren't afraid is going to cannibalise there market, a BASIC interpreter. </p>
http://stackoverflow.com/questions/705863/how-do-i-code-and-compile-an-amiga-application10How do I code and compile an Amiga application?Nick Bolton2009-04-01T14:46:34Z2009-07-27T20:54:02Z
<p>I would like to program an application for the Amiga, just for fun!</p>
<p>Please could someone post a step by step howto based on the following?</p>
<ul>
<li>Exactly what programming tools I should use, are there any already installed?</li>
<li>Am I limited to plain text editors, or are there IDEs and debugging tools available?</li>
<li>If no tools are already installed, how can this done? Are there free ones?</li>
<li>I'd like to learn a traditional Amiga language, could you reccomend one?</li>
<li>What should I use to compile the language you suggest?</li>
<li>Please could you suggest tools I may use to debug the suggested language?</li>
<li>Are there any libraries I should be aware of, such as GUI libraries?</li>
</ul>
<p>Some things to note...</p>
<ul>
<li>I'm running Workbench 3.1 from within the WinUAE emulator.</li>
<li>From Workbench, I can access files from my Windows hard drive.</li>
<li>I'd like to code and compile it from Workbench if possible.</li>
<li>I'm running WinUAE in A1200 mode, not sure if that matters.</li>
<li>There's an application already installed called MEmacs.</li>
<li>I know C++ and C# very well, maybe there's a similar Amiga language.</li>
<li>I'm aware that you can code with C and C++, but I want to learn a new language.</li>
</ul>
<h3>Update:</h3>
<p>I have <a href="#711632" rel="nofollow">answered my own question</a>, but please do contribute more answers as I intend on extending my answer. Thanks to all that have contributed so far, you've been very helpful!</p>
http://stackoverflow.com/questions/108014/old-computers-and-other-memorabilia-walk-down-memory-lane4Old Computers, and other Memorabilia ... Walk Down Memory Lanemattruma2008-09-20T12:16:39Z2009-07-10T14:59:39Z
<p>I've been in the computer industry for a <strong>long time</strong> ... and one of the ways I minimize my <strong>mid-life crisis</strong> is to collect old computers and software! I cut my programming and gaming teeth on these <strong>vintage</strong> computers. </p>
<p>I've managed to acquire some of the following computers: Commodore Pet, Commodore VIC 20, Commodore 64, Atari 800, Compaq Portable (weighs about as much as 20 laptops), IBM, as well as some old gaming systems from Atari, Intel and Coleco. I've also managed to get my hands on some old software like Windows 1.0, early versions of DOS, and some games I used to play, like Wasteland and Bard's Tale.</p>
<p>As developments teams get younger and younger, I sometimes think to myself, how good they have it! Now days there are only a handful of computer brands, and even then you really only have a couple of <strong>real</strong> OS environments, Windows, OSX, and Linux!</p>
<p>That aside, my company is moving to new offices next month, and I want to setup some of these old computers so my team can <strong>see</strong> some history in action.</p>
<p>I realize this is off-topic, and not really a programming question, but I could not think of a better place to solicit some feedback.</p>
<p>I'm interested in knowing if anyone else has this same <strong>quirk</strong> when it comes to collecting old computers, how you might display them in your office or work enviroment, and any other comments you may have!</p>
<p><strong>Additional Comments</strong></p>
<p>I usually have the most luck on ebay ... but would be interested in hearing where others have managed to locate old hardware and software. </p>
http://stackoverflow.com/questions/682326/whats-the-first-program-you-wanted-to-write-but-couldnt-finish2Whats the first program you WANTED to write but couldn't finish?Keith2009-03-25T16:15:11Z2009-05-28T20:54:13Z
<p>I was in 6th or 7th grade when I first started coding on an 8088 with DOS and Turbo C. </p>
<p>The first real program I ever wanted to write was a reminder app for DOS to use for a little business I came up with and I never finished it. </p>
<p>The idea was that the app would let you enter people, phone numbers, and details about what you should remind them of. The app would generate a daily list of people to call and what to say. I started on this but didn't get far, lost interest when trying to figure out how to save and load data from disk (I didn't have any programming books and no internet of course).</p>
<p>What was the first program you WANTED to write but couldn't finish? </p>
http://stackoverflow.com/questions/650351/your-first-c-compiler5Your first C compiler? [closed]Benji2009-03-16T13:08:25Z2009-03-17T03:30:43Z
<p>I was researching C compilers today, and was surprised to see that Watcom was still alive as <a href="http://www.openwatcom.org/index.php/Main%5FPage" rel="nofollow">OpenWatcom</a>.</p>
<p>I never got to play with the watcom compiler, but I always wanted to since it was known to "Generate better code than other compilers at the time" (1989).</p>
<p>The first C compiler I used was <a href="http://edn.embarcadero.com/article/20841" rel="nofollow">Turbo C v2</a>, from Borland. In fact it was a complete IDE for DOS. I also used <a href="http://www.delorie.com/djgpp/" rel="nofollow">DJGPP</a> a lot for MAME development until they moved to <a href="http://www.mingw.org/" rel="nofollow">mingw</a>.</p>
<p>Anyways, nostalgia kicked in, so what memories do you have of your first C compilers?</p>
<p>I'd love to see some ads if you have any! <a href="http://edn.embarcadero.com/article/20841" rel="nofollow">Here's one</a> I found for Turbo C.</p>
<p><img src="http://bruscella.dreamhosters.com/tc20ad.jpg" alt="alt text" /></p>