Monday 24 August 2020

Kind of Problems

Smashed watch
There are so many issues at once that fixing one has no benefit unless you fix others too.
Leaky Pipe
Fixing one problem causes the others to intensify. If you plug up one leak in a pipe leaking in multiple places, that increases the water pressure causing the other spots to leak more.
Shark Laser
A proposed solution is not aiming at a meaningfully important problem, so it doesn’t matter how well you get it to work or how much you enhance it.
Oil Land
A big problem is so close to being solved that the benefits will accrue to whoever first bothers to put a little effort into it.
Lead to Gold
A problem is so hard that humans aren’t even close to being smart enough or technologically advanced enough to being able to solve it. We toil away pointlessly at trying to solve it.
Booby Trapped Garden
A problem is really hard to solve for reasons that are not at all apparent from the outside, leading to lots of attempts to solve it, all of them miserable failures.
Feature Creep
The problem keeps growing in scope. It cannot be solved because attempts to solve it keep increasing the definition of what the problem is considered to be.
Sleeping Horror
The problem is not that likely to happen, but if it does, it will be horrible. Nobody bothers to try to solve it because they assume it probably won’t happen, and plus, there are more immediately pressing concerns. The horror wakes up eventually.
Middle Court Shot
A problem could be solved pretty easily, but it falls between multiple people’s responsibilities. Hence nobody takes responsiblity for it, assuming someone else will do so.
Will-o'-the-wisp
A problem that nobody can solve because nobody understands what is causing it.
Tug of war
A problem for one group that can’t be solved without making another group substantially worse off.
PiƱata
A minor problem or non-existent problem that is promoted as a major problem for political benefit, or so as to distract from harder to solve bigger problems.
Too much salt
A problem that’s created by the solution used to solve another problem.
PlayPump
A problem created by well intentioned do-gooders due to naivety.
Death spiral
One problem created another problem which creates more problems leading to an unsolvable cluster of problems.
Loose Thread
A problem that would have been very easy to solve if it were worked on early isn’t solved because it seems too minor to worry about. It keeps getting worse and worse until it’s very costly to fix.
Sleeping Dog
A potential problem that only actually becomes a problem if you try to solve it.
Hated Equilibrium
A situation where most everyone is unhappy with the state of affairs, but no one can unilaterally make the situation better on their own. The parties can’t find a way to coordinate so that required actions occur simultaneously, so get stuck in the bad state
Moving the Ocean
A significant problem where the cost of solving it is so high that it’s not even worth solving.
Chesterton's Fence
Something that appears to be a problem was actually put there on purpose as the solution to a (now hard to spot) problem, and so is, in fact, not actually problem.
Demonic Problem
A problem that seems like it will wreck you if you make it your job to try to solve it, and you are absolutely correct. Yet for some reason you are tempted to try.
Ship of Theseus
A problem that is not real, and only seems real because of confusion or the complexity required to think about it clearly.
Scylla
A really awful problem whose solution is itself so bad that it’s only barely worth implementing.
Ocean of Pain
A problem so big that you can only hope to solve some tiny part of it, which demotivates people from even trying to do that.
Paper Straw
A problem that is only very slightly important, but it’s socially rewarded to pretend it is much more important than it is. Eventually some people may even forget they are pretending.
Toilet Crusade
A problem that is actually important, but it is so unsexy that almost nobody wants to try to tackle it.
Sophie’s Choice
A problem you are faced with where you will feel you’ve acted unethically or experience remorse no matter which option you choose.
Cursed Treasure
A problem such that whoever solves it will be punished, or suffer severe negative consequences.
Living Mummy
A problem such that, no matter how many times it is solved, it will eventually emerge again.
Drowning Child
A problem that you become morally obligated to try to solve as soon as you encounter it or witness it clearly enough.
Sinking Ship
A hard to solve problem that everyone avoids trying to solve for fear they will get dragged down with the ship (or blamed for it sinking).

References

Problem-Solving Techniques That Work For All Types of Challenges
https://www.spencergreenberg.com/2017/06/1514/

Friday 7 August 2020

Dabbling in Unity

So I decided to try some game programming in Unity1.

Unity is a crossplatform game engine with scripting in C#.

Now, as I cannot design graphical assets to save my life, I decided to buy some off the shelve ones, and free ones, and see how far I can get.

So, this blog post is basically for me, to remember what kind of things I used/needed or might possibly use/need.

Tutorials

ConceptArtEmpire - Best Unity 3D Game Design Tutorials & Video Courses For Beginners
https://conceptartempire.com/unity-3d-tutorials/

Graphical Assets

Unity Asset Store - Nature Starter Kit 2 (free)
https://assetstore.unity.com/packages/3d/environments/nature-starter-kit-2-52977
Unity Asset Store - RPG Medieval Kingdom Kit (see Beffio)
https://assetstore.unity.com/packages/3d/environments/fantasy/rpg-medieval-kingdom-kit-118468
Unity Asset Store - Bitgem (see BitGem)
https://assetstore.unity.com/publishers/1299
Unity Asset Store - Rocks and stones
https://assetstore.unity.com/packages/3d/environments/landscapes/rocks-and-stones-hand-painted-154735
Unity Asset Store - Modular Fantasy Town
https://assetstore.unity.com/packages/3d/environments/fantasy/modular-fantasy-town-90075
Beffio - Game Assets Development by Beffio
https://www.beffio.com/
BitGem - Low Poly 3D Models & Hand Painted Textures for Game Dev
https://shop.bitgem3d.com/
AZURE nature
https://assetstore.unity.com/packages/3d/environments/fantasy/azure-nature-167725

Plugins

Unity Asset Store - DoozyUI: Complete UI Management System
https://assetstore.unity.com/packages/tools/gui/doozyui-complete-ui-management-system-138361
Unity Asset Store - RPG & MMO UI 5
https://assetstore.unity.com/packages/2d/gui/rpg-mmo-ui-5-95223
Cinemachine (free)
https://unity.com/unity/features/editor/art-and-design/cinemachine

References

[1] Wikipedia - Unity
https://en.wikipedia.org/wiki/Unity_(game_engine)