Category: TechPage 1 of 2
I would just say this: buy more Microsoft stock… Azure is growing fast.
Prof. Yuanyuan Zhou’s talk on her startup experience. Although the talk is in Chinese, most of the slides are still in English. Below is the brief intro for the…
An online article discussed a subtle behavior on OS X, NetBSD, and OpenBSD delivering the SIGPROF signal to multithreaded programs: http://research.swtch.com/macpprof. In a nutshell, the current implementations in…
If you have enabled iCloud Photo Library, and just restored your whole system from a Time-Machine backup, you would very likely see your Photos app keeps showing “Updating”,…
Microsoft has finally announced its preview version of Office 2016 for Mac. Remember the latest major version for Mac is still 2011; meanwhile, Windows has received two major…
There is a rumor on the reason that Microsoft used the name Windows 10 instead of Windows 9: some lazy programmers used to use something like “osName.startsWith(“Windows 9″)”…
Last year, there was an April Fool’s story saying that Microsoft decided to skip Windows 9, and jumped to Windows 10 directly (see here). Today, Microsoft announced Windows…
CVE-2014-6271, a security vulnerability regarding remote code execution through bash, was disclosed on 9/24/2014. This vulnerability may potentially cause many breaches, due to its low difficulty of being…
It’s an interesting article (link attached below). In a nutshell: never look down on app development! http://stackoverflow.com/questions/209170/how-much-does-it-cost-to-develop-an-iphone-application
Personally I would not consider Python as my first preference to build a complex system. The most important reason is the lack of type checking, so it likely causes some inter-component…