<?xml version="1.0" encoding="UTF-8" ?>
 <rss version="2.0"> <channel> <title>The Joel on Software Discussion Group</title> <link>http://discuss.joelonsoftware.com/?joel</link> <description><![CDATA[A place to discuss <a href="http://www.joelonsoftware.com">Joel on Software</a>]]></description> <pubDate>Tue, 09 Feb 2010 17:18:55 GMT</pubDate> <generator>Fog Creek Software FogBugz 6.1.41</generator> 

 <item> <title>Paid by Company B but do work for Company A and C</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.796668</link> <description><![CDATA[
<strong>John Dough (Not real obviously): </strong> 
Anyone been in a situation like this?&nbsp; I am paid by a company, let's call them Initrode, but I actually do work for Initech and Acme, and very little work for Initrode.&nbsp; The same person (aka &quot;my boss&quot;) owns all three companies (in fact, the same group of people own all three companies; every company my boss has involves this same clique, and they freely share resources among all three businesses).&nbsp; Initrode has VC funding, so this is why it is paying my salary.<br /><br />I asked a friend who said it was perfectly legit, and that Initrode is simply offering a consulting service (namely, me) to Initech and Acme only.&nbsp; This seems a little like exploitation and I can't help but feel I am getting screwed.&nbsp; <br /><br />Is this kind of scenario a common thing?&nbsp; I've never encountered it before in around 4 years of being in IT.
 ]]></description> <pubDate>Tue, 09 Feb 2010 17:15:05 GMT</pubDate> </item> 

 <item> <title>prima donna developer article</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.796567</link> <description><![CDATA[
<strong>Fred Burbing: </strong> 
I know Joel has written at least one article on the impossible-to-work-with, prima-donna, no-social-skills lead developer.&nbsp; I can't seem to find it via google searches. Can anyone suggest a useful keyword or provide a link?&nbsp; I need to forward it to someone.&nbsp; Thanks.
 ]]></description> <pubDate>Mon, 08 Feb 2010 21:09:11 GMT</pubDate> </item> 

 <item> <title>Software Development Statistic tracking</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.796563</link> <description><![CDATA[
<strong>ChrisS: </strong> 
Some members of my development group want to track &quot;reasons&quot; for the bugs logged against the products we're developing.&nbsp; These might be &quot;bad requirements&quot;, &quot;missing requirements&quot;, &quot;incorrect coding&quot;, &quot;incomplete coding&quot; etc...&nbsp; This, to me, sounds like a bad idea.&nbsp; <br /><br />Statistic tracking on software development projects is risky business and can lead to undesired behaviors (you remember the old Dilbert cartoon where Wally decided to code himself a mini-van).&nbsp; I know Joel has posted on the subject in the past, but I cannot find the article.&nbsp; Also are you aware of any other well written articles on the subject (pro or con).&nbsp; I've been re-assured the results are not going to be used to measure performance, but even if that were true I'm not sure what value we're actually going to get out of this exercise.<br /><br />Thanks
 ]]></description> <pubDate>Mon, 08 Feb 2010 19:34:14 GMT</pubDate> </item> 

 <item> <title>New Resume rules and your opinion!</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.796413</link> <description><![CDATA[
<strong>Mr. Smith: </strong> 
Hi,<br /><br />It's been a long time since I have had to overhaul my resume. I am considering applying to a couple of places. I recently found an article on hotjobs for new resume style and so was reading it. The other is a sample resume for Software Engineer&nbsp; from monster.<br /><br />Hotjobs new resume rules:<br /><a rel="nofollow" href="http://hotjobs.yahoo.com/career-articles-the_new_resume_rules_what_s_in_and_what_s_out-1056">http://hotjobs.yahoo.com/career-articles-the_new_resume_rules_what_s_in_and_what_s_out-1056</a><br /><br />Monster sample resume:<br /><a rel="nofollow" href="http://media.monster.com/mm/usen/content/pdf/software-engineer-resume-sample.pdf">http://media.monster.com/mm/usen/content/pdf/software-engineer-resume-sample.pdf</a><br /><br />I'd appreciate your comments on the resume style and anything that might be helpful.<br /><br />Thanks a lot.
 ]]></description> <pubDate>Sun, 07 Feb 2010 01:26:08 GMT</pubDate> </item> 

 <item> <title>How to choose who to layoff?</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.796207</link> <description><![CDATA[
<strong>mtt: </strong> 
A former employer of mine recently did a layoff of about 10% of the work force.&nbsp; My contacts said they could tell now rhyme or reason to who was laid off; the worst stayed while a solid performers were let go.<br /><br />So, how do companies decide who fire?
 ]]></description> <pubDate>Thu, 04 Feb 2010 21:11:57 GMT</pubDate> </item> 

 <item> <title>Are 64-bit systems ready today?</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.796111</link> <description><![CDATA[
<strong>Ezani: </strong> 
<a rel="nofollow" href="http://en.wikipedia.org/wiki/64-bit">http://en.wikipedia.org/wiki/64-bit</a><br /><br />1. So is there any point in bragging about having 8GB or 16GB memory when 64-bit systems can effectively address 16 terrabytes and there isn't a single practical working 64 bit solution currently (hardware and software and OS all working optimally on 64 bit registers and pipelines) nor a memory stick of this memory size available in the market right now nor a single vendor willing to make a properly functioning 64-bit addressing address or integer register - forget about supporting registers?<br /><br />2. How will apps be made more efficient in 64 bit systems now that direct disk to memory mapping can be made due to the vast memory space available? Eg. read each stream of data into a memory array of a predetermined size.<br /><br />3. How will C/C++ programmers convert existing normally functioning 32-bit programs to 64-bit programs which should function normally, given the new memory size (thus giving rise to new data types) and also pointer inconsistencies (the &quot;everyone thinks the world's a VAX syndrome&quot;) ? How differently will C/C++ programmers develop new 64-bit programs on the new OS ?<br /><br />4. How will the lack of 64-bit drivers affect migration to 64-bit Windows 7 ?<br /><br />5. Will my VB6 programs run normally on 64-bit Vista or Windows 7 ?<br /><br />6. How will 64-bit systems affect the recompiling of Linux/Unix OS with 64 bit compilers, including recompiling of the pre-included drivers?<br /><br />(Note- if any of you have 32-bit Vistas and Windows 7, don't bother to install more than 4gigs of RAM as that is the maximum a 32-bit system can address)
 ]]></description> <pubDate>Thu, 04 Feb 2010 09:18:50 GMT</pubDate> </item> 

 <item> <title>measuring SLOC is bad right?</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.795982</link> <description><![CDATA[
<strong>Architecture Astronaut: </strong> 
only I can't find the Joel article on it...<br /><br />Is there anything meaningful in it?
 ]]></description> <pubDate>Wed, 03 Feb 2010 16:29:35 GMT</pubDate> </item> 

 <item> <title>iPad to iPhone tethering?</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.795966</link> <description><![CDATA[
<strong>Scorpio: </strong> 
Does anyone know if it will be possible to tether the iPad to an iPhone?<br /><br />I wouldn't want to pay for a 3G data service for the iPad, as well as the 3G data and voice service for my iPhone.
 ]]></description> <pubDate>Wed, 03 Feb 2010 12:36:32 GMT</pubDate> </item> 

 <item> <title>Like my job, hate my lifestyle</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.795862</link> <description><![CDATA[
<strong>Anon-a-Guy: </strong> 
I'm working in LA at a job I actually enjoy.&nbsp; My one-year anniversary is coming up.&nbsp; <br /><br />I took this job after being laid off and two months of unemployment during one of the worst recessions in recent history.&nbsp; I settled for a paycut when I came here.<br /><br />I have finally had it with living in a crap-hole apartment and would like to move to a state where I can afford to buy a house, or get a raise (not likely) or find a better-paying development job here (which would go towards renting a nicer place).&nbsp; <br /><br />I'm thinking of moving on after one year to 18 months.&nbsp; We delivered our first version of the product already, and we'll be putting out some additional releases in the near future.&nbsp; Is that a respectable amount of time to stay in a job?&nbsp; It seems job-hopping is frowned upon these days and when I was interviewing, my short stints always raised some questions.<br /><br />Maybe I will transition to freelancing so the length of my employment is not an issue.
 ]]></description> <pubDate>Tue, 02 Feb 2010 15:58:38 GMT</pubDate> </item> 

 <item> <title>Book recommendations for linux server admin?</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.795707</link> <description><![CDATA[
<strong>Ted Graham: </strong> 
I'm an experienced developer, but have never done any significant server administration. I can use vi and navigate the filesystem, but that is about it.<br /><br />We are considering moving our low latency trading application from Windows to linux. I'm not becoming a server admin, but we're a small company, and I'll likely be managing the performance lab machines.<br /><br />I'm looking for book recommendations given the following: <br />+ We're going to use RH or SUSE (not yet decided) <br />+ We may end up running a realtime version: RH/MRG or SLERT <br />+ We have ~50 servers <br />+ We're interesting in tuning network performance to improve latency and may want to adjust process priorities. <br />+ We won't be running a window manager <br />+ Our servers are not connected to the internet: we aren't handling email or web traffic<br /><br />Thanks!
 ]]></description> <pubDate>Mon, 01 Feb 2010 03:45:13 GMT</pubDate> </item> 

 <item> <title>iPad Epiphany</title> <link>http://discuss.joelonsoftware.com/default.asp?joel.3.795646</link> <description><![CDATA[
<strong>Website Photo Gallery Guy: </strong> 
At first I had my doubts about Kindle and now the iPad. I mean they already tried something like this in the form of a notepad device years ago and it failed.<br /><br />But now, Im convinced this makes a serious case for the eventual demise of desktop computing and software as we know it. If everything we do is now accessed wirelessly via a tiny portable touch screen, what else is there? Towers, monitors, routers, keyboards, mouses, desktop software, and any wired network system is pretty much a dinosaur now. Not to say the wealth of iPhone apps isnt big. But if I have all my tools online on the Web or the Cloud, game over. That device is my whole life and pretty much simplifies things and distills them to whats basically a slick compact communication device. My iPhone already is halfway there. Brilliant and powerful move by Apple, if you ask me! (If I was Microsoft, I might be a little worried for the future thats now clearly evolving with these Apple devices. ..)<br /><br />That leads me to my question...anyone doing ASP.NET development using Macs/iPhone software? If so, can you give me a link? I think I might make the move back to Mac after all these years...
 ]]></description> <pubDate>Sun, 31 Jan 2010 03:22:35 GMT</pubDate> </item> 

 </channel> </rss> 
