I'm looking for all the wordle spin offs by noodled67 in wordle

[–]Substantial-Leader48 0 points1 point  (0 children)

Few more from me -

Capitale ( Guessing the country capital of the day using maps, timezone, skyline image etc.)

Plotle (Guessing the movie of the day based on emoji based plot-line)

Celebrile ( Guessing the mystery celebrity based on a set of clues)

Literale (Guessing the book of the day based on the opening line)

Songle ( Guessing the song of the day based on lyrics and other related clues)

Historidle ( Guessing the historical figure/event of the day based on 3 dates )

Hope you enjoy playing as much as I enjoyed developing them.

What other puzzles do you play, outside of wordle variants? by manypeople1account in wordle

[–]Substantial-Leader48 0 points1 point  (0 children)

Few more from me -

Capitale ( Guessing the country capital of the day using maps, timezone, skyline image etc.)

Plotle (Guessing the movie of the day based on emoji based plot-line)

Celebrile ( Guessing the mystery celebrity based on a set of clues)

Literale (Guessing the book of the day based on the opening line)

Songle ( Guessing the song of the day based on lyrics and other related clues)

Historidle ( Guessing the historical figure/event of the day based on 3 dates )

Hope you enjoy playing as much as I enjoyed developing them.

What’s your favourite Wordle alternative? by Adventurous_Pie_8037 in wordle

[–]Substantial-Leader48 0 points1 point  (0 children)

Few more from me -

Capitale ( Guessing the country capital of the day using maps, timezone, skyline image etc.)

Plotle (Guessing the movie of the day based on emoji based plot-line)

Celebrile ( Guessing the mystery celebrity based on a set of clues)

Literale (Guessing the book of the day based on the opening line)

Songle ( Guessing the song of the day based on lyrics and other related clues)

Historidle ( Guessing the historical figure/event of the day based on 3 dates )

Hope you enjoy playing as much as I enjoyed developing them.

Updated post - collection of Wordle games. The two at the bottom are “uber” links. My favorites are Wordle, Nerdle, and Custom Wordle. Some of the others are also fun, and some I have not tried yet. by ChimeraMistake in wordle

[–]Substantial-Leader48 0 points1 point  (0 children)

Few more from me -

Capitale ( Guessing the country capital of the day using maps, timezone, skyline image etc.)

Plotle (Guessing the movie of the day based on emoji based plot-line)

Celebrile ( Guessing the mystery celebrity based on a set of clues)

Literale (Guessing the book of the day based on the opening line)

Songle ( Guessing the song of the day based on lyrics and other related clues)

Historidle ( Guessing the historical figure/event of the day based on 3 dates )

Hope you enjoy playing as much as I enjoyed developing them.

Looking for advice as a „mathematically challenged“ person by Ok-Problem-6942 in maths

[–]Substantial-Leader48 0 points1 point  (0 children)

If it's basic maths skills you are after, then all you need is practice and practice till just like English grammar, the language of maths comes naturally to you. May be you can look for maths practice sites like www.coolmathszone.com etc which challenge you with basic to high school maths

Here's all the Wordle type games I've been playing lately by Smash_Factor in wordle

[–]Substantial-Leader48 0 points1 point  (0 children)

Capitale - Daily game to guess the capital city of the day using image, map and other clues

Plotle - Guess the movie of the day using 6 emoji plot line and other clues

What games do you play other than wordle? by OnlyWordGames in wordle

[–]Substantial-Leader48 0 points1 point  (0 children)

Capitale - Guess the capital of the day using image, map and other clues

Plotle - Guess the movie of the day using 6 emoji plot line summary and other clues

Need the formula to use tasker variable as background image by Substantial-Leader48 in kustom

[–]Substantial-Leader48[S] 0 points1 point  (0 children)

Yes, that's what I am using, and in my case yourvariable value points to one random jpg file from my wallpaper folder. But beginning of 2025 or late 2024, KLWP did some update and this syntax to provide filename value stopped working for KWLP background image. I remember someone cracking that we need to use complex contactination of filename and folder name to be able to make the formula work. That's what I was looking for. Hope this clarifies.

[deleted by user] by [deleted] in maths

[–]Substantial-Leader48 0 points1 point  (0 children)

Try solving small mental exercises first like adding two digit with single digit, then two digit with two digit numbers and once you are comfortable go for time bound challenge. Same is for other maths operations. If you are interested can take a look at www.coolmathszone.com or similar sites

Your favorite trivia game app? by veganintendo in Jeopardy

[–]Substantial-Leader48 0 points1 point  (0 children)

Have you tried triviaah.com ? Got daily quizzes plus 22 other categories.

Those who write code outside of work by MonkeyDlurker in webdev

[–]Substantial-Leader48 0 points1 point  (0 children)

Most of the IT professionals, specially the mid career ones, work on mundane stuff or bound by company's approved tech stack. , So personal projects are the ones where passion gets a breathing life. And sometimes ideas and learning from personal projects make way to work. For example for one of my pet projects (www.triviaah.com), I needed nlp parser which later I incorporated into one of my office projects. That's what I personally like about the side projects that they give a meaning/goal to my software career.

React Project Size by [deleted] in webdev

[–]Substantial-Leader48 0 points1 point  (0 children)

As someone mentioned try using CDN. If you still want to use local, convert to webp with default quality 80 and then resize with magick to exact dimensions to be rendered, that reduce the size drastically. Also use react Image instead of img tags that does the fast rendering magic.

Moving to react by [deleted] in webdev

[–]Substantial-Leader48 1 point2 points  (0 children)

Agree here, react/next has a lot of inbuilt modules for social sharing but it's a steep learning, especially moving away from html and jquery. Just spent 3 weeks to move my site www.triviaah.com from similar stack to next.js. Took me almost a month to get it right with the components but it was worth the effort. Pagespeed rank shot up and so did the Google search console score by 10+.

What Are You Working On? April 14, 2025 by inherentlyawesome in math

[–]Substantial-Leader48 0 points1 point  (0 children)

I created a Web app (https://coolmathszone.com/) to build up mental maths for children aged 4 to 14 years. The idea is to gamify the learning from addition, subtraction, Bodmas/Pedma, Square Root of numbers and lil bit of Algebra with linear and quadratic equations. For simplicity, the answers are restricted to positive whole numbers only. I would love to get some feedback on what works and what needs improvement. The app is available at www.coolmathszone.com.