@bitfield

Тег я у мамы слоупок в блоге bitfield

bitfield

спросил тут в чате своей ЧГК-команды, помнит ли кто песенку "Eins, Zwei, Polizei"...
А потом осознал, что треть чата на момент выхода этой песни (возможно) ещё не родились.

bitfield

А давно на пойнте RSS появился?

bitfield

Только сейчас увидел в ЖЖ прекрасное:

ГОЛОВАСТИКИ
ТЕКУЩИЙ ГОЛОВАСТИК Стандартный головастик
КОЛЛЕКЦИЯ У вас нет головастиков. Вы можете купить их здесь.

головастики, Карл!

bitfield

мимими 1:

The "best" example of this maintainability problem could be found in the old implementation of the printf family of functions. The CRT provides 142 different variations of printf, but most of the behavior is the same for all of the functions, so there are a set of common implementation functions that do the bulk of the work. These common implementation functions were all defined in output.c in the CRT sources(1). This 2,696 line file had 223 conditionally compiled regions of code (#ifdef, #else, etc.), over half of which were in a single 1,400 line function. This file was compiled 12 different ways to generate all of the common implementation functions.

мимими 2:

We have converted most of the CRT sources to compile as C++, enabling us to replace many ugly C idioms with simpler and more advanced C++ constructs. The publicly callable functions are still declared as C functions, of course (extern "C" in C++), so they can still be called from C. But internally we now take full advantage of the C++ language and its many useful features.

мимими 3:

Before this refactoring, the sprintf functions, which write formatted data to a character buffer, were implemented by wrapping the result buffer in a temporary FILE object and then deferring to the equivalent fprintf function.

bitfield

Внезапно узнал, что Armadillo (который SoftwarePassport) уже полгода как закрылся.

bitfield

Rust is a work-in-progress and may do anything it likes up to and including eating your laundry.

cноска на глагне rust-lang

bitfield

http://www.modulecounts.com/
Внезапно удивлен количеством пакетов на Clojure и Go.
Улыбнула Avg Growth = -9/day у R.

bitfield

три недели уже хожу с Koss SportaPro, только сегодня обнаружил, что дужку можно повернуть так, чтобы она была на затылке, а не на макушке.

Добавить пост

Вы можете выбрать до 10 файлов общим размером не более 10 МБ.
Для форматирования текста используется Markdown.