User BubbaT - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T02:09:53Z http://stackoverflow.com/feeds/user/29178 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/438272/lightweight-web-browser-windows 0 lightweight web browser ( Windows ). BubbaT 2009-01-13T08:07:14Z 2009-11-27T05:37:56Z <p>Using virtual desktops, there are over 100 tabs open in my firefox. I need something lightweight that I can use for various development activities ( for example to access the project management page ).</p> <p>Suggestions?</p> http://stackoverflow.com/questions/773818/distributed-projectmanagement-bug-tracking 0 Distributed ProjectManagement/Bug Tracking... BubbaT 2009-04-21T18:01:31Z 2009-11-26T21:42:08Z <p>Now that we have DSCMs, are there any Project Management / Bug Tracking tools that are distributed?</p> http://stackoverflow.com/questions/316132/what-ever-happened-to-aspect-oriented-programming 5 What ever happened to Aspect Oriented Programming? BubbaT 2008-11-25T01:53:22Z 2009-11-20T16:51:00Z <p>I remember in the early 2000's late 90s Aspect Oriented Programming was supposed to be the "Next Big Thing". Nowadays I see some AOP still around but it seems to have faded into the background. </p> http://stackoverflow.com/questions/994780/setting-affinity-in-multicore-x86-processors 3 Setting affinity in multicore x86 processors. BubbaT 2009-06-15T06:53:54Z 2009-11-17T09:35:11Z <p>( I ask because it was before serious SMP and multicore that I studied OS. I like to have some vision of how code is being executed. )</p> <p>If I have a multicore x86 CPU booting directly into my program. Can someone recommend a website which describes what assembler commands do I have to control affinity?</p> http://stackoverflow.com/questions/1597359/other-than-apl-what-programming-languages-result-in-exotic-looking-code 0 Other than APL, what programming languages result in exotic looking code? [closed] BubbaT 2009-10-20T21:15:20Z 2009-10-20T21:18:57Z <p>I have the urge to write some code that will have people passing by my desk and looking saying, "What the !@#$ is that?".</p> <p>The obvious candidate is APL, but I can't find a suitable compiler/interpreter. So can someone suggest a serious programming language which uses exotic looking code?</p> <p>Somethings to observe:</p> <ul> <li>I said exotic looking, not exotic. I plan on writing serious script level programms, so don't suggest something like Brainf***.</li> <li>I said exotic looking, not weird looking. So don't suggest languages that use wingding or smileys. Rather languages which use greek, latin, math symbol, arabic, kana etc.</li> <li>Free or at least enormously cheap.</li> </ul> http://stackoverflow.com/questions/1573887/nonrelational-databases-for-c 1 Nonrelational Databases for C++. BubbaT 2009-10-15T17:28:18Z 2009-10-15T17:37:16Z <p>I was thinking of starting a project that very clearly needs a persistent store. I was about to reluctantly decide on a RDBMS, when I came across an article which briefly mentions CouchDB. Seems some advancements in DB technology have happened since I last looked, so I thought I would ask here about databases before I got into it.</p> <p>Here are my criteria. ( I list the criteria again at the end, so if you want to skip the explanations just scroll down. )</p> <ol> <li><p>The project is open source and I will not be asking anything for it, so preferably the database is open source and free. Furthermore the software has to run on both Linux and Windows.</p></li> <li><p>There are parts of the project that have to be in C++. The project is not large enough code wise to justify using a second language. So basically the whole thing will be C++.</p></li> <li><p>This project will not have anything to do with the web, so preferably the database will not require the detritus of a web library.</p></li> <li><p>The objects I want to store fall into one of two categories: a basic object and a container object. The difference being objects which are containers will contain even more objects, ie: a parts of parts problem. I need a database that can handle such cases cleanly and efficiently.</p></li> <li><p>I also expect the schema to evolve rapidly, at least initially. I alse suspect that some of the old data simply will not fit into the new schemas. So I would like to keep different versions of the schema around. Win possible, I would like to be able to transform data in one to schema into another schema.</p></li> <li><p>For the application to work the way intended, people would have to exchange large chunks of database with each other. So I would want simple ways of importing and exporting data, which I could automate to some degree.</p></li> <li><p>Finally it would be nice if the database could in someway be simulated in unit tests.</p></li> </ol> <p>THose are my requirements. I have replicated them below to make it easier for people answering.</p> <h2>Thank you</h2> <p>Non Technical requirements 1. Open source preferably free. 2. Run on Windows and Linux</p> <ol> <li>Has a C++ interface.</li> <li>Is able to handle a non-web application, preferably without REST.</li> <li>Can handle a "parts of parts" problem fairly well. </li> <li>Can handle multiple indexes.</li> <li>Has sort of concept of schema version, can handle multiple schema versions, and can migrate tables from one schema to another.</li> <li>Should have a simple mechanism for move data from one instance of the database to another.</li> <li>Preferably has some mechanism for testing.</li> </ol> http://stackoverflow.com/questions/930375/video-courses-for-c 1 Video courses for C# BubbaT 2009-05-30T19:11:45Z 2009-10-07T16:34:27Z <h3>Duplicate</h3> <blockquote> <ul> <li><a href="http://stackoverflow.com/questions/155393/is-there-any-one-website-which-contains-many-good-c-screencasts">Is there any one website which contains many good C# screencasts?</a> <br /></li> <li><a href="http://stackoverflow.com/questions/100772/c-training-videos">C# Training videos</a> </li> </ul> </blockquote> <p><hr /></p> <p>So can anyone recommend a set of videos for learning C# preferably free ( in my experience the nonfree videos seem to lean moe towards shlock ), </p> <p>I understand that some universities are now using C# as their "101" language. Does any such university have videos in an open coursework series?</p> <p>PS: I am particularly interested in university courses. These are the ones most likely to have a long term ( 3-4 months ) structured approach aka a syllabus.</p> http://stackoverflow.com/questions/1464139/eclipse-is-there-a-reason-to-chose-it-over-emacs-or-vi 0 Eclipse, is there a reason to chose it over emacs or vi? BubbaT 2009-09-23T05:44:32Z 2009-09-23T13:28:30Z <p>As an old fart who has settled into using emacs whenever I can, I hear about Eclipse every so often.</p> <p>Is there any real reason to use Eclipse and give up all the knowledge of emacs and packages, plus the macros I wrote for it?</p> http://stackoverflow.com/questions/236107/what-online-video-based-courses-are-out-there 1 What online, video-based courses are out there? BubbaT 2008-10-25T08:33:34Z 2009-08-29T21:56:40Z <p>You have the Sussman lectures ( replicated at <a href="http://www.archive.org/details/MIT_Structure_of_Computer_Programs_1986" rel="nofollow">the wayback page</a> ) also the classes at as well as the videos that is in some of the courses at <a href="http://ocw.mit.edu/OcwWeb/web/home/home/index.htm" rel="nofollow"> MIT's OCW site</a>.</p> <p>So does anyone know any videos courses out there. I mean serious courses, not simply things like Google Tech Talks ( which are nice too but not what I'm looking for ).</p> <p>[EDIT] Made title more specific</p> <p><strong>Similar to</strong> <a href="http://stackoverflow.com/questions/119238/what-are-your-favorite-cs-video-lectures">http://stackoverflow.com/questions/119238/what-are-your-favorite-cs-video-lectures</a></p> http://stackoverflow.com/questions/1101084/what-makes-a-good-technical-book-good/1101253#1101253 0 Answer by BubbaT for What makes a good technical book 'good'? BubbaT 2009-07-09T00:25:59Z 2009-07-09T00:25:59Z <p>Before anything you need to see Philip Greenspun's exsperiences writing a book <a href="http://philip.greenspun.com/wtr/dead-trees/story" rel="nofollow">The book behind the book behind...</a> explains quite a bit about publishing.</p> http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/236138#236138 233 Answer by BubbaT for What is your best programmer joke? BubbaT 2008-10-25T09:09:55Z 2009-07-08T09:32:14Z <p>Told by Gerald Weinberg in various incarnations:</p> <p>A group of ten top software engineers is sent to a class for aspiring managers. The teacher walks in and asks this question:</p> <p>"You work for a software company which develops avionics (software that controls the instruments of an airplane). One day you are taking a business trip. As you get on the plane you see a plaque that says this plane is using a beta of the software your team developed. Who would get off?"</p> <p>Nine developers raised their hands. The teacher looked at the tenth and asked, "Why would you stay on?"</p> <p>The tenth said, "if my team wrote the software, the plane would not get off the ground, much less crash."</p> http://stackoverflow.com/questions/819937/generating-a-list-of-events-in-a-delphi-bcb-project 0 Generating a list of events in a Delphi/BCB Project. BubbaT 2009-05-04T12:44:55Z 2009-06-25T23:19:13Z <p>I would like to generate a list of events and methods assigned to them in a given BCB project. Is there a way to do this?</p> http://stackoverflow.com/questions/543755/are-you-concerned-about-multicore/994618#994618 0 Answer by BubbaT for Are you concerned about multicore? BubbaT 2009-06-15T05:46:12Z 2009-06-15T05:46:12Z <p>No. I feel that multicore will make a significant difference in certain areas of programming but will barely affect other areas. After a while the areas it does will absorb it and encapsulate it and the hype will barely touch the other areas.</p> http://stackoverflow.com/questions/938518/c-c-goto/938549#938549 4 Answer by BubbaT for C/C++ goto BubbaT 2009-06-02T08:47:22Z 2009-06-02T08:47:22Z <p>For a simple answer, instead of forcing compilers to do real stupid stuff, learn good programming practices.</p> http://stackoverflow.com/questions/919693/microsoftless-c-development-system-for-windows 1 Microsoftless C# development system for Windows BubbaT 2009-05-28T07:53:36Z 2009-05-29T05:23:03Z <p>If you were given a new computers with Windows ( XP or Vista ) and had to install a development system for C# which used as little as it could of stuff created at Microsoft, how would you do it?</p> <p>PS: I want to make clear ( since it seems I initially didn't ), I do not mean an IDE. I mean a system. Suppose I install XP or Vista without installing .Net.</p> <p>What "components" ie compilers, runtimes and libraries do I have to install to make develop in C# and how can i do it using as few Microsoft products as I can.</p> http://stackoverflow.com/questions/792040/fstream-replace-portion-of-a-file/792061#792061 1 Answer by BubbaT for fstream replace portion of a file BubbaT 2009-04-27T02:11:31Z 2009-04-27T02:11:31Z <p>AFAIR ios::out only specifies the file is for output and ios:binary only specifies the files is binary. The default behaviour for a stream is to create a new file and overwrite the old file. If you want to modify an existing file you must open the file with the ios::app flag.</p> <p>ATM I cannot check my references so be sure to double check, but I felieve that is accurate.</p> http://stackoverflow.com/questions/782375/which-is-more-popular-currently-by-recent-install-base-svn-or-cvs/784495#784495 1 Answer by BubbaT for Which is more popular (currently, by recent install base) SVN or CVS? BubbaT 2009-04-24T04:14:56Z 2009-04-24T04:14:56Z <p>To be honest, SVN was supposed replace CVS, but it's branching model is very close to VSS, and thus total shit.</p> <p>If I was given an option between CVS and SVN I would chose CVS. </p> <p>The good thing is that you have other choices. At the time I started to configure my personal setup, I chose mercurial because I felt that git was not yet ready on Windows.</p> <p>If you can I would try to steer the bosses to mercurial or git. If they aren't happy with those then I hear that BitKeeper or Clearcase would also be good alternatives ( but don't have experience with them ) but they are expensive, and BitKeeper has a wakadoo writing it's license.</p> http://stackoverflow.com/questions/782387/printing-without-printers/782519#782519 2 Answer by BubbaT for Printing Without Printers? BubbaT 2009-04-23T16:28:28Z 2009-04-23T16:28:28Z <p>If it is Windows there are several utilities like <a href="http://sourceforge.net/projects/pdfcreator/" rel="nofollow">PDFCreator</a> which create virtual printers that allow you to print to PDF.</p> <p>I believe linux has such utilities too, but I can't name them.</p> http://stackoverflow.com/questions/778716/how-can-i-make-emacs-start-up-faster/778861#778861 1 Answer by BubbaT for How can I make emacs start-up faster? BubbaT 2009-04-22T19:40:43Z 2009-04-22T19:40:43Z <p>I would have to check my customization, but there is a package called gnuserve or emacsclient. It migrates a lot so you will have to google for it.</p> <p>It runs one emacs session in the background. Any further sessions of emacs are essentially just new frames of that session. One advatage is quick startup times for your later sessions.</p> http://stackoverflow.com/questions/778802/c-header-file-that-declares-a-class-and-methods-but-not-members/778826#778826 3 Answer by BubbaT for C++ Header file that declares a class and methods but not members? BubbaT 2009-04-22T19:34:54Z 2009-04-22T19:34:54Z <p>Google "pimple idiom" or "handle C++".</p> http://stackoverflow.com/questions/671995/finding-the-current-row-in-delphis-tdbgrid 2 Finding the current row in Delphi's TDBGrid BubbaT 2009-03-23T01:44:58Z 2009-03-23T16:30:39Z <p>Is there a way of finding out which row is current in a TDBGrid?</p> http://stackoverflow.com/questions/626338/how-to-maintain-production-and-developer-database 0 How to maintain production and developer database? BubbaT 2009-03-09T13:58:11Z 2009-03-09T14:22:08Z <p>How would you maintain separate production anddeveloper databases when working on one machine, which you can toggle transparently? I've seen some close subjects but none of them seem to match.</p> http://stackoverflow.com/questions/581093/what-oss-programmers-do-agile-programming 4 What OSS programmers do Agile programming? BubbaT 2009-02-24T09:33:55Z 2009-02-26T14:41:16Z <p>What OSS programmers and projects out ( if programmer then list both ) there actively use Agile methods? if they only use some Agile methods, can you list the methods they are using?</p> <p>I don't mean obscure projects, I mean projects a person is likely to have heard of, eg the Linux Kernel, emacs, gcc,... ,</p> http://stackoverflow.com/questions/581049/sqlite-prepared-statements-how-to-debug/581102#581102 0 Answer by BubbaT for sqlite prepared statements - how to debug BubbaT 2009-02-24T09:38:01Z 2009-02-24T09:38:01Z <p>Don't know sqlite all that well, but the actual query might be logged or you might be able to flip a switch to get it to be logged.</p> http://stackoverflow.com/questions/58640/great-programming-quotes/581027#581027 4 Answer by BubbaT for Great programming quotes BubbaT 2009-02-24T09:08:49Z 2009-02-24T09:08:49Z <p>Late but I'll try. Jon Bentley had one column composed of many quotes, but one sticks in my mind. IIRC it was from 1976.</p> <p>"Use four digits. A new millenium is coming."</p> http://stackoverflow.com/questions/580814/whats-your-favorite-lightsource-when-programming/580981#580981 0 Answer by BubbaT for What's your favorite lightsource when programming? BubbaT 2009-02-24T08:52:12Z 2009-02-24T08:52:12Z <p>I would not use any light but I find that I cannot see my keyboard (Maybe because it's black). I use a florescent desk lamp with a swing arm. I find others too hot during summer. When Led lamps get cheap enough I might try one out.</p> http://stackoverflow.com/questions/563036/what-is-elegant-code/576017#576017 1 Answer by BubbaT for What is "elegant" code? BubbaT 2009-02-22T23:01:24Z 2009-02-22T23:29:02Z <p>This is a definition which assumes there is a ( coding ) problem that is to be solved by the code. Elegant code is code, that once a person is able to understand the problem, and understands the abstract part of the solution, which is written in such a way that once understood is obvious, but which the average programmer could not have written unless be had seen something similar before.</p> http://stackoverflow.com/questions/574613/how-to-come-up-with-a-fun-project-name/574642#574642 -2 Answer by BubbaT for How to come up with a fun project name? BubbaT 2009-02-22T09:24:13Z 2009-02-22T09:24:13Z <p>Save the cleverness for your design.</p> <p>Some of the names for project are not bad, but others are just stupid. You want a person who never before heard of your project to have a clear idea of what your project is about. Any name that does that is good, any name that does not do that is bad.</p> http://stackoverflow.com/questions/573623/powershell-vs-unix-shells/574444#574444 -10 Answer by BubbaT for PowerShell vs. Unix Shells BubbaT 2009-02-22T06:11:26Z 2009-02-22T06:11:26Z <p>Why would anyone want to use a proprietary tool from a software company that has a long tradition of being willing to screw over their customers and developer base if it gives them a chance to screw over their competitors?</p> <p>You don't have to learn all those Unix utilities. Perl was initially written to replace all of them. if like me you abhor Perl, Python and Ruby kept up the tradition.</p> http://stackoverflow.com/questions/573254/ethics-of-copying-20-lines-from-a-free-project/573857#573857 1 Answer by BubbaT for Ethics of copying 20 lines from a "Free" project BubbaT 2009-02-21T22:48:49Z 2009-02-21T22:48:49Z <p>I am too busy now to do detailed research on fair use. Besides you don't give us enough facts about the code. I would say the size portion of the fair use test is likely satisfied. Also use and and purpose as it sounds like your work is transformative not derivative. It also does not sound like you hurt the value of the original product. The rest you have to figure out yourself.</p> <p>So from an overall perspective: From an academic point of view, you cite the work, you make sure that the portion of your work that is from the taken work is clearly delineated.</p> <p>From a legal point of view, you are probably OK ( and I do emphasize probably ). In any event. I doubt the original writer would take action, if he ever found out which is unlikely.</p> http://stackoverflow.com/questions/1597359/other-than-apl-what-programming-languages-result-in-exotic-looking-code Comment by BubbaT on Other than APL, what programming languages result in exotic looking code? BubbaT 2009-10-21T04:36:18Z 2009-10-21T04:36:18Z I have two questions: What's an acceptance rate? What is a CW flag? http://stackoverflow.com/questions/1464139/eclipse-is-there-a-reason-to-chose-it-over-emacs-or-vi/1464170#1464170 Comment by BubbaT on Eclipse, is there a reason to chose it over emacs or vi? BubbaT 2009-09-23T13:28:13Z 2009-09-23T13:28:13Z How is the browsing differnt from using tags on emacs or vi? Are there other languages ( the scripting languages, C#, D etc. ) where Eclipse provides as much an advantage? http://stackoverflow.com/questions/1107285/programmer-desk/1107652#1107652 Comment by BubbaT on Programmer Desk BubbaT 2009-07-10T05:41:03Z 2009-07-10T05:41:03Z Still not showing up. http://stackoverflow.com/questions/1107285/programmer-desk/1107652#1107652 Comment by BubbaT on Programmer Desk BubbaT 2009-07-10T04:13:56Z 2009-07-10T04:13:56Z Ok. I don't know why my images aren't showing if some one can give me a hand? http://stackoverflow.com/questions/687/keyboard-for-programmers/3912#3912 Comment by BubbaT on Keyboard for programmers BubbaT 2009-07-09T05:44:13Z 2009-07-09T05:44:13Z For those who find it too lightweight, why not tape/glue washers to the underside to add weight? http://stackoverflow.com/questions/102714/what-was-your-first-home-computer Comment by BubbaT on What was your first home computer? BubbaT 2009-07-05T10:38:03Z 2009-07-05T10:38:03Z How do you add a photograph? http://stackoverflow.com/questions/102714/what-was-your-first-home-computer Comment by BubbaT on What was your first home computer? BubbaT 2009-07-05T10:36:52Z 2009-07-05T10:36:52Z If you google &quot;first home computer stackoverflow &lt;your computer&gt;&quot; you should see if your computer is on any of the pages so you can vote it up. http://stackoverflow.com/questions/930375/video-courses-for-c/930385#930385 Comment by BubbaT on Video courses for C# BubbaT 2009-05-30T19:37:05Z 2009-05-30T19:37:05Z Thanks. THey are on my list, but I am looking for something more structured. http://stackoverflow.com/questions/930375/video-courses-for-c Comment by BubbaT on Video courses for C# BubbaT 2009-05-30T19:28:44Z 2009-05-30T19:28:44Z Shlock? ( I am going to so piss off the ... ehmm ... fools in this forum. ) Anything written by Herb Schildt or Jesse Liberty. Almost everything with &quot;for Dummies&quot; in the title. ( There are a few good ones. ) Everything with &quot; in X days &quot; or &quot; in X hours &quot; in it. Everything with &quot;Unleashed&quot; in the title. Etc. Get the idea? http://stackoverflow.com/questions/919693/microsoftless-c-development-system-for-windows/919713#919713 Comment by BubbaT on Microsoftless C# development system for Windows BubbaT 2009-05-28T18:32:52Z 2009-05-28T18:32:52Z Because Microsoft products have a way of forcing people to stay with Microsoft products, even when they don't want to. http://stackoverflow.com/questions/919693/microsoftless-c-development-system-for-windows Comment by BubbaT on Microsoftless C# development system for Windows BubbaT 2009-05-28T18:18:07Z 2009-05-28T18:18:07Z I do, much of the time, but there are times when I am using a MS OS and would like to have a development system which does not tie me to a MS OS. http://stackoverflow.com/questions/783238/why-windows-7-isnt-written-in-c/783251#783251 Comment by BubbaT on Why Windows 7 isn't written in C#? BubbaT 2009-04-23T20:01:08Z 2009-04-23T20:01:08Z Yes. You are exagerating. From the code I have seen from Microsoft, &quot;slightly good&quot; would be stretching it. &quot;Perfectly good&quot; is an extreme exageration. http://stackoverflow.com/questions/773818/distributed-projectmanagement-bug-tracking/773875#773875 Comment by BubbaT on Distributed ProjectManagement/Bug Tracking... BubbaT 2009-04-21T20:23:14Z 2009-04-21T20:23:14Z When I asked I did not envision someone replying with a system that included it's own SCM. How does it compare with mercurial and git? In particular does it support branching mechanisms ( cloning the repository, local branching where a repository contains multiple branches)? http://stackoverflow.com/questions/773818/distributed-projectmanagement-bug-tracking Comment by BubbaT on Distributed ProjectManagement/Bug Tracking... BubbaT 2009-04-21T20:12:33Z 2009-04-21T20:12:33Z PS: Preferably one that works with mercurial. In the future I may move to git, so one that works with both mercurial and git would be doubly appreciated. http://stackoverflow.com/questions/58640/great-programming-quotes/58674#58674 Comment by BubbaT on Great programming quotes BubbaT 2009-02-24T09:01:19Z 2009-02-24T09:01:19Z That was Shakespeare? I thought it was Voltaire.