qotd
23rd August 2010
“The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.”
— Bertrand Russell
Only marginally related: Dunning-Kruger effect
Posted in Links, Misc, qotd | No Comments »
23rd August 2010
“The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.”
— Bertrand Russell
Only marginally related: Dunning-Kruger effect
Posted in Links, Misc, qotd | No Comments »
11th August 2010
DreamPie: the Python shell you’ve always dreamt about!
• Type your code in the lower pane of the window. To execute, press Ctrl+Enter. One-liners can be executed by simply pressing Enter; If you don’t want them executed, press Space and then Enter.
• Use Ctrl+Up and Ctrl+Down to navigate between code segments you’ve already executed. You can write a few letters before pressing Ctrl+Up, and DreamPie will only search through code segments starting with those letters.
• Press Tab or Ctrl+Space to show a list of completions to the current expression. It will also complete file names!
• Your results are stored in variables named _0, _1, and so on.
• Type a function name and press the space key and DreamPie will automatically add parentheses for you!
Posted in Links, Programming, Python | No Comments »
10th August 2010
Posted in Bioinformatics, Links, Science | No Comments »
8th August 2010
I definitely enjoyed this high-quality book. It provides enough details to vividly imagine all the people and events, but that is not the main reason I like it. The main reason is duty (or, to be more precise, military duty, albeit highly civil-oriented). Due to high level of details, some may find this book boring – but not those who can remember all the details of what they’ve ever seen.
I would even call this a heroic novel, as heroism (together with duty, persistence and high morals) best describes the actions of Captain Honor Harrington.
I found both a PDF version here (provided by World Public Library Association), and an audio-book here, although I’m not sure those copies are legitimate (i.e. not pirate copies violating international copyright treaties). Use at your own discretion, or just buy a paperback.
This book happens to be the first in Honor Harrington series. I haven’t yet seen other books or reviews thereof, but this one is definitely worth reading on its own.
Posted in Books, Links | No Comments »
16th July 2010
In short: sudo mkswap -L new_swap_label -U old_swap_UUID /dev/sd_swap_device.
If you don’t care about the UUID: just sudo mkswap -L new_swap_label /dev/sd_swap_device.
Step-by-step:
Read the rest of this entry »
Posted in *nix, how-to | No Comments »
19th June 2010
Will be useful to anyone dealing with more than 1 piece of computer hardware: Disk failures in the real world: What does an MTTF of 1,000,000 hours mean to you?
To get the essence quickly – just scan the tables and figures, and read conclusions.
You might want to read what google engineers tell about HDD failures.
Posted in Hardware, Links | No Comments »
26th May 2010
Викладену нижче власну позицію вважаю найправильнішою (і використовую з 2007 року).
Префікс мікро в українській мові є, і позначає певну кратність (10-6) числової величини (а також просто щось маленьке) – тому його можна зберегти при перекладі першої половини складного слова microarray. Цей префікс також входить до системи одиниць СІ.
А от слова арей (як вживають деякі автори) в українській мові немає. Також немає сенсу його запозичувати, оскільки існують переклади (слова-еквіваленти). Один зі словників пропонує такі варіанти перекладу слова array українською (у різних контекстах):
Я пропоную використовувати термін мікромасив (та похідний від нього мікромасив-експеримент). Цей термін має перевагу над вживаним у Російській Федерації “микрочип-экспериментом”, оскільки “мікрочіп” або просто “чіп” – це усталений термін електроніки, де він позначає кремнієвий електронний елемент з високим ступенем упаковки напівпровідників; натомість “масив” – це і набір/список [даних], и [двомірна] матриця [даних/ознак/зондів/будь-чого]. Відповідно, мікромасив – це маленька матриця або маленький набір [олігонуклеотидних/кДНК зондів]. Додатковим аргументом проти використання слова чіп вважаю його запозиченість.
Використання інших варіантів перекладу слова array або не відповідає суті об’єкту, або має неоднозначне трактування. Наприклад, мікроматриця: в молекулярній біології матриця – це ланцюг ДНК, з якого іде синтез, а в ширшому значенні – взагалі будь-яка модель, з якої виготовляють зразки. (Звичайно, слово матриця також є синонімом слова масив у значенні двомірний масив / двомірна матриця, але слово масив не має – наскільки мені відомо – альтернативних трактувань у молекулярній біології). Розглядати інші варіанти перекладу слова array не вважаю за потрібне, оскільки вони ще менш вдалі за матрицю.
Таким чином, вірним перекладом терміну microarray є слово мікромасив.
Posted in Misc, Science, Ukraine | No Comments »
9th May 2010
Just found a really nice, “almost interactive” TED talk about digital/real-world interfaces. The ideas aren’t new – they have been around for quite a while, as exemplified both by Sci-Fi movies and several digital implant enthusiasts – but this time it comes with a seemingly-tested implementation, which is – WOW! – both cheap and working. Moreover, here ideas are taken to a level of example applications with functional prototypes – which gives hope to have at least some of those market-ready within 5-10 years ![]()
Read the rest of this entry »
Posted in Links, Software, Technologies | No Comments »
2nd May 2010
Back in the times when Windows was my OS more than 75% of the time in front of the computer, I really liked a simple photos import utility, supplied for Canon digital still image cameras. It allowed the import of all the new media items (photos and movies) from a camera into a pre-configured location in one click, and it also automatically created date-based directories for new photos. Given the removable media autoplay feature, after connecting the camera it was really a matter of one click (or one button press) to have everything copied.
Today, I decided to have a look at what the FOSS community has to match that simple and useful Canon utility. Here’s my “rating”:
Related: list of 100 most useful open-source software tools.
Posted in *nix, Software | No Comments »
30th April 2010
Last updated: 2010-05-19
Some extra links:
Posted in *nix, Links, Software | 1 Comment »