About 88 results
https://blog.omelas.net/cgy5jv3omwj43 · 28 May 2007
Ñaki ha sacado indirectamente el tema del Model Driven Architecture en los comentarios del post Esta vez tampoco. Por cierto, que no tiene desperdicio la demo a la que apunta (http://www.integranova.es/)Me ha hecho gracia porque justo estaba leyendo el vi...
https://blog.omelas.net/d5kpvnmcp7zni · 24 May 2007
Just made a quick testdrive on the new Aptana Rails IDE. Two words will be enough:IT WORKS!- My Rails apps are recognized directly, no tweaks.- Code completion works (well, almost, I bet some extremely dynamic behaviours are hard to handle)- In-eclipse run...
https://blog.omelas.net/7zfaxfwlpzz7w · 24 May 2007
Leo en Agile Journal la noticia que llevo temiendo 15 años.IBM ha desarrollado un software a demanda que permite al usuario generar sus propias aplicaciones… requires no programming skills and is a visually appealing, user-friendly, interactive tool des...
https://blog.omelas.net/gx7ftpucxatmg · 20 May 2007
Just stumbled into an interesting approach to testing:Your code is guilty unless proven otherwise with your testsSo Guantanamo is a tool that knows that your code is guilty, no matter what you think, because your coverage is not enough.And given you’ve n...
https://blog.omelas.net/ftmbsfnxeu2pc · 30 Apr 2007
If I’ll ever try (or even want!) to teach programming to my son, is something time will have to tell.Now… if I have to try… I think I’ll bet on Alice.Alice is a 3D environment in which the user can program stories. No syntax required, just dropping...
https://blog.omelas.net/745b4ucefa2lo · 16 Nov 2006
Eleven months later Cygwin and SVN on Windows#!/usr/bin/bash## Call this script or copy and paste the content into your bash_rc script or similar# profile script.## Copy from heresub () {svn --username [myuser] --password [mypass] $*}subswitch() { if [ ...
https://blog.omelas.net/dog3vjqm5bnhd · 29 Oct 2006
def test_adding_methods res = "I'm a mutant-to-be String" res2= "I'm a not-to-mute String" puts "1: #{res}" def res.say_hello(num) #This method is only defined for 'res' object return "#{self} -- #{num*3}!!!" end puts "2: #{res.say...
https://blog.omelas.net/fl5manxxcbbnv · 14 Jul 2006
Just a quick note to remember. I’ve struggled so many times to get some good-enough web prototyping tool… just for specification purposes, mainly. I’ve played with plain-old HTML, powerpoint, visio, some specific-domain tools…I intend to note down ...
https://blog.omelas.net/jnuh4ahqqpevp · 20 Jun 2006
I don’t really get Sun’s Java6beta2 announcement:For a great out-of-the-box development experience with database applications, the final Mustang development kit – though not the Java Runtime Environment (JRE) – will co-bundle the all-Java JDBC data...
https://blog.omelas.net/35i6im2mjwejz · 19 Jun 2006
I’ve started playing with Google’s Web Toolkit. It’s basically a solution to leverage DHTML and asynchronous remote calls, to build rich-client web interfaces. Well… what’s in there, then, different to any other AJAX framework?GWT is written in J...