2012-12-17

Контр-интуитивное поведение Qt resource compiler

Списку программ с контр-интуитивным поведением прибыло.
#wc -c - кол-во байт в "выхлопе"

$rcc bin.qrc | wc -c 
44554395
$rcc -no-compress bin.qrc | wc -c
44554395
$rcc -compress 1 bin.qrc | wc -c
44554395
$rcc -compress 9 bin.qrc | wc -c
44554395
$rcc -help
...
Options:
...
  -threshold level     threshold to consider compressing files
  -compress level      compress input files by level
  -no-compress         disable all compression
...
$rcc -threshold 0 -compress 1 bin.qrc | wc -c
18441572

2012-12-04

OpenSource такой OpenSource

Ломать бинарную совместимость при смене версии с 0.8 на 0.9? Сжав зубы, такое можно "понять и простить".

Но ломать совместимость между libxxx-dev_1.0.1-1 и libxxx-dev_1.0.1-1.1, поменяв названия типов и не оставив define или typedef для старых имен?

И да, о #include <stdint.h> мы тоже не слышали:
typedef unsigned int uint32;

2012-12-03

когда коту делать нечего...

Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
Using Emscripten, you can
  • Compile C and C++ code into JavaScript and run that on the web
  • Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web
.....

      • This is the Lua interpreter, compiled from C to JavaScript using Emscripten, running in your browser (without any plugins).
      • TrueType font rendering in JavaScript, using FreeType
      • lzma.js - LZMA ported to JS
      • sql.js - SQLite ported to JS

      Куда катится мир .. (с) nponeccop

      шиндовс вперде

      Админ кинул в общий чат ссылку на локальную репу обновлений для MacOS. Разговорились по этому поводу на кухне. Внезапно - в нашем офисе из 40+ человек винда стоит у шестерых(!). Остальное - Mac или Linux.