the corner office : tech blog

a tech blog, by Colin Pretorius

2007.08.29

Russell Beattie: Java needs an overhaul (via Tim Bray). Not sure that I disagree with the arguments, but since I make a living working with long-running server processes where an insanely smart JVM is optimising the code in insane and mind-blowing ways, it's kinda moot for me. And despite its frustrations, I'm not that against coding with Java.

{2007.08.28 23:28}

2007.08.27

Type-ahead for combos:

{2007.08.27 09:28}

2007.08.25

{2007.08.25 19:58}

Plug-in Spy

Nifty

{2007.08.21 22:46}

2007.08.19

A short Primer to Java Memory Pool Sizing and Garbage Collectors (via).

{2007.08.20 00:44}

2007.08.14

{2007.08.15 00:03}

2007.08.12

{2007.08.12 12:54}

2007.08.08 Links

Linux Today links:

{2007.08.09 00:25}

2007.08.07 Links

  • Vince Huston: OO design, Java, C++. Detailed design patterns discussion.
  • Eclipse data binding with java beans. If you pretend that an Eclipse editor is like a web form, then you'd have a formToBean() style method somewhere when you want to sync form and underlying data. You could register listeners and continuously update the bean as text is being edited. Either way, the issue is hooking into the process so that you can do error handling in a way that flows and isn't too much effort. This needs more reading.
  • Dave Jones: wake on lan "I like automation."

{2007.08.07 23:04}

The problem with threads

Roman Shaposhnik: The Problem with Threads (via Tim Bray). In a sentence:

What POSIX shared memory threading model does is it turns a fundamentally determimistic von Neumann architecture on its head by wreaking havoc on how memory gets used during computation to store intermediate results.

{2007.08.05 22:01}

« Older | Newer »