Brian Knoblauch
|
Registered User
|
Just another nobody out in the world, banging out some code from time to time...
|
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 4 |
comment |
Is AH1N1 harmful to computers? It could be though. If the user has it, they're more likely to do something harmful to the computer if trying to operate it while sick! |
|
Nov 25 |
comment |
Poll: What is stopping you from switching (from Java) to Scala ? I don't buy this argument. The same problem exists with .Net and it's quite popular. I've moved 1.0 code to 1.1, 1.1 to 2.0, and even 3.0 back down to 2.0 and really stupid, basic stuff that you'd think would never change, does between versions. |
|
Nov 23 |
comment |
Causes of “Connection with the server was reset” on project open? 1.1/1.0 bug is a Vista thing. Found a website to get around it and I'm now in business. mfeingold's response didn't solve my problem, but helped me think about it more. So, +1, but not accepting it in case someone eventually comes along with a complete solution. |
|
Nov 23 |
comment |
Causes of “Connection with the server was reset” on project open? Gave up on trying to get VS2003 working on that machine. Installed on another one and have made it much further along. Actually sees the app and opens it, but claims that only 1.0 is supported and it's a 1.1 app. Application Pool clearly shows 1.1, yet it's claiming it's a 1.0 App Pool. Confused. |
|
Nov 23 |
comment |
Visual Studio (6.0, 2003 & 2008) compatibility with Windows Vista 64-bit (x64) Update. VS2003 "sort of supported" now. msdn.microsoft.com/en-us/vstudio/… I'm trying to load it right now. Ended up having to skip the FPSE dependency as unable to figure out how to install that one Vista. |
|
Nov 20 |
answered | Visual Studio (6.0, 2003 & 2008) compatibility with Windows Vista 64-bit (x64) |
|
Nov 20 |
comment |
Causes of “Connection with the server was reset” on project open? Hmmm, it was already created. Did a remove and a create, no change. Blew everything away, brought in a fresh copy, still same problem. Any other ideas? Looks like all the right services are running. |
|
Nov 19 |
comment |
Causes of “Connection with the server was reset” on project open? I suspected that as I recall having to do that on a 2008 server, but I can't find an option for that on my IIS on XP. Must be there, but I'm just not seeing it? |
|
Nov 19 |
asked | Causes of “Connection with the server was reset” on project open? |
|
Nov 18 |
comment |
C# - MySQL vs SQL Server I'll add that mySQL can be faster for simpler queries. Another option is PostGreSQL, it's in between the 2. It can be scaled to Enterprise sizes just like (some say better than) MS SQL server. Doesn't cost a bazillion dollars like SQL Server can (very much use dependent anyways). |
|
Nov 18 |
answered | Require some help with Java.. |
|
Nov 17 |
comment |
What does it mean to clone() an object? Seems obvious to experienced people, but beginners often struggle with "hey, why'd my object change when I changed this 'other' one". The realization that names are basically gussied up pointers comes slowly (and understanding cloning greatly speeds that process). |
|
Nov 16 |
answered | unaligned memory accesses |
|
Nov 12 |
accepted | Is File.Exists an expensive operation? |
|
Nov 10 |
answered | Is File.Exists an expensive operation? |
|
Nov 9 |
answered | View ram in DOS |
|
Nov 6 |
comment |
What’s your first program that you were proud of? I did one of those in i386 assembly back in the day. I got divide by zero errors whenever objects crashed. :-) |
|
Nov 6 |
answered | Performance of Sql subqueries\functions |
|
Nov 6 |
comment |
Why the name main for function main() If you don't like it, feel free to develop your own language with identical syntax except for the main function. :-) |
|
Nov 5 |
comment |
Attitudes toward foreign programmers @JasonTrue AIIIIEEE! Please let's not promote turning community wiki into the wasteland of things that are borderline on/off-topic! That's what the close/reopen process is for! |
|
Oct 30 |
comment |
server side db programming: why? They (triggers, sprocs) have their place, but one must be very careful as it can VERY easily and quickly turn into WORN (Write Once Read Never) code. I like to think of it similar to threading. Lots of people do it, but do it wrong. It takes a truly exceptional person to do it RIGHT. |
|
Oct 30 |
comment |
Getting Netbeans and Subversion to play together nicely with libraries? This entry now superceded by another answer by me. |
|
Oct 30 |
accepted | Getting Netbeans and Subversion to play together nicely with libraries? |
|
Oct 30 |
answered | Getting Netbeans and Subversion to play together nicely with libraries? |
|
Oct 30 |
comment |
How do you crash a JVM? Unfortunately, it's on multiple machines that otherwise run just fine. It's only this one particular app that does it (and it's not memory or processor intensive). |
|
Oct 30 |
accepted | How to use HTML in LifeRay ShoppingItem description? |
|
Oct 30 |
comment |
What to replace FrontPage with? Yikes. Netbeans for web. That strikes me as like trying to use a sportscar to haul lots of bags of dirt around. Fine tool, but not for that particular task! |
|
Oct 30 |
comment |
What to replace FrontPage with? I'm an ex-NVU user. Really liked it, but then development on it stopped. I hear a rumor that it's been forked, but there doesn't seem to be any real development on the forked version either. :-( |
|
Oct 30 |
revised |
What to replace FrontPage with? Added more info. |
|
Oct 30 |
comment |
What to replace FrontPage with? That's all well and good for school and home. However, once you're in the workforce and need to crank things out as fast as possible, IDE type design tools really start to shine since you can get things done faster (and with less RSI inducing typing). However, you DO have to understand what's going on behind the scenes before making that move. |
|
Oct 29 |
comment |
What to replace FrontPage with? We're using DreamWeaver here, but I find it a bit clunky compared to Microsoft Visual Web Developer express. However, we use it primarily for classic ASP programming rather than true website design. |
|
Oct 29 |
answered | What to replace FrontPage with? |
|
Oct 29 |
comment |
Calling Lisp from Ruby/Rails? I'm not sure that most people would consider that as simple as above, but perhaps for RoR people it might even be simpler... |
|
Oct 29 |
comment |
Running 32bit .NET application in 64bit OS slow Possibly. This question looks very familiar to me, but I can't remember what the deal was. I'm leaning towards a known MS bug, but I'm not sure. If I can find the info again, I'll come back and post it up. |
|
Oct 29 |
comment |
Can I optimize this piece of code? Question is unclear. |
|
Oct 29 |
comment |
Why no love for SQL? The unfortunate thing is that it's very tempting to just stick some simple procedural code into a stored procedure. And it works fine. UNTIL someone needs to maintain it/add some exceptions, etc... |
|
Oct 29 |
comment |
Why no love for SQL? Being an ex-COBOL programmer, I equate writing SQL with writing COBOL. VERY similar languages in concept (if not actual syntax). |
|
Oct 28 |
comment |
Save icon: Still a floppy disk? I do lots of (mostly?) "one-off" items that I don't want saved and cluttering up my workspace. |
|
Oct 28 |
comment |
Save icon: Still a floppy disk? Oh geez, showing my age here... I have a reel tape unit at home! |
|
Oct 27 |
revised |
Why am i unable to post comments on certain threads edited title |
|
Oct 27 |
revised |
What is Alef Hamza? guessed on an incorrect spelling based on context |
|
Oct 27 |
comment |
token parsing in java Split works fine, but StringTokenizer works better for the majority of the tokenizing I've had to do. No idea why they'd discourage it's use, but then again, it's not the first time I've found their "discouragements" and deprecations to be questionable (at best). |
|
Oct 26 |
revised |
Clojure Parse String corrected typo |
|
Oct 26 |
comment |
scala mailbox size limit Polling is often better from a purely programming perspective, but semaphores are often better from a hardware utilization perspective. Depends on your exact situation as to which should be selected. |
|
Oct 23 |
comment |
Does your company stimulate physical health of developers, and if so, how? I can't say I've ever worked anywhere that running/cycling to work would even be a consideration (due to distance, safety, and weather concerns). |
|
Oct 22 |
answered | Word Tearing on x86 |
|
Oct 21 |
answered | Learning more about Java |
|
Oct 15 |
asked | How do I mix JVM based languages in a single Netbeans project? |
|
Oct 12 |
answered | ebook reader for programming books? |
