July 18, 2011

Maven: the build tool that takes more time to build and configure than the actual application it’s building. Somehow—and maybe this is just personal bias—it doesn’t seem like xml just vomited into a wiki should count as documentation.

7:07pm  |   URL: http://tmblr.co/ZzgRWy7Fff3x
  
Filed under: java maven frustration 
June 8, 2011

A recent project has necessitated my use of Intellij. I prefer my unwieldy text editors to run Lisp, thank you very much!

June 4, 2011
Urs Peter -- "Scala & Spring: Combine the best of both worlds"

Maybe I’m a loon, but that’s an un-godly amount of code for one lonely table.

May 20, 2011
"@finneycanhelp I really think that @playframework shows that most of the problems with Java are the frameworks, not the language"

(via playframework)

Zen Buddhism has this concept, the Beginner’s Mind. A student of Zen is to keep a mind of eagerness and unknowing, untroubled by the bias of belief. In the context of Zen, the beginner’s mind is applied to an individual, but I believe it can just as relevantly be applied to groups; the Java community has come to live in a world where it cannot but expect cumbersome frameworks, dogmatic architecture rituals and elaborate technological stacks as a basic necessity.

Play does away with all of that and considers with an untroubled mind. I look forward to building a public-facing product in Play, especially once Akka actors get integrated into Play/Scala 1.0.

(via playframework)

May 12, 2011


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb6d33b7d, pid=949, tid=2831403888
#
# JRE version: 6.0_25-b06
# Java VM: Java HotSpot(TM) Server VM (20.0-b11 mixed mode linux-x86 )
# Problematic frame:
# V  [libjvm.so+0x2b0b7d]  pthread_attr_init+0x2b0b7d
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x09a72800):  VMThread [stack: 0xa8bbc000,0xa8c3d000] [id=954]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000050

Registers:
EAX=0x00000000, EBX=0xb0cf4058, ECX=0x00000000, EDX=0xb19f5ba8
ESP=0xa8c3ba20, EBP=0xa8c3ba88, ESI=0xb19f5bb0, EDI=0xb0cd8540
EIP=0xb6d33b7d, EFLAGS=0x00010246, CR2=0x00000050

Top of Stack: (sp=0xa8c3ba20)
0xa8c3ba20:   b19f5bb0 b0cf4058 00000000 00000000
0xa8c3ba30:   a8c3ba60 a8c3ba40 00000001 0000006c
0xa8c3ba40:   b726e5d8 b0cf4054 a8c3ba88 b37cfeb8
0xa8c3ba50:   b7274fb0 01400000 b728df20 b7171f00
0xa8c3ba60:   b3010100 00000000 00000000 00000001
0xa8c3ba70:   b37cfeb8 b2be1400 00000000 099f2750
0xa8c3ba80:   099b5f50 a8c3bae0 a8c3baa8 b6e0ef0c
0xa8c3ba90:   099f2750 a8c3bae0 a8c3bb48 b6e04276 

Instructions: (pc=0xb6d33b7d)
0xb6d33b5d:   40 5c 89 45 e4 8b 45 e4 89 02 8b 45 b4 8d 1c 83
0xb6d33b6d:   e9 de fe ff ff 85 c0 78 14 50 50 8b 42 08 53 56
0xb6d33b7d:   ff 50 50 89 c1 83 c4 10 e9 3c ff ff ff 89 c2 8b
0xb6d33b8d:   7b 08 c1 f8 10 83 e2 3f 88 d1 25 ff 00 00 00 d3 

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=

Well, these are rare…