| bio | website | blog.outerthoughts.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | May 14 at 17:41 | |
| stats | profile views | 15 |
|
Jun 27 |
answered | What are the differences between Castle Monorail 3 over ASP.Net MVC? |
|
Jun 27 |
answered | Who is a CMS really for? |
|
May 8 |
comment |
What were the “core” API packages of Java 1.0? Don't remember about v1 final, but alpha3 (as in v1alpha3) had a lot more packages before v1beta2 (can't remember beta1) came out. Specifically, they had FTP packages in public API because alpha3 was still Solaris only and used Solaris libraries for that. I remember throwing a lot of paper manuals that were so - hopelessly - wrong suddenly. Oh, and I was doing Java on a Mac!!! |
|
Apr 29 |
awarded | Announcer |
|
Apr 17 |
answered | Understanding the problem when things break in production |
|
Sep 18 |
awarded | Yearling |
|
Aug 16 |
comment |
How can I transition to a job using the Microsoft stack? @Keyo, Atlassian advertised through SO Careers and they are good place to work (different skills though). Never say never. SO Careers is a new project as well. |
|
Aug 16 |
answered | Any ideas for a good way to get HTML Text-To-Speech? |
|
Jul 22 |
awarded | Editor |
|
Jul 22 |
revised |
If someone was making software, able to display content in any written language, what would they have to consider? The question obviously ment 'written' languages, not 'spoken' as these are different - overlapping - sets. |
|
Jul 22 |
answered | If someone was making software, able to display content in any written language, what would they have to consider? |
|
Jul 22 |
suggested | suggested edit on If someone was making software, able to display content in any written language, what would they have to consider? |
|
Jan 4 |
answered | Do you keep your ideas secret? and why? |
|
Dec 22 |
answered | How can I transition to a job using the Microsoft stack? |
|
Dec 16 |
comment |
Perception of a developer that uses a pre-packaged web implementation for their personal site? Couldn't you have contributed to somebody else's open source project instead? This way your learning would have been useful for others too. Or do something nobody else tried before. Not trying to be snarky here, but I am really puzzled by why you thought reinventing the wheel was the best thing here. |
|
Dec 2 |
comment |
Do you still panic when you see a stack dump? Why? Whole JVM. I would ask a customer to take 3-5 thread dumps 30 seconds apart. The load on VM is not that great and I get enough information to do both deadlocks and live locks. For deadlocks specifically, I wrote some software that would show circular dependencies. It was especially nice when it would show 3 or 4 threads pointing at each other in a circle. Very hard to spot that one by eye-balling the 15 pages of thread dumps. |
|
Nov 12 |
comment |
Do you still panic when you see a stack dump? Why? I used to work as senior support engineer for BEA. Java stack traces were often the only information I would get from customer's production system failing. I relied on them so much that I built a tool to parse and visualize the stack traces. Deadlocks and even livelocks troubleshooting became so much easier with that. I talked about that at JavaOne some years ago. |
|
Oct 6 |
answered | How to visualize code? |
|
Sep 20 |
awarded | Nice Answer |
|
Sep 20 |
awarded | Supporter |