[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] [2019] [2018] [2017] [2016] [2015] December November October September August July June May April March February January [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
[Fri Mar 20 18:25:03 CDT 2015]I know I must have written about this topic over here before, but it's been drawing people's attention again when Apple officially introduced the new Apple Watch. They talked about it before, but the official announcement was not until last week, I think. Anyways, I still cannot see why anyone except perhaps wannabe hipsters and rabid Mac-heads (the latter a subset of the former, I suppose) would even care about this invention, at least not now. What does it offer that one doesn't already get from a smartphone, other than perhaps the image of being with the "in crowd"? Apparently, I'm not the only one with that view. The Verge publishes a piece by Josh Dzieza titled Apple doesn't want to talk about the real use for the Apple Watch that pretty much reaches the same conclusion: I'd go further, actually. I just don't see a use case for the device. At least not yet. Why switch to a smaller device that makes pretty much every single activity I'd do on the smartphone more cumbersome when I can already do it on a smartphone? Let's be real. It's not as if the smartphones are extremely annoying to carry about. It just fits into your pocket. What is the problem? We also carry our wallet there, which ends up being about the same size. So, again, until these new devices offer a clear value add, I just don't see how they will become as hot as people think. Maybe a few years from now things will change, but not now, I think. {link to this entry} [Wed Mar 18 16:26:49 CDT 2015]After spending quite sometime browsing through menus both on my iPad Mini and my Samsung Galaxy S5 tying to figure out how to sign out of Google Hangouts, I finally gave up and decided to search Google for the answer. In retrospect, I should have probably started doing that. It was way easier. I quickly found the answer for Android devices and also for iOS devices. What a pain! I was sick of people contacting me because they saw me "active" on my phone or tablet, when in reality I was working and not paying much attention to either device. {link to this entry} [Sat Mar 7 10:23:17 CST 2015]Here is an annoying issue I ran into while trying to perform a backup of my laptop last night. Since I use the same external USB drive to backup a few devices, including an old Apple laptop, I opted for using an HFS+ filesystem. Basically, that means that, in order to be able to write to it in Linux, I need to disable journaling on the filesystem. However, even after doing that, sometimes it just fails to mount read-write. For whatever reason, it mounts read-only. It doesn't do this consistently either. It just appears to do it out of the blue (or, at least, I haven't been able to figure out a pattern yet, perhaps in part because I just don't monut it that often, to be honest). In any case, when that occurs, simply checking the integrity of the filesystem seems to do the trick: {link to this entry}# fsck.hfsplus <disk_device> |