Oskar Gewalli's blog articles

0
comment
on 10/7/2011 2:21 AM
There are some pitfalls. One for instance is that it starts the editor wrong when running msysgit in the cygwin shell. Naturally I tried specifying different paths and ended up with the following configuration of gitconfig:c:\cygwin\home\wallymathieu.gitconfig[core]  editor = “"/c/Program Files (x86)/Vim/vim73/gvim.exe"”<div style="clear: both;"></div>
>> Read the full article
.
0
comment
on 10/6/2011 10:58 PM
I’ve updated the dotnet-console to enable help. It’s not finished, but it’s looking better. Still needs a lot of refactoring though. The tests document the more stable fluent interface. The stuff behind the fluent interface is more prone to change. It’s an interesting experience to code the tests against a higher level api that is relatively stable (as an interface) and have an underlying changing implementation.
>> Read the full article
.
0
comment
on 10/2/2011 2:37 PM
Why so many monitors? I used to have the same kind of layout on my home computer while at the university by using X11. You have virtual desktops (not to be confused with the software) or workspaces. The same concept on mac os x differs significantly from how it works on linux. Part of the problem might be technological: When I’ve tried out virtual desktops on windows, the programs become extremely unstable. User friendly: The concept of virtual desktop is probably not very conceptually friendly for a perso[...]
>> Read the full article
.
0
comment
on 10/2/2011 12:04 PM
Inspired by the minimalists I tried this out on the arduino: int speakerPin = 11; void outp(byte value) {     analogWrite(speakerPin, value); delayMicroseconds(200); } void setup() {     pinMode(speakerPin, OUTPUT);     // Set up Timer 2 to do pulse width modulation on the speaker     // pin.     // Use internal clock (datasheet p.160)     ASSR &= ~(_BV(EXCLK) | _BV(AS2));     // Set fast PWM mode  (p.157)     TCCR2A |= _BV(WGM21) | _BV(WGM20);     TCCR2B &= ~_BV(WGM22);     // Do non-inverting PWM on pin [...]
>> Read the full article
.
0
comment
on 9/26/2011 11:58 AM
The question has an answer: knockout js vs backbone js But the obvious question has not been answered. Why are they comparing apples and oranges? It’s like comparing ext to jQuery.
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper