Full Snack Tester's Avatar

Full Snack Tester

@fullsnacktester.com.bsky.social

Hi, I'm Ben, The Full Snack Tester. I explore the world of software development and testing. I go on adventures as I discover the wonders of software quality. Please join me on my journey. https://www.fullsnacktester.com/

554 Followers  |  251 Following  |  144 Posts  |  Joined: 22.06.2023  |  1.873

Latest posts by fullsnacktester.com on Bluesky

OK I know I'm late to this, but #StardewVally, just getting into it... Love it...

24.06.2025 15:07 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I don't know why I suffered for so many years with small low contrast cursors. It makes such a difference!

27.04.2025 17:08 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@bitmoji.bsky.social oh no! The new style Bitmoji are not my style at all. I loved the old ones.

How do I get my old ones back? I can't use the new ones, they are... Awful!

20.04.2025 18:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Off By One xkcd.com/3062

13.03.2025 02:41 β€” πŸ‘ 7128    πŸ” 502    πŸ’¬ 109    πŸ“Œ 46

Well done buddy. You've put yourself out there today. I hope it brings you success 🀞

11.03.2025 22:06 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That was good fun!

20.02.2025 20:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thank you AJ, that was loads of fun

20.02.2025 20:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Friends of Good Software conference Friends of Good Software (FroGS) - Saturday 22 February 2025 1pm CET (open space)

🐸 The next Friends of Good Software #FroGSConf Open Space is this Saturday!

If FroGS means nothing to you, read frogsconf.nl. If you're already a fan, check that the schedule works for you at bit.ly/frogs-feb2025.

I hope you can make some time for it; it's better when you're there. πŸ’š

18.02.2025 07:01 β€” πŸ‘ 7    πŸ” 7    πŸ’¬ 0    πŸ“Œ 1

This is where I started a few weeks ago! Thank you @brackeys.com for this excellent tutorial. I completed it, and continued my learning by adding things on and slowly evolving it.

Having the assets pack to start me off made it so easy.

16.02.2025 23:08 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
How to make a Video Game - Godot Beginner Tutorial
YouTube video by Brackeys How to make a Video Game - Godot Beginner Tutorial

The graphics are from a pack from the @brackeys.com tutorial. The tutorial is the base of the game, I finished that and then evolved it from there.

youtu.be/LOhfqjmasi0?...

16.02.2025 23:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks. I figured out my mistake and fixed it this time. But I'll take a look at the link and see what more I can learn.

I'm still very new to Godot so it's all learning right now!

16.02.2025 22:33 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Full Snack Knight by fullsnackgamer Learning to make games on byte at a time

A small #bugfix today, and my first time editing on my Mac Air laptop vs my Windows Desktop. I love for flexible #godot is!

I fixed the stutter on the movement of the small platform, now using _process instead of _physics_process.

fullsnackgamer.itch.io/full-snack-k...

#devlog #gamedev

16.02.2025 21:30 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0

Sounds like a great time to lean on the community and set-up some coffee chats to bounce ideas off your friendly tester friends.

Glad to hear you're getting on well apart from the lone tester challenge.

16.02.2025 16:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

We should catch up Lee! It's been too long.

I'm up to all sorts of fun. Making games as a hobby, running new community events with MoT... Still working at Ada.

You?

15.02.2025 00:09 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Roses are Red
Testing is hard
So are poems
Quality

14.02.2025 17:43 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Preview
Software Testing Live: episode 01 - Breaking the bank Tune in to witness a live software testing session. Rahul joins Ben to explore the ParaBank practice app

Exciting things are happening.

Come watch Software Testing Live, Thursday the 20th of February, 6:30pm GMT (UK).

Episode 1: Break the bank, with @parwalrahul.bsky.social

www.ministryoftesting.com/events/softw...

12.02.2025 16:39 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Full Snack Knight #devlog #godot #gamedev
YouTube video by Full Snack Testing Full Snack Knight #devlog #godot #gamedev

It's been a few days, I've made a few updates:
- HTML5 export with touch buttons for mobile
- Add celebration on victory for collecting all coins
- Bug fixes to enemy collision

Gameplay video:
youtu.be/OzP6tMp_Ecw

Play the game:
fullsnackgamer.itch.io/full-snack-k...

#devlog #godot

12.02.2025 13:11 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Full Snack Knight by fullsnackgamer Learning to make games on byte at a time

Game Dev in #godot day 3.

Today:
- Disabled movement while dead
- Introduced a 2nd faster enemy slime
- Learned how to export for web and run locally
- Uploaded an early prototype to itch.io

Link:
fullsnackgamer.itch.io/full-snack-k...

09.02.2025 11:49 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Why You MUST Audit Open Source Tools Before Use
YouTube video by The Cyber Mentor Why You MUST Audit Open Source Tools Before Use

Great example of why you should audit tools before running them.

youtube.com/shorts/0SIGN...

08.02.2025 23:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Day two with Godot - Game Over!
YouTube video by Full Snack Testing Day two with Godot - Game Over!

Day two of game dev in #Godot, for fun and learning.

Today I:
- Introduced my kids to Godot
- Added lives and game-over
- Heads up display for lives and score
- Extended the game level

youtu.be/fhBccIiG148

08.02.2025 21:56 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
How to program in Godot - GDScript Tutorial
YouTube video by Brackeys How to program in Godot - GDScript Tutorial

And this one about GD Script

youtu.be/e1zJS31tr88?...

08.02.2025 10:12 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
How to make a Video Game - Godot Beginner Tutorial
YouTube video by Brackeys How to make a Video Game - Godot Beginner Tutorial

It's called Godot, it's a game engine with it's own language, GD Script that is similar to Python.

I followed these tutorials, it only took me about 3 hours to follow along, slowly.

youtu.be/LOhfqjmasi0?...

08.02.2025 10:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
I made a silly knight game in Godot!
YouTube video by Full Snack Testing I made a silly knight game in Godot!

youtu.be/GOFnTQGiA4o?...

07.02.2025 20:42 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I am, by job title, a Quality Engineer.

Before that, I have worked as a Test Engineer, Quality Manager and QA Engineer.

I do write code, but I've never had the role Developer.

I'm confident mine is not the only path into Quality Engineering, I know Dev's who would be great QEs.

29.01.2025 17:32 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Not all painters are artists, and not all artists paint. Some artists paint, and some painters make art.

People who do both, likely relate the two, and might miss that others do it differently.

Do, must all QEs first be Testers?

What if I asked, must all QEs, first be Devs?

29.01.2025 17:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks. Now let's see if I can make a habit out of it.

28.01.2025 09:50 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Image with a quote on a purple background. The text reads: 'Quality means being good enough. Very frequently, as junior testers, we'll think that quality means perfect, that there are no problems, and that's not the case.' β€” Callum Akehurst-Ryan. The image includes the Ministry of Testing logo with the text 'www.ministryoftesting.com/stec' and a certification badge in the bottom-right corner labeled 'MoT-STEC'.

Image with a quote on a purple background. The text reads: 'Quality means being good enough. Very frequently, as junior testers, we'll think that quality means perfect, that there are no problems, and that's not the case.' β€” Callum Akehurst-Ryan. The image includes the Ministry of Testing logo with the text 'www.ministryoftesting.com/stec' and a certification badge in the bottom-right corner labeled 'MoT-STEC'.

MoT Software Testing Essentials Certification is here.

28.01.2025 09:04 β€” πŸ‘ 5    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

Why? Why does my Mac Pro choose 9am to do a forced update, just when my meeting is about to start.

Not even a boring meeting, a knowledge sharing workshop with one of my Devs to get the team all able to run a service locally. Urg.

28.01.2025 09:03 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I had enough context. I could pick up this morning where I left off and make progress. Boom.

28.01.2025 09:02 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Win. Today I set a reminder for tomorrow morning to help me remember my context and continue with my work.

This helped me log off on time, instead of continuing because I was in a flow.

I'll let tomorrow me tell you if this worked.

27.01.2025 18:04 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@fullsnacktester.com is following 19 prominent accounts