Archive

Archive for the ‘technic’ Category

How to drive High Power LEDs

January 7th, 2012 1 comment
Categories: arduino, nerdcore Tags: , , ,

NAT for IPv6

November 25th, 2011 1 comment
Categories: linux, technic Tags: ,

TRIM Speedup on OS X Lion using Full Disk Encryption

November 20th, 2011 No comments

I was quite surprised to see the speed up achieved by enabling TRIM support on Lion using TRIM Enabler. After I enabled it, I created a big file, deleted it (thus freeing/trimming the no longer used blocks) and rewriting another file of the same size:

jupp@x / > dd if=/dev/zero of=zero bs=1m count=$((6*1024))
6144+0 records in
6144+0 records out
6442450944 bytes transferred in 71.336086 secs (90311248 bytes/sec)
jupp@x / > rm zero                                                                                                                                                                                                                                                                                                                      jupp@x / > dd if=/dev/zero of=zero bs=1m count=$((6*1024))
6144+0 records in
6144+0 records out
6442450944 bytes transferred in 55.568795 secs (120149352 bytes/sec)

That’s a 1.33 speedup for sequential writing. This should not effect reading, of course. As you can imagine, the benefits for random IO on small blocks will be much higher than that.

This shows that the on-chip garbage collector in the SSD drive is (as expected) unable to do anything if full disk encryption is used, requiring the use of TRIM in order to keep write performance high. However, be warned: the use of TRIM could potentially compromise the invisibility of your main partition if using a fake partition for plausible deniability.

I’m using a MacbookPro6,2 and an Intel SSDSA2CW120G3.

Disclaimer: I’m aware that using dd in this fashion in order to achieve quantitive benchmarking results is not recommended. It was just a quick hack to demonstrate that it’s freakin faster with TRIM.

Revolution oder alte Kamellen?

November 2nd, 2011 2 comments

Grad einen Artikel über eine “bahnbrechende” Software gelesen. Sie soll die Fähigkeit besitzen sequenziellen, modularen Code ohne großen Aufwand automatisch zu parallelisieren. Das ist eigentlich der Traum jedes 08/15-Programmierers, aber würde meinen Job obsolet machen.

Im ersten Moment dachte ich: “automatisch” -> Blödsinn -> geht nicht. Im zweiten dann: gabs schon (siehe z.B. HPF oder UPC) -> nix neues -> warum also ein Patent? Und dann ist mir das “modulare” aufgefallen. Es scheint also, dass sie eine Software entwickelt haben, die in der Lage ist sequenziellen Code, der aus unabhängigen Abschnitten besteht, “embarrassingly parallel” auszuführen. Und das wäre nun nicht grad einem Patent der Kategorie “no prior art” würdig.

Momentan hab ich aber nicht grad viel dazu gefunden, außer den Artikel und ein Video auf der Webseite der Software. Die/der Entwickler wollen das ganze auf der SC11 vorstellen. Vielleicht hat ja einer von euch (die zur SC reisen) mal Zeit sich den Spaß anzuschaun. Würde mich echt interessieren, aber ich geh momentan eher von einer Luftnummer aus.

Categories: hpc, nerdcore, software Tags: , ,

nerd-stuff

July 3rd, 2011 1 comment
Categories: fun, hardware Tags: , ,

Interesting Papers on ICCS 2011

June 9th, 2011 No comments

Here is a (surely subjective) list of interesting papers from ICCS11. We saw some of the presentations of the papers (see “*”). The list is not sorted in any way.

Categories: hpc, science Tags: , ,

Intels Tri-Gate Technologie

May 9th, 2011 No comments

Sehr lesenswerter Artikel im insideHPC Blog über die neue FinFET 3-D FET Tri-Gate Wundertechnologie von Intel. Da scheint gerade jemand echt Angst vor ARM zu haben. IMHO ist der Fehler von Intel ja schon früher passiert, und zwar an der Stelle der Geschichte als sie die Chance hatten x86 den Todesstoß zu versetzen, es aber nicht getan haben. Aber lest selbst:

http://insidehpc.com/2011/05/09/intels-tri-gate-gamble-its-now-or-never/

Categories: hardware, technic Tags: , , ,

Fukushima 1 Sat-Bild

March 15th, 2011 No comments
Categories: technic Tags: , , , ,

2570 fps in 1080p

February 16th, 2011 1 comment
Categories: fun, nerdcore, technic Tags:

Lustre bei Oracle am Ende?

January 12th, 2011 No comments
Categories: hpc Tags: , , ,