2015-12-11

juan_gandhi: (VP)
2015-12-11 04:12 am

ithappens

http://ithappens.me/story/1979

Уважаемый %directorname%!

Во второй раз убедительно прошу вас писать свои мысли о наших клиентах не в поле «ФИО», а в поле «Комментарий». Сейчас просматривал логи почтового сервера и нашёл такое письмо:

From: info@%companyname%.ru
To: %clientmail%@mail.ru
Subject: С Новым годом!

Уважаемый %clientname% (конченый козёл, постоянно по срокам кидает, ещё и задолжал до хера)! Коллектив компании %companyname% сердечно поздравляет вас с наступающим Новым годом и надеется на столь же плодотворное сотрудничество в будущем!

С уважением,
системный администратор %name%.
juan_gandhi: (VP)
2015-12-11 03:26 pm

смотрю "Бегущую по Волнам"

О боже... как это все всплывает, цитатами... И как мы с Ником это смотрели, и как эти болгарские пейзажи казались такой экзотикой. И какие в 70-е были все слоупоки, о боже.

И где теперь Ник, о боже мой. В Йошкар Оле, стал ватой. Да и почти все мои бывшие друзья...
juan_gandhi: (VP)
2015-12-11 05:09 pm
Entry tags:

waste of time

I understand why we are wasting time writing code, it's a non-trivial occupation, complexity is pretty high (but we have to decrease it all the time).

What I do not understand why we are wasting time "looking through the logs". That's a totally stupid waste of time. All this should be automated.

One actor sends some data, the other does not see it, and does not send it further on.
Why not have a third actor that would ask the first one, whether it sent the data and ask the second whether it received it and whether it sent the data.

Of course it's even easier to switch from actors model to pi-calculus, where interactions are synchronized. Right?