User Jason L - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T11:29:45Zhttp://stackoverflow.com/feeds/user/35616http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/273299/how-do-you-pull-yourself-out-of-a-programming-slump/273786#27378616Answer by Jason L for How do you pull yourself out of a programming 'slump'?Jason L2008-11-07T22:02:18Z2009-11-27T04:26:45Z<p>First, someone suggested you get a physical. Do so for sure. It's amazing how much a change in our body's chemistry can effect our overall attitude toward things. Your slump might actually be a physical issue.</p>
<p>Second, exercise is always a good idea. It's hard to maintain your spark for anything if your body is breaking down around you. While human beings do age, most of the effect we associate with "aging" are actually caused by "wasting." Focus equally on cardio workouts and muscle building.</p>
<p>Third, <em>get enough sleep</em>. Don't think that all-nighters are what defined you as a "passionate" programmer. What you could be feeling is the result of years of neglect.</p>
<p>Remember when I said it's amazing how your body can effect your attitude? If your passion for programming was causing you to hurt yourself through sleeplessness (which amounts to self-abuse) then it's in your body's best interest to make sure your energy flags by the end of the day so you get in bed. It's a basic survival mechanism build into us at the lowest level: maintain equilibrium.</p>
<p>Finally, every person I know with this sort of passion for programming (myself included) are actually fascinated by problem solving. Chances are you've done the equivalent of going to the gym 5 days a week and only doing curls. It's time to work some new muscles.</p>
<p>You need to start engaging in problem solving in entirely new areas. Work the same general part of your brain but do it in new ways. Personally, I love studying psychology, abstract mathematics, and sociology.</p>
<p>By giving your love for problem solving a more rounded workout, you'll start to grow new "muscle" from the stimulation and suddenly you'll look at programming in a new way.</p>
http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible209Defend PHP; convince me it isn't horribleJason L2008-11-21T16:16:42Z2009-10-12T22:04:02Z
<p>I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP.</p>
<p>So I'm genuinely curious. What am I missing? What makes PHP a good language?</p>
<p>Here are my reasons for disliking it:</p>
<ul>
<li><p>PHP has inconsistent naming of built-in and library functions. Predictable naming patterns are important in any design. </p></li>
<li><p>The PHP developers constantly deprecate built-in functions and lower-level functionality. A good example is when they deprecated pass-by-reference for functions. This created a nightmare for anyone doing, say, function callbacks.</p></li>
<li><p>A lack of consideration in redesign. The above deprecation eliminated the ability to, in many cases, provide default keyword values for functions. They fixed this in PHP 5, but they deprecated the pass-by-reference in PHP 4!</p></li>
<li><p>Poor execution of name spaces (formerly no name spaces at all). Now that name spaces exist, what do we use as the dereference character? Backslash! The character used universally for escaping, even in PHP!</p></li>
<li><p>Overly-broad implicit type conversion leads to bugs. I have no problem with implicit conversions of, say, float to integer or back again. But PHP (last I checked) will happily attempt to magically convert an array to an integer.</p></li>
<li><p>Poor recursion performance. Recursion is a fundamentally important tool for writing in any language; it can make complex algorithms far simpler. Poor support is inexcusable.</p></li>
<li><p>Functions are case insensitive. I have no idea what they were thinking on this one. A programming language is a way to specify behavior to both a computer and a reader of the code without ambiguity. Case insensitivity introduces much ambiguity.</p></li>
<li><p>PHP encourages (practically requires) a coupling of processing with presentation. Yes, you can write PHP that doesn't do so, but it's actually easier to write code in the incorrect (from a sound design perspective) manner.</p></li>
<li><p>PHP performance is abysmal without caching. Does anyone sell a commercial caching product for PHP? Oh, look, the designers of PHP do.</p></li>
</ul>
<p>Worst of all, PHP convinces people that designing web applications is easy. And it does indeed make much of the effort involved much easier. But the fact is, designing a web application that is both secure and efficient is a very difficult task.</p>
<p>By convincing so many to take up programming, PHP has taught an entire subgroup of programmers bad habits and bad design. It's given them access to capabilities that they lack the understanding to use safely. This has led to PHP's reputation as being insecure.</p>
<p>(However, I will readily admit that PHP is no more or less secure than any other web programming language.)</p>
<p>What is it that I'm missing about PHP? I'm seeing an organically-grown, poorly-managed mess of a language that's spawning poor programmers.</p>
<p>So convince me otherwise!</p>
http://stackoverflow.com/questions/673785/how-do-you-involve-people-that-dont-want-what-you-are-making/674015#6740154Answer by Jason L for How do you involve people that don't want what you are makingJason L2009-03-23T16:11:29Z2009-03-23T16:11:29Z<p>I'm here with bad news for you, so I hope you can take some constructive and highly-realistic advice. ;)</p>
<p>First off, I applaud what you're trying to do.</p>
<p>Excel spreadsheets are great for simple tracking, for playing with the numbers, and as a platform for <em>communicating</em> data to others. On the other hand, using spreadsheets as a form of long- or even short-term data storage is a terrible idea for a myriad of technical and social reasons that your employers <em>do not care about</em>.</p>
<p>You need to face one truth immediately: there is nothing you can do to make them care about these issues. If easy access, better security/stability, or flexibility were important to them they wouldn't even have their current methodology.</p>
<p>So you need to change your approach, and the first step to doing it is abandoning your hopes for a moment where their faces light up and they just "get it". If you're telling them that the change is necessary and they're trusting you on that fact (even if grudgingly) then that's all you need.</p>
<p>It's no different than trusting your mechanic when he says you need a new part installed in your car. Are you happy about the expense? Of course not. The work you're doing and the subsequent retraining <strong>is an expense</strong>.</p>
<p>To address the other half of your question: you want them to be more involved, more proactive, in providing you with their "wants" regarding a new system. You want them to "think about what they need and how they work" and provide you with ideas about features.</p>
<p>I have bad news again. They won't and it's mostly because they can't.</p>
<p>They. Don't. Know. What. They. Need.</p>
<p>The truth is, the hardest part of most systems is the design, not the coding. And the hardest part of most designs is the interface. Design is <strong>a hard job requiring special knowledge and skill sets</strong>.</p>
<p>Do not treat design as the byproduct of coding. It's the other way around. Learn that well and learn it now. Almost anyone can learn to hack some code together. I've always felt my business card should say software <strong>DESIGNER</strong>.</p>
<p>Think of it this way. You hire a home decorator to come in and spruce up your living area. So the decorator comes in and starts grilling you for ideas on what you want the place to look like. Would that work well?</p>
<p>If you knew how to make your place look nice, if <em>you</em> had the ideas, why would you need the home decorator?</p>
<p>A good decorator would observe your living arrangement and how your carry about your daily business at home. He or she would make note of the way you've currently decorated, thus learning your general taste.</p>
<p>Then without your direct input, the decorator would put together an overall design. And only then would the decorator ask for customer input.</p>
<p>You need to do the exact same thing. For example, you know they like the spreadsheets. Well, what do we know about spreadsheets? They're dead-simple for data entry. They're very responsive (no waiting involved). They provide a very simple mental model through which to understand the data. They require no logins or authentication.</p>
<p>In other words, a spreadsheet gets out of the way and lets the person work.</p>
<p>Your new system, I would assume, is going to have a web interface that's far less direct, will require authentication of some sort ("I have to remember a password now?!"), will lag in response time, etc.</p>
<p>In other words, your new system will remove everything they <em>like</em> about the current system.</p>
<p>So you have to win them over in other ways. So figure out what <em>frustrates</em> them about excel, and how you can avoid that in your system. Figure out what data they have to manually enter into this log that you can automatically derive and enter in the new system.</p>
<p>In other words, you're going to make some things harder on them with the new system, that's unavoidable and you shouldn't be in denial about it. Your system will be better organized and cleaner; well what's easier, keeping your room tidy or letting it go to mess?</p>
<p>So with that reality in mind, find every single part of their tasks that you can optimize out so that your new system is a <em>net</em> gain. If you do that, they'll lose the grousing within a week or two and come to like the new system.</p>
<p>That's my advice, as someone who's built a career on doing exactly what you're doing: coming into a small business and replacing real-world system and outdated software systems with my own software.</p>
http://stackoverflow.com/questions/634775/please-help-me-understand-sql-vs-c-like-programming/634947#6349474Answer by Jason L for Please help me understand SQL vs C like programming?Jason L2009-03-11T15:04:45Z2009-03-11T15:04:45Z<p>Let me take a crack at this. I'm taking the long road here, so bear with me.</p>
<p>Ultimately all programs, data, etc. on a computer are composed of the same stuff: ones and zeros. Nothing more, nothing less. So how does a computer know to treat one set of ones and zeros as an image and another set as an executable?</p>
<p>The answer is context. It's something that humans are terribly good at so it's no surprise that it's the underpinning of much of what a computer does. The mechanisms are complex but the end effect amounts to a computer that constantly switches perspective in order to do incredibly flexible things with an incredibly limited data set.</p>
<p>I bring this up because computer languages are similar. In the end, ALL computer languages end up as a series of op-codes ran through the processor. In other words, it's assembly language all the way down. <strong>All computer languages are assembly language, including any implementation of SQL.</strong></p>
<p>The reason we bother is this: programming languages allow us to create a useful illusion of approaching problems from a new perspective. They give us a way to take a problem and re-frame the solution.</p>
<p>At the risk of being cliche, when we don't like the answer to a problem, a different programming language allows us to ask a different question.</p>
<p>So, when you approach a language, be it a query language or an object-oriented language or a procedural language, your first question needs to be, "What is this language's perspective? What's its outlook on the task of problem solving?" I'd go so far as to suggest that a language without a clear vision of itself is more trouble than it's worth.</p>
<p>With C, I would suggest that the perspective is this: "Even the lowest level operations of vastly different processors can be described in a simple, common language." C is designed to get in the driver's seat of any processor out there while still having the same old steering wheel, pedals, and dash.</p>
<p>So with C, you're doing everything. That's why it's referred to as a "high-level assembly language". Or, to quote a friend of mine, "C is the Latin of computer languages. Assembly language is the grunts of the apes in the trees."</p>
<p>SQL is an entirely different beast with an entirely different perspective... or is it? SQL's perspective is this: "Even the most complex commands of vastly different databases can be described in a simple, common language."</p>
<p>Sounds familiar, eh? SQL is designed to allow you to get into the driver's seat of any <em>database software</em> and have the same steering wheel, pedals, etc.</p>
<p>So in summary, C is a language used to give commonly-understood commands to any arbitrary CPU while SQL is a language used to give commonly-understood commands to any arbitrary database back-end.</p>
<p>Now, where do they cross paths? It's actually fairly simple.</p>
<p>What does a CPU do? It receives, transforms, and sends information. So if your goal is to interpret and present data or accept commands from an end-user, you're working in C. C is for the <em>procedures</em> that you need to automate through the computer.</p>
<p>What does a database do? It stores, groups and retrieves large sets of information. So if at any point your C program needs to store, group or retrieve a large data-set or subsets of a large data set, then chances are you'll be interacting with a database.</p>
<p>How? By having your C program send SQL commands to the database, of course. ;)</p>
<p>I hope this illuminates things somewhat because otherwise I'll just look like a pompous so-and-whatever for this long, rambling reply. :-P</p>
http://stackoverflow.com/questions/634608/how-to-determine-the-state-of-a-process-i-e-if-it-is-a-zombie/634722#6347223Answer by Jason L for How to determine the state of a process (i.e. if it is a zombie)Jason L2009-03-11T14:23:36Z2009-03-11T14:43:59Z<p>You'll want to learn about interacting with the /proc/ "psuedo-filesystem" via typical C standard library calls. The documentation necessary to get started is included with any Linux distro and is a simple google search away.</p>
<p>(Now that you know what to search for. I know that's usually most of the challenge!)</p>
<p>In short, the directories and files within the /proc/ directory of a running Linux system reflect the state of the running kernel, which (naturally) includes processes. However, before you charge in you need to keep some information in mind.</p>
<p>A zombie process isn't the same thing as an orphaned process. An orphaned process is a process left running in a waiting state after the process' parent has exited incorrectly. A zombie process is a process which has exited properly, released all its resources, but is maintaining a place in the process table.</p>
<p>This typically happens when a process is launched by a program. You see, the kernel won't remove a finished sub-process' entry in the process table until the parent program properly fetches the return status of the sub-process. That makes sense; how else would the parent program know if the subprocess exited improperly?</p>
<p>So all subprocesses are technically zombies for at least a very short time. It's not inherently a bad state for a program to be in.</p>
<p>Indeed, "zombies" are sometimes created intentionally. For example, sometimes a zombie entry is left in place by a program for a while so that further launched processes won't get the same PID as the previously-launched (and now zombie) process.</p>
<p>In other words, if you go SIGCHLDing zombie processes unnecessarily you might create a serious problem for the spawning program. However, if a process has been a zombie for a half hour or more, it's probably a sign of a bug.</p>
<p>Edit: The question changed on me! No, there's no simpler way than how ps does it. If there was, it would have been integrated into ps a long time ago. The /proc files are the be-all-end-all source for information on the kernel's state. :)</p>
http://stackoverflow.com/questions/634591/what-to-know-as-a-first-time-contract-programmer/634791#63479116Answer by Jason L for What to know as a first time contract programmer?Jason L2009-03-11T14:39:41Z2009-03-11T14:39:41Z<p>Whoo boy. Down this road lurks madness.</p>
<p>The most important piece of advice given your situation: define everything in writing. The most important information you need is as follows:</p>
<ul>
<li><p>How much are you being paid and by what metric? If it's hourly you still need to know when you get your actual check. Is it after the project launches? What happens if the project fails? Do you still get paid?</p></li>
<li><p>Are they handling the payment of your taxes or are you? (The answer is almost always that you are.)</p></li>
<li><p>Is there a maximum amount of billable hours you can rack up? What happens if you reach it and aren't done?</p></li>
<li><p>What equipment will you be coding with? If they aren't providing computers then run. You should not be using a personal computer for professional development; it creates all kinds of ownership muddiness for the other code you write on your own time.</p></li>
<li><p>What software will you need? Don't use personal copies of software to do professional work. Especially not if it's your cracked version of visual studio or whatever.</p></li>
<li><p>Who will provide graphics, layouts, etc? Are you expected to create graphics and layouts? If so, with which software? Be careful of systems that include google-image-searched widgets, etc. You could end up co-liable for infringing software.</p></li>
<li><p>How will support for the product be handled? Are you required to provide knowledge and training? How will you be paid for said knowledge and training?</p></li>
<li><p>What are your liabilities? If something goes wrong with the code or it turns out to have a bug 3 months down the road, are you required to fix it? What are the support parameters? You don't want to end up getting sued by a company in 6 months. Make sure your <em>friend</em> is liable.</p></li>
<li><p>You need a clean design spec for the code you're writing. It's not enough to know what it's supposed to do. I repeat, <strong>"I want a shopping cart to sell my shoes online" is not a design specification.</strong> You need a solid feature set explained in detail. You need your part of the work clearly delineated, and you need solid documentation of any greater frameworks, etc. that your code has to work with.</p></li>
</ul>
<p>And this is just a start. Welcome to the world of contracting! This is what it's like when you aren't work-for-hire under a corporation's legal umbrella! :-D</p>
http://stackoverflow.com/questions/627095/writing-a-new-operating-system/627195#62719517Answer by Jason L for Writing a new operating systemJason L2009-03-09T17:23:14Z2009-03-09T17:23:14Z<p>Yes and no.</p>
<p>First of all, it's important to remember that whatever your language of choices, in the end the compiled product is in assembly language (or more accurately, machine code). Even interpreters (such as the cpython interpreter) are ultimately translating your scripts into machine code.</p>
<p>But that's probably being overly technical and missing the heart of your question:</p>
<p>"Can I write an operating system in a higher-level language?"</p>
<p>The answers to this are both personal and technical.</p>
<p>First, the personal side: if don't already know how to write an operating system in a mix of assembly language and C then you have absolutely no business trying your hand at OS design.</p>
<p>Often those new to programming have these sorts of questions because they want to do something as cool as writing a new OS without all the learning required to even attempt such a project. They wonder if higher-level languages can be a way to bypass all that messy study.</p>
<p>So if, in your heart-of-hearts, this is what you're after, stop now. Stop, stop, stop. Becoming good at something is hard work. There are no shortcuts. Be ready to roll up your sleeves and get some carpal tunnel syndrome.</p>
<p>That doesn't preclude following a path to eventual OS design! If that's your passion, then start at the top and work your way down. Get books on networking protocols, memory management, threading, etc, tackle each major subsystem and get to know it well. You can't write a new one if you can't use an old one!</p>
<p>Then read books on operating system design and implementation until you dream about process management methodologies.</p>
<p>Just bear in mind, the amount of knowledge necessary (not just of computer operations but of social constructs like APIs) is immense. This is a long journey and a rewarding one. If you truly love this craft like I do, you'll be glad you took the time even if you never actually write an OS.</p>
<p>Now, the technical answer. You're going to need a bootloader, and that must be written in assembly language. After all, your processor doesn't know C#. Past the bootloader phase, you can write your OS code in any language you want and it'll run, assuming your language can compile to machine code binaries (and not bytecode!)</p>
<p>However, even in our current "glut of cycles" computing environment, an OS must be lean and efficient and that's nearly impossible to achieve in a higher level language, even more so in an interpreted language.</p>
<p>Chances are, you'll need to write your own compiler/interpreter of that given language as a core component of your OS. That core compiler would likely allow only a restricted subset of the language (and you'd bootstrap by writing a more robust compiler in the restricted sub-language). Otherwise the performance will be abysmal.</p>
<p>But all of this is horribly complex and a real discussion of the issues requires a depth of knowledge you probably currently lack. But if you have the drive to do so, you can easily change that, and then I'd happily debate approaches all day!</p>
<p>If it makes you feel any better, I do know enough to write an operating system, and still I sit around daydreaming, trying to figure out how much of an OS could I get away with writing in python. ;)</p>
http://stackoverflow.com/questions/305654/what-php-specific-questions-would-you-ask-in-a-job-interview/305834#3058342Answer by Jason L for What PHP-specific questions would you ask in a job interview?Jason L2008-11-20T16:08:14Z2008-11-20T16:08:14Z<p>Ok, a more serious answer.</p>
<p>The truth is, you don't need to do much to test his knowledge of PHP in specific. Understanding PHP is arguably a rather small part of being able to write robust and sound web applications.</p>
<p>What you really need is someone who understands how networks (especially TCP/IP) work, how web serving functions, the basic communication protocols that the web are built on, the dangers of accepting data from unverified (and verified!) sources, etc.</p>
<p>In other words, you want someone with coding experience who understands the underlying mechanisms by which the internet functions. Someone with web design experience can rattle off a list of potential security vulnerabilities. Only someone with a thorough understanding of how web communication functions can identify <em>new</em> vulnerabilities.</p>
<p>(And frankly, with any sufficiently advanced web program, chances are you'll create a new vulnerability. Sure, it'll be a new coat of paint on an age-old issue. But only someone with deeper understanding sees past the paint job.)</p>
http://stackoverflow.com/questions/258548/what-is-the-most-important-thing-you-werent-taught-in-school/305768#3057680Answer by Jason L for What is the most important thing you weren't taught in school?Jason L2008-11-20T15:54:36Z2008-11-20T15:54:36Z<p>Self-measurement. Specifically, how to identify my weaknesses, my strengths, and my market worth.</p>
<p>You can easily tell if your haircut looks bad. Unfortunately, there's no mirror for our personality or work patterns.</p>
http://stackoverflow.com/questions/305691/which-book-dramatically-changed-your-way-of-approaching-problems/305756#3057562Answer by Jason L for Which book dramatically changed your way of approaching problems?Jason L2008-11-20T15:51:27Z2008-11-20T15:51:27Z<p>"Hardcore Zen" and "Sit Down and Shut Up", both by Brad Warner.</p>
<p>Their influence isn't just due to their coherent and appealing explanation of Zen meditation. I'd been practicing Zen for years before I read them.</p>
<p>No, what these books really offered me is a great example of getting to the real heart of an issue by throwing away the dogma and looking at the situation with fresh eyes. So often when we're faced with an unsolvable problem, it's because some of our lower-level assumptions <em>make</em> the problem unsolvable.</p>
<p>With teaching Zen, Warner realized that the dogma isn't the point. Freed from the typical methods of teaching Zen, he came up with an even cleaner and more elegant method of doing so. He tossed the bathwater and kept the baby.</p>
<p>Every time I've overcome a major, seemingly intractable snag in a program, it's because of a question I wasn't asking myself that I should have. And I wasn't asking the question because I'd already assumed an answer instead of actually <em>seeing</em> the problem and formulating it.</p>
<p>Both Warner's example and the practice of Zen meditation showed me how to throw out my assumptions and build a problem space entirely from scratch.</p>
http://stackoverflow.com/questions/272876/cs-strtok-and-read-only-string-literals/275077#2750774Answer by Jason L for C's strtok() and read only string literalsJason L2008-11-08T19:22:22Z2008-11-08T19:22:22Z<p>An important point that's inferred but not stated explicitly:</p>
<p>Based on your question, I'm guessing that you're fairly new to programming in C, so I'd like to explain a little more about your situation. Forgive me if I'm mistaken; C can be hard to learn mostly because of subtle misunderstanding in underlying mechanisms so I like to make things as plain as possible.</p>
<p>As you know, when you write out your C program the compiler pre-creates everything for you based on the syntax. When you declare a variable anywhere in your code, e.g.:</p>
<p><code>int x = 0;</code></p>
<p>The compiler reads this line of text and says to itself: OK, I need to replace all occurrences in the current code scope of <code>x</code> with a constant reference to a region of memory I've allocated to hold an integer.</p>
<p>When your program is run, this line leads to a new action: I need to set the region of memory that <code>x</code> references to <code>int</code> value <code>0</code>.</p>
<p>Note the subtle difference here: the memory location that reference point <code>x</code> holds is constant (and cannot be changed). However, the value that <code>x</code> points can be changed. You do it in your code through assignment, e.g. <code>x = 15;</code>. Also note that the single line of code actually amounts to two separate commands to the compiler.</p>
<p>When you have a statement like:</p>
<p><code>char *name = "Tom";</code></p>
<p>The compiler's process is like this: OK, I need to replace all occurrences in the current code scope of <code>name</code> with a constant reference to a region of memory I've allocated to hold a <code>char</code> pointer value. And it does so.</p>
<p>But there's that second step, which amounts to this: I need to create a constant array of characters which holds the values 'T', 'o', 'm', and <code>NULL</code>. Then I need to replace the part of the code which says <code>"Tom"</code> with the memory address of that constant string.</p>
<p>When your program is run, the final step occurs: setting the pointer to <code>char</code>'s value (which isn't constant) to the memory address of that automatically created string (which <em>is</em> constant).</p>
<p>So a <code>char *</code> is not read-only. Only a <code>const char *</code> is read-only. But your problem in this case isn't that <code>char *</code>s are read-only, it's that your pointer references a read-only regions of memory.</p>
<p>I bring all this up because understanding this issue is the barrier between you looking at the definition of that function from the library and understanding the issue yourself versus having to ask us. And I've somewhat simplified some of the details in the hopes of making the issue more understandable.</p>
<p>I hope this was helpful. ;)</p>
http://stackoverflow.com/questions/273209/are-memory-leaks-ever-ok/275042#2750426Answer by Jason L for Are memory leaks ever ok?Jason L2008-11-08T18:55:16Z2008-11-08T18:55:16Z<p>I believe the answer is no, never allow a memory leak, and I have a few reasons which I haven't seen explicitly stated. There are great technical answers here but I think the real answer hinges on more social/human reasons.</p>
<p>(First, note that as others mentioned, a true leak is when your program, at any point, loses track of memory resources that it has allocated. In C, this happens when you <code>malloc()</code> to a pointer and let that pointer leave scope without doing a <code>free()</code> first.)</p>
<p><strong>The important crux of your decision here is habit.</strong> When you code in a language that uses pointers, you're going to use pointers <em>a lot</em>. And pointers are dangerous; they're the easiest way to add all manner of severe problems to your code.</p>
<p>When you're coding, sometimes you're going to be on the ball and sometimes you're going to be tired or mad or worried. During those somewhat distracted times, you're coding more on autopilot. <strong>The autopilot effect doesn't differentiate between one-off code and a module in a larger project. During those times, the habits you establish are what will end up in your code base.</strong></p>
<p>So no, never allow memory leaks for the same reason that you should still check your blind spots when changing lanes even if you're the only car on the road at the moment. <strong>During times when your active brain is distracted, good habits are all that can save you from disastrous missteps.</strong></p>
<p>Beyond the "habit" issue, pointers are complex and often require a lot of brain power to track mentally. It's best to not "muddy the water" when it comes to your usage of pointers, especially when you're new to programming.</p>
<p>There's a more social aspect too. By proper use of <code>malloc()</code> and <code>free()</code>, anyone who looks at your code will be at ease; you're managing your resources. If you don't, however, they'll immediately suspect a problem.</p>
<p><strong>Maybe you've worked out that the memory leak doesn't hurt anything in this context, but every maintainer of your code will have to work that out in his head too when he reads that piece of code.</strong> By using <code>free()</code> you remove the need to even consider the issue.</p>
<p>Finally, programming is writing a mental model of a process to an unambiguous language so that a person and a computer can perfectly understand said process. <strong>A vital part of good programming practice is never introducing unnecessary ambiguity.</strong></p>
<p>Smart programming is flexible and generic. Bad programming is ambiguous.</p>
http://stackoverflow.com/questions/273524/python-3-0-and-language-evolution/273571#27357114Answer by Jason L for Python 3.0 and language evolutionJason L2008-11-07T20:37:22Z2008-11-08T17:33:35Z<p>The only language I can think of to attempt such a mid-stream change would be Perl. Of course, Python is beating Perl to that particular finish line by releasing first. It should be noted, however, that Perl's changes are much more extensive than Python's and likely will be harder to detangle.</p>
<p>(There's a price for Perl's "There's More Than One Way To Do It" philosophy.)</p>
<p>There are examples like the changes from version to version of .NET-based languages (ironic, considering the whole point of .NET was supposed to be API stability and cross-platform compatibility). However, I would hardly call those languages "mature"; it's always been more of a design-on-the-go, build-the-plane-as-we-fly approach to things.</p>
<p>Or, as I tend to think of it, most languages come from either "organic growth" or "engineered construction." Perl is the perfect example of organic growth; it started as a fancy text processing tool ala awk/sed and grew into a full language.</p>
<p>Python, on the other hand, is much more engineered. Spend a bit of time wandering around the extensive whitepapers on their website to see the extensive debate that goes into every even minor change to the language's syntax and implementation.</p>
<p>The idea of making these sorts of far-reaching changes is somewhat new to programming languages because programming languages themselves have changed in nature. It used to be that programming methodologies changed only when a new processor came out that had a new instruction set. The early languages tended to either be so low-level and married to assembly language (e.g. C) or so utterly dynamic in nature (Forth, Lisp) that such a mid-stream change wouldn't even come up as a consideration.</p>
<p>As to whether or not the changes are good ones, I'm not sure. I tend to have faith in the people guiding Python's development, however; the changes in the language thus far have been largely for the better.</p>
<p>I think in the days to come the Global Interpreter Lock will prove more central than syntax changes. Though the new multiprocessor library might alleviate most of that.</p>
http://stackoverflow.com/questions/273612/python-basic-question-on-loops/273677#2736773Answer by Jason L for python, basic question on loopsJason L2008-11-07T21:22:20Z2008-11-08T17:30:36Z<p>There are two usual approaches, both already mentioned, which amount to:</p>
<pre><code>while True:
do_stuff() # and eventually...
break; # break out of the loop
</code></pre>
<p>or</p>
<pre><code>x = True
while x:
do_stuff() # and eventually...
x = False # set x to False to break the loop
</code></pre>
<p>Both will work properly. From a "sound design" perspective it's best to use the second method because 1) <code>break</code> can have counterintuitive behavior in nested scopes in some languages; 2) the first approach is counter to the intended use of "while"; 3) your routines should always have a single point of exit</p>
http://stackoverflow.com/questions/270793/how-will-learning-xml-benefit-me/273752#2737521Answer by Jason L for How will learning XML benefit me?Jason L2008-11-07T21:48:56Z2008-11-07T21:48:56Z<p>The way most people use XML is utterly unhelpful. Structured is structured and when it comes down to it, a structure like separating your data items with commas is a lot more lightweight than XML and possesses the same level of inherent meaning to your program.</p>
<p>The usefulness of XML isn't in the human readable markup. If you're writing out any XML by hand then <em>You're Doing It Wrong</em> (TM).</p>
<p>The usefulness of XML is in the validation methods (of which there are many) that extend from having unambiguous schemas. You can then use those schemas to automatically verify the soundness of any document which claims to follow a given schema.</p>
<p><strong>Let me say it again: if you're using XML and you're not doing automated schema-based validation to find malformed documents then you're better off using comma separated files. You can map the values just as easily and there's less overhead.</strong></p>
<p>Every other advantage of using XML comes from everyone agreeing to use XML in the same manner; that's social engineering, not technical superiority.</p>
<p>Associating values with a text pattern is old as dirt. That's what a lexer does. How fresh and new are C compilers? The part of XML that's the bee's knees is automated malformation detection.</p>
http://stackoverflow.com/questions/273108/which-programming-languages-have-helped-you-to-understand-programming-better/273697#2736971Answer by Jason L for Which programming languages have helped you to understand programming better?Jason L2008-11-07T21:30:11Z2008-11-07T21:30:11Z<p>I'd echo the support for C and assembly language as great learning tools. I feel one should learn as much assembly as is necessary to really understand how the computer works, and then move on to using C exclusively for a while in order to get some system-level skills in place.</p>
<p>To contribute a language I didn't see on the list:</p>
<p>Forth is an excellent language for learning about functional decomposition. When it comes to mind-boggling programming approaches, Forth was Haskell back when Haskell was just a twinkle in a math geek's eye.</p>
<p>I highly recommend taking your new assembly language skills and using it to implement a Forth compiler. They're easy to write and it's a real eye-opener to the nature of computer programming and "thinking outside the box" or normal programming paradigms.</p>
<p>However, your chances of using Forth to make money are pretty low unless you're into embedded programming. So do it for the thrill of the experience. ;)</p>
http://stackoverflow.com/questions/273145/is-it-possible-to-decompile-a-windows-exe-or-at-least-view-the-assembly/273651#2736514Answer by Jason L for Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?Jason L2008-11-07T21:12:47Z2008-11-07T21:12:47Z<p>psoul's excellent post answers to your question so I won't replicate his good work, but I feel it'd help to explain why this is at once a perfectly valid but also terribly silly question. After all, this is a place to learn, right?</p>
<p>Modern computer programs are produced through a series of conversions, starting with the input of a human-readable body of text instructions (called "source code") and ending with a computer-readable body of instructions (called alternatively "binary" or "machine code").</p>
<p>The way that a computer runs a set of machine code instructions is ultimately very simple. Each action a processor can take (e.g., read from memory, add two values) is represented by a numeric code. If I told you that the number 1 meant scream and the number 2 meant giggle, and then held up cards with either 1 or 2 on them expecting you to scream or giggle accordingly, I would be using what is essentially the same system a computer uses to operate.</p>
<p>A binary file is just a set of those codes (usually call "op codes") and the information ("arguments") that the op codes act on.</p>
<p>Now, assembly language is a computer language where each command word in the language represents exactly one op-code on the processor. There is a direct 1:1 translation between an assembly language command and a processor op-code. This is why coding assembly for an x386 processor is different than coding assembly for an ARM processor.</p>
<p>Disassembly is simply this: a program reads through the binary (the machine code), replacing the op-codes with their equivalent assembly language commands, and outputs the result as a text file. It's important to understand this; if your computer can read the binary, then you can read the binary too, either manually with an op-code table in your hand (ick) or through a disassembler.</p>
<p>Disassemblers have some new tricks and all, but it's important to understand that a disassembler is ultimately a search and replace mechanism. Which is why any EULA which forbids it is ultimately blowing hot air. You can't at once permit the computer reading the program data and also forbid the computer reading the program data.</p>
<p>(Don't get me wrong, there have been attempts to do so. They work as well as DRM on song files.)</p>
<p>However, there are caveats to the disassembly approach. Variable names are non-existent; such a thing doesn't exist to your CPU. Library calls are confusing as hell and often require disassembling further binaries. And assembly is hard as hell to read in the best of conditions.</p>
<p>Most professional programmers can't sit and read assembly language without getting a headache. For an amateur it's just not going to happen.</p>
<p>Anyway, this is a somewhat glossed-over explanation, but I hope it helps. Everyone can feel free to correct any misstatements on my part; it's been a while. ;)</p>
http://stackoverflow.com/questions/256916/utilizing-time-to-improve-programming-skill/273600#2736004Answer by Jason L for Utilizing Time to Improve Programming SkillJason L2008-11-07T20:51:43Z2008-11-07T20:51:43Z<p>For a somewhat less fun and far more abstract suggestion:</p>
<p>Learn math. But don't learn learn the basic, grunt stuff they make you deal with in school. I consider the way that we teach math in America to border on criminally negligent.</p>
<p>If high schools taught English the way they teach Math, you'd spend four years diagramming sentences. You'd get the what but not the why. There's a reason that we have kids read the likes of Oscar Wilde or Mark Twain; to show that these elements of good communication can bring out creativity and joy. They can improve our lives.</p>
<p>Math is the same way. I hated math until my mid-20's, when I became friends with a guy who loved math. He opened my eyes to the true and fascinating nature of mathematics and the mathematicians who built our understanding from the most basic elements.</p>
<p>But there's more to it. All computer programs are trying to present abstractions or representations of real-world concepts around us. There's a reason we have web <em>pages</em> and we put <em>files</em> into a <em>folder</em>. We're all using abstractions to help us wrap our heads around an essentially foreign binary system.</p>
<p>Here's the cool part: computers run on math, and only math. But if God has a language, it's Mathematics. Learning to pattern out problems in the real world mathematically and create mathematical solutions is the heart of good programming.</p>
<p>The rest is just syntax. That's the <em>easy</em> part.</p>
<p>Other than learning math, really learn the guts of the machine. Learn how the whole damn thing works. If, as a programmer, you can't open the box and look at each component and know, at least in the rough, how it works with the overall system then you won't be as good of a programmer as you should be.</p>
<p>Pro Tip: LEARN HOW MEMORY WORKS AND HOW COMPUTERS MANAGE IT. THIS IS ESSENTIAL.</p>
<p>Finally, have fun. Don't kill the excitement by overdoing it. You can't become a great programmer in 3 months. It'll take you three years to become decent. Don't let that discourage you; the journey is full of exciting moments of understanding. Let yourself enjoy it.</p>
http://stackoverflow.com/questions/627095/writing-a-new-operating-system/627113#627113Comment by Jason L on Writing a new operating systemJason L2009-03-11T14:06:36Z2009-03-11T14:06:36ZWhile your answer does reveal a certain lack of understanding on the OP's part, it would be much more helpful to actually explain your point in a way that doesn't come across as insulting. Of course, that's assuming you're here to educate others, but if you're not... then why are you here?http://stackoverflow.com/questions/627095/writing-a-new-operating-system/627103#627103Comment by Jason L on Writing a new operating systemJason L2009-03-11T14:04:45Z2009-03-11T14:04:45ZAnd to reply specifically to your comment, I've always had a soft-spot for Forth. If I ever actually have the free time to tackle throwing together an OS, I have a feeling I'd go with Forth as well. :)http://stackoverflow.com/questions/627095/writing-a-new-operating-system/627103#627103Comment by Jason L on Writing a new operating systemJason L2009-03-11T14:03:11Z2009-03-11T14:03:11ZI know the question shifted on you since your answer. So your answer isn't confusing to people reading this post-mortem: Originally the OP asked "can I write an operating system without using C/C++?" He later amended to "Can I write an operating system without using a low-level language?"http://stackoverflow.com/questions/627095/writing-a-new-operating-system/627195#627195Comment by Jason L on Writing a new operating systemJason L2009-03-11T13:59:51Z2009-03-11T13:59:51ZThat's a fair comment but sometimes a person's question reveals that the information they need isn't the information they asked for. ;)http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/316376#316376Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-25T16:49:18Z2008-11-25T16:49:18ZPerhaps, but a stupid craftsman is unaware of the nature of his tools and an unwise craftsman avoids discussing or pondering their assessment of that nature.http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310939#310939Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-25T16:47:09Z2008-11-25T16:47:09ZIt's not an irrational perspective. The language you express yourself in does effect your thinking, down to the lowest levels. I'm not sure if you're bilingual, but even natural human languages have that effect.http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/309622#309622Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T17:11:06Z2008-11-24T17:11:06ZActually, I can also state this: I prefer implicit conversion only when it's used to take a value and render it to a valid subclass of the same superset. For example, a real number to a complex number.http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/309622#309622Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T17:09:20Z2008-11-24T17:09:20ZI suppose it's the magical implementation that bugs me on principle. In python there are exposed "private" functions for every single type conversion, which can be read, overwritten, or specified on any custom object class. I guess under-the-hood "magic" just unnerves me.http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310916#310916Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T17:07:18Z2008-11-24T17:07:18ZA name token, be it for a variable, a function, etc, is a stand-in name for a memory reference. If I tell PHP to make a function "my_funct", then allowing a reference to "my_Funct" to access my function is a case of the compiler disregarding my specification. How can I trust such a compiler?http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310916#310916Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T17:02:20Z2008-11-24T17:02:20ZNow, to directly reply to your own post, you point out that functions can be used as arguments. That they can be treated as values. Then you also say you can understand it being ambiguous for variable names. <i>If you can treat a function as a value then it IS a variable.</i>http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310916#310916Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T16:59:44Z2008-11-24T16:59:44ZSorry, but case insensitivity IS ambiguous. A computer language is not a speaking language. It is a mathematical language. If you try and argue otherwise, I'd like to remind you that your computer is nothing more than an exceedingly complex adding machine. http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310768#310768Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T16:57:59Z2008-11-24T16:57:59Z@mabwi: Wrong. A language that advertises itself as being simple for new programmers to use should be protecting that user from the most glaring mistakes of usage. I would assume this is why PHP doesn't, for example, require memory management or expose pointers.http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310939#310939Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T16:56:05Z2008-11-24T16:56:05ZAn extreme comparison, but it makes the logical point that the end product excuses nothing. Maybe PHP is the best production language for the web. So what? Slavery is the best crop production and factory production method. Does that excuse the valid arguments against slavery?http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310939#310939Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T16:53:42Z2008-11-24T16:53:42ZA factory some decades ago created high-quality watches with glow-in-the-dark faces. Great product, fashionable and durable. Also, most of the factory workers got cancer due to the production methods which exposed them to radiation. The quality of the end-product doesn't obviate concern re:tools.http://stackoverflow.com/questions/309300/defend-php-convince-me-it-isnt-horrible/310651#310651Comment by Jason L on Defend PHP; convince me it isn't horribleJason L2008-11-24T16:49:23Z2008-11-24T16:49:23ZAlso, regarding the "not giving it a chance", I programmed in PHP for years. Granted, this was several years ago, but I walked into the experience thinking, "Awesome, a cool new web language!" and left that experience vowing to never use it again unless I was <i>starving</i> and only PHP was paying.