Welcome!
February 2012 S M T W T F S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Archives
Categories
Tags
11.04 Android Ant Barcode Scanner bash building cmd command csh Cygwin Defender DRM Droid Eclipse false positive flash drives GCC GCC 4.6.0 GParted ldberror Linux logging Natty Netflix removable bit samba samba4 stderr stdout subversion success Super Grub tcsh tee TortoiseSVN UAC UBCD4Win Ubuntu Vista Vista SP1 Watch Instantly Win32/PossibleHostsFileHijack Windows WMP11 ZXing
Author Archives: Martin Falatic
Thoughts on mobile app crash detection and recovery
As I work on updates to my app, I’m happy to see it’s working quite well. However, inevitably there will be some boundary case that causes an exception, and as I add features (and more importantly, persistent settings) an addition … Continue reading
Building the Android emulator for Windows
Today I’ve been investigating an argument parsing bug in Android’s emulator on Windows (a bug that may affect all platforms). The version I’m seeing the bug was in the Android SDK r12 version of the emulator [Yep, r13′s out – … Continue reading
Posted in Uncategorized
Tagged Android, build, Cygwin, emulator, Git, MinGW, qemu, Windows
Leave a comment
Windows: hybrid sleep and hibernation
With the latest Windows (Vista and 7) you can select “Hybrid Sleep” as a suspend mode. In essence, it provides the fast restart of your usual sleep mode with the durability of hibernation: it writes the system state to disk … Continue reading
Pinging with Python
2011-10-12 update: Brought in more changes from Jens Diemer’s new repository for the Python 2 version of this project. 2011-09-12 update: The version here is for Python 3.x as described below. Jens Diemer posted an updated version of this to … Continue reading
New (old?) Twitter password stealer making the rounds…
If you click a Twitter link and it sends you to a Twitter login page, beware… look closely at the address bar and ensure you’re actually at Twitter’s login page and not a thieving imposter’s page! Recently a friend on … Continue reading
Moved to a new webhost as well as a new VPS host!
I have two online hosting systems I routinely use: one is a VPS that I use for things like secure proxy (mostly to secure insecure wireless connections) and otherwise keeping my sysadmin skills fresh. The other is a more typical … Continue reading
Posted in Uncategorized
Tagged HostGator, Hosting Matters, Linode, shared hosting, Slicehost, VPS
Leave a comment
Problems updating/installing samba4 in Ubuntu 11.04? Read here!
I recently upgraded my Ubuntu installation from 10.10 to 11.04 and the samba4 package had big problems being updated or installed. I finally found a way to properly install it, so hopefully this will be helpful to others. First, the … Continue reading
Worthwhile reading for current or potential 64-bit developers…
I read this CodeProject article today and found it quite enlightening with regard to the pitfalls of 64-bit programing for those used to 32-bit programming. It’s well worth a read if you are a developer who wants to write solid … Continue reading
Posted in Uncategorized
Leave a comment
Process Output Logging in Linux and Windows
As I was updating this Wikia page, I added a section about how to create a simple logfile. I thought it’d be useful to expand upon the subject here. Sometimes you want a raw log of whatever happens during a … Continue reading
Adventures Building GCC 4.6.0 for Cygwin
I decided I wanted to try out GCC using Cygwin rather than my usual Ubuntu virtual machine. In the course of this adventure I learned how to build GCC 4.6.0 for Cygwin, got my feet wet over on StackOverflow, and … Continue reading
Interesting Software Development Resources
Here are some interesting resources I’ve found with regard to software development. [Note that embedded best-practices are also applicable to writing multi-threaded code and coding in other resource-limited environments]: Interesting software dev articles from EE Times: “Top causes of nasty … Continue reading
Posted in Uncategorized
Leave a comment
Photocopiers and privacy – things to ponder
I noticed this article at Lifehacker today about how much data today’s photocopiers retain. It may seem like sensationalist journalism but it’s actually quite interesting and worrisome. People are growing accustomed to the idea of securing personal data, not giving … Continue reading
Posted in Uncategorized
Leave a comment