Tuesday, June 2nd, 2009
On Twitter
alexzender
I was about to write a post on this topic for a long time. Each time I postponed it for different reasons and almost forgot about it. But now, once I see this excellent post on TechCrunch, let’s talk about it. Here you go! Just think what makes our tech industry to move further. There [...]
I’m always keen on discovering and using tools that help to boost efficiency and get more fun. That’s why it’s very important to learn and type as fast as you phisically can, that’s why you need to learn vim emacs and use their hot-keys. Coding and typing routines shouldn’t interfere with your thinking, designing and problem-solving process. I [...]
Adobe keeps playing with alternative approaches in the lab. Just meet their Alchemy project Brief overview: Alchemy is primarily intended to be used with C/C++ libraries that have few operating system dependencies. Ideally suited for computation-intensive use cases, such as audio/video transcoding, data manipulation, XML parsing, cryptographic functions or physics simulation, performance can be considerably [...]
The Next Big Thing will come soon. It’s not here yet but it’s close. Let’s consider symptoms: – it was growing number of Web 1.0 users who read the web. Also there was small group of content authors who published stuff. Actually these numbers constantly keep growing even now. Less developed countries keep joining a [...]
In the following article there is an interesting comparison of Yahoo MapRaduce Stack vs Google One. Google numbers, numbers…
Recently we needed to resolve some performance issues, so I looked for the tool and started in eclipse plugin list. Luckily I found a one. You need to have binary dump of your heap in order to load it there and analyse. You can find how to do that here But this tool is not [...]
Недавно Volkswagen обошел Google и Microsoft по капитализации, без каких-либо видимых фундаментальных причин Здесь можно почитать как зарабатывать деньги из воздуха и сколько стоила неосведомленность хедж-фондам.
funny one – http://www.xs4all.nl/~weegen/eelis/analogliterals.xhtml
Мы – представители одной из самых молодых профессий. Мы как строители и зодчие, которые каждый день кирпич за кирпичиком возводят новые сооружения. Некоторые строения иногда сносят – они уже свой век отжили-отсулжили. В отличии от сроительства в программировании “сносить” приходится довольно часто. Здесь “здания” могут стремительно еволюционировать и достраиваться очень даже в непредстказуемых местах (зависит [...]
Here is the article that describes how Flickr uses MySQL for its needs.
For a long time I’ve been using Lingvo on Windows, despite the fact that it’s not able to translate some words from modern english. On Linux it was Google Translate. Though, it’s boring sometimes to do the round trip: Open new tab in FF -> go to google transate -> pick necessary translation direction -> [...]
Встретил прикольную довольно большую таблицу соответсвтий здесь
Многие слышали о технологиях которые используют Google, Microsoft, Yahoo у себя внутри. В основном, это благодаря количеству усилий, которые они тратят на популяризацию себя. Многие другие популярные ресурсы также имеют свои технологии, разработанные in-house, некоторые со временем выпускают их в мир(как например LiveJournal’s Memcached) Одним из таких интересных ресурсов является Amazon.com. Недавно я встретил интервью [...]
Majority of us knows that databases are read-optimized products and most of them are not optimized for writes. In this post I would like to describe what’s going on under the hood of mysql that can help us to find origins of some well-known rules. So, let’s start with MySQL MyIsam table: – MyIsam tables [...]
The article at codeproject describes framework that uses client-side Silverpoint CLR to implement web-based volunteer grid computing. Not a cool one, but the idea’s interesting. Taking into account dramatic grouth of AJAX popularity and its adoption by a community, the paradigm shift towards grid-computing-in-the-browser is quite possible.
It’s a cool platform for distributed computing and research. Just check out the numbers: approximately 4,000 processors, three terabytes of memory, 1.5 petabytes of disks, peak performance of more than 27 trillion calculations per second (27 teraflop). -Source
On September 19, 2007 Heb Sutter did a presentation on a subject at MS. Snippet from description: High-level languages insulate the programmer from the machine. That’s a wonderful thing — except when it obscures the answers to the fundamental questions of “What does the program do?” and “How much does it cost?” The C++/C#/Java programmer [...]
Almost everyone posted news on Ubuntu Gutsy. New enhanced desktop, flash support in firefox and etc. I decided to give it a try, and… spent a lot of time playing with cube, visual effects and so on. Yeah, it’s fancy but eventually I’ll switch it off and get back to work . IMHO the most [...]
24 и 25 сентября в Москве прошла конференция посвященная высоконагрузочным системам. Часть докладов уже доступна на RuTube. Не буду дублировать все доклады, приведу лишь те, что успел просмотреть и мне понравились: Anatolix рассказал о трудностях с которыми сталкивались в Яндексе при борьбе с высокими нагрузками. http://rutube.ru/tracks/197396.html?v=377843ff9b0f9eec261b9b8378e238d7 Большинство проблем в принципе классические в Information Retrieval, +/- [...]
MySql comes with extremely useful feature full-text search. The minor thing that bored me was the minimum word length that mysql can index to. It was 4 letters by default on my machine. To change the value to desired one you need to: set ft_min_word_len variable up in my.ini file restart mysql ensure that the [...]
To realize the value of ONE YEAR, ask a student who failed a grade To realize the value of ONE MONTH, ask a mother who gave birth to a premature baby. To realize the value of ONE WEEK, ask the editor of a weekly newspaper. To realize the value of ONE HOUR, ask the [...]
http://channel9.msdn.com/rss.aspx?ShowID=13&format=mp3 Dot Net Rocks Hanselminutes Dr Neil’s Notes Fly With Me (Joe D’On – pilot in the US) Fly With Me X (extra bits) Betty In The Sky With A Suitcase (flight attendant) Inside the Net (I like the interviews with web 2 startups – Leo Laporte and Amber Macarthur) Mark Kermode’s film reviews (from Five [...]
Today I meet a strange one working with ec2 using command line tools. Each request could not be executes and I received each time Unknown host: ‘https://ec2.amazonaws.com’ Nslookup gave me: Non-authoritative answer: Name: ec2.amazonaws.com Address: 72.21.210.54 And finally, traceroute died with “Request timed out” message. After some digging I found a workaround export EC2_URL=https://72.21.210.54 Now [...]
For hierarchical clustering have a look at this resource Browsing the web I met interesting open source framework for search clustering engines. here is their table of algos (Original source) .algorithms, .algorithms td { border:1px solid silver; } Algorithm Author Speed s* Hierarchical clustering Other features Example results 100 200 400 FuzzyAnts Steven Schockaert [...]
In most Java VM implementations, the garbage collector has the right to stop a thread in order to reclaim memory no longer used by that thread. Such garbage-collection pauses are the main reason threads running in a regular JVM cannot guarantee the exact timing of their execution… Original source – http://www.artima.com/lejava/articles/javaone_2007_realtime_gc.html mp3 podcast is [...]
Accidently met this resource surfing the web. http://www.google.com/patents A quite useful one, seems to me. E.g. you can have a look at such stuff as: System and hardware module for incremental real time garbage collection and memory management Packet processing system including a policy engine having a classification unit Type checking in java computing environments [...]
It looks like I blog a lot on google . But today I found an interesting thing. For instance: you can find buffer overflows , one more example or backdoors Simple, doesn’t it? Yes, it simplifies a code inspection a lot…
Browsing the web met an interesting resource – Peter Norvig’s aritcle (Peter is Research Director at Googe). It looks like he gives obvious directions, sometimes funny, but formed in a good way. Yeah, 10 years is a time frame that makes developer a mature one… Snippets: “the maximal level of performance for individuals in a [...]