GPUs get used to outsource graphic processing from the CPU. They are designed for this purpose and will therefore perform
Continue readingCategory: Computer
Slideshow with shown title (ExifTool + IrfanView)
The images are named ‘<year> <idx> – <description>.jpg’. But there is no Title set in the metadata yet. IrfanView supports
Continue readingDoes the charger work with my device?
First of all you have to trust the charger, that it will provide exactly the described power. Alternatively you can
Continue readingUSB standards
Standards Year Version Volt.(DC) Current (max) Power (max) Data rate (max) Marketing name Connectors 1996 1.0 5 V 0.1 A
Continue readingReturn value optimization (RVO)
It’s a part of the copy elision, which is a compiler optimization strategy defined in the C++ standard. Scenario 1
Continue readingFunction – declaration vs. expression (JS)
Function declaration They are hoisted, which means the declaration is “moved” to the top of the scope. Function expression They
Continue readingCallback vs. Promise (JS)
They are used to handle asynchronous (single-threaded) execution. Callback (Old school) A Callback is a function … that gets injected
Continue readingScript tag attributes (JS)
Sync (without keyword) If during HTML parsing a JS element is found, the parsing gets stopped until the script is
Continue reading