Skip to main content

Posts

Bar Billiards Auto-Score Project - Stage 1 Complete.

What is Bar Billiards? Bar Billiards Auto-Score Project Outline BB Auto-score code on git hub. πŸ†πŸ†πŸ† Stage 1 of my Bar Billiards Auto-Score Project is complete.  It's not rocket science but my method for making progress is to go step by step.  If I can do something straight away I'll do it then make incremental progress.  Whenever I'm working on a new kind of project that involves doing things I haven't done before and using technologies that I haven't used before I try to simplify it as much as I possibly can just so I can get something working.  It's a lot easier to start with something small and simple that works than something big and expansive that isn't working.  When it's new, big, complicated and not working it will be incredibly difficult to work out what's gone wrong. πŸ’»πŸ’ΎπŸ“ˆ Python command line is about as simple as it gets, I've done it this way because this is what's required for this project.  The next step will involve getting ...

Bar Billiards Auto-Score Project Outline

  Bar Billiards Auto-Score πŸ†πŸ†πŸ† ─ President Cuthbert Baines The Bar Billiards Premier League Sheffield Overview We want to use IOT and smart technologies to create a computerised system that will automatically detect when a players has scored points, keep track of their score for them and display the score on screen for them. The system should also include the clock, the rules and instructions as required. Specifications The system should not have any affect on the Bar Billiards game itself, the players should not be required to stop playing to wait for a computer to load data or process data. Milestones Create Python based program that keeps track of the scores for the Bar Billiards players while displaying the scores on screen when the players manually input them into a hand held raspberry pi/pico powered device with an attachment that enables user input. The timer/alert indicating the bar dropping should become part of the program. Instructions/advi...

Why Would Cuthbert Baines Be The Ideal Solutions Architect?

Why Would I be the Ideal Solutions Architect? πŸ€”πŸ€”πŸ€”πŸ€”πŸ€”πŸ€”πŸ€”πŸ€”πŸ€”πŸ€” In today’s fast-moving technology landscape, organisations need more than just technical expertise - they need strategic thinkers who can bridge the gap between business goals and technical reality. A Solutions Architect must translate complex requirements into efficient, scalable, and maintainable systems, while communicating effectively with technical teams and stakeholders alike. I believe my journey — from a mature computing student at Sheffield Hallam University to a creative problem-solver with hands-on experience in software, hardware and real-world projects - uniquely positions me for this role. A Solid Technical Foundation My journey into tech wasn’t traditional — I returned to study computing as a mature student, driven by curiosity and a passion for solving problems in elegant, efficient ways. On my GitHub profile , I describe myself as “The Man of Many Moments” — which reflects both my varied interests in...

Is Edward the 4th the Most Underrated English Monarch of The Middle Ages?

  Wars of the Roses and Edward the 4th related info/planning doc This is just my planning document for a future video or workshop.  I'm posting it on here to make it easy for people to correct anything I've got wrong so please ignore the formatting and spelling. Thanks. “Warfare began in 1455 with York's capture of Henry at the First Battle of St Albans , upon which York was appointed Lord Protector by Parliament . Fighting resumed four years later when Yorkists led by Richard Neville, Earl of Warwick , captured Henry again at the Battle of Northampton . After attempting to seize the throne, York was killed at the Battle of Wakefield , and his son Edward inherited his claim per the controversial Act of Accord . The Yorkists lost custody of Henry in 1461 after the Second Battle of St Albans , but defeated the Lancastrians at the Battle of Towton . The Yorkist Edward the 4th was formally crowned in June 1461.”  The Wars of the Roses have been so politicised the ...

What My RiverProject is about and Why Sensor Data + MQTT is Revolutionising Environmental Monitoring

What My RiverProject is about and Why Sensor Data + MQTT is Revolutionising Environmental Monitoring  πŸ’»πŸ“ΆπŸ“‘πŸ“ πŸ“‰πŸ“ŠπŸ“ˆπŸ’Ή River Project Repository My  RiverProject , hosted on GitHub, is an ambitious and practical environmental sensing system I built as part of my Year 2 project at Sheffield Hallam University. The core of the project involves collecting real-world sensor data - from a Sense HAT attached to a Raspberry Pi processing that data, and sending it in JSON format via the lightweight messaging protocol MQTT so it can be visualised and analysed elsewhere. GitHub At its heart, RiverProject exemplifies a modern approach to environmental monitoring: shifting away from manual data collection and towards continuous, automated remote sensing . In my project I gather environmental data, create rolling averages, and publish that information through MQTT to other platforms for dashboard visualisation - which can be invaluable for spotting trends or triggering alerts. GitHub Why...

What is Embedded Systems and why am I into it?

  What is Embedded Systems and why am I into it? πŸ“ πŸ“ŸπŸ“žπŸ“₯πŸ“€πŸ“¬πŸ“«πŸ“°πŸ“²πŸ“±πŸ“΄πŸ“³πŸ’ΎπŸ’½πŸ’»πŸ’Ή Embedded systems are the quiet workhorses of modern technology. They are specialized computers built into larger products to perform specific tasks, often with strict requirements around timing, reliability, and power consumption. Unlike general-purpose computers such as laptops or smartphones, embedded systems usually run a single application and are designed to do it extremely well. From washing machines and microwave ovens to cars, medical devices, and industrial robots, embedded systems are everywhere, even if we rarely notice them. 🚦🚨πŸš₯ The role of an embedded systems engineer is to design, build, and maintain the software—and sometimes the hardware—that makes these systems function. This often means working close to the metal: writing low-level code in languages like C or C++, configuring microcontrollers, and interacting directly with sensors, motors, and communication interfaces. An embedd...

My Multi-project Method

  My Multi-project Method I have developed a method for dealing with procrastination and I have named it “My Multi-project Method”.   πŸ•πŸ•‘πŸ•’πŸ•“πŸ•”πŸ••πŸ•–πŸ•—πŸ•˜πŸ•™πŸ•š I procrastinate on a project by working on a different project.  I will always do what needs to be done in time but if I’m leaving a task to the last possible moment then I may as make that time productive by working on one of my other projects.  If I’m avoiding my emails I’ll procrastinate on that task by updating my CV.  Whenever I’m working on my githubpages.io site I’ll make progress for a while before I hit a wall so instead of doing no work at all I’ll step back from that project to work on one of my Python based projects instead.  Sometimes stepping back from a project for a few days or even a week can give me a better perspective on it when I get back into working on it. πŸ“€πŸ“₯πŸ“€πŸ“₯πŸ“ πŸ“ŸπŸ“‘πŸ’ΎπŸ’½πŸ’»πŸ’»πŸ’»πŸ’»πŸ’»πŸ’» My current projects include: Working with PostgreSQL Databases. My Python based imperial u...