2010-03-04

juan_gandhi: (Default)
2010-03-04 09:32 am

ACM got me

They just called regarding my expired membership. So I had the opportunity to express my indignation regarding their rip-off practice with their so-called digital library, the informational cemetery.
juan_gandhi: (Default)
2010-03-04 01:50 pm

Great News! LinkedList is invented! And Patented!

A computerized list is provided with auxiliary pointers for traversing the list in different sequences. One or more auxiliary pointers enable a fast, sequential traversal of the list with a minimum of computational time. Such lists may be used in any application where lists may be reordered for..., by Ming-Jen Wang and LSI from Milpitas

this one?

P.S. Check out this too: System and Method for Data Management

"Claims:

1. A system for data management comprising:a database having data and metadata, wherein the metadata corresponds to the data; anda display interface comprising:a graphical interface having a plurality of icons, the icons representing the corresponding data in the database; anda searching interface for searching a particular range within the metadata.

2. The system for data management as claimed in claim 1, wherein the metadata comprises:creation time of the data;accessed time of the data; anda number of accesses to the data..."
juan_gandhi: (Default)
2010-03-04 07:21 pm

уже год без кодревью

И что? Да ничего, только жить веселее. Хрен бы я распутал эти дреды треды, если бы не была мне дадена воля писать как хочу.

А впрочем... иной раз сомневаюсь. Был у меня такой трюк - класс Clock с интерфейсом IClock, с единственным методом currentTimeMillis(); я этот клок подсовывал в конструкторы, по дефолту это были стандартные часы.

Но что-то не всегда запёхивается, и вот, блин, передумал, сделал в Clock mutable instance (доступный через protected method), и теперь каждый MockClock себя туда подставляет; сложность уменьшилась, стрёмность увеличилась, а тестируемость просто выросла как на дрожжах (как в джаваскрипте) - так я думаю, ну и отлично! Часики, которые можно подводить из тестов, это же чудненько!