Choose your linux distribution
The Linux Distribution Chooser test gave me Debian and Ubuntu in precisely that order. Yuppie!
The Linux Distribution Chooser test gave me Debian and Ubuntu in precisely that order. Yuppie!
I am regularly doing the LLOD support over phone+remote console to the production support guys. Our software runs on virtualized headless Fedora 5 instances that are accessible solely by ssh, as it should naturally be.
It turns out to be a waste of time to the person on the other end, as he just listens to me explaining what I do, without really seeing what goes on.
So, I decided to use GNU screen to share the console between us.
I log in as a user and start screen on the command line. Then, I enter ^A:multiuser on[RET]. That is, I type Ctrl-a, then I type a : to enter the screen's build-in command line. I can now activate the multiuser mode by typing multiuser on in the screen's command line that appears in reverse color at the bottom of the console window. To execute, I hit Return.
The other guy just has to log in with the same user and type screen -x to connect to my screen session running in multiuser mode.
В течение долгих лет у меня идёт вялотекущий спор с che по поводу причин оттока интересных людей из Беларуси. Из года в год уезжают отличные собутыльники, идеальные коллеги, люди, выделяющиеся из общей среды умением отдыхать и работать, смекалкой и бодрым настроением. Остаются чуть более ленивые, привязанные к семье, чуть более неуверенные в себе. Замечательная статья с продолжением
Так вот, вопрос, который задаёт che и на который у меня до сих пор нет чёткого ответа -- "Что делать?". Что нужно изменить в Беларуси, чтобы уменьшился отток интересных людей?
Linux says, it's U0020 aka SPACE
$ grep mon_thousands_sep /usr/share/i18n/locales/fr_FR mon_thousands_sep "<U0020>"
Java says, it's U00A0 aka NO-BREAK SPACE as the following code returns "160", better known as as in   or
NumberFormat numberFormat = NumberFormat.getInstance(Locale.FRANCE); System.out.println(numberFormat.format(new BigDecimal(1000)).codePointAt(1));
Also,
NumberFormat numberFormat = NumberFormat.getInstance(locale); if (numberFormat instanceof DecimalFormat) { DecimalFormat decimalFormat = (DecimalFormat) numberFormat; decimalFormat.setParseBigDecimal(true); bd = (BigDecimal) decimalFormat.parse(string); }
parses only U00A0 as the thousands separator.
Where's the truth, brother?
Supporting that crappy product I had to code first.P.S. Oh my GNU!
When choosing between features, deadlines and maintainability, they always choose maintainability.
They have settled on a development methodology, be it Evo, Scrum XP or some home-made cocktail and follows that methodology rigorously.
They do not let themselves run by MS Project plans but rather by a backlog of features and by on-site customer demands.
Dear literate welfare state slave,
Today, I met a welfare state king. He popped up in my office around lunch time, keeping in his hands a fat workbook with the logo of the local trade union on the cover.
Without presenting himself, he asked whether we were hiring. I said that, AFAIK, we were not hiring. He then asked me whether I could write in his workbook that we can not consider him for a position at our company. I said that I can not do so and the managing director was out on lunch. The man excused and left promptly.
While speaking to me, the man showed me a few pages in his workbook. It had an special layout inside, every page was split into two columns, every column had four cases where one could put a date, a few words, and a signature. The whole workbook, even its internal layout, was produced typographically and some of the cases were already filled by other people's text.