after the attempts of making green threads on .NET

In the free software scene “we support feature X” – “hooray, we successfully reproduced one of the X’s usage scenarios!”, and in the commercial (non-free as in non-free beer) software scene “we support feature X” – “we will preserve compatibility of feature X in accordance to the specifications during this and\or next release cycle”.

Seems like i like the second definition more…

How should the graph look like?

If you draw it on paper, it looks natural.

If you make it out from the matches and jar – it looks natural, too.

And the text is somewhat cumbersome. Trees show beautifully (JSON, s-expressions and others). Lists – even simpler. But what about graphs?

Yes, you can use names and references (most of programming languages, YAML, etc).

Is there any other methods?

sane posts about Linux vs Windows

[RU] http://dlinyj.livejournal.com/467800.html from the advanced user standpoint

[RU] http://www.fclab.ru/2009/10/20/770/ bird’s eye industry overview (beware of trolls in the comments btw)

I want to underline that the low prevalence of the software for geeks is normal. When the market share is less than 20% – it’s called niche product. And that is good, because mass product means very different requirements, for example, favor of unification over the ability of fine-tuning. Linux won’t die, it has enough users, but unlikely to become the main OS, which (as a brand) is known to billions of *end* users

We don’t have a leading* browser today. And nobody complains. Moreover, people started to think about standards and compatibility. Just don’t try to push the software outside its applicability area. It’s the main point, i think.

*leading = more than 60% of users

personality bipolarity

at nights i’m happy and euphorical, because the self-sufficient TRIZ wakes up, which combines loads of encountered thoughts and objects in arbitrary ways, and the resulting ideas spit out at an enormous rate, literally dozens a day.

and with the daylight, depression and annoyment comes, because i find myself in the noizy, distracting environment, night ideas became forgotten, and i can’t really do any tasks or materialize ideas, because of distractions

that’s how the latest 5 or so years of my life had passed…

Linkroll

They’re different, too small to write posts for each one, too large to just close them and forget.

Posts:

  1. [RU] http://ivanov-petrov.livejournal.com/1354796.html#cutid1 “New Social Class Separation”
  2. [EN] http://ansuz.sooke.bc.ca/lawpoli/colour/2004061001.php “What colour are your bits?” ingenious article about different kinds of information and different kinds of dealing with information
  3. [EN] http://misko.hevery.com/2008/08/21/where-have-all-the-singletons-gone/ and http://misko.hevery.com/2008/08/17/singletons-are-pathological-liars/, “why singletons cause problems and how to avoid them”
  4. [RU] http://localstorm.livejournal.com/211164.html “About the rankings” (more precisely, how to evaluate values and risks in IT)
  5. [EN] appleinsider.com/…/why_apple_keeps_iphone_specifications_quiet – how people fight with abstraction leaks, at the same time making the device more user-friendly :)
  6. [EN] http://www.cscs.umich.edu/~crshalizi/reviews/wolfram/ – why the Wolfram Research tops my internal Evil Corporations Ranking :) (but they are unquestionably cool guys, yes)

Interesting blogs:

  1. [RU] http://www.sdfgh153.ru/ << “I write about Objective-C, Smalltalk, Ruby and Haskell. About aliens on spring and autumn, but only when i run out of the sedative drugs.”
  2. [RU] http://dimahardie.blogspot.com/ << “Dima Hardie” (most intense futurological/scifi blog to date)
  3. [EN] http://oleganza.tumblr.com/ << “Oleg Andreev is a ruby/io/actionscript/objective-c hacker writing about his personal experience in software development.” Should be interesting for the dynamic language adepts :)
  4. http://minimsft.blogspot.com/ << “Mini-Microsoft” insider blog about the corporate things in MS.

On Heuristics and Human Factors

In college computer science classes, we learn all about b*trees and linked lists and sorting algorithms and a ton of crap that I honestly have never, ever used, in 25 years of professional programming. (Except hash tables. Learn those. You’ll use them!)

What I do write – every day, every hour – are heuristics that try to understand and intuit what the user is telling me, without her having to learn my language.

The field of computer interaction is still in its infancy. Computers are too hard to use, they require us to waste our brains learning too many things that aren’t REAL knowledge, they’re just stupid computer conventions.

Wil Shipley ( http://wilshipley.com/blog/2009/08/pimp-my-code-part-16-heuristics-and.html )

About the programming

Programming is the great job (or a hobby). It’s especially great because it requires only a brain and a computer (and for some tasks you may not need a computer at all). But most people who start programming very soon find that they have only the computer.