To display the most relevant entries to you in priority,
vote for the stories you are interested in
(  )
and reject those that you are not interested in
(  )
Planet Libre -
14 hours and 25 minutes ago
Le
billet précédent est agrémenté d'une petite vidéo. Voici
son histoire, ou comment illustrer ses billets de vidéos en utilisant des
formats ouverts.
Obtenir le bon fichier vidéo Récupérer le fichier de la vidéo qui
nous intéresse
Au cas présent il s'agit de cette
vidéo hébergée sur YouTube et intitulée « Aldo Maccione" la
classe" ».
Pour récupérer cette vidéo sous GNU/Linux, il vous suffit d'aller chercher
le fichier correspondant dans le répertoire /tmp de votre système une fois la
vidéo intégralement chargée dans votre navigateur.
Pour la suite du billet, le fichier aura pour nom « source.flv ».
Réencoder la vidéo en Ogg Theora et la recadrer
Pour réencoder la vidéo dans un format ouvert, nous allons utiliser le logiciel
libre ffmpeg2theora, disponible sous la licence GNU
GPL pour systèmes GNU/Linux, MacOS et Windows.
Comme indiqué
précédemment, la résolution et le débit de la vidéo sont
à choisir en fonction du type de vidéo. Au cas présent j'ai choisi un
encodage à débit constant de 300 kbit/s qui est un débit
particulièrement faible compte tenu que la séquence est un film de 320x192 pixels
mais qui m'a paru – de façon complètement empirique
– suffisant en l'espèce si l'on considère que la scène
est assez peu animée et que les images composant la vidéo ont finalement assez peu
de différences (le
principe de base de la compression vidéo consiste à n'enregistrer
complètement que quelques images clés appelées « trames I » puis
à enregistrer les seules différences entre deux images clés pour composer
les images intermédiaires appelées « trames P »).
La séquence présentait des bandes noires horizontales de part et d'autre de l'image
qui nuisaient à la bonne intégration de la vidéo dans la page de mon billet.
J'ai donc demandé à ffmpeg2theora de supprimer les bords de la vidéo en
même temps qu'il la réencodait. L'opération n'est hélas pas
automatique, aussi j'ai dû tâtonner pour définir en pixels la taille des
bandes à supprimer (cette taille devant par ailleurs être, dans tous les cas, un
multiple de deux)
Au final la commande pour réencoder et recadrer la vidéo est la suivante :
ffmpeg2theora -V 300 --croptop 24 --cropbottom 24 source.flv -o fichiertemp.ogg
D'une séquence audio-vidéo de 320x240 pixels encodée dans un format
fermé (en H.264/AVC Video pour la vidéo et MPEG-4 AAC pour l'audio) nommée
« source.flv », on passe à une séquence audio-vidéo
recadrée en 320x192 pixels dans un format ouvert (Ogg Theora à débit
constant de 300 kbit/s pour la vidéo, et Ogg Vorbis pour l'audio) nommée «
fichiertemp.ogg ».
A noter qu'un encodage en deux passes (au lieu d'une comme dans l'exemple ci-dessus), toujours
à débit constant, vous permettrait d'optimiser la qualité de la
vidéo.
En savoir plus : consulter les commandes pour ffmpeg2theora ici et là.
Extraire la portion qui nous intéresse
La séquence téléchargée depuis YouTube et réencodée au
format Ogg est en fait une compilation de plusieurs séquences différentes. Nous
allons extraire le tronçon qui nous intéresse et qui correspond grosso modo aux
huit première secondes.
Nous utiliserons pour cela les Ogg Video
Tools (et spécialement l'outil oggCut), un logiciel disponible sous la licence GNU GPL
pour systèmes GNU/Linux, MacOS et Windows.
A noter que le tronçonnage va être effectué sans recompression, donc
très rapidement et sans perte de qualité. Les indications temporelles sont
exprimées en millisecondes. Elles sont toutefois indicatives dans la mesure où le
logiciel ne coupera qu'aux endroits des « trames I ».
La commande pour extraire la première séquence de la vidéo est :
oggCut -s 0 -e 8140 fichiertemp.ogg destination.ogg
D'une séquence audio-vidéo de presque trois minutes nommée «
fichiertemp.ogg » on ne conserve que le début en un séquence nommée
« destination.ogg ».
On obtient ainsi une vidéo de huit secondes dans un format ouvert, d'une
résolution de 300x192 pixels et qui pèse moins que beaucoup d'images sur le web :
à peine 348 kio !
En savoir plus : voir les commandes pour les Ogg
Video Tools.
Intégrer la vidéo dans la page Web
L'intégration de la vidéo ainsi obtenue dans la page Web se fait au moyen des
balises multimédias de HTML5 (un format ouvert).
A noter que la spécification HTML5 permet d'utiliser, au sein de la balise video,
l'attribut poster pour spécifier une image à afficher en attendant que
l'utilisateur ne lance la vidéo (si vous n'avez pas défini cet attribut alors c'est
la première image de la vidéo qui sera affichée par défaut). Firefox
3.6 supporte cette fonctionnalité et il semblerait que ce soit le cas également
d'Opera 10.50. En revanche les autres navigateurs compatibles HTML5 remplaceraient
automatiquement cette image par la première image de la vidéo.
Sur le billet dont il s'agit, voici ce que vous voyez suivant que l'attribut n'est pas pris en
compte (première capture, effectuée sous Firefox 3.5) ou l'est (deuxième
capture, sous Firefox 3.6) :
Pour ma part je bénéficie de mon propre espace d'hébergement pour mon blogue
sur le Web (lire
ce précédent billet) de sorte qu'il me suffit d'y ajouter les séquences
audio/vidéo pour les utiliser sur mon blogue. Sinon il existe des services d'hébergement de
vidéos au format Ogg Theora.
Est-ce bien légal tout cela ?
Affirmatif. Quand bien même l'Å“uvre sur laquelle vous avez jeté votre
dévolu n'autoriserait pas expressément et préalablement sa libre utilisation
(au moyen d'une licence type Creative Commons), vous êtes
autorisé par la loi à en reproduire à de courts extraits (c'est le droit de courte citation, une
exception légale aux droits d'auteur).
Conclusion
Si vous avez mis en Å“uvre les différentes étapes décrites dans
ce billet, vous devriez avoir noté différentes choses :
- L'encodage en Theora se fait à la vitesse de la lumière : c'est un des
encodeurs les plus rapides de sa catégorie (certainement le plus rapide)
- La taille du fichier vidéo obtenu est particulièrement réduite : moins
de 350 Kio quand même pour une vidéo de huit secondes !
- Malgré la vitesse élevée d'encodage et la très petite taille du
fichier obtenu, la qualité de la vidéo est tout à fait satisfaisante (alors
qu'il s'agit d'un réencodage !)
Qui a dit que Theora n'était pas un codec adapté au Web ?
Billet original de Antistress.Votez pour cet article sur le Planet Libre.

|
Lifehacker -
16 hours and 10 minutes ago
-
StreamTransport Grabs Hulu Videos for Offline
Viewing (Windows)
It may not stick around that long once the powers that be find out, so if downloading and
watching Hulu videos offline could help you out, grab StreamTransport. The tricky little app
provides full-quality captures of streaming shows and movies.
-
ExtensionFM Is a Very Cool Browser-Based Music
Library, and We've Got Invites (Chrome)
Chrome extension ExtensionFM automatically collects MP3s from sites you visit and adds them
to a browser-based library within the extension, allowing you to find all sorts of cool, new
music without cluttering up your local library until you buy them.
-
NetBalancer Prioritizes Network Traffic by
Application (Windows)
Ever wish you could guarantee your BitTorrent download didn't choke your streaming YouTube
video-or vice versa-but don't feel like setting up Quality of Service rules on your
super-router ? NetBalancer shapes bandwidth allocations for different apps on your PC.
-
Gnome Gmail Tightly Integrates Gmail into Linux
Desktops (GNOME-based Linux)
There are work-arounds to set Gmail as a default mail app in Linux, but they don't cover
right-click file sending and complex mail links. Gnome Gmail does a much better job of
integrating Gmail.
-
Remote Potato Streams Windows 7 Media Center Video to
Your Browser, Adds Remote Control (Windows 7)
Remote Potato is a free application that integrates with Windows 7 Media Center, allowing
you to watch and schedule recorded video from the comfort of your browser, no matter where you
are.
-
MusicBee is a Powerful, Easy-to-Use Music Manager
(Windows)
Despite the many great media players out there, MusicBee earns itself a spot high on the
list with super tagging, managing, browsing, ripping, syncing, and converting powers, all on
top of an intuitive interface familiar to any iTunes user.
-
WeatherBar Integrates Weather Forecasts with the
Windows 7 Superbar (Windows 7)
Like to keep the eye on the weather but never been too keen on sidebar gadgets or system
tray apps? WeatherBar is a simple app that puts the weather in your Windows 7 taskbar, offering
quick access to the forecast.
-
TestDrive Virtualizes Brand-New Ubuntu Builds for Easy
Testing (Ubuntu)
Want to try out the latest build of the next Ubuntu release with almost no hassle at all?
TestDrive is a one-shot tool that downloads, virtualizes, and keeps daily Ubuntu builds up to
date.
-
Etacts Adds Contact Info, Social Networking, and Handy
Statistics to Your Gmail Sidebar (Chrome/Firefox)
If you ever thought previously mentioned Xobni looked cool, but you prefer Gmail to
Outlook, free Gmail plug-in Etacts adds many of the same features. You get social information,
conversation history, and advanced sending preferences right in your Gmail sidebars.
-
LastHistory Graphically Visualizes your Last.fm
History Through Time (Mac)
Just when you thought you couldn't possibly need more statistics on your music listening
habits, free Mac app LastHistory comes along and graphically analyzes your Last.fm logs, over
time, while also integrating with other Mac apps like iPhoto and iCal.
More »


|
Lifehacker -
16 hours and 10 minutes ago
-
StreamTransport Grabs Hulu Videos for Offline
Viewing (Windows)
It may not stick around that long once the powers that be find out, so if downloading and
watching Hulu videos offline could help you out, grab StreamTransport. The tricky little app
provides full-quality captures of streaming shows and movies.
-
ExtensionFM Is a Very Cool Browser-Based Music
Library, and We've Got Invites (Chrome)
Chrome extension ExtensionFM automatically collects MP3s from sites you visit and adds them
to a browser-based library within the extension, allowing you to find all sorts of cool, new
music without cluttering up your local library until you buy them.
-
NetBalancer Prioritizes Network Traffic by
Application (Windows)
Ever wish you could guarantee your BitTorrent download didn't choke your streaming YouTube
video-or vice versa-but don't feel like setting up Quality of Service rules on your
super-router ? NetBalancer shapes bandwidth allocations for different apps on your PC.
-
Gnome Gmail Tightly Integrates Gmail into Linux
Desktops (GNOME-based Linux)
There are work-arounds to set Gmail as a default mail app in Linux, but they don't cover
right-click file sending and complex mail links. Gnome Gmail does a much better job of
integrating Gmail.
-
Remote Potato Streams Windows 7 Media Center Video to
Your Browser, Adds Remote Control (Windows 7)
Remote Potato is a free application that integrates with Windows 7 Media Center, allowing
you to watch and schedule recorded video from the comfort of your browser, no matter where you
are.
-
MusicBee is a Powerful, Easy-to-Use Music Manager
(Windows)
Despite the many great media players out there, MusicBee earns itself a spot high on the
list with super tagging, managing, browsing, ripping, syncing, and converting powers, all on
top of an intuitive interface familiar to any iTunes user.
-
WeatherBar Integrates Weather Forecasts with the
Windows 7 Superbar (Windows 7)
Like to keep the eye on the weather but never been too keen on sidebar gadgets or system
tray apps? WeatherBar is a simple app that puts the weather in your Windows 7 taskbar, offering
quick access to the forecast.
-
TestDrive Virtualizes Brand-New Ubuntu Builds for Easy
Testing (Ubuntu)
Want to try out the latest build of the next Ubuntu release with almost no hassle at all?
TestDrive is a one-shot tool that downloads, virtualizes, and keeps daily Ubuntu builds up to
date.
-
Etacts Adds Contact Info, Social Networking, and Handy
Statistics to Your Gmail Sidebar (Chrome/Firefox)
If you ever thought previously mentioned Xobni looked cool, but you prefer Gmail to
Outlook, free Gmail plug-in Etacts adds many of the same features. You get social information,
conversation history, and advanced sending preferences right in your Gmail sidebars.
-
LastHistory Graphically Visualizes your Last.fm
History Through Time (Mac)
Just when you thought you couldn't possibly need more statistics on your music listening
habits, free Mac app LastHistory comes along and graphically analyzes your Last.fm logs, over
time, while also integrating with other Mac apps like iPhoto and iCal.
More »


|
TechCrunch -
16 hours and 23 minutes ago
Mozilla platform engineer Rob Sayre has probably had better ideas.
Hoping Microsoft might allow Firefox on their new Windows Phone 7 Series, Sayre wrote an open letter this morning
to Microsoft CEO Steve Ballmer. “Hola, amigo. I know it’s been a long time since
I rapped at ya,” is how it starts.
He then proceeds to make fun of Windows Phone 7 Series, the iPhone, Cocoa Touch, and Unix
— all in three concise paragraphs. He notes that Windows Phone 7 Series has a
“busted” UI, calls the iPhone’s UI “ugly jelly beans,” and mocks
the “allegedly cool” Cocoa Touch “stuff.”
Once he’s done with all of that, he asks Ballmer to consider making an NDK for Windows
Phone. An NDK is a companion tool for an SDK that allows you to build parts of apps in native
code. For example, it’s the Android NDK that allows Mozilla to make
Firefox for Android.
There’s currently no plans to make an NDK for Windows Phone 7 phones —
hence Sayre’s post. Without it, a version of Firefox for the OS is probably unlikely. And
that’s may be a good bet anyway, considering Microsoft seems to be pivoting its new phones
closer to the iPhone’s closed model rather than Android’s open one.
Sayre’s approach to the post apparently didn’t go over too well —
he quickly followed up with an apology post, “Things I’ve
Learned.” “Blog posts that sound like Jim Anchower really
irritate people for some reason. I won’t do it again, I promise,” he writes.
CrunchBase InformationMozillaSteve BallmerInformation provided by CrunchBase


|
Slashdot -
19 hours and 13 minutes ago
suraj.sun writes with this excerpt from Ars Technica: "Mozilla has announced the availability of an
experimental new add-on for Firefox that is designed to import information about the user's
contacts from a variety of Web services and other sources. The add-on makes contact details easily
accessible to the user and can also selectively supply it to remote Web applications. ... After the
add-on has imported and indexed the user's contact data, it becomes available to the user through
an integrated contact management tool that functions like an address book. One of Mozilla's first
experiments is an autocompletion feature that allows users to select a contact when they are typing
an e-mail address into a Web form. ... To make the browser's contact database accessible to Web
applications, the add-on uses the W3C Contacts API specification."
Read more of this story at Slashdot.

|
Slashdot -
19 hours and 13 minutes ago
suraj.sun writes with this excerpt from Ars Technica: "Mozilla has announced the availability of an
experimental new add-on for Firefox that is designed to import information about the user's
contacts from a variety of Web services and other sources. The add-on makes contact details easily
accessible to the user and can also selectively supply it to remote Web applications. ... After the
add-on has imported and indexed the user's contact data, it becomes available to the user through
an integrated contact management tool that functions like an address book. One of Mozilla's first
experiments is an autocompletion feature that allows users to select a contact when they are typing
an e-mail address into a Web form. ... To make the browser's contact database accessible to Web
applications, the add-on uses the W3C Contacts API specification."
Read more of this story at Slashdot.
|
Rage3D Discussion Area - 75,85,87,93,99 -
19 hours and 39 minutes ago
Is it me, or is Rage3D slower than usual? Threads take a while to fully load in both Firefox and
Chrome. Other websites seem to work fine. :confused:
|
Genbeta -
19 hours and 44 minutes ago
Siguiendo con su calendario, Canonical ya ha sacado la primera beta de Ubuntu 10.04 Lucid
Lynx, junto con las correspondientes versiones de Kubuntu, Xubuntu y Lubuntu.
En esta versión se incluyen las últimas versiones de GNOME (2.28), KDE
(4.4) y del kernel Linux (2.6.32-16.25). Además, se introducen otros cambios
importantes, como el del motor de búsqueda por defecto de Firefox, que pasa a ser
Yahoo!; la inclusión del driver libre de nVidia por defecto en lugar
del propietario, integración con redes sociales, un nuevo tema y menor tiempo de arranque.
En la versión Kubuntu, encontramos una versión de Plasma específica
para netbooks, una presentación de diapositivas que se muestra durante la
instalación, al más puro estilo Windows, mejor soporte con touchpads de
portátiles, y algo muy interesante, mejor integración de Firefox con
KDE.
Esta es todavía una versión Beta, con fallos conocidos, y que solo
debería ser usada para reportar fallos. La versión final está prevista para
el 29 de abril.
Más información | Ubuntu Lucid
Technical Overview,
Kubuntu Lucid Technical Overview
Descarga | Ubuntu 10.04 Lucid Lynx
Beta1


|
Planet Libre -
21 hours and 22 minutes ago
Suite à une dépêche sur LinuxFr j’ai décidé de
réessayé CairoDock dont j’avais un très mauvais souvenir... et il faut
dire que depuis je suis totalement fan !
Le voici en vidéo (je me suis un peu raté dans le montage à la fin ) :
Prenez un navigateur moderne (Firefox, Chromium, ...) ou allez sur cette page. (ou alors c’est Wordpress qui
m’a encore enlever la balise video... )
(J’en profite pour vous recommender l’excellent The Dada Weatherman.)
Voici ce que j’ai fait pour arriver à ça :
- J’utilise la version 2.1.4-0alpha1 (grâce à leur ppa).
- J’ai activé les plug-ins : «Â Afficher le
bureau », «Â Déconnexion »,
«Â Dnd2share », «Â GMenu »,
«Â Horloge »,
«Â Poubelle »,
«Â PowerManager » et
«Â systray ». Et j’ai crée des sous-dock pour y
stocker des raccourcis et des plugins (vive le glisser-déposer et le
«Â Déplacer vers un autre dock »)
- Je suis parti du thème «Â Humanity-Dock » pour
arriver à ce thème
modifié (packagé à La Rache) à placer dans
.config/cairo-dock/themes.
- J’ai écrit un petit script au qui se lance au démarrage pour
résoudre quelques problèmes : #!/bin/sh compiz --replace & # Non avec les
réglages gconf ca ne fonctionne pas... gconftool-2 -s
'/apps/panel/general/toplevel_id_list' --type liste --list-type string [] #Pour enlever le panel
(il se remet à chaque fois...) cairo-dock -c & # Pour lancer Cairo-dock sans OpenGL
Voilà c’est tout simple .
Petite dédicace aux développeurs de CairoDock qui m’ont bien aidé sur
le forum malgré que je n’arrivais vraiment pas à résoudre certains
problèmes... et à leur courage pour développer CairoDock (surtout ce foutu
systray ).
PS : Vous remarquerez que j’ai mis le systray en haut à gauche : il ne bloque pas
l’expansion des fenêtres et ne cache rien d’utile (sauf dans Lucid Lynx
où il faudra le mettre à droite ).
Billet original de Dorian
Dd.Votez pour cet article sur le Planet Libre.

|
The Portable Freeware Collection -
21 hours and 32 minutes ago
Transmute Portable is a bookmark manager that allow to convert, synchronize and organize
bookmarks and more. It supports all major web browsers including Google Chrome, Mozilla Firefox,
Internet Explorer, Opera, Apple Safari, Chromium, Flock and Konqueror.

|
Slashdot -
1 days and 1 hours ago
Trailrunner7 writes "A month after an advisory was published detailing a new vulnerability in
Firefox, Mozilla said it has received exploit code for the flaw and is planning to patch the
weakness on March 30 in the next release of Firefox. Mozilla officials said Thursday that the
vulnerability, which was disclosed February 18 by Secunia, is a critical flaw that could result in
remote code execution on a vulnerable machine. The vulnerability is in version 3.6 of Firefox."
Read more of this story at Slashdot.

|
Slashdot -
1 days and 1 hours ago
Trailrunner7 writes "A month after an advisory was published detailing a new vulnerability in
Firefox, Mozilla said it has received exploit code for the flaw and is planning to patch the
weakness on March 30 in the next release of Firefox. Mozilla officials said Thursday that the
vulnerability, which was disclosed February 18 by Secunia, is a critical flaw that could result in
remote code execution on a vulnerable machine. The vulnerability is in version 3.6 of Firefox."
Read more of this story at Slashdot.
|
Planet Ubuntu -
1 days and 4 hours ago
No really. I prefer GNOME, so clearly pretty isn’t the biggest factor here. When I first
started using Ubuntu, I would drag the top GNOME panel to the bottom and have it sit
under what is normally the bottom panel. It looked ugly as sin, but this is how, as (back in
2005) a recent Windows refugee, I was used to working and so this is how I chose to organise my
space.
Most importantly, it wasn’t hard for me to do this. My most recent installs, almost 4 years
later, primarily on laptops rather than desktops tended to be left as is — a panel at the
top and a panel at the bottom. I find this seems to suit laptops better, and
I’ve become accustomed to it. However, had I not been able to move the panel from the
start, I might even have ended up on Kubuntu. Well, if it were not for the silly single-click
thing that fires stuff off even when you don’t want it to, like when you bump the mouse
accidentally. Ok, truth be told, I probably would have stuck with Ubuntu, because, well, all the
functionality was still there. Just in a different place to where I was expecting
As with most computer users, I’ve never owned a Mac. When I was little, my school had a
some (iirc) Mac II’s but I am pretty certain that the number of times that I, at 28, have
used a Mac since would barely exceed the number of digits on my hands, and OS X is nothing like
the first Macs I used. I think the last time I used a Mac was in 2005; for about 20 minutes.
But now with the sneaky Lucid UI changes, I might as well be using OS X as far as my learned
behaviours are concerned. And lets just hope that my laptop trackpad doesn’t jump at an
inopportune time — like it does sometimes when I go to open the system menu and instead hit
the firefox icon right next to it instead — as trackpads are prone to.
I work 100% from a laptop and use the trackpad 90% of the time. The chance this ridiculous UI
change will not bite me hard is pretty slim. The only plus I’ve come across so far
is that it made it easier to close out of the awkwardly oversized evolution setup wizard that
launched on my eeepc701.
However, putting even that glaring risk aside, the one thing that I am absolutely hating
the most about these sneaky UI changes is the abolishment of informative
tooltips. This is a loss of functionality.
My battery icon, my wifi connection icon, my xchat icon — they now tell me nothing
when I merely nudge them, I now have to smack them over the head with the cursor. I cannot tell
at quick glance if I have enough charge for something, on the wrong wifi network, or whether I
can ignore that xchat message I missed the notification for. I have to exert time, energy, and
most importantly brain focus to get what used to be a simple matter of an effortless
enlightenment. I now have to go through what is sometimes several clicks. Extra clicks are bad.
Clicks add obscurity. Extra clicks are effort.
This bleeps me right off. I can learn to move a mouse in a different direction (though I’m
not at all believing that new windows migrants will cope), but I really do not have the
capacity to circumvent the application to read the bytes from the disk myself to find out what my
battery level is without clicking through some dialogs. The software is supposed to do that
for me.
Alas, my software no longer does this for me, and ergo, my software no longer works for me.
To get this information, I now have to do stuff for my software. I
should not be working for my software.

|
bildirgec.org -
1 days and 7 hours ago
Dünyadaki cep telefonu piyasasında önemli bir yere sahip olan Nokia, yeni projesi ile mükemmel cep telefonunu
üretmeye hazırlanıyor. ÜreteceÄŸi mükemmel cep
telefonun nasıl yapılacağını ise
kullanıcılara soruyor.
Piyasaya çıkan cep telefonlarının
çoÄŸu beÄŸenilse bile her zaman kötü yönleri
bulunabilir.Nokia bu durumu aÅŸmak için yeni bir proje
başlattı ve nasıl bir cep telefonu istenildiğini
kullanılara soruyor ve bu doğrultuda yeni cep telefonunu
yapacağını açıklıyor.
Hazırlanan bu web
sitesinde, Nokia'dan beklentilerinizi belirtebilir hayalinizdeki cep
telefonunu seçenekler ile bildirebilirsiniz. Tüm bunları normalden daha
kolay bir şekilde sayfada yer alan kontrol mekanizması ile
yapıyorsunuz. gerçekçi olmayan taleplerinizi de
Nokia'ya iletmeniz mümkün.
devamını
oku »
ilgili yazılar
bu yazı angelsdemos
tarafından bildirgec.org adresli sitede yayımlanmak üzere
yazılmıştır. kaynak gösterilmeksizin
kopyalanamaz.
etiketler: cep
telefonu, nokia,
navigation,
engadget,
smartphone,
bb, bonus, mb, project, sb, bonuslu bildiri,
bonuslu, micro bildiri,
nokia
phone project, concersations, design by community, nokia design,
nokia design by community, makes
smartphone, conceptign, nokia conceptign, cep telefonu
tasarla


|
Generation Nouvelles Technologies -
1 days and 7 hours ago
Les développeurs Mozilla livrent une nouvelle version préliminaire de Firefox 4.0 qui
en l'occurrence est étiquetée Firefox 3.7 alpha 3.
|
DLFP - Journaux -
1 days and 8 hours ago
ayant lu sur le Net que Wikipedia souhaitait encourager l'inclusion de vidéos dans ses
pages, j'ai voulu y participer moi aussi. A partir d'une vidéo du festival de musiques
électroniques de Marseille Marsatac, j'ai converti du format mov au format ogv. Il a
fallu un peu jongler car l'original faisait 205 Mo et dans Wikipedia, il y a une limite à
100 Mo.
Triple hélas, pour faire la conversion, j'ai utilisé un plugin Firefox Firefogg qui
semble fonctionnel avec ma Ubuntu 9.10 mais pas de bouton de conversion. Mon XP dans une machine
virtuelle avec Firefox et Firefogg a fait le boulot parfaitement. Il n'y a plus qu'à
l'inclure classiquement dans Wikimedia puis de référencer le résultat dans
Wikipedia et voici le résultat: http://fr.wikipedia.org/wiki/Marsatac#2010
Bien entendu, j'ai testé le résultat dans Firefox et Chrome sous Linux, très
bien
idem sous XP avec Firefox, Chromium, Chrome et surtout IE qui fait appel à vlc pour lire la
vidéo. Comme quoi en format Ogg Theora, on peut tout faire

|
SK Gaming Scene News -
1 days and 10 hours ago
 Transform your Firefox web browser to an SK Gaming theme in under a minute
thanks to the SK Gaming Persona designed by SirRam.
|
TechCrunch -
1 days and 16 hours ago
Back in June, Google launched Sputnik, a
suite of tools that runs over 5,000 tests to check a web browser’s JavaScript conformance.
Last week, they made the tool a lot easier for anyone to use, with a version that works in the web browser.
The results are interesting.
Notably, both the Opera and Safari web browsers beat Google’s own Chrome browser in the
test. As you can see in the picture above, Opera is the clear leader, with only 78 failures (the
closer to the center, the less errors). Safari came in second with 159 errors, with Chrome in
third with 218 errors. Firefox is close behind with 259 errors, while Internet Explorer is the
outlier with 463 errors.
These tests were run on Windows machines, with the latest released version of each browser. Using
the web tool on my Mac, though, shows similar results (at least for Opera, Chrome, Safari, and
Firefox — there is no IE for Mac anymore).
While much of the focus on JavaScript is about speed (that’s what the SunSpider test measures, for
example), Sputnik is interesting because it focuses on conformity, making it more like the
Acid3 test, which tests web standards
compliance. Chrome, Safari, and Opera have all passed Acid3, with Firefox getting very close
(94/100 for Firefox 3.6). IE, meanwhile, again lags behind with just 20/100 for IE8. And even the
new IE9 preview only scores 55/100.
Speaking of IE9, I tried to run the Sputnik tool in the preview build of the new browser on
Windows 7. Unfortunately, it completely shut down several times after getting up to about 50
failures after only a few hundred of the 5,000+ tests — not a good sign. But
again, it’s just a very early preview release of the browser, and early SunSpider results for the browser
have been good.
CrunchBase InformationOperaSafariGoogle ChromeFirefoxWindows Internet
ExplorerInformation provided by CrunchBase


|
Planet Ubuntu -
1 days and 18 hours ago
The Ubuntu team is pleased to announce the first beta release of Ubuntu 10.04 LTS (Long-Term
Support) Desktop, Server, and Netbook editions and of Ubuntu 10.04 Server for Ubuntu Enterprise
Cloud (UEC) and Amazon’s EC2. Codenamed "Lucid Lynx", 10.04 LTS continues Ubuntu’s
proud tradition of integrating the latest and greatest open source technologies into a
high-quality, easy-to-use Linux distribution.
Ubuntu 10.04 LTS Desktop and Netbook Editions continue the trend of ever-faster boot speeds, with
improved startup times and a streamlined, smoother boot experience.
Ubuntu 10.04 LTS Server Edition provides even better integration of the Ubuntu Enterprise Cloud,
with its install-time cloud setup.
Ubuntu 10.04 LTS Server for UEC and EC2 brings the power and stability of the Ubuntu Server
Edition to cloud computing, whether you’re using Amazon EC2 or your own Ubuntu Enterprise
Cloud.
The Ubuntu 10.04 family of variants, Kubuntu, Xubuntu, Edubuntu, Ubuntu Studio, and Mythbuntu,
also reach beta status today.
Desktop features
————————
Social from the start: We now feature built-in integration with Twitter, identi.ca, Facebook, and
other social networks with the MeMenu in the panel.
New Design: Cleaner and faster boot, new notification area, new themes, new icons, and new
wallpaper bring a dramatically updated look and feel to Ubuntu.
Ubuntu One: Choose any folder in your home directory to sync, choose from millions of songs for
purchase in the Ubuntu One Music store.
Please see http://www.ubuntu.com/testing/lucid/beta1 for
details.
Server features
———————-
Cloud computing: The Ubuntu Enterprise Cloud installer has been vastly improved in order to
support alternative installation topologies. UEC components are now automatically discovered and
registered, even with complex topologies. Finally, UEC is now powered by Eucalyptus 1.6.2
codebase.
UEC and EC2: Ubuntu 10.04 LTS continues the tradition of official Ubuntu Server image releases
for UEC and for Amazon’s EC2, giving you everything you need for rapid deployment of Ubuntu
instances in a cloud computing environment. UEC images, and information on running Ubuntu 10.04
on EC2, are available at:
http://uec-images.ubuntu.com/releases/10.04/beta1
Stability and security: Ubuntu 10.04 LTS brings many improvements over Ubuntu 8.04 LTS to keep
your servers safe and secure for the next five years, including AppArmor profiles for many key
services, kernel hardening, and an easy-to-configure firewall.
Ubuntu Netbook features
———————————-
Ubuntu Netbook Edition is optimised to run on Intel atom based netbooks. It includes a new
consumer-friendly interface that allows users to quickly and easily get on-line and use their
favourite applications. This interface is optimised for a retail sales environment.
It includes the same faster boot times and improved boot experience as Ubuntu desktop.
Kubuntu features
————————
Kubuntu 10.04 LTS will be the first LTS to feature KDE 4 Platform and Applications. KDE 4 has
come a long way since its early releases and is now suitable for the high demands of LTS users.
Being an LTS we have focused on bug fixing and stability for this release, but we did find time
to add features such as touchpad configuration, Firefox KDE integration, Kubuntu notification
improvements, and cross-desktop systray menu standardisation. Kubuntu features the Plasma Desktop
while Kubuntu Netbook Remix comes out of preview status with the Plasma Netbook workspace.
See https://wiki.kubuntu.org/LucidLynx/Beta1/Kubuntu
for more details.
Edubuntu features
————————-
Edubuntu in Lucid features a more complete live environment containing more software from
universe and all existing language packs as well as our usual educational software in their
current version. For Lucid the text installer has been removed and so is LTSP for the time being.
We expect to have LTSP back on the DVD for the next beta. The DVD is then much smaller than it
used to be but will still provide a complete education environment based on Ubuntu Lucid.
Also included on the Edubuntu DVD is a small repository containing the required packages to
transform the regular Edubuntu desktop into a LTSP server or install the Netbook edition
interface.
Mythbuntu features
—————————
Mythbuntu 10.04 introduces MythTV 0.23. This new version is significantly faster and should feel
more responsive and stable than older versions. It also integrates better into the OS with better
support for things like ConsoleKit and Upstart.
Please see http://www.mythtv.org/wiki/Release_Notes_-_0.23
for more details about changes introduced in 0.23.
See http://mythbuntu.org/10.04/beta for information
about the Mythbuntu beta release.
Other
——-
* On the Desktop: GNOME 2.30, KDE SC 4.4, XFCE 4.6.1, OpenOffice.org 3.2.0, X.Org server 1.7.5
* On the Server: Apache 2.2, PostgreSQL 8.4, PHP 5.3.1, LTSP 5.2
* "Under the hood": GCC 4.4.3, eglibc 2.11, Linux 2.6.32.9, Python 2.6.5
The full release notes can be found at
http://www.ubuntu.com/testing/karmic/beta1
About Ubuntu
——————
Ubuntu is a full-featured Linux distribution for desktops, laptops, and servers, with a fast and
easy installation and regular releases. A tightly-integrated selection of excellent applications
is included, and an incredible variety of add-on software is just a few clicks away.
Professional technical support is available from Canonical Limited and hundreds of other
companies around the world. For more information about support, visit http://www.ubuntu.com/support
To Get Ubuntu 10.04 LTS Beta 1
———————————————
To upgrade to Ubuntu 10.04 LTS Beta 1 from Ubuntu 9.10 or Ubuntu 8.04 LTS, follow these
instructions:
https://help.ubuntu.com/community/LucidUpgrades
Or, download Ubuntu 10.04 LTS Beta 1 here (choose the mirror closest to you):
Africa:
* http://ubuntu.saix.net/ubuntu-releases/10.04
(South Africa)
Asia:
* http://mirror.rootguide.org/ubuntu-releases/10.04
(China)
* http://ubuntutym2.u-toyama.ac.jp/ubuntu/10.04
(Japan)
* http://mirror.khlug.org/ubuntu-releases/10.04
(Korea, Republic of)
* http://ubuntu.qualitynet.net/releases/10.04
(Kuwait)
* http://ftp.mtu.ru/pub/ubuntu/releases/10.04
(Russian Federation)
* http://tw.releases.ubuntu.com/10.04
(Taiwan)
* http://ftp.linux.org.tr/ubuntu-releases/10.04
(Turkey)
Europe:
* http://ubuntu.linuxbe.com/10.04 (Belgium)
* http://ubuntu.ipacct.com/releases/10.04
(Bulgaria)
* http://hr.releases.ubuntu.com/10.04
(Croatia)
* http://releases.ubuntu.mirror.dkm.cz/releases/10.04
(Czech Republic)
* http://mirrors.dotsrc.org/ubuntu-cd/10.04
(Denmark)
* http://ftp.estpak.ee/pub/ubuntu-releases/10.04
(Estonia)
* http://ubuntu.trumpetti.atm.tut.fi/releases/10.04
(Finland)
* http://ftp.oleane.net/ubuntu-cd/10.04
(France)
* http://ubuntu.mirror.tudos.de/ubuntu-releases/10.04
(Germany)
* http://speglar.simnet.is/ubuntu-releases/10.04
(Iceland)
* http://ftp.heanet.ie/pub/ubuntu-releases/10.04
(Ireland)
* http://releases.ubuntu.fastbull.org/ubuntu-releases/10.04
(Italy)
* http://nl.releases.ubuntu.com/releases/10.04
(Netherlands)
* http://no.releases.ubuntu.com/10.04
(Norway)
* http://cesium.di.uminho.pt/pub/ubuntu/10.04
(Portugal)
* http://rs.releases.ubuntu.com/10.04
(Serbia)
* http://ubuntu.cica.es/releases/10.04
(Spain)
* http://se.releases.ubuntu.com/10.04 (Sweden)
North America:
* http://mirror.csclub.uwaterloo.ca/ubuntu-releases/10.04
(Canada)
* http://mirror.pnl.gov/releases/10.04 (United
States)
* http://mirror.yellowfiber.net/ubuntu/10.04
(United States)
* http://mirrors.ccs.neu.edu/releases.ubuntu.com/10.04
(United States)
* http://mirrors.gigenet.com/ubuntu/10.04
(United States)
South America:
* http://ubuntu-cd.innova-red.net/10.04
(Argentina)
* http://mirror.pop-sc.rnp.br/mirror/ubuntu/10.04
(Brazil)
* http://ubuntu.c3sl.ufpr.br/releases/10.04
(Brazil)
Rest of the world:
http://releases.ubuntu.com/10.04 (Great Britain)
Please download using Bittorrent if possible.
The final version of Ubuntu 10.04 LTS is expected to be released in April 2010.
Feedback and Participation
—————————————
If you would like to help shape Ubuntu, take a look at the list of ways you can participate at
http://www.ubuntu.com/community/participate/
Your comments, bug reports, patches and suggestions will help turn this Beta into the best
release of Ubuntu ever. Please note that, where possible, we prefer that bugs be reported using
the tools provided, rather than by visiting Launchpad directly. Instructions can be found at
https://help.ubuntu.com/community/ReportingBugs
If you have a question, or if you think you may have found a bug but are not sure, first try
asking on the #ubuntu IRC channel on FreeNode, on the Ubuntu Users mailing list, or on the Ubuntu
forums:
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
http://www.ubuntuforums.org/
More Information
————————
You can find out more about Ubuntu and about this preview release on our website, IRC channel and
wiki. If you are new to Ubuntu, please visit:
http://www.ubuntu.com/
To sign up for future Ubuntu announcements, please subscribe to Ubuntu’s very low volume
announcement list at:
http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce
[Discuss Ubuntu 10.04 LTS Beta 1 on
the Forum]
Originally sent to the ubuntu-announce
mailing list by Steve Langasek on Fri Mar 19 16:32:05 GMT 2010

|
InfoWorld: Top News -
1 days and 18 hours ago
Mozilla confirmed yesterday a critical vulnerability in the newest version of Firefox, and said
it would plug the hole by the end of the month.
Although the patch won't be added to Firefox before next week's Pwn2Own browser hacking
challenge, researchers won't be allowed to use the flaw, according to the contest's organizer.
|
|
What is Matoumba?
A website that sorts everyday the most relevant information to you.
Vote for the news and Matoumba will learn your tastes and the information that you like the most.
It is all FREE!
|