Categories
amidoinitrite ingress

Ingress: Deploy resonator

Categories
amidoinitrite ingress

Ingress: Successful hacking

Categories
amidoinitrite ingress

Ingress: Successful hack

Ingress

Categories
amidoinitrite ingress

Ingress: Empty resonator slot

Categories
amidoinitrite ingress

Ingress: First contact

I’ve started playing Ingress now that I have a mobile phone with some capability. Just completed First contact. Awesome.

Categories
amidoinitrite

Explorations in augmented reality presentation for the E-LEARNING INDUSTRY ASSOCIATION event

This afternoon I attended the E-LEARNING INDUSTRY ASSOCIATION PechaKucha event at Centre for Adult Education (CAE) in Melbourne’s CBD and presented Explorations in augmented reality. Explorations in augmented reality described my experience of prototyping an augmented reality experience as part of my VET Development Centre Specialist Scholarship. The event also featured presentations from Aliki Kompogiorgas (Box […]

Categories
amidoinitrite

Some pushback and then a response

An interesting and perhaps unexpected pushback from Twitter users in response to Red Bull’s June 2014  promotion/advertising campaign on Twitter. It took some time, but Red Bull’s marketing team eventually responded to the majority of people who responded unfavourably to the promotion. They didn’t respond to some of the more provocative tweets.

Categories
amidoinitrite Concept Vomit

Remembering the RENDERSAUR (1997 to 2000)

Recently, I’ve been remembering the RENDERSAUR. The RENDERSAUR was an online art project I maintained seriously from 1997 to 2000, less-seriously from 2001 to 2002 and then trailing off completely around 2003 to 2004. RENDERSAUR was hosted by my friend and oscillated from RENDERSAUR.CX to RENDERSAUR.ORG. The Internet Archive: Wayback machine does a good job of capturing the […]

Categories
amidoinitrite Concept

What can you learn from blog spam?

What can you learn from blog spam? You can learn that one famous sunglass manufacturer is alive and well and hasn’t been relegated to a sticker on the rear window of an Australian teenager’s car in 80s. You can also learn about two new golf clubs that are now available, a Japanese golfer and their […]

Categories
amidoinitrite

Let it snow

Categories
amidoinitrite

Minecrafting

Categories
amidoinitrite homework

I’m having trouble with the surfaceTouchEvent

I’m having trouble with the surfaceTouchEvent in the Responding to touch interaction recipe from the Processing 2 Creative programming cookbook source code on GitHub. I’ve worked through the Troubleshooting,  Discussion and Known issues, Common problems, Understanding changes to processing.core sections of the Android page of the Processing Wiki, but still no success. Unsurprisingly, someone else posted a […]

Categories
amidoinitrite homework

Accessing screen size and density

Making my way through the Accessing screen size and density recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how to use the Android DisplayMetrics class to determine general information about the display of the device used to run the sketch.  While this is more of a diagnostic […]

Categories
amidoinitrite Artifact Concept homework Vomit

I don’t always require an affirmation, but when I do, I prefer the Bene Gesserit’s litany against fear

Inspired by Tom Woodwards’s Dune-themed tweet on 24 April 2014, Rhys Fulber and Bill Leeb’s production on Fear Factory’s Fear Is the Mindkiller EP and the Bene Gesserit’s litany against fear and based on Jan Vantomme’s Drawing text and Running your sketch on an Android device  Processing recipes on Github, I created this portable litany against fear as […]

Categories
amidoinitrite homework

Running a sketch in the Android Emulator and on a device

Making my way through the Running your sketch on the Android Emulator recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how to run a sketch on my Android device. I did this by  creating a sketch from the sample code, enabling USB debugging on my device and […]

Categories
amidoinitrite

Sunrise

Like a sunrise.

Categories
amidoinitrite homework

Drawing triangle and quad strips

Making my way through the Drawing triangle and quad strips recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how to use the QUAD_STRIP and TRIANGLE_STRIP parameters inside the beginShape function to draw triangle or quad 3D geometry to screen. With some work, QUAD_STRIP and TRIANGLE_STRIP could be used to […]

Categories
amidoinitrite homework

Mixing 2D and 3D objects

Making my way through the Mixing 2D and 3D objects recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how to use the ENABLE_DEPTH_TEST and the DISABLE_DEPTH_TEST parameter inside the hint function at the beginning and end of the draw function to to enable and disable the z buffer. This […]

Categories
amidoinitrite

Flying through a snowstorm in Minecraft

Categories
amidoinitrite homework

Making polygon soup

Making my way through the Making polygon soup recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how to create a 3D cylinder with a flexible function that allows for the top, bottom and sides of the cylinder to be customised. In this recipe, the QUAD_STRIP parameter (draws a series […]

Categories
amidoinitrite homework

Using lights

Making my way through the Using lights recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe, I learned how to declare the lightMode and lightDirection integers to allow for different lighting modes to be activated. Inside the setUp function they’re assigned a value of 0 and then referenced again in the if test. […]

Categories
amidoinitrite

Early morning cloud formation

Early morning cloud formation around Melbourne’s outer-eastern suburbs.

Categories
amidoinitrite homework

Drawing 3D primitives

Making my way through the Drawing 3D primitives recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how: the box function can be used with one or three parameters to set different values for depth, width and height of the box. the sphereDetail function can be used to define […]

Categories
amidoinitrite homework

Understanding 3D space

Making my way through the Understanding 3D space recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how set a variable for depth and zSpeed and also how to change the variable inside the draw function for animation. I also learned that if you want to use the rect […]

Categories
amidoinitrite ds106

Talky Tina’s swipe card has arrived

Talky Tina’s swipe card has arrived, a photo by Rowan Peter on Flickr. Just arrived at work to find that HR had delivered Talky Tina’s swipe access by internal mail. That’s great news. That means Talky Tina is now officially employed as the health and safety officer at the DS106 Workplace and has open-access to […]

Categories
amidoinitrite ds106

The other story at Skidmore

Stories can be found in the most unexpected places, even in the chat window of a live video stream. This Storify aggregates my experience of watching Alan Levine’s Making/Telling stories that matter keynote at Skidmore College via the Skidmore College Livestream. [View the story “The other story at Skidmore” on Storify]

Categories
amidoinitrite ds106

Message for Mr Todd Conaway

Just arrived on site to find other DS106 colleagues hard at work. The construction of the new office building is almost complete and only requires a final inspection from Mr Todd Conaway to be signed-off. Hopefully Mr Conaway can make it down to the site sometime this week.

Categories
amidoinitrite ds106

Message for Mariana Funes

I was late for my project meeting with Mariana Funes at the DS106 Open online participant office (OOPO), so I recorded this message to let her know that I’m going to arrive at the office later than I had planned. Sorry Mariana, I’ll speak to you soon.

Categories
amidoinitrite homework

Offscreen drawing

Making my way through the Offscreen drawing recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned how to: declare a PGraphics object and then initialise it with the createGraphics function inside the setup function. use the createGraphics function to create a new transparent image to be drawn on and […]

Categories
amidoinitrite homework

Manipulating SVG files

Making my way through the Manipulating SVG files recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe I learned: more about using the shape function to draw shapes in the display window how to declare the PShape object and create custom variables (snowFlake, small1 to small6 and big1) and the disableStyle, […]

css.php