http://www.youtube.com/watch?v=Lf-arntrLkI Охуенные пиздюки. По 12 лет парням, а уже клёво играют, выступают на концертах, снимают клипы, эндорсят ESP/LTD. К успеху пришли.
Посоны, а где-нибудь есть структурированный список того, какие значочки и словечки нельзя использовать для названия и обозначения своих проектиков? Как-то не хочется, чтобы какой-нибудь ВАЦАП набижал на мой гитхуб и попячил мои репозитории.
thinkpad, keyboard, hardware
Купил финкпадлклаву 1в1 как мой X220:
http://dump.bitcheese.net/files/alazese/IMG_20140215_000432.jpg
После установки драйвера заработали все кнопочки, совершенно также как на самом ноуте. Сижу, фапаю.
http://www.youtube.com/watch?v=H5V0vL3nnHY Впечатляет. Очень впечатляет. И это при том, что всякие бээмвэ и тойоты пытались овер десять лет высрать электромобиль, пыжились-пыжились, родили вялое поколение гибридов, но так с нефтяной иглы и не слезли. А тут пришёл один человек и всё красиво и юзабельно сделал. Надеюсь, я доживу до того светлого дня, когда арабские(и не только) дармоеды, живущие за счёт трупов микроорганизмов, будут не нужны.
Отличная аргументация, лол
Fuck systemd from the bottom of my heart.
Fuck it.
Fuck it.
FUCK SYSTEMD.
I do not want to learn systemd.
I do not want to deal with systemd.
I hate the way it does things.
I hate the way their community works.
I hate that it does so much.
I hate that it changes the system.
I hate what it is: system Daemon.
I want an init that does few things.
An init that doesn't crash (not systemd!)
An init that doesn't care that I have encrypted hdd, and never did care.
An init that's small and doesn't contain
security errors (the larger the code the more there are,
and nope C is not run directly on the iron, so whatever
you think you're coding, guess again because you don't
have as much control as you think once the real code
is running on the machine)
SystemD isn't it.
I hate the attitude of it's fuck faced devs and fans.
It's either them or us.
They make that clear.
Fuck them, Fuck their system. Fuck SystemD
Fuck SystemD.
We are "obsolete" and must obey their way.
Our beliefs are superceded, says them.
Fuck Systemd.
Viva unix (please!).
Fuck Systemd.
Увидел следующую замену systemd:
#define _XOPEN_SOURCE 700
#include <signal.h>
#include <unistd.h>
int main()
{
sigset_t set;
int status;
if (getpid() != 1) return 1;
sigfillset(&set);
sigprocmask(SIG_BLOCK, &set, 0);
if (fork()) for (;;) wait(&status);
sigprocmask(SIG_UNBLOCK, &set, 0);
setsid();
setpgid(0, 0);
return execve("/etc/rc", (char *[]){ "rc", 0 }, (char *[]){ 0 });
}
Какие подводные камни?