#Web_Font Generator for Mac OSX | #FontPrep
http://fontprep.com
FontPrep takes your TTF and OTF font files and generates all of the respective font-formats for the web: WOFF, EOT, and SVG.
#Web_Font Generator for Mac OSX | #FontPrep
http://fontprep.com
FontPrep takes your TTF and OTF font files and generates all of the respective font-formats for the web: WOFF, EOT, and SVG.
#afsctool ou comment gagner des gigaoctets d’espace #disque sur Mac OS X
Depuis la version 10.6 #Mac_OS_X a une fonctionnalité cachée : dans son filesystem HFS+, il est possible d’avoir des fichiers compactés. Un seul utilitaire Apple permet de compresser : ditto, qui permet de faire une copie d’un fichier ou d’un répertoire.
Un certain @brkirch a eu l’idée d’écrire un autre utilitaire, afsctool, pour gérer plus finement cette fonctionnalité :
http://forums.macrumors.com/showthread.php?t=780570
Ce logiciel est téléchargeable et dispo sous GPL.
http://brkirch.wordpress.com/afsctool
C’est une ligne de commande qui mériterait sans doute d’être joliment packagée ; je l’utilise avec sudo pour ne pas avoir de soucis de droits.
# pour l’installer :
sudo cp Downloads/afsctools_34/afsctools /usr/local/bin/
# pour compresser un répertoire :
sudo afsctool -ck Documents/
# pour lire les infos sur un répertoire :
sudo afsctool -v Downloads/
Number of HFS+ compressed files : 2087
Total number of files : 2726
(...) Compression savings : 12.0%
il semble qu’on peut pratiquement tout compresser ainsi sans perte de performances (la perte de CPU liée à la #compression est compensée par les transferts accélérés) ; par contre il faut éviter de compresser /System/Library/CoreServices/boot.efi, sinon ton système ne sera plus bootable
PS : si tu as peur et que tu préfères une solution avec une jolie interface (mais pas libre), il y a http://clustersapp.com
Je suis un peu concon, avec ce genre de chose : il faut relancer la compression à la main régulièrement, ou bien la fonctionnalité de compression est désormais activée automatiquement pour tout ce que tu écris dans les dossiers concernés ?
Pour être plus clair : la fonctionnalité standard de l’OS c’est la décompression transparente des trucs compressés ; ce que fait l’utilitaire afsctool , c’est compresser les fichiers que tu lui indiques (mais il peut aussi t’informer sur le statut compressé ou non des fichiers, le gain de place obtenu, etc).
Tu peux donc vouloir le relancer de temps en temps, mais en règle générale, là où tu gagnes de l’espace, c’est en compressant les vieux fichiers qui ne servent pas souvent, donc le faire par exemple une fois tous les 6 mois-1 an doit être largement suffisant.
Là je viens de gagner 11 Go sur mon Macbook Air où il n’en restait que 17, ça fait plaisir. Ma copie de SPIP-Zone, par exemple, est passée de 2 Go à 1 Go.
(A l’opposé, l’approche de clusterapp c’est de surveiller les répertoires que tu lui indiques, et de tout compresser dès que tu enregistres.)
Merci pour le tuyau ! Voilà qui va plaire à mes trois hackintoshs de poche avec leur petit SSD de 16Go. Note : afsctool est aussi disponible depuis macports (« sudo port install afsctool »)
j’ai aussi repassé un petit coup de #Disk_Inventory_X pour la forme, et j’ai trouvé des trucs, comme par exemple 10Go de « données bitcoin » (alors que j’ai pas réussi à finir de synchroniser le flux BTC !)
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 !
Timepiece rounded | An #Opentype Font displaying Time as an analogue Clock
http://timepiece.inostudio.de
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ù
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.
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
#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
Screenkey
http://pabloseminario.com/projects/screenkey
Screenkey is a screencast tool to display your keys inspired by Screenflick for Mac OS and based initially on key-mon project.
poke @notabene qui est un grand navigateur clavier
maintenant java sur OS X c’est aussi Oracle : http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.html
et plus Apple, oufff...
PHP 5.3/5.4 for OS X 10.6/10.7 as binary package
►http://php-osx.liip.ch
This package installs the (usually) latest PHP 5.3.x/5.4.x on OS X 10.6 (aka Snow Leopard) and OS X 10.7 (aka Lion) in /usr/local/php5. It installs many useful extensions (see below) and ini-settings and is what we at Liip and Local.ch use for our development. It’s especially suited for Symfony 2 development. It also provides a decent php.ini with all settings configured according to “Best Practices”.
It only works on a 64-bit-capable system. This means not on very old hardware with Intel Core Duo and Intel Core Solo processors
KMeans - Cluster 3.0 for Windows, Mac OS X, Linux, Unix
http://bonsai.hgc.jp/~mdehoon/software/cluster/manual/KMeans.html
“Since the initial cluster assignment is random, different runs of the k-means clustering algorithm may not give the same final clustering solution. To deal with this, the k-means clustering algorithms is repeated many times, each time starting from a different initial clustering. The sum of distances within the clusters is used to compare different clustering solutions. The clustering solution with the smallest sum of within-cluster distances is saved.
It should be noted that generally, the k-means clustering algorithm finds a clustering solution with a smaller within-cluster sum of distances than the hierarchical clustering techniques.
The parameters that control k-means clustering are the number of clusters (k) and the number of trials.”
Un peu de théorie sur l’algo de clustering k-means.
It looks very interesting, specially for road warriors.
Mosh (mobile shell). Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
Mosh is a replacement for SSH. It’s more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
Mosh is free software, available for GNU/Linux, FreeBSD, and Mac OS X.
Voir aussi http://seenthis.net/messages/68205#message68205 (à propos d’une discussion sur linuxfr)
WebHome < Gnumed < Foswiki
http://wiki.gnumed.de/bin/view/Gnumed/WebHome
The GNUmed project builds free, liberated open source Electronic Medical Record software in multiple languages to assist and improve longitudinal care (specifically in ambulatory settings, i.e. multi-professional practices and clinics).
It is made available at no charge and is capable of running on GNU/Linux, Windows and Mac OS X. It is developed by a handful of medical doctors and programmers from all over the world.
“What’s next, Jailbreaking your Mac?”
http://thenextweb.com/dd/2012/02/16/apples-gatekeeper-pushes-developers-toward-a-mac-app-store-future
#Apple announced an important “Security” feature: Gatekeeper. In Apple’s own words:
Now you can choose from three security options. You can download and run applications from anywhere, just as in OS X Lion. To be even safer, download and run apps from the Mac App Store and apps with a Developer ID. Or download and run only apps from the Mac App Store — the safest setting of all. #Gatekeeper lets you decide which setting is best for you.
Ça s’appelle se transformer en intermédiaire de contenu, un segment très juteux, déjà exploité par Universal et Cie depuis quelques temps. Le principe : rajouter un intermédiaire qui ne sert à rien, verrouille le marché, engrange des bénéfices sur le dos des créateurs, et les réinvestit en procès et lobbying pour empêcher ces créateurs de sortir du carcan ainsi créé. C’est le business-model Apple.
TCPBlock
http://tcpblock.wordpress.com
TCPBlock is a lightweight and fast application firewall for #Mac OS X 10.5 or later (...) With TCPBlock you can prevent selected applications on your computer from opening connections to the network.
une sorte de little snitch gratuit (enfin, “donationware”)
PHP 5.3/5.4 for OS X 10.6/10.7 as binary package
►http://php-osx.liip.ch
This package installs the (usually) latest PHP 5.3.x on OS X 10.6 (aka Snow Leopard) and OS X 10.7 (aka Lion) in /usr/local/php5. It installs many useful extensions (see below) and ini-settings and is what we at Liip and Local.ch use for our development. It’s especially suited for Symfony 2 development. It also provides a decent php.ini with all settings configured according to “Best Practices”.
It doesn’t install Apache, MySQL or any other external programs. It uses the Apache installation, which comes with OS X and for installing MySQL you can for example use Homebrew . The package is based on entropy’s php package .
Chez Porchez, ateliertypo: Typeface design editors and tools
http://porchez.com/ateliertypo/674/typeface-design-editors-and-tools
The few available editors and tools useful for typeface design (Mac OS or Windows).
The VMs provided by Microsoft will not pass the Windows Genuine Advantage and cannot be activated. Unfortunately for us, that means our VMs will lock us out after 30 days of unactivated use. By reverting to the clean snapshot the countdown to the activation apocalypse is reset, effectively allowing your VM to work indefinitely.
tonymacx86 Blog: UniBeast: Install Mac OS X Lion Using an All-In-One Bootable USB Drive
http://tonymacx86.blogspot.com/2011/10/unibeast-install-mac-os-x-lion-using.html
http://3.bp.blogspot.com/-dtl1fMNwc7c/Tqw5t7njKhI/AAAAAAAAAbw/mwweFujwyfg/s1600/UniBeast-vertical-eyes-mod.png
Rubicode - RCDefaultApp
►http://www.rubicode.com/Software/RCDefaultApp
#RCDefaultApp is a #Mac OS X 10.2 or higher #preference_pane that allows a user to set the default application used for various URL schemes, file extensions, file types, MIME types, and Uniform Type Identifiers (or UTIs; MacOS 10.4 only).
#association #application #fichier #logiciel #préférence #mac
Twitter / Maitre_Eolas : \o/ HELL YEAH ! Le Comic Sans MS est illégal dans un acte d’huissier (Annexe, §3.1)
https://twitter.com/#!/Maitre_Eolas/statuses/106664714834157569
Yeah ! C’est un premier pas, mais il y a encore du boulot.
J’ai dû faire quelques démarches administratives récemment (mairie, préfecture), c’est hallucinant, 80% des documents sont en Comic sans MS...
Imposer Arial Narrow ne revient-il pas à imposer l’usage de Windows ? http://en.wikipedia.org/wiki/Arial