Slashdot Mirror


User: bjoernfan

bjoernfan's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re: Ireland has had this for some time on Internet Dismantling the State Church In Finland · · Score: 5, Informative

    And in Sweden we have http://uturkyrkan.se/ ("Out of the church"). They have a nice slogan too; "Ut ur saligheten, in i verkligheten" meaning "Exit the divine, enter reality". I think the church tax is 0.9%, but that might include a "funeral fee".

  2. Re:Just cancel pair programming on Collaborative Software For Pair Programming? · · Score: 1

    With Git, you can tell who submitted any line.

    git blame configuration/squid/squid.conf | head -n 1
    ^a41f13c (Björn Pettersson 2008-12-25 03:27:54 +0100 1) dns_testnames localhost

    (Also: Yes, you can call me Bjorn. ;))