Blog

  • Androfoco dev diary 4/4/2026

    Hello you wonderful people.

    I am writing with an update from the development of Androfoco. It has been progressing nicely.

    I have been focusing on polishing the game and making the online multiplayer work better because the Steam Next Fest is coming up and I want people to have a good experience playing the demo.

    I don’t compile the game super often because my laptop struggles with it and it takes a while. Probably need more RAM to be honest! Well I am glad I did because the other day I was unable to create a lobby on the online play. This wasn’t an issue with playing the development version of the build. This was probably due to me messing with the Steam plugins when I was putting the achievements in.

    In the end I just had to upgrade the version of Unreal Engine to 5.7 as I had been using workarounds to get around 5.6’s bugs with Steam online play. I’m starting to make good progress getting it resolved now.

    I was hoping that the upgrade would resolve some of the graphical glitches I was seeing with some assets too but I guess I will have to use my imagination to come up with a new solution instead.

    Here’s this week’s video on Gamer’s Tavern!

    This map is called Vernetor and is very bright, green and hilly. The map is perhaps the biggest in the game. As a side effect of this you will explode when knocked even slightly off the main platform which allows for a different sort of gameplay.

    The charge shield I was using in this video is not really a shield. The snowflake will double he percent of health before you malfunction so allows you to stay in your current skirmish for longer. It will also reduce your temperature a little bit! If you use it when you are around 50% it will give you a massive andtage, if you are at about 10% you may have wasted your charge for nothing!

    Androfoco is available to wishlist so please go do that if you like what ya see!

    https://store.steampowered.com/app/3771980/Androfoco

  • Androfoco Preview Gameplay Video – Calverton Rickles

    Hi folks, I am here to present some new gameplay footage of the in development game Androfoco.

    If you like this, I would love it if you gave it a wishlist here:

    https://store.steampowered.com/app/3771980/Androfoco

    In this level there are a lot of trenches were the town has been dug up with staircases leading up to the ground.

    This level is a little spooky, making the fast paced action feel intense.

    Check it out on the Gamer’s Tavern. Very cool peer tube instance! No ads, good privacy

    It is easier to defeat opponents when they are on the surface but make sure you are ready for a fight when you rise. The trenches are most suited to close combat.

    In Androfoco, even if your opponents are far ahead the tables can quickly turn.

  • ibvo: Blooming Skull Coffee / Make Hamilton CIC

    https://makecic.org/make-hamilton

    https://bloomingskullcoffee.co.uk

    Get to Blooming Skull coffee in Make CIC Hamilton Birkenhead for amazing vegan cakes. They also do lunch that looks amazing, I’m excited to try that.

    There is another blooming skull in Bebington too, which I’ll have to go to.

    There are 4 make CICs around Merseyside, they are maker spaces for creatives, I love it.

    In the café they were selling art from Unplugged UK in aid of CAMHS and SEND

    Check them out 🥳

    https://ukunplugged.org

  • Androfoco Dev Diary 7/2/26

    Hello folks how is it going?

    I come today with some fresh screenshots

    I’d say about 3rd of the dialog is complete and in the game. Another 3rd is written but not in the game yet. The final third I have an outline for but not properly written up. Sometimes indie game development consists of hurriedly writing dialog into a spreadsheet using my phone before I forget it while my baby is asleep on me!

    We have 8 chapters for the main story. Our community hack the andro market to make an entry for themselves to hopefully improve their lives. This screen is where they live now. Looks a bit grim eh.

    You can press on their name to get their opinions on what has just happened before diving into the next match.

    It kind of reminds me of a 90s interactive encyclipedia cd rom. There’s like a million of them. I forgot they existed until I’d got this screen working and remembered how much I loved them. Weird eh?

    Why are they wearing old timey clothes, if this is set in the future? Good question

    I know some people will say “aww I wanted to explore their home”, well it looks a little bit like a battle map eh?

    So many crosshairs! They all mean different things. Shout out to Kenney who created the crosshairs and I also am using one of their cursors

    https://kenney.nl/

    Of course I donated. These crosshairs are looking much better than the ones I made and the variety really got my creativity flowing.

    A Steam Next Fest is scheduled for July and I’m feeling confident that I can get a demo ready for then. It will probably consist of 1 map of online play / fighting against AIs

    I’m hoping for some feedback and seeing how well the online play works in the wild. I can only test with mine and my wife’s gaming PCs at the moment.

    In the full game currently there is a ranked online play where you level up and a custom game mode where you can invite friends and add AIs to the battle too.

  • Crowdsec

    Crowdsec is a cool cyber security solution. You can install it on your Linux server and it will run as a daemon. Upon starting it will have a look which services you have running and start to read those logs and flag up shady behaviour.

    You can install a remediation component and it will … remediate those issues. In this case an ip tables remediation component will block the abusing IP, so it becomes similar to fail2ban in this regard.

    In addition you can enrol in their cloud service for free. This gives you monitoring from the cloud dashboard and the ability to implement blocklists that will block IPs that have been flagged by others.

    So yeah it’s pretty easy to set up. Feel free to set up your applications first because when crowdsec is set up it will detect the alerts coming from those services, in my case nginx.

    Official docs:

    https://doc.crowdsec.net/u/getting_started/installation/linux/

    In my case I have been using Rocky Linux 9.7

    Manual repo installation is best because piping a random script of the internet to sudo bash is never a good idea 🫠 what could be in the script!? (then again we are installing their software and just trusting that, the paranoid among us can comb the source code, build that and repeat every time the repo is updated)

    dnf install crowdsec -y

    This package is just to scan the logs and detect the issues

    setsebool -P httpd_can_network_connect 1

    In my instance since selinux was switched on I had to allow this bool. In addition the crowdsec service would not start because I was already running something at port 8080. So I had to edit these files

    vim /etc/crowdsec/local_api_credentials.yaml

    Edit this line to not be 8080

    url: http://127.0.0.1:8081

    Also edit listen uri in this file vim /etc/crowdsec/config.yaml


    api:
    client:
    insecure_skip_verify: false
    credentials_path: /etc/crowdsec/local_api_credentials.yaml
    server:
    log_level: info
    listen_uri: 127.0.0.1:8081

    I started writing this a while ago and life just happens to you I guess! 🤣 All in all it’s a great security solution especially if you’ve only got a couple of VPSs and they’re european so have solud data protection rules. Peace!

  • Should social media be banned for under 16s?

    I got this survey from the British Computing Society and felt myself writing an essay so felt the need to publish it as well 😂

    I am undecided on a social media ban for under 16s

    Teenagers need a safe place to communicate privately to each other and within their circle of friends. They need a space where they feel like it is their own and where there is someone to help them if a situation becomes dangerous. Ideally it should be moderated by people with safeguarding training and that have passed DBS checks. Users outside their age range shouldn’t be able to enrol.

    It seems the focus for large social media companies is surveillance for advertising purposes and increasingly steering political opinion.

    https://techcrunch.com/2025/04/09/meta-whistleblower-sarah-wynn-williams-says-company-targeted-ads-at-teens-based-on-their-emotional-state/

    A whistleblower has stated that meta (facebook / instagram / whatsapp ) will detect when a girl aged 13 to 17 is feeling depressed, such as when they have deleted a selfie ,and use this as an opportunity to advertise them beauty products.

    If this is the case then they are not fit to moderate our childrens’ communication platform as this is very manipulative, intrusive and exploitative behaviour. There are maby other examples of similar behaviour, this is just scratching the surface.

    So while I think there is a purpose for children to use social media I don’t think any of the current offerings are appropriate.

    I also think that social media companies will use the legislation as an opportunity to acquire facial recognition scans and legal documents for age verification of adults. The digital ID plan has the potential to be a convenient, private and secure way to verify a user’s age with information the government has anyway. I think clumsy and aggressive messaging about using it to crack down on immigrants has soured expectations.

    https://identityweek.net/denmarks-specialised-altid-wallet-for-age-proofing-and-id-verification-in-one-place/

    Denmark appears to have implemented this quite well. It should be possible for the government to create an API that with your permission will verify whether your over 18 (or 16) or not. This should be made available to use for free in order to not give further advantage to large comapnies over small communities.

    I am not at all confident in the government’s ability to effectively enforce this in terms of technology.

    Laws are around for a long time. Technology is ever changing and ambiguous. Conversations about the banning of VPNs have demonstrated a lack of understanding. VPNs are used for multiple purposes but mainly 1) to securely connect to a private network over the internet 2) to tunnel your traffic through a separate connection

    There are a lot of ways to achieve both 1 and 2 and they have different strengths and weaknesses depending on usage. There will always be a way around the law if it is too prescriptive. If it is too vague then a lot of useful desired behaviour is senselessy criminalised.

    To use an analogy, in an establishment where they serve alcohol, this can be varied as a large concert venue holding 50000 people or a small country pub. In both instances there is behaviour that we want to prevent. In the large venue it’s appropriate to have metal detectors, to search people’s bags on entry and to have a lot of security in the venue, in a country pub you don’t even really need a bouncer (and they may not be able to afford one)

    The point is this, the onus is 100% on the platform to prevent these problems and a one size fits all approach does not work. In the event of an incident, it should be considered afterwards whether appropriate preventative measures have been taken and if not the community should be fined or shut down depending of the severity of their negligence.

  • ibvo: down the hatch

    https://www.downthehatchliv.co.uk

    Down the hatch is a banging vegan restaurant! Amazing burgers here and its down in a little basement hence down the hatch 😉

    Here are some of the vegan zinger wings and the jager glaze wings. You can choose whether you want them to be mushrooms or seitan and they are amazing. The portion size is way bigger than this, these are just a few on my side plate.

    If that prawn toast looks familiar to you then it should! ibvo: wu tang scran

    I have heard that the owners of Down the hatch and woo tan scran (it’s not actually wu tang scran 🤣) are brothers in law or something! So woo tan scran food is available here too!

    Here is the delightful zinger burger, it’s amazing. I was being dozy and didn’t realise I ordered the same flavour for both burger and wings oops

    They also do amazing cocktails, vegan milkshakes and even vegan milkshakes with alcohol. My god.

    Lastly the staff were super ffiendly and helpful helping us with the pram and what not. Totally brilliant!

  • ibvo: bekas cafe

    https://bekascafe.co.uk

    An awesome little Kurdish café on London road in Liverpool. I think this falafel sandwich is the only vegan thing on the menu but it’s an absolute belter and it is a very authentic cafe so certainly worth a visit

  • ibvo: captain tony’s

    https://www.captaintony.co.uk

    If you want a giant vegan pizza captain tonys birkenhead is great. They do cheesy chips, little pizza garlic breads, cheesy baguette garlic breads and hot dogs.

    I’ve been going herr since I was a kid so I love it. Side note only the Birkenhead bramch do vegan options so it’s a little drive if you’re a Wallasey head buuuut it’s worth it lol. Look at the size of the pizza!

  • Androfoco dev diary 31/12/25

    Hello you wonderful people

    As the year is closing to an end I am writing up a quick scheduled dev diary about Androfoco

    https://store.steampowered.com/app/3771980/Androfoco

    The game is coming along nicely and more and more pieces fit together.

    I was going to do a demo for Steam Next fest February 2026 but think I will wait for the next one (as you can only do one!). It looks like that will be June or October but there’s been none announced yet.

    Anyways hope you had a boss evening, I will share more. Happy 2026!