You may not already know but I have an obsession with collecting things, one of which is Funko Pops, as you can see from my website. I'm hoping to complete my LotR collection, but there's a few rare ones left to get.
I've been after a flip-disc setup for quite a while and now there's finally been one released at a reasonable price on Kickstarter - Flip-disc Displays - Arduino Based from Marcin Saj.
Thought as a little momento I'd create a poker chip for each of the players. Gave me an excuse to use the laser engraver again. I found the surround The Noun Project from Anton Gajdosik, the just reused the Rye font from the OBS scene to add some text. A few trial and error prints and got it looking decent. It kept moving about the board so a bit of greentac fixed the problem.
Whilst working on the tracking of the cards I thought it might be also useful to see certain stats, luckily I don't have to do the calculations myself and have found 2 projects written in C# I can repurpose. The first is PokerOddsPro from @dyh1213 and the other is Poker-Hand-Evaluator from @danielpaz6.
The main idea behind the API is to have an RFID sticker on a playing card, that gets scanned by an RC522 RFID Reader that then calls an endpoint via an ESP8266 (This could also have been an ESP32). A simple first solution is to pass the id and the player number. This then finds the corresponding playing card and copies it to given location. The reason for this is OBS is configured to show these cards in a scene. In the future I might be saving all this information to a local db to track everything to be able to replay the scenarios, but for now this will do.
Thought as a little momento I'd create a poker chip for each of the players. Gave me an excuse to use the laser engraver again. I found the surround The Noun Project from Anton Gajdosik, the just reused the Rye font from the OBS scene to add some text. A few trial and error prints and got it looking decent. It kept moving about the board so a bit of greentac fixed the problem.
In Part 1 I ran through what an API Specification is, showed the underlying JSON (or YAML) and how it looked as a Swagger website.
-In this presentation I showed you how to interrogate and visualise your data with a tool called Postman, how to annotate your code with a Kotlin example (LEGO API Demo) and discussed the Editor and Generator for helping with the API.
In another project (Symantec Connect Articles) I've got a Table of Contents (toc) for many sets of Articles. This can sometimes be a lot of information and is duplicated in each article, at the top and bottom. This isn't ideal if I need to update anything.
In Part 1 I ran through what an API Specification is, showed the underlying JSON (or YAML) and how it looked as a Swagger website.
+In this presentation I showed you how to interrogate and visualise your data with a tool called Postman, how to annotate your code with a Kotlin example (LEGO API Demo) and discussed the Editor and Generator for helping with the API.
Having worked with a Dashing / Smashing meant having to setup 💎 Ruby, as this isn't a language I'm not familiar with there was a little bit of a barrier to entry. I've used in the past with some iOS projects but only in little bursts.
In another project (Symantec Connect Articles) I've got a Table of Contents (toc) for many sets of Articles. This can sometimes be a lot of information and is duplicated in each article, at the top and bottom. This isn't ideal if I need to update anything.
Having worked with a Dashing / Smashing meant having to setup 💎 Ruby, as this isn't a language I'm not familiar with there was a little bit of a barrier to entry. I've used in the past with some iOS projects but only in little bursts.
I work in cross discipline teams and the Product Delivery members keep us Developers on track, writing up User Stories, managing our ceremonies etc. We often talk a lot about APIs and it's prob not something they are interested in :p.
-This talk was to demystify a swagger spec, break it down into what it is, what it does, and how we use them in our day to day jobs.
What's the best way to allow commenting on your blog? What better way than to have it contained in the system the blog lives in, GitHub. I've seen other solutions in the past which used GitHub Issues but this doesn't seem the right place for it.
I work in cross discipline teams and the Product Delivery members keep us Developers on track, writing up User Stories, managing our ceremonies etc. We often talk a lot about APIs and it's prob not something they are interested in :p.
+This talk was to demystify a swagger spec, break it down into what it is, what it does, and how we use them in our day to day jobs.
What's the best way to allow commenting on your blog? What better way than to have it contained in the system the blog lives in, GitHub. I've seen other solutions in the past which used GitHub Issues but this doesn't seem the right place for it.
To follow on from my Markdown talk I gave one on Static Site Generators. Since these normally use Markdown it made sense to have that as a pre-req. Again this was for the UCD Community at work, although all communities were welcome.
I've been after a flip-disc setup for quite a while and now there's finally been one released at a reasonable price on Kickstarter - Flip-disc Displays - Arduino Based from Marcin Saj.
To follow on from my Markdown talk I gave one on Static Site Generators. Since these normally use Markdown it made sense to have that as a pre-req. Again this was for the UCD Community at work, although all communities were welcome.
Having worked with some arduino stuff after watching Frank's streams on Twitch (see Build Light), I'd been talking to a mate who said he'd bought the following for his son. What better way to get a good broad understand of a number of items but to get a whole kit trying out various pieces of hardware.
Really gotten into the swing of things with AoC, instead of finishing AoC 2021 I've jumped into trying 2015. I'll hopefully at least do a few on each year. Just need to find the time. C# again! Building up a nice library of helper functions.
Having worked with some arduino stuff after watching Frank's streams on Twitch (see Build Light), I'd been talking to a mate who said he'd bought the following for his son. What better way to get a good broad understand of a number of items but to get a whole kit trying out various pieces of hardware.
Really gotten into the swing of things with AoC, instead of finishing AoC 2021 I've jumped into trying 2015. I'll hopefully at least do a few on each year. Just need to find the time. C# again! Building up a nice library of helper functions.
After watching a Frank Krueger Twitch stream I bought some more electronics. This time a Dot Matrix Module to display some cool information. I also bought an ESP8266 for the brains of it, and some mini breadboards to add to the collection of kit.
After watching a Frank Krueger Twitch stream I bought some more electronics. This time a Dot Matrix Module to display some cool information. I also bought an ESP8266 for the brains of it, and some mini breadboards to add to the collection of kit.
The Stream Deck is an awesome gadget to use whilst streaming. It allows you to configure buttons to perform any number of actions. This could be changing scene whilst streaming, playing some sounds, opening an app, running a set of actions, the list is endless.
The Stream Deck is an awesome gadget to use whilst streaming. It allows you to configure buttons to perform any number of actions. This could be changing scene whilst streaming, playing some sounds, opening an app, running a set of actions, the list is endless.
When I knew I wanted to blog again I had to decide where, and how, I've rolled my own, I've used Wordpress but now as I love using markdown, and GitHub has the ability to host webpages it made sense to use those.
When I knew I wanted to blog again I had to decide where, and how, I've rolled my own, I've used Wordpress but now as I love using markdown, and GitHub has the ability to host webpages it made sense to use those.
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time.
After seeing a post about GitHub Universe 2023 badges I did some research and found a GitHub discussion and a repo badger2040 which led me to Pimoroni which of course meant I was buying my own!
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time.
I'm currently creating a game Movem, and I wanted to add some Game Center achievements. I'd done this before in another app I'm making for Kernowland Quizzes (still in development). There are only a couple of achievements there so wasn't much hassle to create them manually but here I want 1 for each of the 50 levels. This would be a big pain to do.
I've been working a little more on my Movem port, and there are over 50 levels, so I thought I'd make a level editor, one to speed up creating the levels, one because it's flipped using the code from boxxle and two because I could then create my own levels.
I'm currently creating a game Movem, and I wanted to add some Game Center achievements. I'd done this before in another app I'm making for Kernowland Quizzes (still in development). There are only a couple of achievements there so wasn't much hassle to create them manually but here I want 1 for each of the 50 levels. This would be a big pain to do.
I've been working a little more on my Movem port, and there are over 50 levels, so I thought I'd make a level editor, one to speed up creating the levels, one because it's flipped using the code from boxxle and two because I could then create my own levels.
After seeing a post about GitHub Universe 2023 badges I did some research and found a GitHub discussion and a repo badger2040 which led me to Pimoroni which of course meant I was buying my own!
So I'm creating an app which I wanted different themes for the Table View. I've created two Prototype Cells and given them different CellIdentifiers. This is then stored in a plist of DefaultPreferences.
I'm programatically creating buttons and I'm using an image as a background, I'm no designer and got a bit bored of making a new one for each button, I've not even got to the different sizes yet, so thought why not use a gradient.
So I'm creating an app which I wanted different themes for the Table View. I've created two Prototype Cells and given them different CellIdentifiers. This is then stored in a plist of DefaultPreferences.
I'm programatically creating buttons and I'm using an image as a background, I'm no designer and got a bit bored of making a new one for each button, I've not even got to the different sizes yet, so thought why not use a gradient.
As with everything I do, I add documentation. The first thing I like to do is generate the API documentation for any code I've written. With the Arduino code (C++) I'm using Doxygen
This year I participated in Hacktoberfest 2023. I worked on some documentation issues for Wilderness Labs. These are usually the last things people help out with, as most people don't like to do documentation, is that a fair thing to say?
This evening I went along to my first in person ISC2 North East England Chapter meetup. It was their 10th Anniversary Event which and a rebrand from (ISC)² to ISC2 meant new swag, who doesn't want a pin badge, pen and cap?
Had an issue where I created a brand new app in Xcode 6. It uses a story board with a tab bar set up. Whenever I ran it on my phone it wasn't going full screen.
Had an issue where I created a brand new app in Xcode 6. It uses a story board with a tab bar set up. Whenever I ran it on my phone it wasn't going full screen.
This month, Jose Marcelino will be showing you how to control your lights at home with iOS8 and the new HomeKit, as well as how to use Healthkit with bluetooth scales!
This month, Jose Marcelino will be showing you how to control your lights at home with iOS8 and the new HomeKit, as well as how to use Healthkit with bluetooth scales!
Another community talk at work, this time for the Software Delivery Community. We are starting a series to run through a few of the providers like GitHub and GitLab. I did a very beginner one, looking to expand in the future and hopefully show one of the GitHub Actions I've built.
As with everything I do, I add documentation. The first thing I like to do is generate the API documentation for any code I've written. With the Arduino code (C++) I'm using Doxygen
Aside to the API the ultimate goal would be to have a website that I can use to track the game information and visualise it, alongside the OBS scene. I've made a start on replicating the scene but as a webpage.
This year I participated in Hacktoberfest 2023. I worked on some documentation issues for Wilderness Labs. These are usually the last things people help out with, as most people don't like to do documentation, is that a fair thing to say?
This evening I went along to my first in person ISC2 North East England Chapter meetup. It was their 10th Anniversary Event which and a rebrand from (ISC)² to ISC2 meant new swag, who doesn't want a pin badge, pen and cap?
I've created a new section on my site to document my Bowling scores. I've started to make it look like the screens at the bowling alley, clearly not a designer :p
I've created a new section on my site to document my Bowling scores. I've started to make it look like the screens at the bowling alley, clearly not a designer :p
Another community talk at work, this time for the Software Delivery Community. We are starting a series to run through a few of the providers like GitHub and GitLab. I did a very beginner one, looking to expand in the future and hopefully show one of the GitHub Actions I've built.
Aside to the API the ultimate goal would be to have a website that I can use to track the game information and visualise it, alongside the OBS scene. I've made a start on replicating the scene but as a webpage.
So I was just playing about with my iPhone last night and was checking my calendar, I'd turned the phone landscape for whatever reason and the view changed to:
So I was just playing about with my iPhone last night and was checking my calendar, I'd turned the phone landscape for whatever reason and the view changed to:
So I finished Chapter 7 yesterday, this one was working with the web browser control (UIWebView), checking for connectivity, sending Email and then getting data from the Internet.
So I was working through a chapter and needed to add a Framework to the project. The book is using XCode 3.2 so the directions weren't up to date. I couldn't find how to do it that quickly, maybe I wasn't using the correct search terms, anyway I decided to create a video on how to do it so here it is ...
So I finished Chapter 7 yesterday, this one was working with the web browser control (UIWebView), checking for connectivity, sending Email and then getting data from the Internet.
So I was listening to Scott Mills on BBC Radio 1 today and he was playing a few songs from For Orchestra by Walt Ribeiro. Some cool orchestral versions of songs you might know.
So I was working through a chapter and needed to add a Framework to the project. The book is using XCode 3.2 so the directions weren't up to date. I couldn't find how to do it that quickly, maybe I wasn't using the correct search terms, anyway I decided to create a video on how to do it so here it is ...
So I've added a theme switcher to the syntax highlighting on the 599 pages and maybe other coding pages later, took a theme switcher I'd used from a magazine tutorial from a while back. Need to style it so it looks better but its functional.
I've started making more tutorials and putting them up on here. I was using a crude method of divs and classes to highlight different code which looked ok but I'd seen it looks much better on other sites so I went looking and found Syntax Highlighter which does an amazing job. I've used it on My Twitter integration tutorial locally and a quick hosted demo. I think it makes the page look a lot better. I'm gonna add it to my 599CD Classroom, hopefully in the next couple of days.
So I was listening to Scott Mills on BBC Radio 1 today and he was playing a few songs from For Orchestra by Walt Ribeiro. Some cool orchestral versions of songs you might know.
So I've added a theme switcher to the syntax highlighting on the 599 pages and maybe other coding pages later, took a theme switcher I'd used from a magazine tutorial from a while back. Need to style it so it looks better but its functional.
Just seen a video by Think Vitamin and they showed a cool example of the border-radius and transitions (Only in Chrome or Safari) Also cool text Check this out in Safari!
I've started making more tutorials and putting them up on here. I was using a crude method of divs and classes to highlight different code which looked ok but I'd seen it looks much better on other sites so I went looking and found Syntax Highlighter which does an amazing job. I've used it on My Twitter integration tutorial locally and a quick hosted demo. I think it makes the page look a lot better. I'm gonna add it to my 599CD Classroom, hopefully in the next couple of days.
Hi All, I've decided to start a blog, yes I could have added one by another company but thought I’d create my own for training/learning principles etc.
Just seen a video by Think Vitamin and they showed a cool example of the border-radius and transitions (Only in Chrome or Safari) Also cool text Check this out in Safari!
Hi All, I've decided to start a blog, yes I could have added one by another company but thought I’d create my own for training/learning principles etc.
Whilst working on the tracking of the cards I thought it might be also useful to see certain stats, luckily I don't have to do the calculations myself and have found 2 projects written in C# I can repurpose. The first is PokerOddsPro from @dyh1213 and the other is Poker-Hand-Evaluator from @danielpaz6.
The main idea behind the API is to have an RFID sticker on a playing card, that gets scanned by an RC522 RFID Reader that then calls an endpoint via an ESP8266 (This could also have been an ESP32). A simple first solution is to pass the id and the player number. This then finds the corresponding playing card and copies it to given location. The reason for this is OBS is configured to show these cards in a scene. In the future I might be saving all this information to a local db to track everything to be able to replay the scenarios, but for now this will do.
You may not already know but I have an obsession with collecting things, one of which is Funko Pops, as you can see from my website. I'm hoping to complete my LotR collection, but there's a few rare ones left to get.
+
Whilst on X (Twitter) I saw a post showing people making themselves using Microsoft Designer using the following prompt:
Funko figure of a male, smiling, called Alex Hedley, wearing a oxford shirt, blue jeans and chelsea boots with a red sole, short brown hair and slight ginger beard, with glasses. The Funko is displayed inside and outside a limited edition red and black Funko box with Wizard text sticker and a single number 8, allowing visibility of the figure, typography, 3D render. white background
+
+
and after a few re-generates I came to the following:
What's the best way to allow commenting on your blog? What better way than to have it contained in the system the blog lives in, GitHub. I've seen other solutions in the past which used GitHub Issues but this doesn't seem the right place for it.
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time.
Had an issue where I created a brand new app in Xcode 6. It uses a story board with a tab bar set up. Whenever I ran it on my phone it wasn't going full screen.
Whilst working on the tracking of the cards I thought it might be also useful to see certain stats, luckily I don't have to do the calculations myself and have found 2 projects written in C# I can repurpose. The first is PokerOddsPro from @dyh1213 and the other is Poker-Hand-Evaluator from @danielpaz6.
I've started making more tutorials and putting them up on here. I was using a crude method of divs and classes to highlight different code which looked ok but I'd seen it looks much better on other sites so I went looking and found Syntax Highlighter which does an amazing job. I've used it on My Twitter integration tutorial locally and a quick hosted demo. I think it makes the page look a lot better. I'm gonna add it to my 599CD Classroom, hopefully in the next couple of days.
When I knew I wanted to blog again I had to decide where, and how, I've rolled my own, I've used Wordpress but now as I love using markdown, and GitHub has the ability to host webpages it made sense to use those.
When I knew I wanted to blog again I had to decide where, and how, I've rolled my own, I've used Wordpress but now as I love using markdown, and GitHub has the ability to host webpages it made sense to use those.
So I'm creating an app which I wanted different themes for the Table View. I've created two Prototype Cells and given them different CellIdentifiers. This is then stored in a plist of DefaultPreferences.
This evening I went along to my first in person ISC2 North East England Chapter meetup. It was their 10th Anniversary Event which and a rebrand from (ISC)² to ISC2 meant new swag, who doesn't want a pin badge, pen and cap?
+
So I'm creating an app which I wanted different themes for the Table View. I've created two Prototype Cells and given them different CellIdentifiers. This is then stored in a plist of DefaultPreferences.
This evening I went along to my first in person ISC2 North East England Chapter meetup. It was their 10th Anniversary Event which and a rebrand from (ISC)² to ISC2 meant new swag, who doesn't want a pin badge, pen and cap?
Really gotten into the swing of things with AoC, instead of finishing AoC 2021 I've jumped into trying 2015. I'll hopefully at least do a few on each year. Just need to find the time. C# again! Building up a nice library of helper functions.
Thought as a little momento I'd create a poker chip for each of the players. Gave me an excuse to use the laser engraver again. I found the surround The Noun Project from Anton Gajdosik, the just reused the Rye font from the OBS scene to add some text. A few trial and error prints and got it looking decent. It kept moving about the board so a bit of greentac fixed the problem.
I've been after a flip-disc setup for quite a while and now there's finally been one released at a reasonable price on Kickstarter - Flip-disc Displays - Arduino Based from Marcin Saj.
I've been after a flip-disc setup for quite a while and now there's finally been one released at a reasonable price on Kickstarter - Flip-disc Displays - Arduino Based from Marcin Saj.
Having worked with a Dashing / Smashing meant having to setup 💎 Ruby, as this isn't a language I'm not familiar with there was a little bit of a barrier to entry. I've used in the past with some iOS projects but only in little bursts.
So I was just playing about with my iPhone last night and was checking my calendar, I'd turned the phone landscape for whatever reason and the view changed to:
After watching a Frank Krueger Twitch stream I bought some more electronics. This time a Dot Matrix Module to display some cool information. I also bought an ESP8266 for the brains of it, and some mini breadboards to add to the collection of kit.
So I was just playing about with my iPhone last night and was checking my calendar, I'd turned the phone landscape for whatever reason and the view changed to:
After watching a Frank Krueger Twitch stream I bought some more electronics. This time a Dot Matrix Module to display some cool information. I also bought an ESP8266 for the brains of it, and some mini breadboards to add to the collection of kit.
So I was listening to Scott Mills on BBC Radio 1 today and he was playing a few songs from For Orchestra by Walt Ribeiro. Some cool orchestral versions of songs you might know.
So I was listening to Scott Mills on BBC Radio 1 today and he was playing a few songs from For Orchestra by Walt Ribeiro. Some cool orchestral versions of songs you might know.
The main idea behind the API is to have an RFID sticker on a playing card, that gets scanned by an RC522 RFID Reader that then calls an endpoint via an ESP8266 (This could also have been an ESP32). A simple first solution is to pass the id and the player number. This then finds the corresponding playing card and copies it to given location. The reason for this is OBS is configured to show these cards in a scene. In the future I might be saving all this information to a local db to track everything to be able to replay the scenarios, but for now this will do.
Just seen a video by Think Vitamin and they showed a cool example of the border-radius and transitions (Only in Chrome or Safari) Also cool text Check this out in Safari!
Just seen a video by Think Vitamin and they showed a cool example of the border-radius and transitions (Only in Chrome or Safari) Also cool text Check this out in Safari!
The Stream Deck is an awesome gadget to use whilst streaming. It allows you to configure buttons to perform any number of actions. This could be changing scene whilst streaming, playing some sounds, opening an app, running a set of actions, the list is endless.
I'm programatically creating buttons and I'm using an image as a background, I'm no designer and got a bit bored of making a new one for each button, I've not even got to the different sizes yet, so thought why not use a gradient.
I'm programatically creating buttons and I'm using an image as a background, I'm no designer and got a bit bored of making a new one for each button, I've not even got to the different sizes yet, so thought why not use a gradient.
I've created a new section on my site to document my Bowling scores. I've started to make it look like the screens at the bowling alley, clearly not a designer :p
Having worked with some arduino stuff after watching Frank's streams on Twitch (see Build Light), I'd been talking to a mate who said he'd bought the following for his son. What better way to get a good broad understand of a number of items but to get a whole kit trying out various pieces of hardware.
As with everything I do, I add documentation. The first thing I like to do is generate the API documentation for any code I've written. With the Arduino code (C++) I'm using Doxygen
Hi All, I've decided to start a blog, yes I could have added one by another company but thought I’d create my own for training/learning principles etc.
This year I participated in Hacktoberfest 2023. I worked on some documentation issues for Wilderness Labs. These are usually the last things people help out with, as most people don't like to do documentation, is that a fair thing to say?
This year I participated in Hacktoberfest 2023. I worked on some documentation issues for Wilderness Labs. These are usually the last things people help out with, as most people don't like to do documentation, is that a fair thing to say?
Aside to the API the ultimate goal would be to have a website that I can use to track the game information and visualise it, alongside the OBS scene. I've made a start on replicating the scene but as a webpage.
On the app I'm currently working on I've got a messaging portion.
+
Aside to the API the ultimate goal would be to have a website that I can use to track the game information and visualise it, alongside the OBS scene. I've made a start on replicating the scene but as a webpage.
+ This is a paged archive that lists all the documents from the posts folder in pages of 4 items without any sorting.
+ Note that the Title setting is needed to populate the titles for each page. Alternativly, you can set ArchiveTitle to have full control over the page title.
+
You may not already know but I have an obsession with collecting things, one of which is Funko Pops, as you can see from my website. I'm hoping to complete my LotR collection, but there's a few rare ones left to get.
I work in cross discipline teams and the Product Delivery members keep us Developers on track, writing up User Stories, managing our ceremonies etc. We often talk a lot about APIs and it's prob not something they are interested in :p.
-This talk was to demystify a swagger spec, break it down into what it is, what it does, and how we use them in our day to day jobs.
+
Making good progress on the quiz app. Got total score saving, generatea PDF, email option. Got the buttons to sort now.
I work in cross discipline teams and the Product Delivery members keep us Developers on track, writing up User Stories, managing our ceremonies etc. We often talk a lot about APIs and it's prob not something they are interested in :p.
+This talk was to demystify a swagger spec, break it down into what it is, what it does, and how we use them in our day to day jobs.
Another community talk at work, this time for the Software Delivery Community. We are starting a series to run through a few of the providers like GitHub and GitLab. I did a very beginner one, looking to expand in the future and hopefully show one of the GitHub Actions I've built.
So I've added a theme switcher to the syntax highlighting on the 599 pages and maybe other coding pages later, took a theme switcher I'd used from a magazine tutorial from a while back. Need to style it so it looks better but its functional.
So I've added a theme switcher to the syntax highlighting on the 599 pages and maybe other coding pages later, took a theme switcher I'd used from a magazine tutorial from a while back. Need to style it so it looks better but its functional.
This month, Jose Marcelino will be showing you how to control your lights at home with iOS8 and the new HomeKit, as well as how to use Healthkit with bluetooth scales!
So I was working through a chapter and needed to add a Framework to the project. The book is using XCode 3.2 so the directions weren't up to date. I couldn't find how to do it that quickly, maybe I wasn't using the correct search terms, anyway I decided to create a video on how to do it so here it is ...
So I was working through a chapter and needed to add a Framework to the project. The book is using XCode 3.2 so the directions weren't up to date. I couldn't find how to do it that quickly, maybe I wasn't using the correct search terms, anyway I decided to create a video on how to do it so here it is ...