Computers

Coputer topics

Oculus open-sources original Rift

This is a cool addition to open sourced hardware announcements: Oculus open-sources original Rift developer kit’s firmware, schematics, and mechanics. When Oculus DK2 out, Oculus decided it was time to put out the DK1 virtual reality kit technical details to the community. Kicking off the Oculus Connect conference in Los Angeles this weekend, Oculus’s Nirav

Code.org Launched Code Studio

There are many initiatives to get people to know basics of programming. The current thinking seems to be that anybody can learn to code if concepts are introduced in the right way. Code.org‘s mission is to get coding into curriculums for students. It is known for example on projects like Computer Science Education Week and

Intel Edison IoT board

Intel has been active in Internet of Things product releases. As part of  IDF 2014 keynote, Intel has announced that their Edison development platform is now shipping. First announced back at CES, Edison is a development platform for Intel’s burgeoning Internet of Things development initiative. Intel is upping their bid for a place at the

Secure software design tips

Avoiding the top 10 software security design flaws is a document published as part of the IEEE Computer Society cybersecurity initiative.  IEEE Computer Society Center for Secure Design. The Center intends to shift some of the focus in security from finding bugs to identifying common design flaws in the hope that software architects can learn

Add print to Firefox context menu

I wanted to have Print functionality on Firefox context menu (the menu that comes visible when I press mouse right button). I do not always want to click the dialogue box all the time when I want to print something. Or move hand to keyboard to use the Ctrl+P keyboard shortcut. The easiest solution tip

23 Years of the Linux Kernel

Linux 3.17-rc2 Release Marks 23 Years of the Linux Kernel.  Linus Torvalds released Linux 3.17-rc2 today in commemoration of the 23rd anniversary of the original kernel announcement. On 25 August 1991 Linus announced his new OS project to the Minix users list. Good work for 23 years. There has been almost 23 years of Linux

Windows command prompt output tips

Do you need to copy data from Windows command prompt to other Windows programs easily? In some cases selecting and copying what is seen on the command window can work (right hand button on mouse and select all from menu), but there are also other alternatives. TIL: You can push Windows CMD prompt output to

The Challenge of Cross-Language Interoperability

The Challenge of Cross-Language Interoperability article tells that interfacing between languages is increasingly important. You can no longer expect a nontrivial application to be written in a single language. The Challenge of Cross-language Interoperability has been a problem since the second programming language was invented. Solutions have ranged from language-independent object models such as COM