Sky as a Kite

Main menu

My colours

No comments
It's my lunch break. I was looking up a question I had about the "code" tag in HTML on stackoverflow, when I came across this thread.

I could not resist and tried my own name. Amazingly I have the same colour as Chuck Norris. See:
Chuck Norris
Christina Anna Milcher

See the link for the explanation. Separately written my name looks like this:
Christina (#C0 00 00) Anna (#A0 0A 00) Milcher (#00 C0 00)

My family:
Heinrich (My father)
Katharina (my Mother)
Andrea
Stefan
Susanne



Here is the code for the above (by me!):

 < div name="colour" style="display:inline" >
 < input id="colour"  type="text" />
 < button onClick="colourName()" > See your colour </button> </div >
 < div id="some" style="display:inline"> </div >

 <script>
function colourName(){
var colour=document.getElementById('colour').value;
var div = document.getElementById('some');
div.innerHTML = ' <font color="'+colour+'">'+colour+'  </font>';
}
 </script >  

Posted on - Categories: Geekery


Chat?!?!

No comments
Today jappix introduced mandatory encryption. All my contacts show as offline. All gmail. No idea what to do... Tried different clients, even the main one from jappix.com, but no difference.

Is there anybody out there ?

Update: Apparently this is only temporary, see here
Posted on - Categories: Geekery


Testing a gallery script

No comments
When I included PrettyPhoto in the blog it was mainly lazyness. I have been playing around with CSS for a bit now, and hopefully will be able to have lightboxes without javascript.
Javascript is for the lazy.

Here is the first test:

image

text

this should be a text boxwrite with bbcode just
like any post



Posted on - Categories: Geekery


All is lost

No comments
I have done it. I'm beyond saving. I compiled emacs from source and am now playing around with it. I have crossed the bridge to utter nerdom. Years later they will say it was inevitable. The next time you will see me I will wear a t-shirt with either some sort of pop-culture reference and/or programming joke. I will have wild hair, glasses and a beard as personal grooming only gets in the way of finding the most efficient way to download internet porn. My main nutrition will involve pizza and BAWLS (what the heck is that?) and my main topic of conversation will be how the lizard people are trying to take us over with chemtrails.

And I will finally find the "3 Logicians enter a bar" joke funny.

-----------

Or I will have been killed by any of my nerd friends for this post
Posted on - Categories: Geekery


Early morning philosophy...

1 Comment
The reason a good citizen does not use such destructive 

means to become wealthier is that, if everyone did so, we would
all become poorer from the mutual destructiveness. This is Kantian
ethics; or, the Golden Rule. Since I do not like the consequences
that result if everyone hoards information, I am required to
consider it wrong for one to do so. Specifically, the desire to be
rewarded for one's creativity does not justify depriving the world
in general of all or part of that creativity.

Stallman arguing Kantian ethics in the GNU manifesto.


I like Kantian ethics, they are rational, not emotional, so I was pleased when I read this this morning.
But, Stallman, rather embarrassingly, confuses the Golden Rule with the Categorical imperative (but argues with the later).

The Golden Rule is based on reciprocity, it states:
"Never impose on others what you would not choose for

yourself." (Confucius :))

Or in the positive:
Therefore all things whatsoever ye would that men should do

to you, do ye even so to them (Matthew 7:12)


I remember discussing the Christian version of the Golden Rule with my teacher in 4th grade. She claimed that following the Golden Rule would mean we would be all nice to each other. Being the logical thinker that I am I argued that this is not necessarily true, if someone for example likes to be hit, this would mean this person can go around hitting others. I remember because I was surprised that I had managed to make a grownup blush.

While the Golden Rule is personal the Categorical Imperative is political (as is the GNU manifesto). One should behave in a way, that if the behaviour is universalised it does not "create incoherent or impossible states of natural affairs". Or how my mom used to put it: "What if everyone would do that?"
Societies are created by individuals and by our individual action we state in which kind of society we want to live in. For some this means founding the free software movement.



Pages: ... [6] [7] [8] [9] [10]