User Rydell - Stack Overflowmost recent 30 from stackoverflow.com2009-12-19T20:15:16Zhttp://stackoverflow.com/feeds/user/2885http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/210933/how-do-you-remove-a-file-from-being-version-controlled-without-deleting-the-file/1930312#19303120Answer by Rydell for How do you remove a file from being version controlled without deleting the file in subversion?Rydell2009-12-18T19:46:13Z2009-12-18T19:46:13Z<p>As already mentioned svn rm --keep-local is the way to go.</p>
<p>A handy shortcut for those of you using TortoiseSVN: "Delete (keep local)" is available on the TortoiseSVN sub-menu if you hold the Shift button while right-clicking the file you want to delete.</p>
http://stackoverflow.com/questions/1563482/any-flex-4-migration-experience/1565820#15658204Answer by Rydell for Any Flex 4 migration experience?Rydell2009-10-14T12:00:43Z2009-10-15T00:49:13Z<p>Here's a few things that might help:</p>
<ol>
<li>The most recent version of BlazeDS is 3.2.0.3978. I haven't heard announcements of a new release.</li>
<li>Since you'll be keeping the same version of BlazeDS, porting your existing code to Flex 4 should have no effect on your back end (Spring BlazeDS integration, iBATIS, MySQL, etc.).</li>
<li>Mate doesn't yet officially support Flex 4. I had compile errors when I tried to switch. Here is a link to a discussion on <a href="http://mate.asfusion.com/forums/topic.php?id=248" rel="nofollow">workarounds</a>, and a link to a <a href="http://github.com/viatropos/mate" rel="nofollow">Flex 4 port</a>.</li>
</ol>
<p>Good Luck!</p>
http://stackoverflow.com/questions/37043/flex-mvc-frameworks11Flex MVC FrameworksRydell2008-08-31T19:24:55Z2009-10-13T01:45:00Z
<p>I'm currently using and enjoying using the Flex MVC framework <a href="http://www.puremvc.org" rel="nofollow">PureMVC</a>. I have heard some good things about Cairngorm, which is supported by Adobe and has first-to-market momentum. And there is a new player called Mate, which has a good deal of buzz.</p>
<p>Has anyone tried two or three of these frameworks and formed an opinion?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/26524/favorite-free-sftp-client3Favorite free SFTP clientRydell2008-08-25T18:03:18Z2009-10-10T04:49:42Z
<p>What is your favorite SFTP client?</p>
<p>I'm in need of a free-as-in-beer SFTP client for Windows. There seem to be a number of them out there, of varying quality. </p>
<p>It doesn't need to be fancy. Decent usability and high quality would be the ideal.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1362748/wanted-good-examples-of-scala-database-persistence2Wanted: Good examples of Scala database persistenceRydell2009-09-01T14:16:44Z2009-10-09T01:29:05Z
<p>I'm would like to use Scala to persist data to a relational database, so what I am looking for are examples of CRUD operations using Scala. </p>
<p>I would like to code on a lower level of abstraction than an ORM like Hibernate/Toplink (read:JDBC), but between us, I would like to see examples of all types.</p>
<p>Thanks folks. </p>
http://stackoverflow.com/questions/1509752/white-noise-sources-for-concentration-while-programming6White noise sources for concentration while programmingRydell2009-10-02T14:08:53Z2009-10-09T00:48:46Z
<p>All - </p>
<p>For the next few months, I'll be in an environment where my teammates will be an arms length from me.</p>
<p>In this environment, when I need to concentrate, I need to put on headphones. But I don't really concentrate well with music, particularly anything with rhythm. </p>
<p>Listening to the stackoverflow podcast this week made me think that white noise tracks for the iPod might be a nice substitute. Does anyone have mp3 sources for good "white noise" tracks? Tracks that you have used and found that help you to concentrate? </p>
<p>My definition of white, or ambient noise is loose here, so water, wind, crickets, Irish Ballads all fit as long as it helps your concentration.</p>
http://stackoverflow.com/questions/425017/starter-guide-for-apache-servicemix/1368142#13681420Answer by Rydell for Starter guide for Apache ServiceMixRydell2009-09-02T14:46:39Z2009-09-02T14:46:39Z<p>I like the six page ref card at DZone which can be found <a href="http://refcardz.dzone.com/refcardz/getting-started-servicemix-40" rel="nofollow">here</a>. There's a lot of information packed on it.</p>
<p>You can read it online, or have a download link emailed to you.</p>
<p>Good luck!</p>
http://stackoverflow.com/questions/1343027/how-can-i-execute-a-single-query-in-sql-server-management-studio0How can I execute a single query in SQL Server Management Studio?Rydell2009-08-27T18:40:07Z2009-08-27T18:53:34Z
<p>Background: I'm using SQL Server Management Studio 2008 and I have a query window open that contains multiple queries.</p>
<p>Is there a keyboard shortcut that will allow me to execute a single query without highlighting the query I would like to run first? Some other SQL tools have shorcuts that run the query that is under the cursor, which keeps the hands on the keyboard, and away from the mouse.</p>
<p>Thanks everyone.</p>
http://stackoverflow.com/questions/1302118/flex-remoting-or-flash-remoting/1320001#13200010Answer by Rydell for Flex Remoting or Flash RemotingRydell2009-08-24T00:43:15Z2009-08-24T00:48:22Z<p>I'm assuming you are asking about the server technologies, since both Flex and Flash use the same client side remoting.</p>
<p>In regards to the server you have a lot of choices, but I'm a big fan of the Adobe's open source <a href="http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/" rel="nofollow">BlazeDS</a>, which is Java based. Definately check that out, unless you really like to manually serialize your objects. There is another Java based AMF server called <a href="http://www.graniteds.org" rel="nofollow">Granite Data Services</a>, but I have no experience with that.</p>
<p>If Java on the server isn't your cup of tea, I know there an AMF implementation in Ruby as well as Python (<a href="http://code.google.com/p/rubyamf/" rel="nofollow">RubyAMF</a>, <a href="http://pyamf.org/" rel="nofollow">PyAMF</a>). I'm sure the .NET guys have one as well.</p>
<p>And if you are curious about other ways to push server data across the wire (RESTful XML or traditional Web Services), take a look at James Ward's benchmarking site <a href="http://www.jamesward.com/census/" rel="nofollow">here.</a></p>
<p>Good luck.</p>
http://stackoverflow.com/questions/38210/what-non-programming-books-should-programmers-read/1314278#13142781Answer by Rydell for What non-programming books should programmers read?Rydell2009-08-21T21:17:02Z2009-08-21T21:17:02Z<p>To Infinity and Beyond!: The Story of Pixar Animation Studios</p>
<p><img src="http://ecx.images-amazon.com/images/I/41fl0n16j8L.%5FSS500%5F.jpg" alt="alt text" /></p>
<p>The story of a few guys who set out to create the first animated feature. I enjoyed it from the standpoint of seeing how these individuals made a company where the creativity that we are all familiar with could thrive.</p>
http://stackoverflow.com/questions/1220311/cuddle-braces-in-flex/1224912#12249120Answer by Rydell for Cuddle braces in flexRydell2009-08-03T22:20:55Z2009-08-03T22:20:55Z<p>I'm going to make the assumption that you are talking about Flex Builder. I'm specifically using Flex Builder 4 beta (Flash Builder), but I think this applies for Flex Builder 3.</p>
<p>When asking fb to create a new actionscript class, you can adjust the template and set it to cuddle the braces, but only for the class definition. The template settings can be found under Window -> Preferences -> Flash Builder -> File Templates.</p>
<p>A better option is the Flex Formatter plug-in, which can be found at Source-Forge <a href="http://sourceforge.net/projects/flexformatter/files/" rel="nofollow">here</a>. Note the installation instructions <a href="http://sourceforge.net/project/shownotes.php?release%5Fid=698747" rel="nofollow">here</a> which are different depending on which version of Eclipse you are running.</p>
<p>Once you get the plugin installed, you'll see a number of new setting available under Window -> Preferences -> Flex Formatting. The one you are looking for is buried a bit. Look under Flex Formatting -> ActionScript -> Newlines/Wrapping -> Line Breaks -> Brace Style.</p>
<p>Set as desired.</p>
<p>Once that is all done, just go to your selected actionscript file, and press the Ctrl+Shift+F keyboard shortcut. And there you have it.</p>
<p>Easy Peasy, Lemon Squeezy.</p>
http://stackoverflow.com/questions/993760/desirable-features-for-the-ideal-ide/993809#9938092Answer by Rydell for Desirable Features for the "ideal IDE" ?Rydell2009-06-14T21:34:03Z2009-06-14T21:34:03Z<p>I love vim.</p>
<p>But there are too many things that a full-fledged IDE brings to the table. So each time I try a new IDE, I'm immediately looking for vim plugin to give me the movement keystrokes that allow me to keep my hands on the keyboard where it belongs.</p>
<p>So - optional basic vim emulation.</p>
http://stackoverflow.com/questions/940057/in-subversion-how-can-i-un-hijack-a-file5In subversion, how can I un-hijack a file?Rydell2009-06-02T15:02:00Z2009-06-03T18:29:32Z
<p>Currently, my team has a set of files that should not be under version control, but they are. I would like to remove them from our subversion repository, and allow everyone to keep their local versions. What is the best way to accomplish this?</p>
<p>Deleting the files removes them from the repository, as well as everyone's local file system. Using the --keep-local flag almost works. It allows me to keep the copy on my machine, deletes it from the repository, but still removes the files from everyone else's file system.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/281627/graceful-handling-of-server-timeout-in-blazeds2Graceful handling of server timeout in BlazeDSRydell2008-11-11T17:47:56Z2009-03-05T18:52:42Z
<p>I have a flex client that makes service calls to a tomcat server running BlazeDS. I would like to gracefully handle server session timeouts in this environment.</p>
<p>I do have security constraints on the service, so the client authenticates against a remote object by initializing a ChannelSet based on the destination, and then logging in using that ChannelSet.</p>
<p>After the user is authenticated, if they go get a (long) cup of coffee, their session will inevitably time out.</p>
<p>I would like the client to detect the timeout, and return the user back to the login page, with the appropriate informational messages.</p>
<p>But I am having difficulty finding the best way to detect this timeout from the client. Is it possible, or must I have the server throw an error when the timeout occurs?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/499067/mysql-vs-file-databases/499121#4991211Answer by Rydell for MySQL vs File DatabasesRydell2009-01-31T16:36:52Z2009-01-31T16:36:52Z<p>Since you are thinking you may not have the need for a complex relational structure, this might be a fun opportunity to try something more down the middle. </p>
<p>Check out <a href="http://couchdb.apache.org/docs/intro.html" rel="nofollow">CouchDB</a>, it is a document-based, schema free database (yet still indexable). The database is made of documents that contain named fields (think key-value pairs). </p>
<p>Have fun.... </p>
http://stackoverflow.com/questions/133556/best-programming-novel-to-take-on-holiday/171398#17139810Answer by Rydell for Best programming novel to take on holidayRydell2008-10-05T02:53:29Z2008-10-05T02:53:29Z<p>Well the answers are now three pages in. I'm going to have to put in a vote for <a href="http://rads.stackoverflow.com/amzn/click/0765342294" rel="nofollow">Ender's Game</a> by Orson Scott Card. It's a fast read, and enjoyable. I actually read it on a beach in St. Croix.</p>
http://stackoverflow.com/questions/42146/what-are-the-best-ways-to-determine-what-port-an-application-is-using/42196#421962Answer by Rydell for What are the best ways to determine what port an application is using?Rydell2008-09-03T17:45:05Z2008-09-03T17:45:05Z<p>I've always liked the sysinternals app TCPView, which can now be found <a href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx" rel="nofollow">here</a>. Good luck. </p>
http://stackoverflow.com/questions/36546/how-does-one-become-a-consultant/37082#370824Answer by Rydell for How does one become a consultant?Rydell2008-08-31T20:33:24Z2008-08-31T20:33:24Z<p>First, the reason the you're getting really long answers to this question is because there are so many different types of consulting. I'm going to assume you are talking about technical or software consulting, as opposed to management consulting.</p>
<p>In software consulting, you can consider a national or international consultancy. The benefit for working with this type of organization is they generally have the luxury of allowing you to specialize. If you want to specialize on e-commerce applications using Rails, then if you find the right organization you can do just that. The downside is this specialization comes at the cost of travel. Your market is the world, and you go where the work is.</p>
<p>Another option is a local consultancy. These organizations generally serve a large city or region. You don't have to travel as much, but since your market is smaller, you find yourself becoming more of a generalist. Due to the lack of work, it is difficult to specialize unless your niche is really popular. But it is nice not to live in a hotel.</p>
<p>And don't forget the Body Shop. This is a somewhat derogatory term used to describe consulting organizations where you are simply a set of skills sold at an hourly rate to augment the staff of another organization. This is generally not the type of place of organization where you will called in to "implement the huge, mission-critical system." But if you want to work as an independent and you aren't good at sales, you can subcontract through this type of organization.</p>
<p>I would say that you can make decent money as a consultant, but the "Highly Paid Consultant" is somewhat of a myth. This is perpetuated by your clients that make the assumption that if your rate is 100$ an hour, you are being paid $100 dollars an hour, or something close. This is generally not the case, unless you own the company. Overseas competition is high, and margins are tight because of it.</p>
<p>I got my start in consulting simply by applying to a consulting organization for an internship during college. I took the offer they gave me after I graduated, and I've been a consultant for the better part of 20 years. I've enjoyed it not so much because of the pay, but for the variety of technologies and companies that I've worked with. If there is one skill you will pick up as a consultant, it is learn about a new technology. Quickly.</p>
<p>Good luck to you and I hope that helped!</p>
http://stackoverflow.com/questions/6988/how-can-i-explain-to-a-non-technical-person-what-i-do-for-a-living/36627#366270Answer by Rydell for How can I explain to a non-technical person what I do for a living?Rydell2008-08-31T04:17:49Z2008-08-31T04:17:49Z<p>Long explanations are sure to induce glazed eyes inside of 30 seconds. For that I reason, I try to keep it short.</p>
<p>"I design and build software."</p>
http://stackoverflow.com/questions/31840/java-logging-vs-log4j/36482#364823Answer by Rydell for Java Logging vs Log4JRydell2008-08-30T23:34:39Z2008-08-30T23:34:39Z<p>Log4j has been around for a long time, and it works very well. I have no scientific study to back it, but based on what I've seen at a large number of clients, it is easily the logging framework that I see used more than any other. It has been around for a long time, and not been replaced by the Next Big Logging Framework, which says something. </p>
<p>It is dead simple to set up, and easy to learn the basic appenders (outputs). There are a whole host appenders that are available, including:</p>
<ol>
<li>ConsoleAppender</li>
<li>DailyRollingFileAppender</li>
<li>ExternallyRolledFileAppender </li>
<li>FileAppender</li>
<li>JDBCAppender</li>
<li>JMSAppender</li>
<li>NTEventLogAppender</li>
<li>RollingFileAppender</li>
<li>SMTPAppender</li>
<li>SocketAppender</li>
<li>SyslogAppender</li>
<li>TelnetAppender</li>
<li>WriterAppender</li>
</ol>
<p>Plus others. It isn't difficult to write your own appender either. Additionally there is a great deal of flexibility in each of the appenders that allow you to control specifically what is output in your log.</p>
<p>One note, I had a series of classloader problems when I used apache commons logging in addition to log4j. It was only for one specific application, but I found it simpler to use log4j alone, rather than to have the flexibility offered when using an abstraction layer like commons logging. </p>
<p>See this article for
<a href="http://www.qos.ch/logging/thinkAgain.jsp" rel="nofollow">more details</a>:</p>
<p>Good luck!</p>
http://stackoverflow.com/questions/26524/favorite-free-sftp-client/26662#266621Answer by Rydell for Favorite free SFTP clientRydell2008-08-25T19:07:24Z2008-08-25T19:07:24Z<p>I just installed both WinSCP and FileZilla. In my fast, entirely unscientific survey, I found:</p>
<ol>
<li>Both applications installed easily.</li>
<li>Both applications had an acceptable UI that was easy to figure out.</li>
<li>I liked the way WinSCP made it easy to store the information for the host I was connecting to (for the next time I log in).</li>
<li>I really liked the amount of information that FileZilla provided regarding the transfer of the files.</li>
</ol>
<p>There was a problem on the server I was transferring to (lack of disk space). FileZilla made this easy to figure out.</p>
<p>So there you have it. Amazing. Ten Answers in 50 minutes. +5 for StackOverflow! Thanks everyone!</p>
http://stackoverflow.com/questions/1638253/is-there-a-flex-ide-development-env-that-works-on-ubuntu-64bit/1638540#1638540Comment by Rydell on Is there a Flex IDE/development env that works on Ubuntu 64bit?Rydell2009-10-28T19:27:47Z2009-10-28T19:27:47ZBut not in the new community edition. Only in the "Ultimate" edition.http://stackoverflow.com/questions/1132078/upsert-in-ssis/1132127#1132127Comment by Rydell on UPSERT in SSISRydell2009-10-19T21:41:46Z2009-10-19T21:41:46ZThe link appears dead. Try <a href="http://blogs.technet.com/mat_stephen/archive/2005/08/31/410022.aspx" rel="nofollow">blogs.technet.com/mat_stephen/archive/…</a>http://stackoverflow.com/questions/1509752/white-noise-sources-for-concentration-while-programming/1509970#1509970Comment by Rydell on White noise sources for concentration while programmingRydell2009-10-03T05:11:45Z2009-10-03T05:11:45ZThis is very cool. Thanks for the link.http://stackoverflow.com/questions/1509752/white-noise-sources-for-concentration-while-programmingComment by Rydell on White noise sources for concentration while programmingRydell2009-10-02T18:21:18Z2009-10-02T18:21:18ZGood call, I didn't think of the term "ambient" when doing my pre-post search. http://stackoverflow.com/questions/1509752/white-noise-sources-for-concentration-while-programming/1510053#1510053Comment by Rydell on White noise sources for concentration while programmingRydell2009-10-02T18:12:08Z2009-10-02T18:12:08ZOh we have those too. All I can make out is something that sounds like, "Are we there yet?"http://stackoverflow.com/questions/1509752/white-noise-sources-for-concentration-while-programming/1509788#1509788Comment by Rydell on White noise sources for concentration while programmingRydell2009-10-02T14:24:03Z2009-10-02T14:24:03ZNo, I'm strapped to Verizon. An iPod is all I have.http://stackoverflow.com/questions/1362748/wanted-good-examples-of-scala-database-persistenceComment by Rydell on Wanted: Good examples of Scala database persistenceRydell2009-09-08T13:04:56Z2009-09-08T13:04:56ZIt's true... <sigh>. But appreciated nonetheless. http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guideComment by Rydell on Git for beginners: The definitive practical guideRydell2009-09-04T13:56:45Z2009-09-04T13:56:45ZHow about updating the links?http://stackoverflow.com/questions/895296/how-can-you-tell-if-a-person-is-a-programmer/895671#895671Comment by Rydell on How can you tell if a person is a programmer?Rydell2009-09-03T19:16:27Z2009-09-03T19:16:27ZHow about muggles?http://stackoverflow.com/questions/1347910/advantages-to-adding-spring-to-flex/1348679#1348679Comment by Rydell on Advantages to adding Spring to FlexRydell2009-08-28T18:48:24Z2009-08-28T18:48:24ZSeconded. BlazeDS makes server communications easier (unless you really want to serialize things yourself). And assuming you're creating a production application, you are going to want to secure your services. Spring Security really makes that simple.http://stackoverflow.com/questions/11930/how-can-i-determine-the-ip-of-my-router-gateway-in-java/11960#11960Comment by Rydell on How can I determine the IP of my router/gateway in Java?Rydell2009-08-27T22:18:09Z2009-08-27T22:18:09ZWhy the downvote?
http://stackoverflow.com/questions/1343027/how-can-i-execute-a-single-query-in-sql-server-management-studio/1343075#1343075Comment by Rydell on How can I execute a single query in SQL Server Management Studio?Rydell2009-08-27T22:01:45Z2009-08-27T22:01:45ZAh well, it will have to do. Thanks for take the time mmayo and everyone else!http://stackoverflow.com/questions/1343027/how-can-i-execute-a-single-query-in-sql-server-management-studio/1343120#1343120Comment by Rydell on How can I execute a single query in SQL Server Management Studio?Rydell2009-08-27T22:00:38Z2009-08-27T22:00:38ZWhat some other editors do is to have two shorcut keys. One to Run everything in the window, and another to run the "current" query as defined by the cursor location.http://stackoverflow.com/questions/1262199/how-can-i-call-a-varargs-function-with-an-array-in-actionscriptComment by Rydell on How can I call a varargs function with an array in ActionScript?Rydell2009-08-12T11:51:41Z2009-08-12T11:51:41ZCongratulations, you are already #3 result on google under "actionscript argument unpacking" :)http://stackoverflow.com/questions/1252214/flex-checking-for-change-in-fields-under-a-tabComment by Rydell on Flex - Checking for change in fields under a tabRydell2009-08-09T23:58:46Z2009-08-09T23:58:46ZThere's three or four questions here. Could you break them up or edit the question to clarify which one is the primary question? It'll increase the odds of a good answer.