Finland’s Revolutionary Education System
Unfortunately they forgot to mention who inspired the Finnish system. Which is what got the German authorities thinking when they asked the Finns
Finland’s Revolutionary Education System
Unfortunately they forgot to mention who inspired the Finnish system. Which is what got the German authorities thinking when they asked the Finns
Hier die Antwort einiger Hacker des CCC auf den gestern veröffentlichten offenen Brief der “Tatort”-Autoren.
Kommentar: grundsätzlich schließe ich mich der Argumentation dieser CCC-Hacker an. Jedoch gilt ähnliches für andere Berufe auch – wobei hier ggf. keine besondere geistige Leistung nötig ist/war. Beispielsweise wird ein Schmied auch nur einmal für sein Werk bezahlt und sollte den Preis entsprechend gestalten und sich nicht danach beschweren wenn er die finanzielle Gegenleistung als zu gering erachtet. Hier stellt sich eben die Frage ob die mehrfache Entlohnung bei geistiger Leistung im Gegensatz zu einfacher Entlohnung bei physischer Leistung angemessen und gerechtfertigt ist. Und wie die Autoren der Antwort ausführen, werde ich als Entwickler für meine geistige Leistung bspw. auch nur so entlohnt wie ein angestellter Schmied entlohnt würde: einmalig.
Im Zusammenhang mit den “Tatort”-Autoren stieß mir aber auf, daß diese von Zwangsgebühren bezahlt werden und damit nicht zuletzt ihren eigenen Finanziers (den Gebührenzahlern) ans Bein pinkeln. Denn dank der Tatsache, daß heutzutage auch PCs GEZ-pflichtig sind und es bald eine haushaltsbezogene Abgabe geben wird, ist im Prinzip jeder der in D wohnhaft ist GEZwungen die Gebühr zu bezahlen und ansonsten mit Außendienstmitarbeitern in Blockwartmanier konfrontiert zu werden.
// Oliver
Im Zusammenhang mit den aktuellen Meldungen über das elfjährige Transmädchen Alex aus Berlin (unter anderem hier) stolperte ich über die PatVerfü.
Dabei handelt es sich um eine spezielle Patientenverfügung welche unter anderem ausdrücklich untersagt eine psychiatrische Diagnose zu stellen. Damit ist jeglicher psychiatrischer Zwangsbehandlung – unter welchem Vorwand auch immer – die Grundlage entzogen. Ich kann nur empfehlen sich einmal die Seite zu Gemüte zu führen um die Risiken kennenzulernen und dann in die eine oder andere Richtung eine Entscheidung zu treffen.
Dem Transmädchen hätte es aber ohnehin nicht geholfen, da sie noch nicht im geschäftsfähigen Alter ist und daher keine Patientenverfügung abfassen und wirksam werden lassen kann.
// Oliver
Interesting article about Vupen to which a colleague pointed me (thanks, Anna 😉 ).
I have problems with their business model on so many levels, but just two points:
// Oliver
Interesting read: “What America Lost When Dennis Kucinich Lost“
The Icelandic customs did it again. So I was expecting a parcel from the family. It was a little late already anyway. Guess what I got today? … a standard letter stating limits (10000 ISK == 60 EUR at current rate) for gifts if this happens to be a gift – which the bloody customs declaration states clearly (i.e. that it is a gift).
Oh and to add insult to injury they attached the (original) customs declaration (in the original two copies, phrased in English and even saying Note for Icelandic customs officer) which lists the values of the items in great detail and now ask me in the letter to send them the information contained in that very declaration.
I read somewhere that Iceland has a 100% literacy rate. Those sources appear to be wrong.
// (annoyed) Oliver
Happy end: on Thursday last week the parcel arrived without further ado.
Soll der Wulff sich doch seinen Zapfen streichen lassen. Ist mir doch egal.
But I guess I’ll wait for prices to drop. It somewhat looks like ideas where in part coming from this project. Which is not to say that was the case, but it’s a possibility as the other one is older.
… wie in der Sendung “Vorsicht Verschwörung!” von ZDFzeit die Verschwörungstheorien (VT) um den Tod von Prinzessin Diana, Mondlandung und 11. September 2001 (9/11) verglichen werden.
Natürlich macht man sich über die Verschwörungstheoretiker gehörig lustig. “Experte” ist Stefan Aust …
Für alle VT außer 9/11 ist mir das auch pupe. Warum? Nun, kein anderes in dieser Sendung behandelte Ereignis diente zur Rechtfertigung zweier Kriege oder von Gesetzen die unser aller Rechte massiv einschränken. Da wird man doch wohl noch nachhaken dürfen, oder? … und zumindest gibt es eine Menge offener Fragen über Verantwortlichkeiten.
// Oliver
… wie das deutsche Staatsfernsehen über das russische Staatsfernsehen herzieht und die russische Regierung bezüglich deren Glaubwürdigkeit angreift 😆
Recht haben sie ja, aber in den deutschen Nachrichten interessieren mich persönlich deutsche Belange mehr. Und bspw. bei Ihrem Interview mit Steinbrück hätten sie mal richtig auf die Tube drücken können, Frau Slomka. Vielleicht ein paar aufklärende Worte zum Thema Inflation 1 für die Zuschauer. Das deutsche Staatsfernsehen hat doch den Auftrag unabhängig zu informieren, oder?
Glaubwürdiger ist übrigens das Herumgeeiere der deutschen Regierung seit Jahren jedenfalls auch nicht. Und daß jede Woche eine andere Sau durch’s sprichwörtliche Dorf getrieben wird, hilft auch nicht dabei Glaubwürdigkeit zu schaffen.
Alles in allem sollte sich gerade der deutsche Staatsrundfunk doch einmal selber “an die Nase fassen”, bevor hier auf die anderen gezeigt wird 😉
// Oliver
U3 technology has reached end of life. SanDisk began phasing out support for U3 Technology in late 2009.
So where can I get U3-capable drives these days?
// Oliver
Русский / Deutsch / English
So sieht auch dieser Verfassungsrechtler die Geschichte mit dem Bundesgrüßonkelamt.
If you are like me, you will have noticed on Ubuntu (and sometimes Debian) that stale old kernels remain on the disk even when they aren’t needed anymore. I wrote a little Bash function to get rid of those kernels.
You can find the respective function here as well. This one will actually get updated if issues are found with the script. Simply source the script with . prune-kernels
or source prune-kernels
and then call the function.
So what does this piece of code do? Well, it uses the /vmlinuz
and /vmlinuz.old
symlinks to figure out the newest kernel and the one prior to that. Those two are skipped when pruning stale kernels. In addition it uses uname -r
to find out which kernel is currently running and skips it as well. It is pretty verbose in showing what’s going on and which of the kernels have been skipped.
Then it calls apt-get remove
on the list of stale kernels to remove them. If you choose no when apt-get remove
prompts you, any further action will be skipped. If there are no stale kernels to remove, the function will make this clear.
After apt-get remove
ran (and returned a success exit code), the function will collect all the file names from the /boot
folder belonging to the previously removed kernels, if any, and unlinks them.
If you don’t run the function as root, the function is going to call the apt-get
and rm
commands through sudo
. This means you will be prompted for your password twice at worst.
You may choose to give --old
as a command line option to the prune-kernels
function in order to make it also prune the previous kernel (pointed to by /vmlinux.old
). By default it will skip this one.
TL;DR
Safer implementation of pruning of old kernels on Debian and Ubuntu that will skip (by default) the running kernel, kernel referenced by /vmlinuz
and by /vmlinuz.old
.
Enjoy,
// Oliver
Often people put on a condescending smirk when they hear that I still have to use CVS, let alone Subversion, in some projects. In numerous projects I have seen the performance of CVS and that of Subversion and it is surprising how such a step backwards (I consider Subversion that) could create such a hype. Wasn’t it supposed to be better than CVS? If you ever used Subversion in big projects with big files and, most of all, many small files and many branches and tags you’ll know what I mean. I for one had moved one project I owned from CVS to Subversion. After some cleaning up I quickly moved on to Mercurial because of the performance penalty that Subversion brought with it, even when compared to something as ancient as CVS. And the server we’re talking about is running actual CVS, not even CVSNT!
For once I agree with Linus Torvalds (also see the PS here). Here’s the quote I am referring to:
Because my hatred of CVS has meant that I see Subversion as being the most pointless project ever started. The slogan of Subversion for a while was “CVS done right”, or something like that, and if you start with that kind of slogan, there’s nowhere you can go.
I’ve been using the technique outlined in this article for some time now as it gives me all the superior features of a distributed VCS, including superior merge features, and still lets me develop against repositories that make use of the old traditional VCS. It helps to get rid of some of the weaknesses of old VCS even when you are stuck with them for the time being.
It may not be on par with the real thing, i.e. working exclusively with the DVCS, but it’s in some cases as close as you can get.
Let’s hope more people stuck with the old systems read this and come to see the light. Not only will it help them to familiarize with modern tools, it will – in my opinion – eventually lead to the modern tools replacing the old ones. If you have worked with a distributed version control system you know full well what boost that means for productivity.
I don’t really care whether you use to overlay your CVS/SVN working copy with Mercurial, Git, Bazaar or whatever. But try it … I bet you’ll come to like it.
// Oliver
We have a new waterfall in Iceland. Best of all, it’s not far from downtown Reykjavík in Þverholt (a street), no 300m from the bus station Hlemmur. So it’s one of the cheapest sightseeing locations for tourists and strong competition for the Golden Circle (Geysir, Gullfoss, Þingvellir).
This waterfall is quite peculiar and defies the laws of physics to some extent. The water runs vertically up from a bedrock structure and from there down the street. The ice structures in the last few days were interesting to see as well. I can highly recommend this beautiful piece of Icelandic nature to any tourists. If I find the time I shall add a photo to the blog for your viewing pleasure. People inside the company suggested that polar bears be confined there as an attraction for tourists and Icelanders. One colleague suggested to feed banksters to the polar bears for extra fun 😆
// Oliver
Bundespräsident weg und schon geht die Schacherei los. War nicht wirklich anders zu erwarten.
Aber statt sich über die beschädigte “Würde des Amtes” wegen des Gebarens von Wulff zu echauffieren und gleichzeitig in unwürdiger Weise – wohlgemerkt auf allen Seiten – parteipolitische Bedingungen zu stellen wer denn der (oder die) Amtsnachfolger(in) werden könnte, sollte sich unsere Politikerkaste vielleicht einmal damit beschäftigen daß selbst ein so unwichtiges Amt (ich sage nur Grüßonkel) nicht vom Volk direkt bestimmt werden kann. Und vielleicht sollten sie sich auch um den Zusammenhang mit der allseits bemühten “Meinung des Volkes” auseinandersetzen, die sie einerseits nicht erfragen, andererseits aber – aus eigener Sicht ganz eigennützig im Sinne ihres jeweiligen eigenen Standpunkts – postulieren.
Das einzig Positive was ich dem Gekeife abgewinnen kann, ist daß die Politikerkaste wieder einmal ihr wahres Gesicht zeigt. Nur leider wird dies eher zu mehr als zu weniger Politikverdrossenheit führen …
Ein Hoch auf die repräsentative Dämlokratie!
// Oliver
PS: wo blieb eigentlich am Ende die Unschuldsvermutung welche angeblich unser Rechtssystem auszeichnet? …
Set the selected editor on Ubuntu/Debian for yourself and root in one line:
echo 'SELECTED_EDITOR="/usr/bin/vim.nox"'|tee $HOME/.selected_editor| \ sudo tee /root/.selected_editor
or
echo "SELECTED_EDITOR=\"$(which vim.nox)\""|tee $HOME/.selected_editor| \ sudo tee /root/.selected_editor
// Oliver