Leti 的个人资料Welcome. Be nice and lea...照片日志列表 工具 帮助

日志


7月26日

wat samenraapsels uit de krant..

Zoekgeraakte hond drieduizend kilometer van huis teruggevonden

SYDNEY - Rusty, de hond van de Australische Shirley Lowry, heeft er wel een heel lange reis opzitten. De hond verdween in mei van dit jaar in Woy Woy, ten noorden van Sydney, en dook deze week opnieuw op in Darwin, de noordelijkste stad van Australië.

Shirley Lowry speelde haar hond kwijt toen ze even een winkel was binnengegaan in haar woonplaats Woy Woy. De vrouw plaatste oproepen in de plaatselijke kranten om hem terug te vinden, maar kreeg geen reactie. Geen wonder, want deze week werd de hond drieduizend kilometer van huis teruggevonden in Darwin.
Omdat hij daar rondzwierf werd hij opgepakt en naar een asiel gebracht. Daar kon hij aan de hand van een onder zijn huid aangebrachte microchip worden geïdentificeerd. Donderdag wordt hij op het vliegtuig naar huis gezet.
'Ik kan niet geloven dat ik mijn kleine makker terug zal zien', zei Lowry. 'Dit toont nog maar eens aan hoe goed het is om je hond te laten chippen.'
Hoe Rusty in het tropische Darwin terecht is gekomen blijft een raadsel. Aan zijn poten te zien heeft hij de afstand niet lopend afgelegd.

Voor het eerst vastgesteld: mens laat het meer regenen

Door het gebruik van fossiele brandstoffen heeft de mens vorige eeuw bijgedragen aan zes centimeter meer regenval. Dat blijkt voor het eerst uit onderzoek van een internationale groep wetenschappers die daarover publiceren in het tijdschrift Nature van deze week. Het verstoken van olie, kolen en gas worden als belangrijkste oorzaak aangewezen.

De klimatologen uit Engeland, Canada, de VS en Japan vergeleken actuele klimaatmodellen met gegevens van 1925 tot 1999. Bij acht modellen waren de conclusies overeenkomstig: op het noordelijke halfrond is het zo'n zes centimeter per eeuw meer gaan regenen. De helft tot 85 procent daarvan heeft als oorzaak menselijk handelen. In de subtropen en tropen op het noordelijk halfrond is juist minder regen gevallen, tot wel tien centimeter per eeuw.
In België valt tussen de 75 en 85 centimeter regen per jaar. De afgelopen eeuw is dat gemiddelde met bijna zeven procent, ruim vijf centimeter gestegen, aldus een onderzoek uit 2003 van ruim honderd jaar neerslaggegevens van het KMI uit Ukkel. (bron: Het Nieuwsblad)

Kat voorspelt dood

Ziekenhuiskat Oscar uit het Amerikaanse Providence heeft een bijzondere gave: de kater kan de dood van patiënten voorspellen. Hij brengt de laatste uren spinnend met hen door, meldt De Telegraaf.

 

Oscar heeft zijn talent al 25 keer getoond. Als hij bij een patiënt op bed komt liggen, heeft de persoon in kwestie minder dan vier uur te leven.
'Oscar zit er niet vaak naast, zegt Dr. Dosa in het artikel in De Telegraaf, 'Hij lijkt de dood aan te voelen.'
Of Oscar echt de dood aanvoelt is nog niet wetenschappelijk bewezen. Het verplegend personeel ligt er in ieder geval niet van wakker. Zolang hij met zijn werk doorgaat en zo de familie de kans geeft om afscheid te nemen, mag hij blijven.

 emj (Telegraaf)

Twee Spanjaarden signaleren verloren bagage vol drugs

 

Twee Madrilenen, die voor enkele dagen naar Chili vertrokken en maandag in Brussel waren aangekomen, hebben het verlies van een van hun koffers gesignaleerd. De koffer in kwestie werd uiteindelijk in Zurich teruggevonden, maar er bleken drugs in verstopt te zitten. In totaal zouden de twee vrienden ongeveer 3 kilo cocaïne hebben vervoerd. (belga)

7月20日

Mozilla Firefox Speedups

Mozilla Firefox is a fast, full-featured web browser that makes browsing more efficient than ever before. Firefox includes pop-up blocking, a tab-browsing, integrated Google searching, simplified privacy controls that let you cover your tracks more effectively, a streamlined browser window that shows you more of the page than any other browser and a number of additional features that work with you to help you get the most out of your time online. Version 2 features an updated theme and user interface, built-in phishing protection, enhanced search capabilities, improved tabbed browsing, and inline spell checking. blah...blah...blah...blah...
Some of the tips here... we already came accross in this forum itself. Well, some r new.
What's common...
1. Open Firefox.
2. Type about:config in the address bar and press Enter.

HTTP PIPELINING

HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.
In the filter bar type network.http.pipelining. Make sure under the value field is says true. If not double-click to set it.
Return to the filter bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.
HTTP PROXY
Go to the filter bar and type network.http.proxy.pipelining. Once it opens double-click it to set it to true.
DNS
IPv6 was designed in part to solve the problem IPv4 will soon be facing: the exhaustion of all possible IP addresses. Mozilla implemented IPv6 support in early 2000, but that support did not receive widespread testing until recently as IPv6-capable OSs and network software/equipment became more common.
One particular bug that has appeared exists not in Mozilla, but in IPv6-capable DNS servers: an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter bar and set this option to true by double clicking on it.
NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally - they display what's been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn't have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. This preference controls that interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 0 and click OK.
Ya.ya.. I know all these... blah...blah... well.. some of the newer tricks...
BROWSER CACHE MEMORY CAPACITY
When a page is loaded, it can be cached so it doesn't need to be rerendered to be redisplayed. This preference controls the maximum amount of memory to use for caching decoded images and chrome (application user interface elements). Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter browser.cache.memory.capacity in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 65536 and click OK.
UI SUBMENU DELAY
This preference controls the time a menu takes to open a sub-menu. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter ui.submenuDelay in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 0 and click OK.
PLUGIN EXPOSE FULL PATH
This preference shows full path to plugins in about:plugins. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
Enter plugin.expose_full_path in the New boolean value pop-up window and click OK.
You will be prompted to choose the value for the new boolean. Select true and click OK.
CONTENT INTERRUPT PARSING
This preference controls whether the application will interrupt parsing a page to respond to UI events. It does not exist by default.
Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
Enter content.interrupt.parsing in the New boolean value pop-up window and click OK.
You will be prompted to choose the value for the new boolean. Select true and click OK.
CONTENT MAX TOKENIZING TIME
Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. This preference controls the maximum amount of time the application will be unresponsive while rendering pages.
Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter content.max.tokenizing.time in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 2250000 and click OK.
CONTENT NOTIFY INTERVAL
This preference specifies the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter content.notify.interval in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 750000 and click OK.
CONTENT NOTIFY ONTIMER
This preference specifies whether to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
Enter content.notify.ontimer in the New boolean value pop-up window and click OK.
You will be prompted to choose the value for the new boolean. Select true and click OK.
CONTENT NOTIFY BACKOFFCOUNT
This preference controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 5 and click OK.
CONTENT SWITCH THRESHOLD
The user can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The high frequency interrupt mode interrupts the parser more frequently to allow for greater UI responsiveness during page load. The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when the user moves the mouse or types on the keyboard and switches back to low frequency mode when the user has had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
Enter content.switch.threshold in the New integer value pop-up window and click OK.
You will be prompted to enter a value. Enter 750000 and click OK.

 

 

 

 

 

 

 

 

 

 

 

taken from http://classictutorials.blogspot.com/search/label/others 

7月8日

see it yourself...


 
Surprise!