Native american success with agriculture; plague
Open Concept
Open-plan offices also stymie the unusually creative and independent, reducing them into collaborators. Management likes this. Accountability and credit can circulate in offices and even temporarily land, but there should be no authors in offices, only positions.
Ars Technica article with links.
Hot desking Clueless architects at it again.
Drowning in the shallows of distraction
The Open Office Is Out, ‘Seated Privacy’ Is In as Cubicles Make a Comeback
Hunting the hunters
Google’s poor decisions will accelerate the implementation of alternative social sites such as http://bitcoinmegaphone.com/ and http://akasha.world/.
when-the-robots-rise
Political consequences of automation.
Electric cars will kill the oil industry.
Displaylink setup
Recently I purchased a model# 131-00001-35 Displaylink iClever docking station to use with my laptop.
To properly configure, start by downloading and installing the drivers and xrandr. Check the system configuration:
1 | #pacman -S dkms |
Next start the display link service and list available monitors. setprovideroutputsource
activates the second display.
1 |
|
With the display running, xrandr
will list available resolutions and refresh rates.
1 |
|
Screen 0 “eDP1” is my laptop screen with a resolution of 1600x99 and a refresh rate of 60 MHz.
Screen 1 “DVI-I-1” is my external display with a resolution of 1280x960.
Resolution can be set/changed with the xrandr
command
1 | ;;;external |
Upon reboot, changes are lost. To automatically activate on boot, the systemctl displaylink.service command must be started as a service.
Systemctl requires root privileges.
1 | # systemctl enable displaylink.service |
The xrandr
command needs to be executed after the X system is initialized during the boot process. Create an executable file with the required commands:
1 | #!/usr/bin/env sh |
Make the file executable:
1 | $chmod +x ./displaylink.sh |
Go into settings > settings manager > session and startup > application autostart > add
Add an autostart with the following parameters:
Name: Displaylink
Command: bash /home/<myaccount>/displaylink.sh
With this configuration I need to be docked during boot so the second display can be recognized. If I dock after boot, I can manually execute the ./displaylink.sh command to activate the monitor. Without additional configuration I can close the lid of the laptop, inactivating the built in screen, but retaining signal to the external display.
clockwork-orange
Remake the parents into domesticated animals, and the wildness you fear so much reappears in their offspring as if by spontaneous generation.