Most Anticipated Games from PAX East

PAX East

A few weeks ago we traveled to Boston to attend PAX (Penny Arcade Expo) East. It was awesome and I’m still reeling from all the amazing things we saw. Kari had a great time, got tons of swag, and even won some pretty cool prizes.

While there I kept a running list of some of the games that I’m most looking forward to. In no particular order here are a few worth checking out when they release in the near future.

 

Zombie Tycoon II (PS3 and Vita)

This is by the very talented Frima Studios, makers of the throwback bullet hell shooter “A Space Shooter for Two Bucks” that came out on the PSP a few years back. As always, the production quality is top-notch with unique designs and animation. This is a RTS where you control a horde of zombies, a mobile base and a special monster as you try to not only take over a town, but keep the opposing zombies at bay. Kari and I played a round with her on the PS3 and I on a Vita. She liked it a lot. (We also won a PS Vita in a drawing, but that only sweetened the deal.)

 

Mercenary Kings (PC)

Paul Robertson (NSFW) is an insanely talented artist, known primarily for his over the top pixel art. He did the sprite work for the recent Scott Pilgrim game. It’s a 2D 4 player Metal Slug-esque shoot-em-up.

 

A.N.N.E. (PC)

http://www.youtube.com/watch?v=dC6Re76NriA

Reminds me of Cave Story with some heavy and deliberate Super Metroid influences. The guys manning the booth were super cool and the playable version at PAX was promising. (are you noticing a trend of awesome retro gaming?)

 

Tearaway (PS VIta)

Media Molecule, the genius behind Little Big Planet have a new game coming out this October that revolves around a little messenger in a land made of paper. You have to help guide him along his journey using all sorts of input methods. Not only an amazing looking game, but their booth was top-notch as well. The booth is made of paper for a game about a world made of paper where you can print out objects in the game with paper – infinity.

Tearaway

 

Super T.I.M.E Force (PC)

Yeah, nuff said.

 

Mighty Switch Force 2 (3DS)

I really enjoyed the first one on the 3DS. Here’s to hoping this one is bigger and badder than the first. You play as Patricia Wagon, who in this go round is now trying to save the reformed criminals from the first game with her unique powers. Wayforward, the makers of this game, are also in charge of the remaster of the SNES classic Ducktales!

 

Monsters Invade (iOS)
This is on the list mainly for the crazy inflatable they were handing out. LOLWUT?

http://instagram.com/p/XLRU9Wo-Sm/

 

This list doesn’t include tons of big triple-A titles like Hawken, Luigi’s Mansion – Dark Moon and The Last of Us. These should be at the top of everyone’s list already.

I should also mention a few games that were on display that I’ve already play and recommend as well.

Major Magnet (for iPhone)

 

Beautiful animation, spot-on chiptune soundtrack and the level designs take me back to Sonic and the 16 bit Sega Genesis. The devs are two young guys who were nice to talk to and I wish them all the best.

Major Magnet

 

Ridiculous Fishing (also for iOS)

Imagine an arcade-y fishing simulator where you have to see how deep you can cast your line. Then imagine that you have to catch as many fish on the way back up. Then, on top of that, imagine that as you reel the fish from the water you have to shoot them as fast as you can. Oh, and all the imagery is in weird 45 degree parallelogram shapes. Did I mention that your lure has a chainsaw attached to it? It’s, well, ridiculous.

Oh, and anything by Double Fine, including the release of Brutal Legend for PC!

 

WordPress & Security Notes From The St. Louis WordPress Developers Meetup

This week at the The St. Louis WordPress Developers Meetup we discussed tips and tricks on how to ensure your WordPress installations are as secure as possible. I’ve collected my notes below.

For further reading, check out Eric Juden’s notes as well.

Things you can do “Out of the Box”

  • Check the Codex for some general tips on Hardening WordPress.
  • Check your file permissions to make sure they are as secure as possible.
  • Change default “wp_” prefix to something unique. This is used by MySQL injections that search specifically for “wp_” (As Ken Johnson points out in the comments of the WordPress Meetup, this is probably only a good idea on new installations!)
  • Delete Default Admin account. You should never post from admin as it looks dorky and gives away that you’re using WordPress.
  • Use strong passwords! Don’t give clients the same lame password over and over. Be unique.
  • Delete unused themes and plugins. They just take up space and are yet another vector for attacks.
  • Use Akismet for managing comment spam. Not exactly security, but part of decreasing the amount of time you dedicate to meddlesome maintenance.
  • Hide your version number and change the readme.html file to something random. Nefarious people are looking for easy targets, changing things up a bit makes these automated attacks more difficult to pull off.
function remove_wp_version() {
     return '';
}
add_filter('the_generator 'remove_wp_version');

 

  • Change Salts often – you can even use this handy tool to generate new ones – https://api.wordpress.org/secret-key/1.1/salt/
  • Move wp_config.php to the directory above public_html. If they can’t get to it via the web, they can’t see your database username/password or salts.
  • Update your stuff. Here’ a list of security fixes just in 3.5.1 alone!
    • Server-side request forgery (SSRF) and remote port scanning via pingbacks. Fixed by the WordPress security team.
    • Cross-site scripting (XSS) via shortcodes and post content. Discovered by Jon Cave of the WordPress security team.
    • Cross-site scripting (XSS) in the external library Plupload. Plupload 1.5.5 was released to address this issue.
  • Find a good, respectable host! someone who keeps up with new version of PHP, MySQL, etc. – not GoDaddy.
  • When all else fails, having a good backup will be your last line. Test your backup regularly.

 

Extra Things You Can Do

Some useful plugins that can help give a piece of mind or help with managing WordPress.

 

Further Reading

http://www.netmagazine.com/tutorials/protect-your-wordpress-site-htaccess

http://wpsecure.net/secure-wordpress-advanced/

 

Themes Mentioned During the Chat

 

Join Us

If you’re thinking about attending one of the meetings I encourage you to do so. The diversity of knowledge and skill sets almost guarantees that there’s something new to learn. Everyone is approachable and there to share and grow together.

Hierarchy in Properties Using Semantic Mediawiki #arraydefine and #arraymap Magic

At work, I’ve been working with our HR reps to develop something we’re calling Career Learning Maps.  The Learning Maps are a way of determining the various opportunities via career level (Positions such as Associate, Senior, Lead) and the skills required at each level. For each skill we’d have a list of suggested Learning Resources such as books, videos, seminars, etc. that assist in developing those skills.

For example, today you might be a Senior Database Engineer, but you’re looking to move up to Lead Database Engineer. What skills are required at this new level? Or what if you’re currently an Associate Technician, but want to move toward a Management position?

The Learning maps can help you understand the various job descriptions and associated attributes available to co-workers.

Since we already have Semantic Mediawiki as our knowledge repository for our department we decided to leverage its capabilities to deliver the Learning Maps.

One of the issues I was running into was figuring out a way to develop a hierarchical list of skills. Each skill is related to what we’re calling a Skill Dimension. Think of the dimension as parent groupings of skills. Business Acumen is a skill dimension that includes the skills of General Healthcare Industry KnowledgeProcess Improvement and Business Process Management among others.

I figured out a cool way to use #arraydefine and #arraymaptemplate to create a hierarchical list based upon properties. This list appears on each individual Job Description and shows the relationship between the career level, related skill dimensions (to that career level) and individual skills organized by skill dimension. Check this out:


Each job description is semantic form/template driven, as is each career skill dimension and career skill.

 

—-

Here’s the code – in case you might want to use it in the future.

In the Job Description Article Template (after building your form/template to include these properties!):

{{#arraydefine:levelsman|{{#arraymap:{{{Career_Level|}}}|,|@@|@@}}|,}}

(This defines an array using the specific job description’s career level.)

{{#arraymaptemplate:{{{Skill_Group|}}}|Career_Skills_Dimension_Template|,|
}}

(Ok, how many Skill Dimension apply to this job description? Give me a list and format it with a template.)

In a template called “Career_Dimension_Group_Template”

'''[[{{{1}}}]]'''<br>
{{#ask: [[Category:Career Skills]]
[[Skill Dimension::{{{1}}}]]
[[Career Level::{{#arrayprint:levelsman | }}]]
|link=none
|order=ASC
|format=ul
|default=No Skills Listed
|searchlabel=
}}

(Spit out a Skill Dimension, followed by an #ask that lists all relevant skills that are both part of that group and at the same level as this job description.).

The best part is that each property value is a page, so I can change “link=none” to “link=all” to have each skill in each group be a link to that individual skill’s article as well!

—-

To expand this even further, I’ve created a matrix listing all Skill Dimensions by Career Stream (Management, Professional, Technician) in a matrix with each Career Level. Co-workers can use this to easily see which skills are relevant across a given level or dimension.

While not very attractive, each cell in the matrix has a variation of the following #ask query.

{{#ask: [[Category:MTS Career Skills]]
[[MTS_Career_Level::Executive Director]]
[[MTS_Skill_Dimension::Strategic Focus (Management)]]
|link=all
|order=ASC
|format=ul
|default=
|searchlabel=
}}
The MTS_Career_Level and MTS_Skill_Dimension property values change for each cell.

—-

All together this creates a responsive and scalable solution to manage these relationships. Adding a new skill, resource or job description automatically updates all areas. In fact, most updating happens via forms and templates so our HR and Training folks can easily develop these resources with minimal Semantic Mediawiki development.

I hope this might be helpful for folks using Semantic Mediawiki to show relationships between properties in an interesting or unique way. Let me know if you have any questions or feedback.

Big Data, Mining, and (Musical) Recommendation Engines

As a side project in my free time I’m helping a small business setup an e-commerce store front. One of the things we’ve discussed is the idea of a recommendation engine to suggest other items to purchase. This lead down an Internet rabbit hole where I ended up reading about The Echo Nest.
The Echo Nest is a self-described “music intelligence platform that synthesizes billions of data points and transforms it into musical understanding.“. It is widely herald as one of the largest and most comprehensive uses of data mining (to find the language and culture around music across the web) and big data (to store and present those relationships) within the music recommendation industry.
Yes! There is an industry. A substantial one. Apple’s Genius feature in iTunes, Pandora, Last.fm, Spotify – all are trying to provide relevant music based upon your listening tastes. Why? So you’ll buy more music of course!
Brian Whitman, one of the co-founders of The Echo Nest, talks in great length about the how and why behind what makes their product so unique – and so incredibly accurate. I won’t steal the thunder of the article, but needless to say, dedication and refinement are key.
This is totally sausage-making, behind-the-scenes stuff, but I encourage you to at least look it over.
Ok, so now the really fun stuff. Here’s something called The Infinite Jukebox. It uses some of the data points within the Echo Nest to create a version of a given song that never ends. It uses references within a song that are similar to other points within the song, makes some minor adjustments when needed (like tempo) and then plays the song forever. The presentation is neat as well, you can view the branches within the song where things loop and even click around the song to find points where things can loop.

At work we’re looking at ways of using the topics of big data, mining, and recommendation engines to provide better healthcare. Reading about The Echo Nest gives me some ideas on how these technologies could impact the care we give! If you have your own ideas or suggestions, please leave a note below.

Photography

“Photography is rooted in the rich culture of amateurism. What’s happening today is similar to the original proliferation of Kodak’s Brownie camera starting in 1900. An inexpensive and easy-to-use camera in every hand didn’t usher in the end of photography or automatically turn everybody into Richard Avedon.

Photo apps won’t magically give Jane the smartphone photographer a better sense of composition, or lighting, or framing. The apps and filters only change a photo’s look and aesthetic feel. That doesn’t make it a better photo. If you put lipstick on a pig, it’s still a pig.”

I could practically quote the entire essay from Richard Koci Hernandez. He is far more eloquent in defining what I’ve felt for a long time about photography (or any art) and technology.

Another choice quote referenced in the video essay,

“When people ask what equipment I use, I tell them my eyes.”

– Ansel Adams.