User abababa22 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T16:40:22Zhttp://stackoverflow.com/feeds/user/29200http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1011167/what-are-common-ui-misconceptions-and-annoyances/1012195#101219588Answer by abababa22 for What are common UI misconceptions and annoyances?abababa222009-06-18T11:38:21Z2009-11-08T12:37:53Z<p><strong>Unresponsive GUI thread</strong></p>
<p>I hate it when the GUI thread freezes. "This application is not responding..." </p>
<p>Please, do your intensive calculation or I/O in another thread, and keep the UI responsive!</p>
<p><hr></p>
<p>Some people scream at concurrent programming ("multithreading" in these strange days) and prefer unresponsive applications, fearing thread bugs.</p>
<p>But this is a false dichotomy - threading bugs are introduced by cretin threading models. Quoting Joe Armstrong, from <a href="http://www.info.ucl.ac.be/~pvr/sigcse2003panel.pdf" rel="nofollow">The Role of Language Paradigms in Teaching Programming</a> (.pdf):</p>
<blockquote>
<p>... Unfortunately, concurrent programming
has acquired a reputation of being
"difficult" and something to be
avoided if possible. I believe this is
a side-effect of the problems of
thread programming in conventional
operating systems using languages like
Java, C, or C++. In a concurrent
language like <strong><a href="http://en.wikipedia.org/wiki/Erlang%5F%28programming%5Flanguage%29#Concurrency%5Fand%5Fdistribution%5Foriented%5Flanguage" rel="nofollow">Erlang</a></strong>, concurrent
programming becomes "easy" and becomes
the natural way of solving a large
class of problems. ...</p>
</blockquote>
http://stackoverflow.com/questions/1189815/how-can-i-monitor-status-changes-of-windows-services-under-windows-xp2How can I monitor status changes of windows services under windows xp?abababa222009-07-27T18:30:07Z2009-09-16T05:30:35Z
<p>I'm trying to write a program in C, that can detect when some Windows services (aka. NT services) are started or stopped.</p>
<p>There seems to be a function <a href="http://msdn.microsoft.com/en-us/library/ms684276%28VS.85%29.aspx" rel="nofollow">NotifyServiceStatusChange</a>, but that's only available on Vista and Windows 7. I'm trying to do this on Win XP, so what's the best way? Is there any other than continuous polling?</p>
<p>edit:</p>
<p>Is anybody able to give answer in C? I'm also ok with C++, but I'd like to stay away from scripting.</p>
http://stackoverflow.com/questions/500602/os-x-terminal-meta-key-alt-functionality-at-the-same-time3OS X Terminal: Meta key + alt functionality at the same timeabababa222009-02-01T11:08:55Z2009-08-10T20:09:05Z
<p>Is there a way to use "alt/option" key as a meta key but still be able to use the key to make some characters which need it?</p>
<p>For example in my local keyboard layout:
@ is alt-2
\ is alt-shift-7
| is alt-7</p>
<p>etc. So if I set alt as meta key, I can't make those characters. On the other hand using "press esc, release esc, press a key" to make meta key sequences makes my hands hurt.</p>
<p>Any emacs users with international keyboards who have solved this, please give any tips you might have! :)</p>
<p>edit:
It appears that I can set alt as meta key and then add these kind of settings in inputrc: "\e2": "@" This works in bash shell but it still won't work with emacs though, so no good.</p>
http://stackoverflow.com/questions/918033/how-does-the-half-life-2-multiplayer-protocol-work/1221949#12219491Answer by abababa22 for How does the Half-Life 2 multiplayer protocol work?abababa222009-08-03T11:59:30Z2009-08-03T11:59:30Z<p>I suggest that you look into Quake 1-3 engines. They are available with source code. Half-life's protocol might be a bit different but most likely close enough.</p>
http://stackoverflow.com/questions/458900/free-software-for-windows-installers-nsis-vs-wix9Free software for windows installers: NSIS vs. WiX?abababa222009-01-19T19:47:41Z2009-08-02T19:30:39Z
<p>I'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend over the other and why?</p>
<p>Feel free to offer something else if you think it's better than these two.</p>
http://stackoverflow.com/questions/1177515/how-to-explain-differences-between-analog-and-digital-to-my-mother/1178118#11781180Answer by abababa22 for How to explain differences between analog and digital to my mother.abababa222009-07-24T14:38:10Z2009-07-24T14:38:10Z<blockquote>
<p>non-technical manner</p>
</blockquote>
<p>The practical difference is that you can always filter (a reasonable level of) noise out of digital signal, but analog degrades over time (all stages of sound processing, longer cables, copying a tape, etc.)</p>
<p>I don't see a point in non-technical explanation beyond this.</p>
http://stackoverflow.com/questions/1135186/whats-wrong-with-xor-encryption/1139239#11392391Answer by abababa22 for What's wrong with XOR encryption?abababa222009-07-16T17:55:02Z2009-07-16T17:55:02Z<blockquote>
<p>I'm just protecting against casual viewers</p>
</blockquote>
<p>As long as this assumption holds, your encryption scheme is ok. People who think that Internet Explorer is "teh internets" are not capable of breaking it.</p>
<p>If not, just use some crypto library. There are already many good algorithms like Blowfish or AES for symmetric crypto.</p>
http://stackoverflow.com/questions/461737/eidetic-memory-what-magic-numbers-you-still-remember/1133711#11337110Answer by abababa22 for Eidetic memory: What magic numbers you still remember?abababa222009-07-15T20:14:29Z2009-07-15T20:14:29Z<p>53266 - C64 Raster register, used for many cool graphics tricks</p>
http://stackoverflow.com/questions/1131303/best-professional-cv-editing-service-for-developer-in-the-uk/1131514#11315141Answer by abababa22 for Best professional CV editing service for developer in the UKabababa222009-07-15T13:48:43Z2009-07-15T13:48:43Z<p>Just make it yourself:</p>
<ul>
<li>Write your name first with a big font (they'll have it printed out so make yours easy to find in a stack of papers)</li>
<li>Short personal and contact info (name, dob, etc.)</li>
<li>Your key skills shortly. (what are the things you do best, your most marketable skills)</li>
<li>Jobs held in reverse order each followed by a very short description.</li>
<li>Education </li>
<li>Language skills</li>
<li>Longer listing of technologies, skills etc.</li>
</ul>
<p>If you don't have any visual skill, read for example <a href="http://rads.stackoverflow.com/amzn/click/1566091594" rel="nofollow">The Non-Designer's Design Book</a>.
Keep it under 2 pages. Short and simple will get you into interviews. It's not a movie script of your life. </p>
<p>These principles recently got me over 50% rate of getting contacted by companies which I applied to. I don't know if that's good of bad, but at least I'm very soon starting in a new job. :)</p>
http://stackoverflow.com/questions/1111155/what-exactly-is-the-halting-problem/1111202#11112020Answer by abababa22 for What exactly is the halting problem?abababa222009-07-10T18:27:29Z2009-07-10T18:27:29Z<p>Assume that you write an algorithm that can check any arbitrary piece of code and tell if it halts.</p>
<p>Now give your algoritm itself to check.</p>
http://stackoverflow.com/questions/743319/why-isnt-the-d-language-picking-up/1109157#11091574Answer by abababa22 for Why isn't the 'D' language picking up?abababa222009-07-10T12:03:17Z2009-07-10T12:03:17Z<p>My guess is that D is positioned as a "better C++", but C++ is good enough and has huge inertia, so D is not going to be big.</p>
<p>For higher level coding you already have a lot better languages than either C++ or D.</p>
http://stackoverflow.com/questions/1096009/carbon-vs-aqua-vs-cocoa-emacs-builds/1103914#11039140Answer by abababa22 for Carbon vs. Aqua vs. Cocoa Emacs buildsabababa222009-07-09T13:30:50Z2009-07-09T13:30:50Z<p>I'm using Carbon Emacs myself and I'm moving to Cocoa port of GNU Emacs when it's released. I think that there isn't a big difference between them. I can think of some though:</p>
<ul>
<li>"Cocoa" Emacs is "real" GNU Emacs instead of a fork like Carbon Emacs, so if you want to stay up to date and use the latest version, Cocoa version is always available from GNU CVS.</li>
<li>Carbon Emacs includes some elisp packages that are not included in GNU Emacs. There's a <a href="http://homepage.mac.com/zenitani/emacs-e.html" rel="nofollow">list</a> available.</li>
<li>Cocoa port is version 23 while Carbon is 22. There might be some issues with this regarding elisp compatibility etc.</li>
</ul>
<p>I would also stay away from Aquamacs. It's GUI seems too mouse oriented. yuck :)</p>
http://stackoverflow.com/questions/1103519/what-is-the-worst-source-control-you-have-used/1103591#11035911Answer by abababa22 for What is the worst source control you have used?abababa222009-07-09T12:38:12Z2009-07-09T12:38:12Z<p>CVS</p>
<p>I have used only CVS, SVN and Git, so while I don't believe that CVS is the worst one out there, it's the worst one I have used.</p>
http://stackoverflow.com/questions/1098303/what-makes-scalas-operator-overloading-good-but-cs-bad/1098568#10985680Answer by abababa22 for What makes Scala's operator overloading "good", but C++'s "bad"?abababa222009-07-08T14:49:06Z2009-07-08T14:49:06Z<blockquote>
<p>However, it wouldn't seem to be qualitatively different to the operator overloading in C++, where as I recall operators are defined as special functions.</p>
</blockquote>
<p>AFAIK, There is nothing special in operator functions compared to "normal" member functions. Of course you only have a certain set of operators that you can overload, but that doesn't make them very special.</p>
http://stackoverflow.com/questions/1096682/what-kind-of-c-is-an-operating-system-written-in/1096725#10967252Answer by abababa22 for What kind of C is an operating system written in?abababa222009-07-08T08:06:39Z2009-07-08T08:12:35Z<blockquote>
<p>I mean, in C, if you needed some heap memory, you would call malloc. But, does an OS even have a heap? As far as I know, malloc asks the operating system for memory and then adds it to a linked list, or binary tree, or something. What about a call stack?</p>
</blockquote>
<p>A lot of what you say in your question is actually done by the runtime library in userspace. </p>
<p>All that OS needs to do is to load the program into memory and jump to it's entry point, most details after that can be done by the user space program. Heap and stack are just areas of the processes virtual memory. Stack is just a pointer register in the cpu.</p>
<p>Allocating physical memory is something that is done on the OS level. OS usually allocates fixed size pages, which are then mapped to a user space process.</p>
http://stackoverflow.com/questions/1091751/what-is-your-recommended-emacs-lisp/1091944#10919443Answer by abababa22 for What is your recommended Emacs Lisp?abababa222009-07-07T12:07:41Z2009-07-07T12:07:41Z<ul>
<li>Obviously <a href="http://www.emacswiki.org/emacs/OrgMode" rel="nofollow">org-mode</a> and <a href="http://www.emacswiki.org/emacs/RememberMode" rel="nofollow">remember-mode</a>.</li>
<li><a href="http://www.emacswiki.org/emacs/HighlightParentheses" rel="nofollow">Highlight-parentheses</a></li>
</ul>
http://stackoverflow.com/questions/1046597/java-good-libraries-and-what-they-are/1089468#10894680Answer by abababa22 for (Java) Good Libraries and What they are.abababa222009-07-06T22:18:47Z2009-07-06T22:18:47Z<h2><a href="http://www.zentus.com/sqlitejdbc/" rel="nofollow">SQLiteJDBC</a></h2>
<p>Java JDBC driver for SQLite. It runs using either a native code library 100% Pure Java driver based on NestedVM emulation.</p>
http://stackoverflow.com/questions/969699/low-machine-level-blogs/1087954#10879541Answer by abababa22 for "Low [Machine] Level" Blogsabababa222009-07-06T16:35:24Z2009-07-06T16:35:24Z<p><a href="http://www.pagetable.com/" rel="nofollow">pagetable.com</a> discusses some interesting retro low level stuff.</p>
http://stackoverflow.com/questions/1078399/convert-pdf-to-readonly-in-browsers/1078427#10784271Answer by abababa22 for Convert PDF to ReadOnly in browsersabababa222009-07-03T08:47:33Z2009-07-03T08:47:33Z<p>Any files that the user views are loaded to their computer. This included all images, pdf files, html whatever.</p>
<p>If you want to prevent downloading of the pdf, there are Flash and Java based pdf viewers. They show the content to the user, but user doesn't get the pdf file.</p>
http://stackoverflow.com/questions/526707/major-vs-minor-upgrade-in-windows-installer1Major vs. Minor upgrade in windows installerabababa222009-02-08T23:56:00Z2009-06-30T03:00:42Z
<p>Is there any reason not to set up the install so that major upgrade is always done and productcode changed?</p>
<p>I find that supporting different kinds of installs needs more code, and "repair" install seems to work easier with major upgrade. Also the application that needs to be installed is not very big, thus there is no need for "service packs" or patch installers.</p>
http://stackoverflow.com/questions/38461/what-can-software-developers-do-to-be-more-green/1059322#1059322-2Answer by abababa22 for What can software developers do to be more "green"?abababa222009-06-29T16:51:36Z2009-06-29T20:25:05Z<p>(deleted off topic, borderline inflammatory spam)</p>
http://stackoverflow.com/questions/1054672/every-language-was-created-for-a-specific-purpose/1054700#105470010Answer by abababa22 for "Every language was created for a specific purpose"abababa222009-06-28T10:52:11Z2009-06-28T11:07:32Z<p>Just my opinions:</p>
<p><strong>C#</strong> - Microsoft wanted their own Java</p>
<p><strong>Haskell</strong> - research of pure functional languages</p>
<p><strong>Perl</strong> - text manipulation</p>
<p><strong>Python</strong> - readable scripting language</p>
<p><strong>Procedural languages</strong> - easy to compile for Von Neumann style architectures</p>
<p><strong>LISP & Functional languages</strong> - help with bottom-up software design</p>
<p><strong>Ruby</strong> - OO-Perl </p>
<p><strong>Lua</strong> - Embeddable scripting language</p>
<p><strong>C</strong> - Portable assembler</p>
<p><strong>C++</strong> - Portable assembler with objects</p>
<p><strong>Emacs Lisp</strong> - Scheme or CL didn't have enough performance at that time</p>
<p><strong>Pascal</strong> - Teaching programming. For some perverted reason people insisted using it for production software too.</p>
<p><strong>Assembly languages</strong> - Writing machine language and resolving JMP addresses manually on paper is tedious. (I've tried it)</p>
<p><strong>Power shell</strong> - replace BAT scripting</p>
<p><strong>PHP</strong> - for making internets</p>
<p><strong>Javascript</strong> - for making internets 2.0</p>
<p><strong>APL</strong> - to make obfuscated coding contests obsolete</p>
http://stackoverflow.com/questions/1051456/what-software-tools-cant-you-live-without/1051491#10514912Answer by abababa22 for What software tools can’t you live without?abababa222009-06-26T22:09:55Z2009-06-26T22:09:55Z<p><a href="http://www.gnu.org/software/emacs/" rel="nofollow">Emacs</a></p>
<p><a href="http://www.mozilla.com/en-US/" rel="nofollow">Firefox</a></p>
<p><a href="http://tortoisesvn.tigris.org/" rel="nofollow">Tortoise SVN</a></p>
<p><a href="http://winmerge.org/" rel="nofollow">Winmerge</a></p>
http://stackoverflow.com/questions/1050093/article-book-from-source-code-to-executable-program/1050160#10501600Answer by abababa22 for Article/book: from source code to executable program?abababa222009-06-26T17:00:09Z2009-06-26T17:00:09Z<p>Unfortunately I don't know about such an article but <a href="http://sourceware.org/binutils/docs-2.19/ld/index.html#Top" rel="nofollow">GNU linker manual </a>could answer some of your questions.</p>
http://stackoverflow.com/questions/1048142/where-to-make-source-code-publically-available/1048173#10481732Answer by abababa22 for Where to make source code publically availableabababa222009-06-26T09:19:54Z2009-06-26T09:19:54Z<p><a href="http://www.codeplex.com/" rel="nofollow">http://www.codeplex.com/</a> This is run by Microsoft, which should be a fine match with Silverlight.</p>
http://stackoverflow.com/questions/1047765/what-is-the-difference-between-dynamic-languages-and-functional-languages/1047927#10479272Answer by abababa22 for What is the difference between dynamic languages and functional languages?abababa222009-06-26T08:13:33Z2009-06-26T08:26:24Z<p>Dynamic typing and functional programming are independent concepts. You can have either, neither or both in a language.</p>
<p>Static typing means that types of objects are known at compilation time. In dynamic typing they are known at runtime.</p>
<p>Functional programming means programming style where computation is done by evaluating functions while avoiding state changes. (example: you use recursion instead of for-loops, because a loop would need changing of a counter variable, etc.) This helps to avoid bugs and makes concurrent programming easier. Pure languages require you to program in functional style, others just enable it.</p>
<p>Example languages:</p>
<pre><code>|----------------+---------+---------|
| | Dynamic | Static |
|----------------+---------+---------|
| Functional | LISP | Haskell |
| Not functional | PHP | Java |
|----------------+---------+---------|
</code></pre>
<p>Dynamic languages on the other hand are a broader concept. There is no exact definition, but usually <strong>the more features of the compiler are moved to the runtime, more dynamic the language is</strong>. This means that in dynamic languages you can usually evaluate expressions, change object structure etc. at runtime. </p>
http://stackoverflow.com/questions/548351/are-games-the-most-complex-impressive-applications/1044136#10441360Answer by abababa22 for Are games the most complex / impressive applications?abababa222009-06-25T14:03:11Z2009-06-25T14:03:11Z<blockquote>
<p>Are games the most complex / impressive applications?</p>
</blockquote>
<p>Complex? No</p>
<p>Impressive? Depends. There are many kinds of impressive.</p>
<p>For example in fault tolerance and correctness, it's probably code for medical or aerospace applications.</p>
<p>In scalability I'd say Google or Amazon.</p>
<p>But the thing that games excel in, is getting most performance out of the hardware that is available. With other applications there is usually a point where you have enough hardware power to not care about it, but in games you can always make better rendering, better AI, etc. So performance will be a high priority for the foreseeable future. In this category games are very impressive.</p>
http://stackoverflow.com/questions/1031197/which-language-to-choose-to-learn-the-basics-of-programming/1031251#10312511Answer by abababa22 for Which language to choose to learn the basics of programming?abababa222009-06-23T08:08:57Z2009-06-23T11:53:01Z<p>If you actually want to understand how computing works, read <a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">SICP</a>. It uses a language called Scheme, which won't get you a job though, but learning languages is not the hard part anyway.</p>
<p>edit:</p>
<p>If you just want to get doing web applications quickly, learn PHP. But consider studying the theoretical side of things at a later time anyway.</p>
http://stackoverflow.com/questions/1031194/what-is-cross-compiler-and-cross-platform/1031215#10312152Answer by abababa22 for what is cross compiler and cross platform ?abababa222009-06-23T08:01:56Z2009-06-23T08:01:56Z<blockquote>
<p>When people talk about cross platform it means the architecture of the CPU, i.e, X86 and X64 ? or the OS</p>
</blockquote>
<p>Both. It usually means sotfware that runs in a virtual machine or software that is compiled for each platform separately.</p>
<blockquote>
<p>UNIX doesn't have different flavours like 64 bit or 32 bit.</p>
</blockquote>
<p>It does. </p>
<blockquote>
<p>So if the program is compiled in x86 and msi file has been created on x64 will it run on both X64 and x86 or any one of ?</p>
</blockquote>
<p>If you target x86, amd64 will also run the code (in 32 bit mode). It shouldn't matter where you create the installer msi file.</p>
<p>Cross compiling means that the host and target platform are not the same. For example building windows software on a Linux computer.</p>
http://stackoverflow.com/questions/1024804/where-can-i-operate-a-pokerbot-and-other-games-legitimately/1024876#10248761Answer by abababa22 for Where can I operate a PokerBot (and other games) legitimately?abababa222009-06-21T22:21:13Z2009-06-21T22:21:13Z<p><a href="http://www.poker-academy.com/" rel="nofollow">Poker academy</a> has a bot API, and they run an online service for bots. It's commercial software though.</p>
http://stackoverflow.com/questions/918033/how-does-the-half-life-2-multiplayer-protocol-work/1219565#1219565Comment by abababa22 on How does the Half-Life 2 multiplayer protocol work?abababa222009-08-03T12:10:10Z2009-08-03T12:10:10Z"Now every player moves and fires independently on their own computer and communicates to the server what they have done." This is not true, at least in Half-life 1. The client is just able to run the same simulation locally to create illusion of zero lag, but server still gets control inputs normally, not the full state. The server also still has the final word about what's happening, so clients can't use this to "break the game rules"http://stackoverflow.com/questions/918033/how-does-the-half-life-2-multiplayer-protocol-work/918188#918188Comment by abababa22 on How does the Half-Life 2 multiplayer protocol work?abababa222009-08-03T12:02:06Z2009-08-03T12:02:06Z@nemo: HL2 is supposed to be mostly new code, but AFAIK some Quake engine code still exists in there. The network code is probably different though.http://stackoverflow.com/questions/918033/how-does-the-half-life-2-multiplayer-protocol-workComment by abababa22 on How does the Half-Life 2 multiplayer protocol work?abababa222009-08-03T11:58:11Z2009-08-03T11:58:11ZReadded the tag, because that's exactly what JtR seems to ask.http://stackoverflow.com/questions/34215/what-are-the-best-alternatives-to-notepad/34220#34220Comment by abababa22 on What are the best alternatives to notepad?abababa222009-07-28T09:49:32Z2009-07-28T09:49:32Z+1 for Notepad++ (even though I moved to Emacs since using it)http://stackoverflow.com/questions/1187740/my-coding-partner-doesnt-give-a-curly-brace-its-own-line-how-should-i-punish-hiComment by abababa22 on My coding partner doesn't give a curly brace its own line. How should I punish him?abababa222009-07-27T11:56:56Z2009-07-27T11:56:56ZHe's doing it right. You suck. :)http://stackoverflow.com/questions/1060366/how-long-should-it-take-a-senior-developer-to-solve-fizzbuzz-during-an-interview/1060857#1060857Comment by abababa22 on How long should it take a senior developer to solve FizzBuzz during an interview?abababa222009-07-14T06:30:05Z2009-07-14T06:30:05ZNice idea adding the tests too. Wrapping n % multiplier == 0 (which is perfectly readable if you know Java) is just dumb IMO, +1 anyway. :)http://stackoverflow.com/questions/1111155/what-exactly-is-the-halting-problem/1111221#1111221Comment by abababa22 on What exactly is the halting problem?abababa222009-07-10T18:39:26Z2009-07-10T18:39:26ZIf you truly solved it, I think you could do better than rentacoder.com. :)http://stackoverflow.com/questions/1096009/carbon-vs-aqua-vs-cocoa-emacs-builds/1103864#1103864Comment by abababa22 on Carbon vs. Aqua vs. Cocoa Emacs buildsabababa222009-07-09T13:39:50Z2009-07-09T13:39:50Z+1, Emacs is supposed to be modified to get the most power out of it. Vim is probably a better choice for "hostile computers".http://stackoverflow.com/questions/1103519/what-is-the-worst-source-control-you-have-used/1103591#1103591Comment by abababa22 on What is the worst source control you have used?abababa222009-07-09T13:05:17Z2009-07-09T13:05:17ZCVS wasn't actually that bad. It didn't present big problems with the projects we used it in at the time.http://stackoverflow.com/questions/45400/source-control-system-for-single-developer/45440#45440Comment by abababa22 on Source control system for single developerabababa222009-07-09T10:09:09Z2009-07-09T10:09:09ZI'd use a hosted SVN service and tortoise svn client.http://stackoverflow.com/questions/1098303/what-makes-scalas-operator-overloading-good-but-cs-bad/1098323#1098323Comment by abababa22 on What makes Scala's operator overloading "good", but C++'s "bad"?abababa222009-07-08T14:45:42Z2009-07-08T14:45:42Z+1, Operator overloading in C++ is good. For example it makes vector math a lot cleaner. Like with many C++ features, you should wield the power carefully.http://stackoverflow.com/questions/9545/who-in-the-software-world-do-you-admire-the-most/29695#29695Comment by abababa22 on Who in the software world do you admire the most?abababa222009-07-07T19:06:35Z2009-07-07T19:06:35Z+1 Thanks to Linus we are already using a free OS instead of still waiting for Hurd kernel to be released. :)http://stackoverflow.com/questions/1088387/what-specific-productivity-gains-does-vim-emacs-provide-over-gui-text-editorsComment by abababa22 on What specific productivity gains does vim/emacs provide over GUI text editors?abababa222009-07-06T20:04:28Z2009-07-06T20:04:28Z@Yoooder: Why do people keep whining about community wiki questions? I didn't find any rule governing community wikis.http://stackoverflow.com/questions/1088387/what-specific-productivity-gains-does-vim-emacs-provide-over-gui-text-editors/1088429#1088429Comment by abababa22 on What specific productivity gains does vim/emacs provide over GUI text editors?abababa222009-07-06T19:18:30Z2009-07-06T19:18:30ZIf you do have a slow connection, I'd suggest using Emacs and Tramp.http://stackoverflow.com/questions/1055999/what-to-learn-lisp-or-ocaml-or/1058807#1058807Comment by abababa22 on What to learn? Lisp or OCaml or...?abababa222009-07-02T06:27:41Z2009-07-02T06:27:41Z"Haskel and Erlang (and Scheme?) are close-universe systems, in that everything must be created using libraries written in them." You can link C libraries to Haskell code.