If you have both a Twitter and Identi.ca account you may want to update one with the other auotmatically. If you are mainly an identi.ca user, that’s straightforward as you just need to Settings -> Twitter and make sure “Automatically send my notices to Twitter.” is checked. If you are mainly a twitter user and want to update your identi.ca timeline automatically it’s not so trivial. I found some existing solutions based on twitterfeed.com and dlvr.it using Twitter RSS feed with Yahoo pipes, but both did not work for me: Twitterfeed could not authenticate with identi.ca. If I clicked on Test StatusNet Authentication it would try to authenticate forever without success as shown on the screenshot below dlvr.it would return the error “Sorry. We weren’t able to save your destination at this time” when trying to connect to StatusNet with identi.ca credentials. Finally, I found another way with ping.fm and […]
Embedded Systems Conference Boston 2011 Sessions Schedule
ESC Boston 2011 will take place on the 26-29 September 2011, four days of hands-on training, educational sessions and an interactive exhibit hall. There are 5 programs during the event: ESC Boston – Embedded software development tutorials for Android, Linux, microprocessors, QA, C programming, etc… DesignCon East – Hardware tutorials, e.g. SDRAM debugging, hardware encryption… DesignMED – Embedded systems development for embedded medical devices. Designing with LEDs! – LED hardware and drivers. DesignDays – Embedded systems sessions mainly presented by semiconductor companies and hands-on tutorials on specific platforms such as Beagleboard or TI MSP430 Chronos Wireless Watch. There are simply too many sessions (over 170) to list them all here. So I’ll selected a few among ESC Boston and DesignDays that look particularly interesting: Android Jump Start (Monday 26 – 8:00 – 17:00) by William Gatliff (Consultant, Freelance) and Karim Yaghmour (CEO, Opersys Inc.) . The features that make Android a great cell […]
Wake On LAN in Linux with gWakeOnLan or etherwake
Wake on LAN (WOL) is networking standard that allows a computer to be turned on or woken up by a network message. The first thing is to enable WOL on the devices you want to wake up. In PCs, this can be configured either directly in the BIOS by enabling “Remote Wake Up”, either by modifying your network card settings. Here are 2 tools that have implemented this standard under Linux: gWakeOnLan: This GTK+ utility scans the MAC address on the LAN to detect available devices, you can then select to remotely start the device of your choice. In order to install gWakeOnLan,download the latest version of gWakeOnLan source code (currently 0.5.1), then extract it and run as follows: tar xvf gwakeonlan_0.5.1_all.tar.gz cd gwakeonlan-0.5.1 ./gwakeonlan Etherwake: Command line utility to perform Wake On Lan. It can be installed as follow in Ubuntu: sudo apt-get install etherwake To run it, simply add […]
HP TouchPad Android CyanogenMod Port Gets Multitouch Support
As few days ago, I wrote that CyanogenMod team was working on Android 2.3.5 for the HP TouchPad. At the time, it could boot and display the home user interface but not much else was really working. A new video has now been released showing multitouch support has been enabled. It looks very smooth on the video and can support 10 fingers at the same time.
Low Cost Android Set-Top Box based on HiSilicon Hi3716C
Shenzhen Coolech Technology showcased an Android 2.2 Set-top box (Android Deluxe) powered by HiSilicon Hi3716C – a SoC designed around single core ARM Cortex A9 – at IFA 2011 in Berlin. This STB comes with 2 USB host port, 1 USB device port, composite and HDMI video output, SPDIF optical output, an Ethernet port and a SD Card reader. Here are the technical specifications of Android Deluxe set-top box: Description Operating System Android 2.2 Processor High-performance core solo ARM Cortex A9 processor 1GHz Hardware JAVA acceleration Graphic Unit Enhanced full-hardware 2D/3D graphics acceleration engine, OpenGL Video Connections HDMI1.4; CVBS; Audio Connections HDMI1.3; Stereo; Optical S/PDIF AC Adapter Input: 100-240V Output: 12V/3A SATA Interface SATA II x1 or eSATA x1 USB Interface USB 2.0 Host x2; USB 2.0 Device x1 (Option: USB 3.0 Device) SDIO Interface 8-bit SD input/output x1 DVB Two DVB Channel with PVR Network Interface 10/100 Mbit/s adaptive Ethernet […]
USB Powered 18.5″ LED Monitor HannsG HU193
HannsG HU193 18.5″ LED monitor is showcased at IFA 2011 in Berlin until the 7th of September. This monitor can be powered by 2 USB 2.0 connectors or just 1 USB 3.0 connector as it consumes less than 1 Watt thanks to white LED backlight technology. The native resolution is 1366×768 and it should be available by Q2 2012 for around 149 Euros. Once you connect this monitor to your computer or laptop, the driver (DisplayLink) is automatically installed into your computer. The latest version of the driver for Windows is DisplayLink USB Graphics Windows Driver 5.6 M1. This driver is also available for MAC. A compatible open source driver called libdlo is also available for Linux.The latest working version is Libdlo 0.1.2 and the latest development version can be clones from git with one of the repository listed at http://cgit.freedesktop.org/libdlo/ , e.g. git://anongit.freedesktop.org/libdlo. However, the project does not seem […]
200 C# Programming Video Tutorials
Last month, 200 Android Development Video Tutorials by TheNewBoston had been uploaded to ChangingTheUnknown Youtube channel. They have now prepared another playlist with 200 C# programming video tutorials for beginners in C#. To give you an idea of what you would learn, here are the titles of the first 10 tutorials: Introduction and Installing C# 2010 Changing Forms Properties Showing MessageBoxes Variables Changing Properties With Code If Statements More on If Statements If Statements pt 3 Switch Statements Mathematical Operators You can watch the first tutorial: “C# Beginners Tutorial – 1 – Introduction and Installing C# 2010” below.
Top 5 Most Influential Programming Books Ever
The following question was raised on StackOverflow back in 2008: What is the single most influential book every programmer should read? If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be. The question has become one of the most popular question on Stackoverflow and the users have voted for their favorites books. Here are the results: Code Complete: A Practical Handbook of Software Construction Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes […]