Windows can’t format FAT32 on a large flash drive but Android Insists on FAT32…

I just went through some contortions trying to recover one of my 128 GB flash drives. I use these with my Pixel-C android tablet to load files to the device.

It appears that android (at least stock android) only understands FAT32 and windows refuses to format a flash drive of this size with anything by exFAT or NTFS.

After cancelling a format operation on windows (and thus invalidating the format on the drive) I found that the Pixel-C would format it to FAT32 itself. Not sure why the conflict, but it was certainly frustrating.

I still can’t find an SD card reader that will work with the Pixel-C. I now have a couple with USB-C connectors and then work through an adapter to my older devices. None show up on the Pixel in any way. I’m not sure whether the device that work have extended driver support (they’re Samsung devices) or whether the Pixel-C intentionally defeats access to external media readers.

HTML5 Canvas API looks very much like PostScript

I’ve been reading through HTML5: The Missing Manual, Second Edition in order to get my HTML up to date (I am very familiar with 4.01 but haven’t done anything that needed the newer stuff till now). Having reached the section on canvas and being interested in pictures and games related stuff, I was interested to find that the API looks pretty much one to one a mirror of the postscript level 2 rendering engine (without the forth heritage and stack machine framing). This goes right down to the endcap styles on lines and join types for figures. Continue reading HTML5 Canvas API looks very much like PostScript

Social media links added to my blog sites…

I’ve linked my blogs to social media using (from JetPack I think) an automated tool that generates entries when a blog post is published. This is a bit experimental and if it doesn’t work well, I’ll disconnect again.

I’ve set things up so my personal blog tweets and posts to facebook while my career blog (here) tweets and posts to linked in.

Seems as if this should work as I really shouldn’t have anything on my career related site that isn’t appropriate to LinkedIn and anything posted to my personal blog should get sent out to my friends on facebook. I would like to find a way to control which posts get pushed, but that will have to wait for now.

Tuesday, July 5, 2016

I’ve been reading (and buying in kindle form) a bunch of material related to the front end of web development. I can created serviceable web forms and simple applications but I want to take this up a notch or two.

3D programming is also on my (often too long) list at the moment. This covers a huge range and I’m not sure where I’ll wind up looking first. A full OpenGL implementation with a RESTful back end into the PHP site is a possibility. An android app using OpenGL ES is also possible. Probably easiest (and thus most immediately likely) would be a WebGL implementation (thus the focus on javascript and related bits).

 

June 30, 2016

I would like to get the site landing page roughed out and in place this weekend. Currently http://ninecrows.com just drops you on a plain HTML page with text on a background and some links. I know mod-rewrite rules can re-point that reference to a sub-folder. I have installed a target to catch those requests and expect to configure this to serve static wordpress pages. If all goes well, I’ll have something in place there by Tuesday.

I’ve fleshed out and enhanced the book shelf area. Still not particularly structured but it now has thumbnails for all of the books and I’ve added comments on more of them. I still need to add comments to much of the newer material and perhaps rearrange the lists to be more usable. It have been an interesting dive into my books list as I ran across a few items that I had bought out of curiosity and never found the time to give real attention to. I’ll have to remedy that soon.

I want to tackle the ‘things I’ve worked with’ list on this blog next. It is currently just an expanded version of the key word list from my resume. It needs expanding (and I guess my resume list needs expanding as well then) and it needs organizing. I think I may go to a category based setup with ‘languages’, ‘operating systems’, process and such.

Sandbox projects keep getting postponed due to work and life time crunches. Not looking much better in the near term future, but I’m going to hold out hope.

Ju51pnT4sXw2L._SX379_BO1,204,203,200_st grabbed a copy of ‘Building web apps with WordPress’ for my kindle app. I’m really looking seriously at building shared information applications with my site in the middle. I need to substantially improve my command of the UI side of web apps and this looks like it may hit that and some of the back end issues that would help me get leverage from WordPress rather than writing code from scratch.

Site backup and sundry…

I spent last weekend getting backup set up for the site after a scare that had me thinking I’d lost the blog side of the site. Backups now are looking good and appear to be running well. I still need to load XAMPP on my linux box and verify that I can restore the sites, but I’m pretty comfortable that will work.

I’m not sure what is on my agenda next in terms of technical projects but here’s a loosely form list in no particular order:

Continue reading Site backup and sundry…

Continuing to pull together the blog area here

I’ve been putting off fixing the ninecrows.com landing page because things have been busy. At this point I’m trying to put content up here and keep the site interesting and thus I’m looking at fixing the landing page and pulling the whole site together.

It looks as if I can use mod-rewrite to point http://ninecrows.com/ to a static page wordpress instance that then provides hand-offs to the blog areas. At the moment I have two, one for career/technical information (here) and another for all other personal items

Continue reading Continuing to pull together the blog area here

Engineering execution and creativity mixed for the best results…