• Klimax (unregistered) in reply to Jim the Tool
    Jim the Tool:
    Roby McAndrew:
    I think the clue is the lack of source control. Who needs it when Word has revision control built in? The version history travels with the document !

    (Ducks)

    The real WTF is that source control wasn't mentioned in the interview. When you are asked, "do you have any questions", one of the questions you should ask is, "what version control system do you use?". This lets you judge two things straight away: 1) if they have version control at all (and if they don't, it's a negative sign which may contribute to a "no thanks" to any job offer); 2) whether they are stuck in the 1990s and don't use a distributed version control system (like bzr or hg).

    Sorry, TRWTF is distributed version control in any other setting but large open source project with large number of contributors. You'd think that people would learn from trying to shoehorn any new shiny nonsense everywhere even if it is not good fit and replacing the other technology which might be deemed by some "obsolete", but which is more appropriate.

  • Zatapatique (unregistered)

    Don't forget that Word can do translations from one language to another!

  • Evan (unregistered) in reply to Klimax
    Klimax:
    Sorry, TRWTF is distributed version control in any other setting but large open source project with large number of contributors.
    Rebuttal:
    1. Distributed VCS is at worst "fine" in most heavily-centralized contexts. Even there the "distributed" portion can be a great help if anyone ever travels for instance, and see #3. Sure you probably won't see many benefits, and there are potential problems like having to break up a large unified repository to use... actually pretty awful support for things like submodules. I'm not saying it's for everyone, but using a DVCS in a centralized environment barely measures on the WTF scale.

    2. Even if you don't grant me #1, I strongly feel that dropping the "large" qualifiers in your statement is called for, and that DVCS is a significant advantage for any open source project. (At least any where you actually care if people use or work on it.) IMO, DVCS dramatically lowers the entrance cost for people who want to work on your project. If (as a user) you have some little feature you want to add, DVCS makes it trivial to keep your modifications under version control while still tracking upstream changes (while you are getting the feature ready to push/after a push is rejected/if your feature isn't really general-purpose) because that's what it does. Without a DVCS, any modification that's more than one commit becomes far harder for anyone to do who doesn't have commit rights to the repository.

    3. Even if you don't care about the "D" part of DVCS, you can use it largely like a centralized VCS and pick up a bunch of benefits that are incidental to the "D" part. Git and Hg are much faster than Subversion at many operations. Git in particular supports some features that I think are really awesome, like git add --patch and the index more generally. (I actually love --patch so much I wrote a script that tries to approximate it for Subversion, though it's far from perfect and Git's works much better.)

  • Mr. Information (unregistered)

    I hope I won't be talking out of school if I reveal that one of the largest payroll companies in southern California uses a boatload of vi macros as the IDE for its all-C code base. I have no objections to vi, but these countless spaghetti macros are so integral to the development process that coding cannot proceed without them, and moving to a real IDE would probably be a nightmare process.

  • (cs)

    Most of the places that I've worked, you can be terminated for using Design View in Visual Studio, nevermind this...

  • (cs) in reply to ubersoldat
    ubersoldat:
    If they were using a SCV it wouldn't work with Word documents.

    heh

  • ¯\(°_o)/¯ I DUNNO LOL (unregistered) in reply to faoileag
    faoileag:
    Endless rows like 100 PRINT "blah blah blah...", but since the printer was of course printing in a fixed-width font I managed to produce some ten or so nicely formatted pages of documentation without too much fiddling :-)
    It's a little easier if you add a teensy bit of code... 10 read a$ 20 if a$="" then end 30 lprint a$ 40 goto 10 1000 data It was a dark and stormy night... 59999 data ""
  • (cs) in reply to Klimax
    Klimax:

    Sorry, TRWTF is distributed version control in any other setting but large open source project with large number of contributors. You'd think that people would learn from trying to shoehorn any new shiny nonsense everywhere even if it is not good fit and replacing the other technology which might be deemed by some "obsolete", but which is more appropriate.

    Have you used a DVCS? If so, do you actually know how to use it?

    For me sane merging makes it a must have for all projects (even solo ones). There's a tiny learning curve to using one (which Joel Spolsky has helped with thanks to his hg init site), but that's to be expected. Problem is jumping into Hg/Git/Bzr with the SVN mindset (which will get you lost quick).

    Last place I worked at they jumped from Source Safe (which makes CVS look awesome) to Hg. We had 4 devs working (locally) on the same embedded project (only about 60K lines code, so plenty of potential for steeping on each others' feet). Sometimes we'd have around 8 branches (since forking off to work on a feature in isolation is trivial) and we never had an issue merging changes. Most would work with no manual intervention, and those that required manual intervention were easily handled. Of course that should come as no surprise (since they are designed around distributed use with many users).

    I'd love to hear some cases where a DVCS causes overhead not present in a traditional system (not disk space or processor etc, I mean workflow overhead). A company a friend works at is still on SVN and they have full on merge days and weeks to try and sort out their codebase when they are trying to get a release together.

    With a DVCS I'd never think twice about branching and I never did anything silly outside of the version control (like I have done in the past for experimental changes.. or getting around VSS's locking). I can always back out my changes, or leave an orphaned branch.. if they are promising I could push to a single teammate to take a look at or test etc. Easy and flexible.

  • anonymous (unregistered) in reply to ¯\(°_o)/¯ I DUNNO LOL
    ¯\(°_o)/¯ I DUNNO LOL:
    faoileag:
    Endless rows like 100 PRINT "blah blah blah...", but since the printer was of course printing in a fixed-width font I managed to produce some ten or so nicely formatted pages of documentation without too much fiddling :-)
    It's a little easier if you add a teensy bit of code... 10 read a$ 20 if a$="" then end 30 lprint a$ 40 goto 10 1000 data It was a dark and stormy night... 59999 data ""
    You could do that, yeah, but I fail to see how it makes it easier in any significant way. You only save typing a few quote marks, and that's assuming the variant of BASIC allowed you to use unquoted strings as DATA.
  • (cs) in reply to Peter
    Peter:
    I worked with a experienced engineer, who felt that Word 2.0 was the best way to write CPLD code. He'd write the code in one color, the comments in another and the compiler directives in a third color.

    Of course, the .doc file would not compile as written. First, the text was exported as a .rtf file. Next, he ran a complex script that used the text color as a cue to format the commands correctly. Finally, he ran the resultant source file into the CPLD compiler.

    I was going to ask if the "Biff" in the featured article was the same as "B1FF". But then I saw this and decided it doesn't really matter anymore. Because your engineer is a whole 'nother level below the "Biff" in the article...

  • ¯\(°_o)/¯ I DUNNO LOL (unregistered) in reply to fa2k
    fa2k:
    There are some good arguments for using proportional fonts: they are easier to read, though I still use a monospace font myself
    Back in the early '90s I worked on some adware that was for Buick. So I set my IDE font to Eras, which Buick used in their advertising back then. I used hard tabs for indentation. Of course I was working on the Mac version... the PC guys back then were still using Turbo Pascal 6 on DOS. Fonts? You can have 8x8 or 8x12!
  • (cs) in reply to dubbreak
    dubbreak:
    Last place I worked at they jumped from Source Safe (which makes CVS look awesome) to Hg.

    ...

    (like I have done in the past for experimental changes.. or getting around VSS's locking).

    So you compare Hg to VSS, then admit that you don't know how easy it is to set up concurrent checkouts. Granted that VSS does suck, but most complaints about it do come from people not knowing how to configure it.

  • Dominic (unregistered)

    Steps for correctly configuring VSS:

    1. Open the Add/Remove Programs Window
    2. ???
    3. Success!
  • (cs) in reply to HiddenWindshield
    HiddenWindshield:
    JAPH:
    Did Dan want to feel superior by referencing the Capgras Delusion?

    Almost certainly.

    JAPH:
    The Capgras Delusion is the belief that someone has been replaced by a double. It has nothing to the feelings "Jim" was experiencing; even the phrase "Jim couldn't help feeling like a bit of an impostor" is too weak for Capgras.

    I think he was shooting for the "Dunning-Kruger effect" and missed.

    Possibly the impostor syndrome.

  • (cs) in reply to Dominic
    Dominic:
    Steps for correctly configuring VSS: 1. Open the Add/Remove Programs Window 2. ??? 3. Success!

    Pretty much. But it just annoys me when people complain about things that they are mistaken about.

  • (cs) in reply to chubertdev
    chubertdev:
    dubbreak:
    Last place I worked at they jumped from Source Safe (which makes CVS look awesome) to Hg.

    ...

    (like I have done in the past for experimental changes.. or getting around VSS's locking).

    So you compare Hg to VSS, then admit that you don't know how easy it is to set up concurrent checkouts. Granted that VSS does suck, but most complaints about it do come from people not knowing how to configure it.

    I honestly didn't know it was possible. I came into VSS from having used CVS and SVN. The guy managing software at the time claimed concurrent checkouts weren't possible, and I didn't look any further into it. VSS 'database' corruption is a huge WTF. Or is there some data integrity feature you can turn on that's not on by default?

  • saveddijon (unregistered)

    Happened to me too.

    In 1999 I was on a contract with a group that wrote all of their source code (Verilog for ASIC design) in FrameMaker.

    Ya know - so they could embed tables and figures in the comments.

    A macro was defined to save as text so the simulator could parse the result, but the golden files were FrameMaker binaries, and that's what was checked into RCS.

  • (cs) in reply to chubertdev
    chubertdev:
    Dominic:
    Steps for correctly configuring VSS: 1. Open the Add/Remove Programs Window 2. ??? 3. Success!

    Pretty much. But it just annoys me when people complain about things that they are mistaken about.

    So according to Microsoft Copy-Modify-Merge was new in VSS 2005. We were using VSS 6 which only had the Lock-Modify-Unlock model.

    They claim VSS 2005 uses the same DB though I find that doubtful since you have to select Copy-Modify-Merge vs Lock-Modify-Unlock at creation.. I guess it means you can continue using your vss6 Lock-Modify-Unlock database with the new client.

    The particular product is somewhat beside the point. They were working within the constraints of locking source control system when they could have easily moved to one of the many free client-server or distributed revision control systems. The only barrier being a slight learning curve.

  • (cs) in reply to dubbreak
    dubbreak:
    chubertdev:
    dubbreak:
    Last place I worked at they jumped from Source Safe (which makes CVS look awesome) to Hg.

    ...

    (like I have done in the past for experimental changes.. or getting around VSS's locking).

    So you compare Hg to VSS, then admit that you don't know how easy it is to set up concurrent checkouts. Granted that VSS does suck, but most complaints about it do come from people not knowing how to configure it.

    I honestly didn't know it was possible. I came into VSS from having used CVS and SVN. The guy managing software at the time claimed concurrent checkouts weren't possible, and I didn't look any further into it. VSS 'database' corruption is a huge WTF. Or is there some data integrity feature you can turn on that's not on by default?

    Ahhh, that was your first mistake. You took someone else's word for it. :P

    Regarding the corruption, someone else had the proper fix for that: "Uninstall"

  • (cs) in reply to dubbreak
    dubbreak:
    chubertdev:
    Dominic:
    Steps for correctly configuring VSS: 1. Open the Add/Remove Programs Window 2. ??? 3. Success!

    Pretty much. But it just annoys me when people complain about things that they are mistaken about.

    So according to Microsoft Copy-Modify-Merge was new in VSS 2005. We were using VSS 6 which only had the Lock-Modify-Unlock model.

    They claim VSS 2005 uses the same DB though I find that doubtful since you have to select Copy-Modify-Merge vs Lock-Modify-Unlock at creation.. I guess it means you can continue using your vss6 Lock-Modify-Unlock database with the new client.

    The particular product is somewhat beside the point. They were working within the constraints of locking source control system when they could have easily moved to one of the many free client-server or distributed revision control systems. The only barrier being a slight learning curve.

    Yeah, timing might also have something to do with it. I wasn't the VSS admin, but around 2006-2007, we were using that and used concurrent checkouts pretty easily. Feels like a lifetime ago, though.

    But yeah, using something else is definitely better. TFS was leaps and bounds above VSS. We use SVN here at the place that I've been working for about 10 months, and I do miss automated testing, builds, and deployment that came so easily with TFS. Then again, I don't do any of that here (hooray for a bigger pond), so it doesn't really matter to me in this case.

  • Romojo (unregistered)

    Come on now, we've all done this a little. I remember getting some code from someone in an email, cutting, pasting into the editor (possibly Eclipse) and then wondering why it didn't like the single quotes. After ten minutes of staring I noticed a tiny difference in the two single quotes. Two types of single quotes...

    Capthca ... feugiat. I shouldn't have had the curry last night...

  • anonymous (unregistered) in reply to Romojo
    Romojo:
    Come on now, we've all done this a little. I remember getting some code from someone in an email, cutting, pasting into the editor (possibly Eclipse) and then wondering why it didn't like the single quotes. After ten minutes of staring I noticed a tiny difference in the two single quotes. Two types of single quotes...

    Capthca ... feugiat. I shouldn't have had the curry last night...

    That sounds like a problem with the editor. It's pretty obvious what you wanted.

  • (cs) in reply to chubertdev
    chubertdev:

    Yeah, timing might also have something to do with it. I wasn't the VSS admin, but around 2006-2007, we were using that and used concurrent checkouts pretty easily. Feels like a lifetime ago, though.

    But yeah, using something else is definitely better. TFS was leaps and bounds above VSS. We use SVN here at the place that I've been working for about 10 months, and I do miss automated testing, builds, and deployment that came so easily with TFS. Then again, I don't do any of that here (hooray for a bigger pond), so it doesn't really matter to me in this case.

    Might have something to do with it? That's management speak for, "I was wrong, but don't want to admit it." Concurrent checkout was introduced in VSS 2005, but you assumed since the version you were using had it ALL versions must have had it claiming I was wrong and annoyed that I was complaining about something not true. What I was using didn't have it. Taking a coworker's word for it was hardly a wtf either. You can't double check all your team members' claims, and the claim it didn't have concurrent checkouts didn't raise a single bs flag since the tool was so poor compared to the other tools I had used to date (first of which was CVS on either AIX or Solaris). Had it been a false claim it wouldn't have changed the need to move from it to something better.

    The weirdest thing I remember about VSS6 is that they were installing the client from an Office 2000 pro disc (I swear). It was some MS product that was NOT Visual Studio. Maybe Access? Something to do with licensing maybe? Plenty of IT WTFery in that place, most often to save pennies.

    There are plenty of solutions to automated builds and testing. We used an Atlassian product(s) (forget what it's called) with Hg which had some other nifty features (tied in well with the bug system, showed useful info in Visual Studio etc). I can't speak to how it compares to TFS since they were too cheap to run TFS. It did the job and didn't require much maintenance (if any) to continue running.

    Low maintenance was good since the developers had to maintain the build server and bug track server entirely. IT wouldn't touch it. They wouldn't do windows updates (another wtf that not all machines were managed centrally), wouldn't do backups (though we could point backups at a NAS), nothing. I suppose they were putting their foot down on more work, of course they then decided it was a good server to put a Windows VM on for the marketing guy (who ran a Mac but needed access to windows, but not via bootcamp or parallels or fusion though). The server was situated in R&D (not the server closet) so when the marketing guy's windows instance froze, instead of going to IT (that'd take too long), or figuring out how to restart a VM, he walked into R&D (forbidden land) and physically power cycled the computer by holding down the power button.

    Which reminds me the Atlassian bug tracking software doesn't handle unexpected power cycles without manual intervention (or at least didn't at that time.. I'd hope they've fixed that since then). One point against Atlassian on that.

    The blame fell on IT (since servers should be in the server room), not marketing for touching something they were explicitly told they weren't allowed to touch (all computers and equipment in R&D were off limits to all non-R&D staff). Of course IT didn't want to put it in the server closet because that would imply they had to manage and maintain it. IIRC it ended up in an IT person's office so it was out of reach of marketing, but not in the sacred server closet. The long term plan being to virtualize the physical machine to one of the big servers in the closet (which I wouldn't be surprise if it still hasn't happened).

  • (cs) in reply to dubbreak
    dubbreak:
    Might have something to do with it? That's management speak for, "I was wrong, but don't want to admit it." Concurrent checkout was introduced in VSS 2005, but you assumed since the version you were using had it ALL versions must have had it claiming I was wrong and annoyed that I was complaining about something not true. What I was using didn't have it. Taking a coworker's word for it was hardly a wtf either. You can't double check all your team members' claims, and the claim it didn't have concurrent checkouts didn't raise a single bs flag since the tool was so poor compared to the other tools I had used to date (first of which was CVS on either AIX or Solaris). Had it been a false claim it wouldn't have changed the need to move from it to something better.

    So you fault me for making an assumption, and then make an even crazier one yourself? ahahahahahahahaha

  • Joey (unregistered) in reply to Peter
    Peter:
    I worked with a experienced engineer, who felt that Word 2.0 was the best way to write CPLD code. He'd write the code in one color, the comments in another and the compiler directives in a third color.

    Of course, the .doc file would not compile as written. First, the text was exported as a .rtf file. Next, he ran a complex script that used the text color as a cue to format the commands correctly. Finally, he ran the resultant source file into the CPLD compiler.

    As our organization had long ago made the transition to XP (under which Word 2.0, not surprisingly, does not run), he kept a special machine loaded with Win95, on which he ran his editing system. As this machine wasn't networked, the source code had to be transferred to the system on which the CPLD compiler ran by USB key.

    I wish I was kidding. I actually saw this and had to work on his code, when he left on a two week summer vacation. There was nothing wrong with his code, the guy was a good engineer. He just had this desire to make everything more intricate and complex than it needed to be. Job enrichment, I guess.

    I ended up exporting his source .doc files as .txt and editing them in either vim or Visual Slickedit, something with an automatic syntax formatter for Verilog. I made some progress on the project. When he returned, he was annoyed. The boss seemed to be willing to let me continue to work on the project. The Word 2.0 afficianado left shortly afterwards, leaving us the legacy of a great tale...

    It's a common trait in (even very capable) engineers. You can't see the simple solution for the joy of the complex one. Over-engineering is pretty much as old as engineering itself....possibly even more so.

    Side note vaguely related to overengineering: My car can route the Air Con/Heater through the cup holders "to keep your drinks at a nice temperature". I'm guessing that plowing aircon temp air on a cold drink ain't gonna actually keep it at a pleasant drinking temperature. Although it's possible this was a feature thought up by a salesman (I'm guessing there's a lot of schmucks who would think this sort of thing works), I can't help but think it's an engineer that's too clever for his own good....

  • Mick (unregistered) in reply to MP79
    MP79:
    I remember writing my first code on a C64 basic prompt, my second on an Acorn basic prompt, my third on a BBC basic prompt, my 4th in notepad for Borland C compiler, my 5th in notepad for Java lessons at university, it was only when I actually needed a large codebase for my final year project that I started using an IDE. Now at work with everything in an IDE, I look back at myself and laugh. Good for training the eye on errors rather than letting the IDE do it for you mind.
    Ditto except I'm not quite that old. Also go vi via a terminal.....
  • Sus (unregistered) in reply to QJo
    QJo:
    ObiWayneKenobi:
    There's really no excuse for typing code in Word unless you are writing an article or paper or something and show code examples. I use minimal text editors for writing quick things when I don't really care about compiling and just want syntax highlighting, but this sounds like Biff is just an idiot. I think something had to have been left out of the story because it reads like he would write code in Word, and then copy it into Visual Studio? That doesn't even make any sense why you would do that, as Word doesn't give you syntax highlighting (to my knowledge) unless you manually go and change the font color of keywords, obviously it has no Intellisense, it won't tell you if your code will actually compile...

    Now I have seen people write sample code in say a Word doc and give to someone as an example of what could be done (although I always find plain ol' .txt to be better) but this reads like he's actually writing code that is supposed to be compiled in Word for some reason.

    Either this lost something in the anonymization process, Biff is totally clueless and a moron to boot, or Jim missed some crucial thing here (maybe the code Biff sent wasn't meant to be used as-is but more an example) but this story as it reads is too far-fetched.

    "There's really no excuse for typing code in Word ..." Stop right there.

    Dead right. $\LaTeX$ is far superior (if you ignore its colossal disk space footprint).

    And Visual Studio's disk footprint is any better? Besides, who cares! With terabyte disks, I'm sure you can spare a gig (LaTeX) or ten (Visual Studio)

  • (cs) in reply to chubertdev
    chubertdev:

    So you fault me for making an assumption, and then make an even crazier one yourself? ahahahahahahahaha

    What was the crazier assumption? That it didn't have concurrent checkout? That assumption was correct (at the time).

    Basically you go on a diatribe because I was wrong and so many people are wrong about VSS not supporting concurrent checkout and shouldn't ignorantly complain about something that is wrong. In reality VSS didn't support concurrent checkout until the final version.

    Instead of, "Hey I learned something new. Now I'll know the facts next time a VSS debate comes up." You try to turn it back on me because your ego is hurt.

    Sorry you are butthurt. This is the internet, you might be wrong and people might point it out.

  • Biff (unregistered)

    You're really missing out, people.

    All you need to do is run docx2txt.pl from your Makefile, then you're all set to compile, guys!

    http://docx2txt.sourceforge.net/

    Think of it as a preprocessor pass that turns human readable code into machine readable code.

  • Dominic (unregistered) in reply to dubbreak

    xkcd-someone-is-wrong-on-the-internet.png

  • Duty Calls (unregistered) in reply to Dominic

    Aren't you coming to bed?

  • Diogenes (unregistered)

    I remember writing the help for a system we were working on in Word Perfect 5, Then writing a macro to add the correct bibs and bobs to create sql to put it into the database which linked the compiled program to the help system (had access to internal database documentation for LANSA for the AS400). Fun when you had only 10 variables to use .

    As LANSA also stored the source code in a database I quickly learned it was quicker to write code in WP 5 ( & then 5.1 ) on my PC, run a slightly modified macro to create the correct sql to put the code into the db and then execute the compiler (which converted to RPG III and compiled that) oh what fun. Then when VB1 was introduced wrote a syntax highlighting IDE that I connected to the db improved productivity no end as the LANSA editor was only green on black.

    Having said that, I know someone who wrote a comms program in Excel (for dos) macros as that was the only programming environment he could use on an otherwise locked down machine.

  • Norman Diamond (unregistered) in reply to ObiWayneKenobi
    ObiWayneKenobi:
    There's really no excuse for typing code in Word unless you are writing an article or paper or something and show code examples.
    Visual Studio 2005 wouldn't allow input of some characters from the keyboard. Fortunately it could store resource files (.rc) in Unicode so I could tell Visual Studio to display the plain text code of the .rc file, use Wordpad for editing, and use the mouse to copy and paste to Visual Studio ... sometimes. Sometimes that didn't work either, so I had to tell Wordpad to save the file as a .txt file, and rename it to .rc.

    We had used the Windows control panel to add a bunch of keyboard layouts, and we looked at charts of what a Polish keyboard looked like and what a Russian keyboard looked like, etc. But when we pressed a key, Visual Studio interpreted it as a shortcut hotkey and performed some action instead of inputting it into the file.

    Visual Studio 6 was worse. It could compile .rc files that were already in Unicode, but it couldn't edit such files. So we always had to use Wordpad to edit those files.

  • Norman Diamond (unregistered) in reply to Peter
    Peter:
    As our organization had long ago made the transition to XP (under which Word 2.0, not surprisingly, does not run), he kept a special machine loaded with Win95, on which he ran his editing system. As this machine wasn't networked, the source code had to be transferred to the system on which the CPLD compiler ran by USB key.
    How did he get USB keys working in Windows 95? I could use a USB keyboard and mouse with Windows 95 OSR 2.1, but not storage.

    Windows 98 Second Edition + drivers from USB vendors + only putting one partition on a USB disk could use USB disks. USB keys came out a while after that.

  • (cs) in reply to Biff
    Biff:
    You're really missing out, people.

    All you need to do is run docx2txt.pl from your Makefile, then you're all set to compile, guys!

    http://docx2txt.sourceforge.net/

    Think of it as a preprocessor pass that turns human readable code into machine readable code.

    That would work for your code, maybe. But it wouldn't work for Peter's co-worker's code, which generated different syntax based on text color.

    I have to say, that's the worst idea I ever heard. Just imagine this exchange: "Well, there's your problem right there, dope! You colored it 'forestgreen' instead of 'green'. What are you, color blind?"

  • (cs) in reply to Coyne
    Coyne:
    Biff:
    You're really missing out, people.

    All you need to do is run docx2txt.pl from your Makefile, then you're all set to compile, guys!

    http://docx2txt.sourceforge.net/

    Think of it as a preprocessor pass that turns human readable code into machine readable code.

    That would work for your code, maybe. But it wouldn't work for Peter's co-worker's code, which generated different syntax based on text color.

    I have to say, that's the worst idea I ever heard. Just imagine this exchange: "Well, there's your problem right there, dope! You colored it 'forestgreen' instead of 'green'. What are you, color blind?"

    +1. QFT

  • ozcoder (unregistered)

    Well I worked in a 'team' of coders 'programming' in php. Firstly, OOP was severely frowned upon. Secondly, the method of coding handed down to all the new generation coders was to use a (non-free) text editor, and use object dumps at various points of code for 'debugging'.

    Seriously I had to pair program at a colleague's machine on many occasions with him working through hours of object dumping, pleading with said colleague to take it to my machine to run through the debugger using break points and variable watches. The answer was always 'no no', the problem is in here somewhere...

    And yes, I too used Visual Studio for said php 'programming' (I quote that because I don't see php as real programming) using an IDE extension so I had breakpoints, code highlighting, intellisense, object watches, refactoring etc.

  • (cs) in reply to Norman Diamond
    Norman Diamond:
    How did he get USB keys working in Windows 95? I could use a USB keyboard and mouse with Windows 95 OSR 2.1, but not storage.

    Windows 98 Second Edition + drivers from USB vendors + only putting one partition on a USB disk could use USB disks. USB keys came out a while after that.

    I can't speak to W95, but I had a 256MB USB key that worked with W98SE. You had to install the drivers first, naturally.

  • Clemb0t (unregistered) in reply to Peter

    Yikes. Not only a special machine, but Win95 with USB support.

    It was rare to actually see that work... it was only possible with OEM version 2.1 or higher (AKA Win95B or Win95C). Retail copies were never supported.

  • anonymous (unregistered) in reply to Norman Diamond
    Norman Diamond:
    Peter:
    As our organization had long ago made the transition to XP (under which Word 2.0, not surprisingly, does not run), he kept a special machine loaded with Win95, on which he ran his editing system. As this machine wasn't networked, the source code had to be transferred to the system on which the CPLD compiler ran by USB key.
    How did he get USB keys working in Windows 95? I could use a USB keyboard and mouse with Windows 95 OSR 2.1, but not storage.

    Windows 98 Second Edition + drivers from USB vendors + only putting one partition on a USB disk could use USB disks. USB keys came out a while after that.

    If you had a name-brand USB storage device, you could usually go to their website and download drivers for Win98.

  • Evan (unregistered) in reply to dubbreak
    dubbreak:
    I'd love to hear some cases where a DVCS causes overhead not present in a traditional system (not disk space or processor etc, I mean workflow overhead).
    Centralized systems do have one significant advantage. If you have a number of loosely-connected components, many people won't need to check out the whole thing. However, there will be times where some revision of Component A needs a particular revision of Component B, or you need to update both components simultaneously, etc.

    Subversion makes this really easy: you just stick everything into one big repository, and things just work. (Well, they work as well as Subversion works anyway.)

    Git or Mercurial behave really badly with huge repositories like that, so you have to break it up. And I can't speak to Hg, but in the Git world you then have to decide whether you just use a disconnected set of repositories, git submodules, git-subtree, some manual tree-based merge strategy, etc., and all of those have various tradeoffs in terms of what they are good and bad at, and none of theme are even as close to as smooth a workflow as putting everything in one repo.

    I'm the same person who posted a defense of DVCS shortly after the original comment, so don't get me wrong -- I'd probably use Git for everything if it were up to me. But coordination across repos is, IMO, a problem that is far from convincingly solved.

  • Peter (unregistered) in reply to anonymous
    anonymous:
    Norman Diamond:
    Peter:
    As our organization had long ago made the transition to XP (under which Word 2.0, not surprisingly, does not run), he kept a special machine loaded with Win95, on which he ran his editing system. As this machine wasn't networked, the source code had to be transferred to the system on which the CPLD compiler ran by USB key.
    How did he get USB keys working in Windows 95? I could use a USB keyboard and mouse with Windows 95 OSR 2.1, but not storage.

    Windows 98 Second Edition + drivers from USB vendors + only putting one partition on a USB disk could use USB disks. USB keys came out a while after that.

    If you had a name-brand USB storage device, you could usually go to their website and download drivers for Win98.

    I've tried very hard to forget the entire experience, so I'm not sure about Win95 vs Win98 vs Win95++. I think it was USB keys, adding a custom driver would have been his style, but it could very well have been 3.5 inch
    floppies.

  • Uncle Al (unregistered) in reply to EuroGuy
    EuroGuy:
    I do know an example of the opposite, a PhD student who wrote his entire dissertation with the Turbo Pascal editor.

    Which sounds more sane than coding in word.

    I can sort of see this -- I wrote an entire PhD dissertation in vi, as well as writing user documentation and training slides in vi at my first job.

    Of course, if one does something like this you hope they're using some member of the TeX family (as was I).

  • Bob Smith (unregistered)

    I code html in Notepad. Some people at work think that's odd, but I memorised the tags and know exactly what the code is doing. Unfortunately, I can't say the same for people who use WYSIWYG html editors and don't really understand what the code is doing.

    If you are programming, you should know the keywords, typical structures etc of whatever language you are programming in.

  • The Crunger (unregistered) in reply to skotl
    skotl:
    Franky:
    faoileag:
    Endless rows like 100 PRINT "blah blah blah...", but since the printer was of course printing in a fixed-width font I managed to produce some ten or so nicely formatted pages of documentation without too much fiddling :-)
    That does not make any sense at all ... if you can write basic why cant you just write it in a txt-or similar file ... and in case you can't print from that you still can write a loop and go through the lines in basic instead of putting everything in a print-statement directly...

    It's possible (tho unlikely in the early 90s - 80s possibly?) that the machine did not have any kind of text editor and that, like a C64 or BBC Micro, the only way to iteratively generate anything was to write a BASIC prog via the inline editor / command prompt.

    Oh wow, this thread caused memories to come streaming back in.

    Back when BASIC was a language used by people who wanted or could learn how to program, it was not really practical to generate lower-case characters.

    ALL CAPS was not considered shouting at the time -- that was just how computers talked. If you really had to have a lower-case character, you could force BASIC to emit the necessary EBCDIC code.

    Then, I was introduced to another language called FORTRAN. You had to use a text editor in order to create FORTRAN code, and that was a gateway drug that led to many new experiences, the least of which was the brave world of lower and mixed-case output.

  • (cs)
    Biff was a Something-Something-Level 3

    Are we sure this isn't Biff The Understudy from Baldur's Gate?

  • Norman Diamond (unregistered) in reply to The Crunger
    The Crunger:
    ALL CAPS was not considered shouting at the time -- that was just how computers talked.

    Then, I was introduced to another language called FORTRAN. You had to use a text editor in order to create FORTRAN code, and that was a gateway drug that led to many new experiences, the least of which was the brave world of lower and mixed-case output.

    WTF? There was NO SUCH THING as a text editor when FORTRAN was invented.

    The reason each statement had the FORTRAN statement in columns 7 to 72, continuation characters in column 6 of continuation cards for a statement that didn't fit in a single card, an optional statement number in columns 1 to 5 for a statement that was a destination of GOTO or a FORMAT statement, a letter C in column 1 for a comment, and ignored stuff in columns 73 to 80 that could be used for sequence numbers to sort a dropped deck, was that you had to use a KEYPUNCH in order to create FORTRAN code.

    Those were the days when "REAL PROGRAMMERS CODE IN PEN" meant what it said. Those who considered themselves incompetent coded in pencil. Either way, the next thing they did was take the pieces of dead trees on which they had coded their programs to a KEYPUNCH and poked holes in other pieces of dead trees.

    I made fewer bugs in those days. Although a code review by self while reading self's bug ridden paper and punching them into cards is less effective than a code review by another programmer, it's better than nothing. When I read it back and noticed I was punching garbage into the cards, I punched the cards into the garbage, fixed my program, and proceeded to punch something more likely to work.

    BASIC was invented for beginners who had trouble learning FORTRAN.

  • the legendary gibbon (unregistered) in reply to The Crunger
    The Crunger:
    Back when BASIC was a language used by people who wanted or could learn how to program, it was not really practical to generate lower-case characters

    Three issues. On low end systems,

    a) Sometimes they omitted lower case letters from the character generation ROMs to save money. b) On low resolution displays, lower case letters looked like crap. c) The lower case letters qjgp have a drop which requires an extra scan line.

    The developers of unix though, they used lower case as a mark of class, to lord above the unwashed with their crappy cheap display terminals, or clutch my pearls, a TV with a display converter.

  • Jibble (unregistered) in reply to Chris Angelico
    Chris Angelico:
    Pete:
    Nowadays, I prefer glorified plaintext editors (sublime text or notepad++) over full IDE's such as visual studio, eclipse, etc.

    With macros/plugins all of them support the needed functionality anyway (as does vim or emacs); but it feels more productive for me, and less constrained towards a specific toolkit/language/approach as the IDEs.

    Ditto. My setup is "editor with one-key invocation of make, and keep the makefile up in one of the tabs". Currently that editor is SciTE, but that could be switched out for any of a large number of editors.

    Oh, and 42 terminal windows or so. To me, a GUI is a system for laying out terminals so I can find the one I want...

    Real men don't need debuggers, right?

  • Jibble (unregistered) in reply to The Crunger
    The Crunger:
    Back when BASIC was a language used by people who wanted or could learn how to program, it was not really practical to generate lower-case characters.

    Back then people used TVs as displays and lower case looked crap in 8x8 fonts with no descenders.

    Lower case only became practical when IBM started using

    The Crunger:
    ALL CAPS was not considered shouting at the time -- that was just how computers talked. If you really had to have a lower-case character, you could force BASIC to emit the necessary EBCDIC code.

    There's and old saw about when "user friendly" meant lower case error messages.

Leave a comment on “An IDE Impostor”

Log In or post as a guest

Replying to comment #:

« Return to Article