PyCon US 2012 - Vídeos
- March 11, 2012
- tuxotron
- Graph Processing in Python
- How to make your websites more accessible
- Introduction and Welcome
- DevOps for Python: Doing More With Less
- Documenting Your Project With Sphinx
- High Performance Python I
- High Performance Python II
- Introduction to Game Development
- Introduction to Interactive Predictive Analytics in Python with scikit-learn
- Optimize Performance and Scalability with Parallelism and Concurrency
- Plotting with matplotlib
- Python Epiphanies
- Social Network Analysis with Python
- Bayesian statistics made (as) simple (as possible)
- Data analysis in Python with pandas
- Django in Depth
- Faster Python Programs through Optimization
- How to get the most out of your PyPy
- Introduction to Django
- IPython in-depth: high-productivity interactive and parallel python
- Web scraping: Reliably and efficiently pull data from pages that don't expect it
- Writing a Pyramid application

Ya están disponibles los vídeos de la PyCon US 2012:
404: Not found... actualizando CentOS
- March 11, 2012
- tuxotron
Actualizando (yum update) uno de mis sistemas CentOS, concretamente la version 2.8 final, me encontré con la siguiente sorpresa: … … [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://mirrors.servercentral.net/fedora/epel/5/x86_64/repodata/19ea432764ca3358a389a5fc5216f47b7b4f6c29-filelists.sqlite.bz2: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://mirror.us.leaseweb.net/epel/5/x86_64/repodata/19ea432764ca3358a389a5fc5216f47b7b4f6c29-filelists.sqlite.bz2: [Errno 14] HTTP Error 404: Not Found Trying other mirror. … …
La solución pasó por limpiar la información que yum guarda sobre los paquetes y su destino remote, básciamente la cache de yum. El comando en concreto:
yum clean all
Pero nada ocurrión. Para que dicho comando tenga efecto tenemos que deshabilitar (si lo tienes habilitado) el plugin fastesmirror. Para ello editamos el fichero /etc/yum/pluginconf.d/fastestmirror.conf y cambiamos la opción enabled a 0. Luego volvemos a ejecutar de nuevo el comando yum clean all y nuestro yum update debería de funcionar de nuevo. Si quieres puedes volver a habilitar el plugin, cambiando el valor de enabled, esta vez a 1.
Kara (corto realizado en tiempo real con una PS3)
- March 10, 2012
- cybercaronte
Impresionante, a mi me ha puesto los pelos de punta. Pero aparte de la tremenda carga sentimental que tiene, a nivel técnico está realizado íntegramente en tiempo real (no está pre-renderizado) con una PS3 y lo han hecho los mismos que crearon el juego HeavyRain (QuanticDream).
Está en inglés pero siempre puedes intentar activar los subtítulos de YouTube.
Visto en TheAwesomer.
Buscar
Entradas Recientes
- Posts
- Reemplazando la bateria del AirTag
- OpenExpo Europe décima edición, 18 de mayo: El Epicentro de la Innovación y la Transformación Digital
- Docker Init
- Kubernetes para profesionales
- Agenda: OpenExpo Europe 2022 llega el 30 de junio en formato presencial
- Libro 'Manual de la Resilencia', de Alejandro Corletti, toda una referencia para la gestión de la seguridad en nuestros sistemas
- Mujeres hackers en ElevenPaths Radio
- Creando certificados X.509 caducados
- Generador de imágenes Docker para infosec