Алексей Куперштох @wickedweasel
Бэкенд-разработчик, PHP+Golang
Information
- Rating
- Does not participate
- Location
- Новосибирск, Новосибирская обл., Россия
- Works in
- Date of birth
- Registered
- Activity
Specialization
Backend Developer, Software Performance Engineer
Senior
Web development
PHP
PhpUnit
Golang
Symfony
Database
Docker
Kubernetes
PostgreSQL
Git
video.yandex.ru/users/musicgirl1986/view/1647/ на 09:10
А статьи просто супер. Кстати, чем картинки рисованы?
$ convert x.png -channel R -separate x3.png && ./pngout-static -c0 -f0 -k0 -n1 -y x3.png x3crushout.png
In: 8072 bytes x3.png /c0 /f0 /d8
Out: 7807 bytes x3crushout.png /c0 /f0 /d8
Chg: -265 bytes ( 96% of original)
In: 8229 bytes x.png /c3 /f0 /d8
Out: 8083 bytes x2.png /c3 /f0 /d8, 95 colors
Chg: -146 bytes ( 98% of original)
с -n2 — всего лишь 138 байт, но это все равно больше 116и
if (player.isMoving()) {
this.copulate(player);
} else {
this.move(player);
this.copulate(player);
}