| |

x86 Scale Up

I have been introduced to a very cool software/hardware combination yesterday. It has been, without exaggerating, one of the coolest things I have seen in a while. As you may know, x86 has an issue with scaling up. It’s that x86 architectures and price don’t justify scaling up to tenths and hundreds of CPUs. The…

Bluetooth Mouse on my Ubuntu Laptop – an easy feat

I was surprised at how easy it was. You need to do the following: 1. Find your mouse’s address using ‘hcitool scan‘ 2. Verify that you can pair the two devices using ‘sudo hidd –connect XX:XX:XX:XX:XX:XX‘ 3. Edit /etc/default/bluetooth, uncomment the additional line with the HIDD_OPTIONS and set it to be “–connect XX:XX:XX:XX:XX:XX –server” 4….