Watch Carbon Nanotubes Assemble Themselves Using Force Fields


Watch Carbon Nanotubes Assemble Themselves Using Force Fields
Rice University researchers have made an enormous breakthrough using carbon nanotubes: they’ve built tiny, microscopic structures that can automatically assemble themselves into different shapes. We know it’s science, but it looks like art.

April 17, 2016 at 05:20PM
via Digg http://ift.tt/1Wasc0m

A passenger plane may have collided with a drone for the first time


A passenger plane may have collided with a drone for the first time
Metropolitan Police in London are investigating a possible midair collision between a passenger jet on approach to Heathrow Airport in London and a drone. It would be the first time that an airplane from a major airline has actually collided with a drone.

April 17, 2016 at 04:54PM
via Digg http://ift.tt/1U0xefT

Android N to have pressure sensitive display support

Google is working on adding pressure sensitive touchscreen support in Android N. According to The Verge, who reached out to Google, the company confirmed that this will be baked into the OS due to demand from OEMs who want to implement the feature in their devices. Having an OS-level support means the manufacturers won’t have to do it on their own (as Huawei does right now) and it will also have better support from third party developers.

The latest developer preview of Android N has a hint of this ability in the new “setDynamicShortcuts(List)” feature. With this, shortcuts on your…

from GSMArena.com – Latest articles http://ift.tt/1r7ot8E
via IFTTT

Cosas para hacer luego de instalar Arch (parte I)

arch linux

En el universo GNU/Linux como bien sabemos hay para todos los gustos, y así como hay distros que llegan con todo listo para comenzar a utilizarlas en todo su potencial (con drivers bien actualizados, soporte multimedia y demás) en otras hay que trabajar un poco más. Un caso de ejemplo para esto último es el de Arch Linux, y es que luego de finalizar la instalación nos quedamos con una línea de comandos de la que los usuarios más avanzados podrán salir airosos sin problemas, pero quienes estén conociendo necesitan algunos consejos y ahora vamos a dárselos.

Por eso en este post vamos a ver las cosas más importantes para hacer luego de instalar Arch Linux, y como es lógico vamos a comenzar por lo más importante, que es la instalación del servidor gráfico X y todos los paquetes que conforman un escritorio (sea este GNOME, KDE, XFCE, Cinnamon, Mate u otros) y como no, también una pantalla de inicio ya que es la que en definitiva luego nos permite el acceso al sistema.

En Arch Linux las cosas son bastante simples y por ello vamos a poder instalar todo en forma relativamente rápida y sin complicaciones, dejando a Pacman (el gestor de paquetes de esta distro) hacer su tarea. Así pues, vamos a instalar el servidor X.Org, para lo cual ejecutamos el siguiente comando:

#pacman -S xorg

Ahora que tenemos el servidor gráfico podemos instalar algún escritorio de nuestra preferencia, y esto también es realmente muy simple. Veamos cómo:

GNOME:

#pacman -S gnome gnome-extra

KDE:

#pacman -S plasma

XFCE:

#pacman -S xfce4 xfce4-goodies

Cinnamon:

#pacman -S cinnamon nemo-fileroller

Mate:

#pacman -S mate mate-extra

Una vez que tenemos lo anterior, vamos a necesitar instalar un gestor de inicio o login manager, que va a gestionar el inicio de sesión en nuestro equipo. Es la herramienta que nos solicita usuario y contraseña y una vez verificados ambos datos nos permite acceso al escritorio, y si bien hay varios proyectos muy buenos en este apartado lo cierto es que hay 2 o 3 que son los más utilizados, y por ello nos vamos a basar en los mismos en este post.

LigthDM:

#pacman -S lightdm ligthdm-gtk-greeter lightdm-greeter-settings

El tercer paquete (lightdm-greeter-settings es el que instala la herramienta de configuración, que nos permitirá añadir o quitar temas y demás cuestiones de personalización.

Tengamos en cuenta que hay escritorios que tienen su propio gestor de inicio, como es el caso de GNOME o KDE, por lo cual si estamos utilizando alguno de ellos no vamos a necesitar instalar uno. Pero si estamos en alguno de los otros escritorios y queremos instalar alguno que no sea LightDM podemos simplemente verificar los que se encuentan disponibles en los repositorios, para lo cual ejecutamos:

#pacman -Ss greeter

Esto es todo por ahora, en una próxima entrega veremos como añadir otras herramientas y configurar algunos otros aspectos básicos de nuestra instalación de Arch Linux.

El artículo Cosas para hacer luego de instalar Arch (parte I) ha sido originalmente publicado en Linux Adictos.

from Linux Adictos http://ift.tt/1VuMRNE
via IFTTT

Check Yourself Before You Wreck Yourself. Avoiding Self-Sabotage At Work

I was standing in the security line at an airport when a TSA worker came walking alongside the line yelling out in an animated way, “No liquids, no aerosols, no gels or creams on the airplane…You better check yourself before you wreck yourself!” I couldn’t stop myself from laughing out loud. As the CEO of over a thousand employees at the time, I couldn’t help but imagine what it would be like if every CEO walked through the halls of their company yelling out something similar…”No negativity, no dishonesty, no disrespect in the workplace…You better check yourself before you wreck yourself!” Frankly, it might actually be a good idea. After all, that TSA worker certainly got every one of us standing in the line that day to think twice about what we had in our carry-ons.

from Forbes – Tech http://ift.tt/1YBwJYU
via IFTTT