Java &Scala &talks 01 Jun 2010 01:35 pm

Scala-præsentation på Community Day 2010

Her er slides fra min “Scala – en bedre Java?”-præsentation på Community Day 2010 d. 27. maj 2010. De kan ses/downloades fra Slideshare.net

Hvis du så præsentationen, må du meget gerne evaluere på Doodle.com. Hvis du har spørgsmål eller feedback på præsentationen, er du meget velkommen til at kontakte mig.

Java &Scala &talks 03 May 2010 08:48 pm

Slides fra Scala-præsentation på 7N’s IT-konference 2010

Slides fra min Scala-præsentation på 7N’s IT-konference 2010 d. 5. maj kan ses/downloades på slideshare.net.

7N vil inden længe også lægge denne og de øvrige præsentationer fra konferencen op på deres hjemmeside. Jeg vil opdatere dette indlæg med en URL, når det er sket.

Du er velkommen til at kontakte mig, hvis du har spørgsmål.

Java &Scala 28 Apr 2010 04:32 pm

Scala-præsentation på Community Day 2010

Jeg skal holde en præsentation af Scala på Community Day 2010 d. 27. maj. Det er en heldags, gratis konference med et interessant blandet indhold (.NET, PHP, web mv.). Mit indlæg har titlen “Scala – en bedre Java?”.

Læs mere om konferencen her.

Get Chitika Premium

Java &Scala 15 Mar 2010 09:25 pm

Scala-præsentation

Jeg skal holde en præsentation af Scala på 7N’s IT-konference 2010 d. 5. maj. Konferencens overordnede tema er effektivitet. Mit indlæg har titlen “Scala – en bedre og mere effektiv Java?”.

Læs mere om konferencen her.

Python 04 Mar 2010 09:30 pm

PyCharm – a Python IDE by JetBrains

JetBrains has done it again!

This time they have made a Python IDE, PyCharm, (currently in public preview) which looks as cool as the existing RubyMine product.

The tool allows for navigating your Python project, doing refactoring, debugging support. It supports Google App Engine and the Django web framework.

I like it!

Update: I completely forgot to include a URL to the product: http://www.jetbrains.com/pycharm/index.html

.NET 02 Mar 2010 09:58 am

Introduktion til F# (på dansk)

Jeg lavede i går en “Introduktion til F#”-præsentation. Hvis du er interesseret, kan du se mine (få) slides og kodeeksempler (med kommentarer).

Jeg er spændt på at se, hvordan F# bliver modtaget, når VS2010 kommer ud. Jeg synes personligt vældig godt om den funktionsorienterede tankegang og mener, at man kan udtrykke logik væsentlig mere kompakt (og stadig læsbart), når først man har luret tankegangen. Men hvor meget det giver mening f.eks. at sprede logik mellem C# og F# er et godt spørgsmål – specielt med de funktionsorienterede, der blev introduceret i C# 3.

Eclipse &Java 01 Nov 2009 11:33 am

Using 32-bit SWT with Mac OS X Snow Leopard

I just ran into a problem with Eclipse 3.4.2 on Mac OS X Snow Leopard. Attempting to run or debug an Eclipse application, I got the error message “Cannot load 32-bit SWT libraries on 64-bit JVM”.

Turns out that the old Eclipse versions (pre-3.5) are 32-bit, and Java 6 in Snow Leopard runs 64-bit by default. There seems to be multiple solutions to the problem, but the easiest in my case was to add “-d32″ on the “Program arguments” list on the run configuration (the solution described here).

Run configuration

General 13 Aug 2009 08:08 pm

Using Google Reader’s “Send To” feature with Diigo

I use Google Reader for keeping track of blogs and news. For bookmarks, I use Diigo.

Google Reader just added a “Send To” feature that allows you to send the link of a news item to Twitter, Facebook, Delicious, etc. Diigo is not on the list. However, it is possible to add your own “Send To” targets.

For Diigo, this is the recipe:

  • Go to “Settings” in Google Reader
  • Go to the “Send To” tab
  • Click the “Create a custom link” button
  • Specify the following details
    • Name: Diigo
    • URL: http://www.diigo.com/post?url=${url}
    • Icon URL: http://www.diigo.com/favicon.ico
  • Click “Save”

Now, you can post an entry in Google Reader to Diigo using the “Send to” link in the bottom of each item.

Update: You might also want to take a look at this Lifehacker article.

General &Humour &UI 09 Jun 2009 12:52 pm

Security messages when they’re best

I know that it’s not a good idea to have a password identical to your username but even so, this may not be the best way to announce it to the world. This dialog is presented from Quality Center every time you attempt to log in:

Message from Quality Center

Message from Quality Center

.NET &Design &General &Java 16 Feb 2009 08:46 pm

Great series of blog entries on DDD

Casey Charlton has a great series of blog entries on DDD (Domain Driven Design). The articles just keep on coming, and now he has made an ebook with all the articles. Great work, highly recommended.

Next Page »