So you got a Raspberry Pi: now what?
http://www.engadget.com/2012/09/04/raspberry-pi-getting-started-guide-how-to
Tags : #raspberrypi #tutorial
So you got a Raspberry Pi: now what?
http://www.engadget.com/2012/09/04/raspberry-pi-getting-started-guide-how-to
Tags : #raspberrypi #tutorial
Creating .#mbtiles DB for iOS MapBox from hi-res #map image
http://martinsikora.com/creating-mbtiles-db-for-ios-mapbox-from-hi-res-map-image
So, I made a simple bash script that takes all sizes you specify and first scales the original picture and then splits it into smaller pieces 256x256 each... With that in mind I made another Python script that takes our #tiles and puts them into one SQLite database.
De quoi générer un fichier mbtiles à partir d’une grande image comme l’a fait @fil dernièrement.
Quelques liens autour de la gestion des formats d’ebooks, de leur gestion et conversion.
Le logiciel Calibre, incontournable et open-source (écrit essentiellement sur Python) :
http://manual.calibre-ebook.com
Calibre et ses différentes fonctions peuvent être appelés depuis la ligne de commande :
http://manual.calibre-ebook.com/cli/cli-index.html
Il est également possible de coder des « recipes » en python pour automatiser certaines choses (ici convertir des flux RSS en ebooks) :
http://manual.calibre-ebook.com/news.html
Le forum mobileread.com (grosse référence), partie Calibre :
http://www.mobileread.com/forums/forumdisplay.php?f=166
Est-ce que quelqu’un ici arrive à faire fonctionner la GamePad API du HTML5, telle que décrite ici :
http://www.gamepadjs.com
et théoriquement testable là :
http://sgraham.github.io/gamepad.js/example
Sur mon Mac, je n’arrive rigoureusement à rien :
– Chrome ne me propose pas, dans chrome ://flags, d’activer quoi que ce soit concernant une manette de jeu ;
– Firefox répond au javascript qu’il connaît cette API, mais n’interagit pas du tout avec mes manettes (mais aucune d’elle n’est un contrôleur Xbox, ce sont de banales manettes USB – dont celle de la Freebox).
Et sous Parallels avec Windows XP, pas mieux.
Et tu vas pas le croire : on répond à un appel d’offre dans lequel ce serait top-kikou que je puisse contrôler une appli HTML5 avec un joystick. #mouahaha
Webdesign für Anfänger
Man hat mich gefragt, wie man mehr aus einer WWW-Seite machen kann, als mit den automatischen Generatoren von 1&1 geht. Aus dieser Antwort ist mehr als ein einzelner Hinweis geworden.
Ein paar Notizen und Links zu Webtools.
1. Texteditor und FTP
Am besten startest Du, indem Du das hier liest:
http://de.selfhtml.org
Dann besorgst Du Dir einen Texteditor und legst los:
http://notepad-plus-plus.org
(Das bezieht sich auf Windows. Wenn Du unter Linux oder Mac arbeitest,
hast Du schon alle grundlegenden Tools)
Du mußt dann Deine Dateien auf Deinen Server hochladen. Dazu verwende ich die Mozilla Firefox Erweiterung „FireFTP“. Man installiert sie wie alle FF Erweiterungen über das Tools-Menü (ich beziehe mich immer auf die englische Version eines Programms, falls sie vorliegt).
Das war die Version für Männer, die sich mit der Axt Blockhütten bauen.
Jetzt die softe Version. Die Infos sollte man sich aber auf jeden Fall reintun, damit man überhaupt weiß, worum es geht.
2. WYSIWYG-Editor
Einen guten Eindruck macht Kompozer, ist auch für Einsteiger geeignet und kann trotzdem sehr viel.
http://kompozer.net/features.php
Die Dokumentation muß man auch hier lesen:
EN
http://www.charlescooke.me.uk/web/kz-ug-home.htm
DE
http://www.kompozer-web.de/download/kompozer-anleitung.pdf
3. Web-CMS und Blog-Software
Das ist die Lösung für langfristig angelegte Projekte mit viel Inhalt, wo sowohl Texte als auch Bilder und Videos verwaltet werden sollen, externe Datenquellen angezapft und eigene Daten in unterschiedlichen Formaten für andere Websites angeboten werden. Meist gibt es auch Newsletter-Tools und viele andere Erweiterungen dazu. Ihre Verwendung
wird durch die Kenntnis von 1. und 2. erleichtert.
Wenn Du regelmäßig Texte und Videos in einer nett gestalteten Umgebung veröffentlichen möchtest, wäre Wordpress eine gute Wahl, oder, falls Du Lust hast Dich mit HTML zu beschäftigen (siehe 1.), um Dein Design selber zu machen und wirklich alles zu verstehen und zu kontrollieren, kann ich Dir SPIP empfehlen, das ähnlich einfach wie Wordpress zu bedienen ist, dabei aber mehr Flexibilität bietet. Außerdem arbeite ich seit über 10 Jahren an der Entwicklung von SPIP mit :-)
http://wordpress.com
http://www.spip.net/en_rubrique25.html
4. online Blog-Dienste, Social Networks et al.
Wordpress, Google, Blogger, usw. erlauben Dir auch ein mehr oder weniger persönliches Design zu verwenden, bei Facebook geht das weniger gut.
5. There’s an app for everything
Websites sind eigentlich durch, heute baut man Apps, die u.U. auch im Web angezeigt werden können. Dazu muß man leider entweder reichlich Geld in die Hand nehmen, oder viel Stoff pauken. Trotzdem lohnt sich ein Blick und vielleicht ein Versuch mit den folgenden Werkzeugen. Seinen PC sollte man sehr gut kennen, um sie installieren zu können.
Der MIT App-Inventor
►http://appinventor.mit.edu
war ein Google-Projekt, mit dem Kinder Android-Apps zusammenklicken können. Total cool, es geht fast alles !
Titanium SDK
Der Hammer für Programmierer, macht Apps und Websites für alle Plattformen, man sollte schon ein paar Programmiersprachen beherrschen.
„Create native, hybrid, and mobile web apps through a JavaScript-based SDK“
http://www.appcelerator.com/platform/titanium-sdk
Phonegap
Ähnlich wie Titanium, aber auf Eclipse-Basis
►http://phonegap.com
Apache Cordova
Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.
PhoneGap is a distribution of Apache Cordova. You can think of Apache Cordova as the engine that powers PhoneGap, similar to how WebKit is the engine that powers Chrome or Safari.
http://cordova.apache.org
Mehr davon ?
Voilà : „List of rich Internet application frameworks“
https://en.wikipedia.org/wiki/List_of_rich_internet_application_frameworks
Das war ein kurzer Überblick über kostenlose Open-Source-Lösungen, wenn Du Geld ausgeben willst, kann man natürlich über erheblich mehr sprechen - viel Besseres kommt dann aber auch nicht dazu.
6. Die Abteilung für Nerds :
Wer den Kampf gegen die Überwachung durch Google, Facebook, Verfassungsschutz & Co. betreibt, wird sich autonomen Lösungen zuwenden, die ohne 1&1 oder andere Serverhoster auskommen. Wie immer ist Wissen die Voraussetzung der Freiheit, aber super-kompliziert ist das alles nicht :
https://unhosted.org
unhosted web apps
freedom from web 2.0’s monopoly platforms
definition
Also known as „serverless“, „client-side“, or „static“ web apps, unhosted web apps do not send your user data to their server. Either you connect your own server at runtime, or your data stays within the browser.
Die Daten bleiben dann auf dem eigenen Rechner oder werden so im Internet verteilt, daß sie zwar nutzbar, aber keinem Besitzer zuordbar sind, in der „Cloud für Autonome“ sozusagen. Das hier ist ein Ansatz dazu:
http://remotestorage.io/integrate
Im weitesten Sinne kann man auch die folgenden System als Tools für die Herstellung von Websieten betrachten, auch wenn sie einen anderen Schwerpunkt haben. Ein Webentwickler und -redakteur wird an ihnen oder ähnlichen Programmen jedoch kaum vorbeikommen.
SeaMonkey
http://www.seamonkey-project.org/doc/features
http://webdesign.about.com/od/freewebeditors/fr/seamonkey.htm
All-in-One WYSIWYG Editor and Browser (and Email and Chat)
About SeaMonkey
SeaMonkey is the Mozilla project all-in-one Internet application suite. It includes a web browser, email and newsgroup client, IRC chat client, and composer — the web page editor. One of the nice things about using SeaMonkey is that you have the browser built-in already so testing is a breeze. Plus it’s a free WYSIWYG editor with an embedded FTP to publish your web pages. I don’t like that it doesn’t have HTML5 or CSS3 support, and you can’t change the doctype, even for new pages. But it is a free WYSIWYG editor, which there aren’t many of.
BlueGriffonTM
►http://bluegriffon.org
The next-generation Web Editor based on the rendering engine of Firefox. BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox, it’s a modern and robust solution to edit Web pages in conformance to the latest Web Standards.
BlueGriffon EPUB Edition
http://www.bluegriffon-epubedition.com/BGEE.html
NetBeans IDE
https://netbeans.org/index.html
The Smarter and Faster Way to Code
Quickly and easily develop desktop, mobile and web applications with Java, HTML5, PHP, C/C++ and more.
NetBeans IDE is FREE, open source, and has a worldwide community
of users and developers.
TweetDeck
http://tweetdeck.com
TweetDeck is an app that brings more flexibility and insight to power users.
http://linuxundich.de/de/software/twittern-mit-tweetdeck-fur-chrome
Das Chrome TweetDeck ist eine App für Googles Chrome Browser. Ihr könnt Sie über den Webstore installieren.
Scribefire
http://www.scribefire.com
ScribeFire is an extension for the Mozilla Firefox Web browser, Google Chrome Web browser, Opera Web Browser, and Apple Safari Web browser that allows you to easily post to all of your blogs.
Theoretisch kann Scribefire auch SPIP befüllen:
Support xml-rpc pour SPIP
http://www.mediaspip.net/technical-documentation/plugins-used-by-mediaspip/xmlrpc-une-api-xml-rpc-pour-spip/article/support-xml-rpc-pour-spip
VMware Zimbra Desktop
http://www.zimbra.com/products/desktop.html
Zimbra Desktop provides a rich and consistent user experience offline.
The free Zimbra Desktop client delivers a consistent user experience offline, so email, voice, social, calendar, contacts, files and documents are synchronized and locally accessible when on the road. Zimbra Desktop aggregates information across accounts (Zimbra, Yahoo! Mail, Gmail, Hotmail, etc.) and social networks (Facebook, Digg, Twitter, etc.) to help make communicating and sharing information easier than ever.
IBM Lotus Symphony
http://www-03.ibm.com/software/lotus/symphony/help.nsf/home
Lotus Symphony Documents
Lotus Symphony Presentations
Lotus Symphony Spreadshee
Noch eine Alternative zu MS Word, OpenOffice und LibreOffice - mit den Anwendungen sollte man auch in WWW-kompatiblen Formaten speichern können. Ausprobieren !
Und zum Abschluß die
List of rich Internet application frameworks
https://en.wikipedia.org/wiki/List_of_rich_internet_application_frameworks
Harter Stoff !
#auf_deutsch #web #html
“List of Pseudo-Elements to Style Form Controls”
http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls
Styling form elements is a pain point when developing #web applications. Historically, web developers have had to accept the form controls the browser provided with little hope of customization. However, web rendering engines are increasingly adding hooks through pseudo-elements to give authors some control over the display.
While all of these #pseudo-elements are rendering engine specific (and therefore behind vendor prefixes), they can still be handy for customizing the display for that engine. The following is my best attempt at compiling a complete list of the pseudo-elements available in Trident, Gecko, and WebKit. At the time of this writing Blink is a recent fork of WebKit, so the pseudo-elements provided are identical. I am not aware of any form related pseudo-elements that Presto provides.
#css
Comment des FAI américains injectent et remplacent des publicités dans les pages web contre la volonté des éditeurs des sites - Bluetouff’s blog
http://bluetouff.com/2013/04/12/comment-des-fai-americains-injectent-et-remplacent-des-publicites-dans-le
Il n’y a pas que SFR qui a des pratiques douteuses... relative à la neutralité du net et à la publicité. L’américain Zchary Henckel sur son blog - http://zmhenkel.blogspot.fr/2013/03/isp-advertisement-injection-cma.html - a montré que le fournisseur d’accés Wi-Fi CMA Communications ajoutait de la publicité aux sites que les utilisateurs visitaient... Alors que SFR prétextait une optimisation de ses réseaux mobiles, ici, ce n’est plus le cas et la captation de valeur se fait au profit du FAI et au (...)
Facebook Home for Android developed with Apple’s Quartz Composer
http://appleinsider.com/articles/13/04/11/facebook-home-for-android-developed-with-apples-quartz-composer
Facebook Home, the social network’s package of Android apps intended to take over the user experience of select smartphones running Android, was rapidly prototyped using Apple’s powerful Quartz Composer visual programing tool.
Les sites qui évoquent ça sont plutôt du genre Applemaniaques trop fiers d’être approuvés par Facebook…
Je référence pour le boulot, vu que, bon, je savais pas que c’était fait pour ça, Quartz Composer…
Gephi, an open source #graph visualization and manipulation software
https://gephi.org
Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs.
Runs on Windows, Linux and Mac OS X. #Gephi is open-source and free.
https://gephi.org/wp-content/themes/gephi/images/illustrations/home_screenshot.jpg
#data #visualisation via @archiloque
permet de faire des trucs comme cette analyse des communautés #github :
Github explorer
http://lumberjaph.net/graph/2010/03/25/github-explorer.html
The first map is about all the languages available on github.
Identify implicit social networks in mail using #Gephi: http://insights.exploreyourdata.com/2011/10/18/how-to-create-a-social-network-from-a-list-of-emails - running this on my corporate inbox might be interesting. It is also a nice way to quickly make sense of the social context contained in intercepted mail - great spy tool !
ISP uses transparent proxy to inject #advertising in #Web pages - copyright infringement, network neutrality violation and not even the pretense of user benefits shown by those who blocked advertising or compressed images. Thanks for the #SSL evangelism !
http://zmhenkel.blogspot.com/2013/03/isp-advertisement-injection-cma.html #NetNeutrality
Fin du flux RSS ... NOOOOOOOO !! ARRGGHHHHHH !!
Ici un article en italien sur le sujet :
http://www.downloadblog.it/post/46551/google-reader-chiude-la-fine-dellaggregatore-rss-ha-una-data
Fin prévue : 1er juillet !
Moi c’est avec les flux RSS que je m’informe, surtout pour tout ce qui est journaux scientifiques... et maintenant ? Des idées ? Des alternatives ? Qui a des suggestions ?
J’ai récupéré mes données, mais je ne connais rien d’équivalent pour remplacer, comme les flux de marquage et tout. Putain, quelle chiasse !
https://www.change.org/petitions/google-keep-google-reader-running#share
je n’irai pas signer une pétition pour demander qu’on me garde mes chaînes !
il faut trouver un #logiciel_libre qui remplace, et on migre collectivement
Un agrégateur de flux, c’est possible, mais il y avait toutes les fonctions de création de flux de partage à la volée qui vont être plus sioux à créer.
Bien dit, @fil, on va niquer Google !
Des services alternatifs, mais rien d’aussi bien que le futur @fil d’actu ! : http://www.demainlaveille.fr/2013/03/14/google-reader-disparaitra-le-1er-juillet-prochain-apres-7-ans-de-serv
je ne sais pas vraiment ce que sont ces fonctions avancées dont tu parles ; de fait, je n’ai pas un usage avancé de reader : je l’utilise comme agrégateur (à travers l’appli #reeder), et je mets parfois une étoile sur un message que je compte partager plus tard sur seenthis
Reçu d’un ami :
Des pistes...
http://lifehacker.com/5990456/google-reader-is-getting-shut-down-here-are-the-best-alternatives
bien sûr je commence déjà à imaginer un système intégré à seenthis où l’on pourrait ne se loger qu’une fois, avoir ses flux, et un bouton pour basculer ajouter facilement un élément des flux dans les seens… #arghh
Avec des flux de partage qui peuvent être importés ailleurs et des boutons pour renvoyer un article vers un autre réseau social...
Et qui peut supporter la charge de 800 ou 1000 abonnements RSS.
ah @monolecte tout s’explique : c’est à cause de gens comme toi qu’ils sont obligés de fermer :)
Je vais l’ajouter de ce pas dans LinkedIn :
2013 : a mis à genoux Google Reader !
si vous n’êtes pas débectés par les marchands d’armes, il y a bien netvibes comme agrégateur RSS...
#nimporte_quoi
@fil : [...] un système intégré à seenthis où l’on pourrait ne se loger qu’une fois, avoir ses flux, et un bouton pour basculer ajouter facilement un élément des flux dans les seens… #arghh
OK ! #seenthis_todo #seenthis_RSS :D
Tarir le flux et verrouiller le code. Web is Dead.
►http://affordance.typepad.com//mon_weblog/2013/03/web-is-dead.html
Euh @cdb_77, pourquoi titrer « la fin du flux RSS », alors que c’est juste la fin d’UN service en ligne permettant de lire les flux ? :)
Encore heureux que les flux RSS et Atom continueront après ça...
Oui, vues les contraintes en terme de ressources, la solution à mon sens est une application web que chacun pourrait installer dans son coin pour réaliser sa veille rien qu’à lui, et transformer ses données en flux RSS si ça lui chanter. De la sorte, il gère le coût de sa consommation par lui même. Reste plus qu’à créer l’application.
Le SAAS c’est super, mais faut que qq’un paie. Et si on relie cela à Google qui commence à réagir à AddBlock... on comprend que le tout gratuit va se restreindre très vite... et que nous allons être contraints de nous replier sur des solutions rien qu’à nous.
C’est pas étonnant que Google veuille supprimer un outil d’information concurrent à l’utilisation des réseaux sociaux. qui possède le désavantage d’être moins intrusif dans la vie privée de ses utilisateurs.
@rastapopoulos Effectivement, merci de m’avoir rappelé cela, mais pour moi tout cela est un peu opaque. J’utilise le service mais je ne sais pas qui est derrière quoi... :-(
Du coup, je suis allée voir mon Filinfo http://www.ethologie.info/filinfo qui avait été dépoté à partir de #Sedna de @fil... Je ne sais pas si ça peut tenir avec toutes mes sources et il manque les outils de marquage et de partage.
Y’a peut-être ça ? http://projet.idleman.fr/leed #leed oui, pourquoi pas le retour de #Sedna ?
L’avantage de Feedly est sa « compréhension » gestuelle de ce que tu lis. Les messages sont marqués lus au survol de souris. Pratique, franchement.
Les geeks d’ici trouveront p-e un moyen de le coupler à SeenThis ?
@davduf j’ai essayé (j’aime bien, d’ailleurs) ; pour l’instant j’imagine qu’une procédure possible de couplage, c’est le bouton « e » = envoi d’un email via gmail. Mais gmail c’est google ; continuons à chercher !
@fil
Dans les prefs, tu peux ajouter des passerelles (twitter, pocket, evernote). Une piste ?
Hop, après avoir testé rapidement #feedly je ne suis pas convaincu. Du coup, je cherche encore et je viens de tomber sur #newsblur qui me semble pas mal du tout.
Démo sur leur site : http://www.newsblur.com (cliquez sur Try out NewsBlur).
Dispo sur #github ici : https://github.com/samuelclay/NewsBlur
Ça me semble pas ce qu’il y a de plus simple à installer, mais ça vaut le coup de tester le bouzin...
How to create your own eBooks
http://cottagedata.com/t_ebooks/part2.php
The ePub Format
Since #ePub files are really just a Zip archive of XHTML files and other documents, it’s easy to examine the contents of an ePub book: simply rename the file with a .zip extension and then unzip it into an empty directory. Note that this will only work if the file is not protected with DRM. Fortunately, there are plenty of DRM-free ebooks on the Internet, many of them free of charge, that you can download to study and experiment with. One such source is Project Gutenberg, which stores tens of thousands of classic books that are both DRM-free and free of charge.
#mobi
Java for OS X 2013-001 Update Patches Security Vulnerability
http://osxdaily.com/2013/02/19/java-update-for-os-x-2013-001
Au cas où
Opera et Webkit — Blog — David Larlet
https://larlet.fr/david/blog/2013/opera-webkit
Le tournant réside dans l’opposition nord/sud ou plutôt riches/pauvres, car oui Opera était avant tout un navigateur de pauvres. Un navigateur qui permettait à toute une partie de la planète d’avoir accès au Web sur des mobiles jetés par des riches il y a 3/5 ans. Un accès demandant peu de ressources côté client et limitant la consommation de bande passante grâce à une mise en cache agressive.
Je suis moins d’accord avec ça par contre :
Les développeurs web qui testaient déjà rarement le rendu sous Presto ne vont même plus en avoir les moyens et rapidement les sites ne vont plus être consultables avec ce moteur ; ce qui va priver momentanément une partie de la population d’un accès au savoir et à la culture. Celle qui en a le plus besoin.
... parce qu’Opera Mini s’en fout un peu, son système de réinterprétation de page marche quasiment tout le temps quand on lui demande des contenus linéaires.
Un peu tiré par les tifs, à mon avis, le concept de « navigateur des pauvres ». Il y a aussi Camino
http://caminobrowser.org
qui a été conçu pour être le plus léger possible et s’en sort très bien à l’acidtest.
http://acid3.acidtests.org
Create an Equalizer for All Audio in Mac OS X
http://osxdaily.com/2012/05/18/equalizer-for-all-audio-mac-os-x
Ever wish you had a system wide equalizer to adjust all audio output in Mac OS X and not just in iTunes? Maybe you want to adjust the way all audio output sounds or maybe you just want to boost the output volume of the built-in Mac speakers.
Why does #Transmit sometimes hang when I try opening
files into #BBEdit ?
http://www.barebones.com/support/bbedit/faqs.html
Transmit (or any other file transfer app) may sometimes hang when you try opening files into BBEdit on any Mac running OS X 10.8.2.
This problem is due to an event-handling bug in OS X 10.8.2 which we and other developers (including Panic) have already reported to Apple.
If you encounter this problem, here are a couple of alternative approaches you can take:
– Use Transmit’s “Mount as Disk” capability to attach the server(s)
you work with as locally-mounted volume(s) from which you can
open & edit files.
– Open remote files directly into BBEdit via File → Open from
FTP/SFTP Server.
même problème, mais j’ai finalement trouvé une autre autre solution : j’ai créé une action #automator « open with bbedit », que j’ai stockée dans le répertoire de BBEdit, et que j’utilise comme application externe d’édition de fichiers
Platypus | Sveinbjorn Thordarson
http://sveinbjorn.org/platypus
Platypus is a developer tool for the Mac OS X operating system. It creates native Mac OS X applications from interpreted scripts such as shell scripts or Perl, Ruby and Python programs. This is done by wrapping the script in an application bundle along with a native executable binary that runs the script.
Installer l’extension #php-tidy sur #MAMP / OSX 10.8.2
en suivant les instructions ici et là
http://lucor.github.com/2010/07/how-enable-the-php-tidy-extension-for-mamp
http://allensservices.com/php-tidy-on-mamp
http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x
j’ai fini par faire ce qui suit :
télécharger le source de PHP 5.3.6 (la version fournie par MAMP), la compiler avec les bonnes options :
# bbedit ext/iconv/iconv.c
# bbedit ext/tidy/tidy.c
# MACOSX_DEPLOYMENT_TARGET=10.6
# CFLAGS="-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp"
# CCFLAGS="-arch i386 -arch x86_64 -g -Os -pipe"CXXFLAGS="-arch i386 -arch x86_64 -g -Os -pipe"
# LDFLAGS="-arch i386 -arch x86_64 -bind_at_load"
# export CFLAGS CXXFLAGS LDFLAGS CCFLAGS MACOSX_DEPLOYMENT_TARGET
# LIBS=-lresolv ./configure —with-tidy=shared && make
et là j’ai le précieux tidy.so valable pour mon architecture
ensuite je l’installe dans les répertoires qui vont bien, et configure (“extension=tidy.so”) les différents php.ini pour qu’ils les prennent en compte.
# cp modules/tidy.so /Applications/MAMP//bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/
# sudo cp modules/tidy.so /usr/lib/php/extensions/no-debug-non-zts-20090626/tidy.so
# bbedit /Applications/MAMP//bin/php/php5.2.17/conf/php.ini
Si vous voulez échapper à la partie compilation, voici le module #tidy compilé :
https://www.dropbox.com/s/axy0x8ca4oc7jlo/tidy.so
Installing sphinx on Mac OS X 10.8.2 (using macports)
– download source from
http://www.sphinxsearch.com/downloads.html
ou
# svn co http://sphinxsearch.googlecode.com/svn/trunk
– port install mysql55 (not mysql-devel which is deprecated)
– modify two paths in the configure file: /usr/local becomes /opt/local/
# hack to locate expat/iconv in /usr/local on BSD systems
CPPFLAGS="$CPPFLAGS -I/opt/local/include"
LIBS="$LIBS -L/opt/local/lib"
– then the usual:
# ./configure —with-mysql=/opt/local/lib/mysql55/ —with-libstemmer –enable-id64
# sudo make install
for configure options:
# ./configure -help
Si vous ne le saviez pas encore :
“modify two paths in the configure file:/usr/local becomes /opt/local/# hack to locate expat/iconv in/usr/local on BSD systems CPPFLAGS=”$CPPFLAGS -I/opt/local/include" LIBS="$LIBS -L/opt/local/li # ./configure —with-mysql=/opt/local/lib/mysql55/ # make “# make install”
Est la raison pour laquelle sans @fil on serait tous morts
List of free software for audio - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/List_of_free_software_for_audio
This list of free #software for #audio lists notable free and open source software for use by sound engineers, audio producers, and those involved in sound recording and reproduction.
Pas mal de réponses après avoir demandé conseil à Framasoft sur Twitter, je cherchais un #logiciel_libre un peu plus perfectionné qu’audacity pour faire du #montage. Et c’est Ardour qui est revenu le plus souvent ►http://ardour.org dispo pour OSX et Linux. Il me semble que le sujet avait déjà été évoqué ici.
la petite flèche a parlé http://seenthis.net/messages/84163
Enfin une bonne nouvelle dans cet océan d’info déprimantes
Superbe, voilà quelque chose que je cherche depuis longtemps. Tu ensoleilles ma journée !
Ah tiens ya un mec qui doit venir nous faire une démo de montage audio libre en janvier normalement. Avec ardour je crois.
@reka : ravi :)
@rastapopoulos : tu nous tiens au courant ?
On me parle aussi de oceanaudio « à l’interface moderne » http://www.ocenaudio.com.br
Logiciels libres et enseignement
http://www.tice.ac-versailles.fr/logicielslibres
Logiciel libre et opendata au service de l’enseignement de la géographie
15 novembre 2012, par Geoffrey Gekiere
Vous cherchez une carte du solde migratoire des régions françaises ? du PIB ou du taux de chômage dans les départements ? du nombre d’exploitations agricoles de plus de 100 hectares en Bretagne ?
Plutôt que de perdre du temps dans un moteur de recherche pour ne jamais trouver la carte dont vous avez besoin [1], nous vous proposons d’apprendre à réaliser celle-ci, et à la personnaliser afin qu’elle réponde exactement à vos exigences (choix des figurés de la légende, de la discrétisation, du nombre de classes, etc.).
Nous utiliserons pour cela le logiciel libre Quantum GIS (QGIS), dans lequel nous importerons des données cartographiques libres que nous fusionnerons avec les données fournies par l’institut national de la statistique et des études économiques (INSEE).
Plutôt que de dérouler un tutoriel exhaustif, nous prendrons un exemple que les enseignants pourront s’approprier afin de l’adapter à leurs besoins.
Nous nous proposons donc, en partant de zéro, de réaliser une carte de l’espérance de vie féminine à l’échelle départementale.
#ePub Reader Software
http://www.jedisaber.com/eBooks/Readers.shtml
the best ePub reader:
For Windows: Digital Editions for it’s management functions and excellent ePub format support. (Sony Reader is a good choice as well.)
OS X: Digital Editions, Azardi, Calibre, or Bookworm
first gen iPhone/iPod Touch: Stanza or Bluefire
iPad/current iPhone/iPod Touch: iBooks
Android: Aldiko/Bluefire/CoolReader
Linux: CoolReader/Azardi/Bookworm
Best ePub editor:
For converting from one eBook format to another: Calibre
For converting raw source documents to ePub: Atlantis
For making nit-pickingly clean ePub books that look just how you want them to look: eCub/Sigil
For editing existing ePub books: Sigil
Amusant problème de #sécurité_informatique. #Apple a changé certains de ses logiciels (comme #iTunes) pour tester si le #DNS fonctionne en tenant de se connecter à www.bogusapple.com. Le but était sans doute de tester avec un nom qui marchait et un qui ne marchait pas. Mais Apple n’avait pas enregistré le nom et quelqu’un l’a fait hier, recevant ainsi les connexions (et les informations privées) de plein d’Apple fanboys...
https://discussions.apple.com/thread/4380270
http://www.bogusapple.com
Apple aurait dû utiliser comme « nom garanti d’échouer », le TLD spécial .invalid ou, tout simplement, un sous-domaine d’apple.com...
Le mouvement des #CryptoParty
https://cryptoparty.org/wiki/CryptoParty
What is CryptoParty? Interested parties with computers, devices, and the desire to learn to use the most basic crypto programs and the fundamental concepts of their operation! CryptoParties are free to attend, public, and are commercially non-aligned.
Liste des événements déjà prévus sur les 5 continents sur cette page, ainsi qu’une page de ressources sur le sujet assez exhaustive : https://cryptoparty.org/wiki/Resources