Włączenie mikrofonu w Ubuntu 11.04

Filed Under (informatyka) by Tomek on 16-09-2011

Chyba jak sporej liczbie osób (sądząc po postach wygooglanych na różnych forach) także i mi po upgradzie Ubuntu z 10.10 na 11.04 przestał działać wbudowany w laptopa mikrofon (podpinany przez minijacka działał bez problemu). W końcu udało mi się znaleźć prosty opis, co ponaciskać w alsamixerze, żeby zaczęło działać. Żeby pomóc innym, postanowiłem podpozycjonować trochę [...]

Jak tworzyć dobre diagramy w prezentacjach

Filed Under (informatyka, inne) by Tomek on 20-08-2011

Pierwsza ciekawa rzecz zdobyta dzięki Google+ :) How to make Awesome Diagrams for your slides View more presentations from otikik Najważniejsza dla mnie informacja – dobre kolory do użycia w diagramach: RED#C5000BChart 11 YELLOW#FFD320Chart 3 GREEN#008000Green BLUE#0084D1Chart 12

Ściąganie całej strony na dysk z wykorzystaniem wget-a

Filed Under (informatyka) by Tomek on 17-08-2011

$ wget \ –recursive \ –no-clobber \ –page-requisites \ –html-extension \ –convert-links \ –restrict-file-names=windows \ –domains website.org \ –no-parent \ www.website.org/tutorials/html/ pełny artykuł: Linux Journal

Labeled break and continue

Filed Under (informatyka) by Tomek on 03-07-2011

Dawno nie było żadnych postów. Ostatnio ucząc się do Javowego certyfikatu natrafiłem na kilka ciekawych, rzadko stosowanych funkcji Javy, o których nie wiedziałem i którymi chciałem się podzielić. Pierwszą z nich jest labeled break. Rzecz polega na tym, że normalne instrukcje break i continue, jeżeli odpalone są w zagnieżdżonych pętlach, działają tylko na tą najbardziej [...]

Ruby 1.9.2 i Rails 3 na Ubuntu 10.10

Filed Under (informatyka) by Tomek on 09-03-2011

Po kilku nieudanych próbach, udało mi się wreszcie zainstalować Rails 3. Poniżej znalezione przeze mnie rozwiązanie z linkiem do źródła: sudo apt-get install build-essential libssl-dev libreadline-dev zlib1g-dev sqlite3 libsqlite3-dev libxml2 libxml2-dev libxslt1.1 libxslt1-dev wget sudo mkdir -p /opt cd /opt sudo wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p180.tar.gz sudo tar xvfz ruby-1.9.2-p180.tar.gz cd ruby-1.9.2-p180 sudo ./configure sudo make sudo make [...]

Beware the Bloat Monster

Filed Under (informatyka) by Tomek on 28-02-2011

Beware the Bloat Monster This is one of the key benefits to building web-based software instead of traditional desktop based software. Desktop software makers such as Adobe, Intuit, and Microsoft need to sell you new versions every year. And since they can’t just sell you the same version, they have to justify the expense by [...]

The Yellow Fade Technique

Filed Under (informatyka) by Tomek on 27-02-2011

Web Interface Design Tip: The Yellow Fade Technique “Because something is happening here / But you don’t know what it is / Do you, Mister Jones?” – Bob Dylan A lot of web sites & applications make you feel a bit like Mr. Jones. That’s why we’ve pioneered the Yellow Fade Technique (YFT) in Basecamp. [...]

Interface First & Three State Solution

Filed Under (informatyka) by Tomek on 27-02-2011

Jak widać, ostatnio jestem pod dużym wpływem 37signals :) Interface First Design the interface before you start programming Too many apps start with a program-first mentality. That’s a bad idea. Programming is the heaviest component of building an app, meaning it’s the most expensive and hardest to change. Instead, start by designing first. Three State [...]

It Just Doesn’t Matter

Filed Under (informatyka) by Tomek on 26-02-2011

It Just Doesn’t Matter Most of the time you spend is wasted on things that just don’t matter. If you can cut out the work and thinking that just don’t matter, you’ll achieve productivity you’ve never imagined.

The Waterfall Comfort Blanket

Filed Under (informatyka) by Tomek on 09-02-2011

The Waterfall Comfort Blanket Commercial Alignment I have often heard it said that an iterative or agile approach isn’t feasible because of the constraints imposed upon a project by delivery contracts. It’s true that this is a common issue for software delivery organisations, but these constraints have typically come about from a breakdown of trust [...]