Happy 2019

Where the brilliance occurs

With a tick of a the second hand we’ve hit 2019 and all our hopes and dreams have been renewed a fresh, a clean slate on which we can carve our new future. Truth be told, it’s just another day and if you can’t get off your arse and change for the other 365 days… Continue reading Happy 2019

Published
Categorized as Personal

Justice.js

https://okor.github.io/justice/

A performance metric bar with a streaming FPS graph.g

How to use


<script type="text/javascript" src="justice.min.js"></script>
  

<script type="text/javascript">
    
Justice.init();
  
</script>


With options


<script type="text/javascript" src="justice.min.js"></script>
  

<script type="text/javascript">
    
Justice.init({
      
metrics: {
        
TTFB: { budget: 200   },

domInteractive:   { budget: 250   },
        
domComplete:      { budget: 800   },
  
firstPaint:       { budget: 1000  },
 
pageLoad:         { budget: 2000  },
  
requests:         { budget: 6     },

},
      
warnThreshold: 0.8,
      
showFPS: true,
      c
hartType: 'spline'
    });
  
</script>

We love you West Ham

For the first time in a long while I’m on the way back to watch West Ham at the London stadium. This was a fortnightly adventure ten years ago and I’m happy to say we’ll be revisiting the same prematch haunts, except for those around Upton Park sadly. COYI!

Building with ARKit

I’ve been having some fun with some semi client work recently and exploring the capabilities of WebAR using Apple’s ARKit. The fact that it works across the horizontal plane, meaning it needs some flat ground to attach something to, is great but it does limit the types of positions you want to get your models… Continue reading Building with ARKit

Published
Categorized as Writing

How to rank on Google’s first page for your ‘Name’ keyword

Meet Matt Steel. I met Matt a few years ago while he was working as a freelancer at TMP when he would come in over the Summer months and help fill the gap when the work piled on. Recently I’ve been working with Matt to help get his site, Matt Steel — Creative Artworker, up… Continue reading How to rank on Google’s first page for your ‘Name’ keyword

Standing on other planets is the killer app for augmented reality

I agree that it would be a killer app, but it’s not augmented reality. An app that puts you on another world is not augmented reality, it’s virtual reality.

Augmented reality provides layers of information upon your current reality, where as virtual reality takes you to another location to experience something.

Check out the original article at https://www.popularmechanics.com/space/solar-system/a22001268/jpl-nasa-augmented-reality/