Introduction Some web player are streaming videos in parts and not as a single file. The common reason is to
Continue readingCategory: Technology
Architectural vs. Design Pattern
Architectural pattern … Pattern on a high level – Multi-Layer (e.g. Text editor) – Client-Server (e.g. Banking) – Peer-To-Peer (e.g.
Continue readingWorking with different remotes (Git)
Basics Most people I talked to are using origin and remote as an equivalent, but the aren’t. Origin is the
Continue readingExposure (Photography 2)
As important as the focus of pictures (Link) is it to find the right exposure. Normally it should look like
Continue readingSteuergerät-Vernetzung
Damals Jedes Steuergerät war mit jedem Steuergerät mit dem es kommunizieren musste direkt verbunden. Dies führte im worst case zu
Continue readingBegriffsabgrenzung – Kraftfahrzeug
Zahnriemen vs. Keilriemen Beides sind Riemen (/Ketten) zur Übertragung von Drehmoment. Der Zahnriemen synchronisiert die Rotation der Nockenwelle und der
Continue readingHTTP vs. WebSocket
HTTP is a RESTful protocol with a uni-directional communication. This means the client needs to poll to get updates from
Continue readingHTTP hacking – Vote counter (Example 2)
I have acted like they would have been more intelligent to make it harder to hack their counter. 🙂 But
Continue reading(Un)pack and (De)compress a directory (Linux)
Pack tar -cvf archive.tar /path/to/folder Compress gzip archive.tar bzip2 archive.tar Pack & Compress tar -czvf archive.tar.gz /path/to/folder tar -cjvf archive.tar.bz2
Continue readingBit operations (C++)
Set a bit value |= 1
Continue reading