Dav invited the GitHub team down to Yahoo! recently to talk about one of our favorite subjects (Git) and one of our favorite sites (GitHub). Tom Preston-Werner, Chris Wanstrath and Scott Chacon all stopped by and conducted an excellent tag-team tech talk. Video from that session is now up on YUI Theater with a full transcript. Thanks to the GitHub guys for coming down and letting us share this content with everyone on video.
If the embed below doesn’t show up in your RSS reader-of-choice, be sure to click through for the high-res, transcripted video page:
Python Logging 101. A really useful introduction to Python’s logging module by that module’s author, Vinay Sajip.
Shared by ksiНесколько недель назад я перешёл со среды разработки на Windows к другой на Linux. Я сделал это с проектом, который до того разрабатывался исключительно под Windows. В этом постинге я хочу описать проблемы, которые заставили меня пойти на такой шаг, небольшое описание самого процесса перехода и немного наблюдений о Linux для разработчиков.
Success story перехода разработчика нативного(!) кода. С Java то все еще проще.
After seven months of mobile testing (as well as a wealth of inventive invective aimed at mobile devices) I think it’s time to share some of my experiences with others who are inclined to violent self-punishment.
Welcome to my world! Bring your whip, bring a first-aid kit, and let’s have some fun punishing ourselves.
Today we’ll discuss the process of testing mobile browsers. We will not talk about the test results or their interpretation, we’ll leave that gorefest for another time.
RSSCloud Vs. PubSubHubbub: Why The Fat Pings Win. A PubSubHubbub advocate explains the differences between the two proposals: most importantly, PubSubHubbub includes the actual new content with the “fat ping” whereas RSSCloud just notifies you that you should poll the RSS feed, leading to a potential thundering herd. I’m still hoping one of those specs will detail a way in which they can be used for scalable regular WebHook-style notifications without any feed infrastructure at all.
было: input type="file"
стало: input type="file" min="1" max="9999″ multiple и никакого флэша, джаваскрипт обёрток и т.п.
Shared by artyВ MSDN DevLabs выложили программу Doloto, предназначенную для оптимизации любых Ajax-приложений. В соответствии со своим названием, Doloto отсекает код до необходимого минимума, так что приложение быстрее загружается клиенту и быстрее начинает выполняться.
с одной стороны, результаты впечатляющие, авторы молодцы!
с другой стороны, очень не хочется отдавать свой код под контроль какой-то посторонней программе. Хотя я понимаю, что точно так же лет 30 назад какой-нибудь программист не верил компилятору и писал машинный код самостоятельно
Shared by arty
>> navigator.userAgent
Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.10
We released Opera 10 a few days ago. Due to Web authors not being able to count to ten the User-Agent
string is unfortunately slightly longer than planned, advertising Opera 10 as both Opera 10.00 and 9.80. Compatibility should be better because of this. This release also includes support for @font-face
and a whole bunch of other stuff we had to implement in order to fully pass Acid3. The Selectors API is also supported.