In game design and development, juice is a term for the details that make the game visually interesting and exciting to interact with. Examples include screen shakes, subtle animations, music and sound effects, personality, etc. In the talk ‘Juice it or lose it’, Martin Jonasson and Petri Purho walk through making a rudimentary brick breaker game and adding juice to make it much more appealing.
-
Juice
Published
-
BLUF
Stands for ‘below the line up front’ as a way leading with the conclusion from a memo. This helps save the reader time when sending a communication to a wider distribution and raises ambient knowledge of the organization.
See also:
Published
-
UXR
User experience research (UXR) is a function that works with users and analyzing data to learn about and test ideas. This serves as a way to avoid common biases when building products and making decisions (e.g. confirmation bias, availability bias, etc) by talking to real people outside of an organization.
See also:
Published
-
Sapiens
A book by Yuval Noah Harari about the history of humans and how we got to where we are today.
Published
-
Developer Minded Users Over Value Building From Scratch
When given the option to start with something pre-built, developer minded users are skeptical they won’t have enough control over the implementation and run into a critical limitation or burden. This leads to the impulse to build using the lowest level control they can (e.g. API integration). However, it’s often the case that they under estimate the cost of building and maintaining their customized solution.
Examples:
- Building a checkout flow that converts well, is bug-free, supports methods users want to pay with, coupons, invite codes, prevents common user errors (e.g. address typos), etc. is actually quite a lot of work over a longer time horizon.
Published
-
Developer Minded
Users that think about your product in terms of how it will be used and what they need it to do. They imagine implementing the product and the downstream effects (like ongoing maintenance). Experience colors the developer-minded userβbad experiences in the past brings in additional decision criteria and expectations.
See also:
Published
-
Business Minded
Users that frame decisions by understanding cost, benefits, and want to buy solutions. They often use ROI as a mental model for whether or not to use a product or choose between providers. When choosing a technical solution they value speed of delivery and ongoing costs. They are more likely to choose ‘plug and play’ options they don’t have to imagine.
See also:
Published
-
Zettelkasten Is a Mind Map Where Nodes Are Notes
An easy way to explain a Zettelkasten system of taking notes would be to explain it as a mind map (connections between discrete concepts) combined with atomic notes (each note has a single topic). Rather than a node being a word or phrase as in a mind map, each node is a note.
See also:
- How to use Roam Research: a tool for metacognition from Ness Labs which makes this analogy to mind mapping.
- Heterarchical note taking
Published
-
Second Brain
A tools for networked thought that allows the user to offload a process into something external to themselves. This augments one’s ability to do certain kinds of tasks. For example, a zettelkasten offloads the collection off ideas and their connections into ‘off-brain’ storage that can be queried later thereby removing the need to memorize and retain accumulated knowledge.
Published
-
'Removed' Exhibit
A photography exhibit by Eric Pickersgill which shows people in their every day life looking at their phones, but with the phone removed from the image. The effect is an eerie feeling in seeing subjects stare blankly into their hands in what should amount to social situations.
Published
-
White Fragility
White people respond with outrage over any allegation, perceived or actual, of racism because they see racist as synononymous with bad people who hurt others. This narrow view contributes to being closed off to the idea of systemic racism because it allows white people to say it’s not them it’s bad people.
Not understanding socialization
White people don’t view race as an important characteristic of themselves and dismissive of the experience of people of color.
Individualism and objectivity contribute to this and make it difficult to acknowledge societal and systemic issues and tend to blame the individual for failures.
Individuality prevents reflection on group membership (e.g. rich/poor, young/old) and unearned advantages. Group membership conflicts with objectivity–we would need to acknowledge we don’t see the world objectively, but through a group’s cultural lens.
Published
-
Slate Star Codex
This note does not have a description yet.
Published
-
Illusory Self
In mindfulness, the practice of meditation aims to deconstruct the ego by observing thoughts and trying to notice where they originate. In so doing, the concept of self disappears as just another thought appearing in consciousness because everything arises in consciousness.
Published
-
Smart Programmer Fallacy
People tend to conflate the ability to write code and intelligence. Like any field however, there are smart programmers and there are dumb programmers. The ability to write code is orthogonal to intelligence. In that way, coding is more like literacy.
See also:
Published
-
Colonizing Mercury Is a Better Prospect Than Colonizing Mars
Mercury is a better option for colonization than Mars because of the abundance of solar and thermal energy and availability of water.
Mars has less available water and would require more reliance on nuclear energy because there is significantly less solar energy and heat. This would eventually require mining although Mars is believed to have less uranium than Earth. If energy is costly and natural resources are scarce, prospects of building a sustainable colony for a large group would be very challenging.
Published
-
80% of Slack Messages Are Dms
Most messages sent on Slack do not happen in public or private channels, but in DMs. This indicates a preference for 1:1 comminication given the option.
See also:
- Remote native companies should likely strive to have a much lower ratio of public to private conversations.
Published
-
Polymorphism
A way of expressing similar, but different objects. For example in object oriented programming you might have a
Vehicle
class that specifies a method tomove
and any method that operates on aVehicle
can call themove
method. However,move
might be implemented differently for classes that inheritVehicle
e.g. anAirplane
or aSubmarine
.
Published
-
Bitcoin and Ethereum Use the Same Amount of Electricity as the Country of Austria
A staggering amount of energy is used to power Bitcoin and Ethereum, the two largest blockchains. The energy required for a single transaction on Bitcoin is the equivalent of powering a two person household for three months.
See also:
- This comment which picks apart the argument that cost of transactions are the same as the banking industry if you factor in non-server costs
- Web3
Published
-
Oumuamua
An interstellar object that passed through our solar system in 2018. Researchers believe it to be solid chunk of hydrogen that was formed in a gas cloud 40MM years ago. However, if does not have the usual features of a comet (e.g. a coma) and it’s accelerating. An alternative explanation is that it’s extraterrestrial in origin.
Read Mystery of Interstellar Visitor βOumuamua Gets Trickier in Scientific American that discusses reasons why the hydrogen comet theory is in question.
See also:
Published
-
Karura
Uber drivers in Kenya call it ‘riding Karura’ when you use the app to match with a driver, cancel the ride, then paying the driver a pre-negotiated amount in cash.
The term comes from the nearby Karura forest which is a popular taxi pickup point. It also loosely means ‘law of the jungle’ where you do what you need to do to provide for yourself and family.
This is a form of disintermediation that cuts Uber out of the value chain so the driver can earn more take home pay per ride.
See also:
- This American Life 713: Made to Be Broken where they talk about rules that are broken for good and bad reasons.
Published
-
Disintermediation
This note does not have a description yet.
Published
-
Trust Models
Describes different systems that require reliance on others by plotting across two axesβhow many people need to behave correctly out of how many for the system to work.
Examples:
- 1 of 1 is the traditional centralized modelβyou rely on a single entity to behave well e.g. Google
- N of N every actor needs to act as expected for things to work
- N/2 of N is blockchain where the majority of miners are honest
- 1 of N is a load balancer with liveness checkingβonly 1 of many need to be operating as expected to work
- Few of N there are many actors and as a small fixed number act as expected
- 0 of N there is no reliance like checking hashes yourself for validity
See also:
- This article about trust models that explains the differences in a single chart
Published
-
Metacognition
How we think about thoughts is composed of metacognitive knowledge - our understanding of our thinking and learning, metacognitive regulation - strategies and practices that control our learning, and metacognitive experiences - thoughts and feelings while learning something.
See also:
- Tools for networked thought as an example of metacognitive regulation
- Journaling and note taking with org-roam as a tool for metacognition
- Research paper on metacognition
Published
-
Metta
Love and kindness meditation where you concentrate on visualizing someone you know being purely happy and reciting phrases to with them well. This practice uses the concentration on others to practice mindfulness (similar to focusing on the breath).
Published