Posts

Showing posts from July, 2019

How to cook veg burger using chicken nuggets!!

Want to know what confidence looks like? It's this reply from ChatGPT how do I cook veg burger using square pieces of chicken nuggets If you want to make a veg burger using square pieces of chicken nuggets, you can follow these steps: Ingredients: Veggie burger buns Square pieces of chicken nuggets Lettuce leaves Sliced tomatoes Sliced onions Cheese slices (optional) Mayonnaise or sauce of your choice Instructions: Preheat a pan or griddle over medium heat. Cook the square pieces of chicken nuggets according to the instructions on the packaging until they are hot and crispy. Slice the burger buns in half and toast them on the pan or griddle until lightly browned. Layer lettuce leaves, sliced tomatoes, and sliced onions on the bottom half of the burger buns. Place the cooked chicken nugget squares on top of the vegetables. Add cheese slices on top of the chicken nuggets if desired. Spread mayonnaise or sauce of your choice on the top half of the burger buns. Place the top half of th

Learning ProcessingJS, While Sketching Sudoku Puzzle

Image
Sudoku has been sort of "Hello World" for me, whenever I sat down to learn a new computer language or framework. This lead to various versions of "Sudoku Tutor" that I developed using Excel (yes, that Microsoft one!), VBScript, vanilla Javascript, JQuery, Chrome App framework and so on.  When I drew first Sudoku using Canvas element in HTML, it didn't impress me. The code I had to write was much complicated then any others I had previously written. Then I found ProcessingJS on Khan Academy . It made working with Canvas much simpler and soon I could prepare printable Sudoku, Kakuro, Loop-the-Loop and Hitori puzzles. That was in 2015. Back to present... I decided to sit again relearning ProcessingJS sans Khan Academy, and develop Sudoku player to play on mobile phone. The result, as of now, is something that you can see in video at bottom where I solved 2 Sudoku, 2 Loops and one each of Kakuro and Hitori in around 35 minutes. We will start with a plain ske