TwFs by Tag
Feedback
Here is a task!

Feedback
Here is some feedback

Compare and contrast accuracy and objectivity in journalism.
Feedback
Differences
| Feature | Accuracy | Objectivity |
|---|---|---|
| Definition | Correctness and precision of information | Fairness and impartiality in presenting information |
| Focus | Facts, details, data | Reporter’s approach and tone |
| Importance | Ensures reliable information | Ensures unbiased information |
| Relationship | Both crucial for ethical journalism | |
| Contrast | Deals with factual correctness | Deals with impartiality and neutrality |
| Example (just this) | Factually correct report with biased framing | Balanced report with incorrect facts |
Similarities
Crucial for credible journalism: Both are needed to ensure trust and respect from an audience who knows how to evaluate credible journalism.
Informed Public: Both are needed for a well informed public.
Effortful: Both require editing, fact check, caring, and so on.
Ethical: Both are essential elements of ethical practice by journalists.
Summary
Accuracy ensures factual correctness; Objectivity ensures fairness and neutrality — both are distinct but essential qualities.
A report can be accurate yet biased, or objective yet factually incorrect, showing the need for both.
Together, they uphold ethical journalism, foster public trust, and support an informed society.
What is fact checking?
Feedback
Fact-checking is a method for determining if information is true or accurate by taking the following actions:
- Verifying claims
- Considering different perspectives fairly
- Identifying methods used to introduce or exaggerate bias.
What is engineering?
Feedback
Engineering is the process of developing technology products.
Analysis
- Process
- A process is a method or set of steps for accomplishing something.
- Technology Product
- A technology product is a good or service whose development is enhanced by the application of math, science, computer programming, technology and so forth. Examples: Rockets, mobile phones, highways, bridges, manufacturing plants, nuclear reactors, medical devices of all kinds, cars, trucks, and so forth.
- Development
- Development refers to actions that advance a product: invention, design, research, testing, prototyping, building math models, improving, application, and so on.
What is an argument?
Feedback
An argument is a set of statements that includes a conclusion and one or more premises intended to support or justify the conclusion.
Create a file called journal.txt with at least five instances of the word “todo.” Then, replace instances of the whole word “todo” with “TODO:”
Feedback
Use :%s/\<todo\>/TODO:/g
• :%s → substitute across all lines
• < > → match whole word boundaries
• g → apply change globally on each line
💡 Bonus tip: If you want to confirm each replacement, use c at the end:
:%s/\<todo\>/TODO:/gc
Describe the common modes in vim.
Feedback
Normal mode – For navigating and issuing commands.
Insert mode – For editing text.
Visual mode – For selecting blocks of text and issuing associated commands.
Command-line mode – For entering commands like :w, :q, and :s/foo/bar/g.
List the main things you can do with Vim.
Feedback
- Work in different modes (Normal, Insert, Visual, Command-line).
- move around efficiently
- edit text
- highlight text (in Visual mode)
- search or search and replace
- explore a directory (using
:Exor plugins) - copy, cut (delete), and paste text (using registers)
- undo and redo changes
- save (
:w) and exit (:q,:wq,:q!) - work with multiple files and buffers
- use tabs and windows to manage multiple views
- record and play macros for repetitive tasks
- file management: create new, delete, search, …
- use registers to store and retrieve text
- customize your environment (key mappings, options, syntax highlighting)
- run shell commands from within Vim
- leverage a vast ecosystem of plugins to extend functionality.
- use powerful text objects and motions for precise editing
- navigate and refer to specific line numbers.
- utilize auto-completion for words and filenames.
What is a proposition?
Feedback
A proposition is a statement that is either true or false. That is, it has a truth value.
Explain how to color foreground text in vim in the terminal.
Feedback
In brief, use three ways:
ctermfg=blue: color namectermfg=123: ANSI color codectermfg=#FF229A: hex color code (e.g., #RRGGBB)
What is a mode in vim?
Feedback
A mode is a setting that determines what happens when your press various keys or key combinations.
Example: In normal mode, pressing the “j” key causes the cursor to move down one line. In insert mode, pressing the “j” key inserts the “j” character.
Vim is a modal editor; this means that the the meaning of the keystrokes changes depending on the mode that you are in.
The most common modes in Vim are normal, insert, command, and visual.
How can you tell if a news article follows journalistic ethics? In priority order, what are the most important things to look for?
Feedback
Determining whether a news article follows journalistic ethics requires a critical assessment of several factors. Here’s a priority order of the most important things to look for:
Accuracy and Factual Reporting: The most crucial element of ethical journalism is accuracy. Ensure that the article presents verifiable and well-sourced facts. Look for multiple sources and cross-references, and check if the information is consistent with established facts.
Objectivity and Impartiality: Ethical journalism should strive to provide a balanced perspective without bias or personal opinion. Check for signs of sensationalism, editorializing, or slant in language, and assess whether different viewpoints are represented fairly.
Transparency and Attribution: Verify that the article clearly cites its sources and provides proper attribution for quotes, statistics, and data. Transparency about the sources used is a key component of journalistic ethics.
Independence and Freedom from Influence: Investigate whether the news outlet or journalist appears to be influenced by political, corporate, or other external interests. Ethical journalism should maintain independence from such influences.
Contextual Reporting: Assess whether the article provides sufficient context to help readers understand the broader picture. Lack of context can distort the meaning of a story and lead to misinterpretation.
Verification and Fact-Checking: Ethical journalism involves rigorous fact-checking and verification of information before publication. Look for signs that the article has undergone thorough editorial scrutiny.
Ethical Sourcing and Privacy: Ensure that the article respects the privacy and dignity of individuals mentioned, especially in sensitive or controversial stories. Consider whether the information was obtained ethically and legally.
Corrections and Accountability: Check if the news outlet is willing to acknowledge and correct errors promptly when they are discovered. Ethical journalism holds itself accountable for mistakes.
Editorial Independence: Assess whether the news outlet maintains editorial independence and safeguards its journalists’ freedom to report on issues of public interest without undue interference.
Diversity and Inclusivity: Ethical journalism should reflect the diversity of perspectives and voices in society. Consider whether the article includes a range of viewpoints and avoids discrimination or stereotypes.
Sensitivity and Responsible Reporting: Ethical journalism should exercise care and sensitivity when reporting on topics such as tragedy, crime, or vulnerable individuals. It should avoid sensationalism and prioritize the well-being of those affected.
Plagiarism and Copyright Compliance: Ensure that the article does not plagiarize content from other sources and respects copyright laws by obtaining permission or providing proper attribution.
Disclosure of Conflicts of Interest: Investigate whether the journalist or news outlet discloses any potential conflicts of interest that could influence their reporting.
Editorial Guidelines and Codes of Ethics: Many reputable news organizations have established editorial guidelines and codes of ethics that their journalists follow. Familiarize yourself with these guidelines, if available, and check if the article adheres to them.
Public Accountability and Feedback Mechanisms: Ethical news outlets should have mechanisms for receiving and addressing public feedback and complaints about their reporting.
It’s important to approach news articles with a critical and discerning eye, and to consider multiple sources and viewpoints to get a more well-rounded understanding of a topic. No single factor alone can guarantee the ethical quality of an article, so it’s best to evaluate articles holistically by considering these criteria.
What is a conspiracy theory?
Feedback
A conspiracy theory is a belief or claim that secretive groups covertly work towards harmful goals, typically unsupported by sufficient evidence.
Note: It would be better to say “conspiracy hypothesis” because a conspiracy theory represents someone’s “educated guess” at the cause of something. In general, theory is used to describe a conclusion that has massive evidence and justification to support it. However, the term “conspiracy theory” is the common usage.
Calculate the number of moles and molecules in 10 grams of water.
Feedback
Conclusion: There are approximately 0.556 moles, or 3.35 × 1023 molecules, in 10 grams of water. The reasoning follows below.
Step 1: Calculate the Number of Moles
The molar mass of water (H₂O) is about 18.015 g/mol. This value is obtained from the atomic masses of hydrogen (approximately 1.008 g/mol) and oxygen (approximately 16.00 g/mol):
2 hydrogen atoms: 2 × 1.008, g/mol = 2.016, g/mol
1 oxygen atom: 16.00, g/mol
Thus, the molar mass of water is:
2.016 g/mol + 16.00 g/mol = 18.016 g/mol
However, for simplicity, we often use 18.015 g/mol.
Using the formula to find the number of moles:
$$\text{Number of moles} = \frac{\text{Mass of the substance}}{\text{Molar mass}}$$
we calculate:
$$\text{Number of moles} = \frac{10 , \text{g}}{18.015 , \text{g/mol}} \approx 0.556 , \text{moles}$$
Step 2: Calculate the Number of Molecules
To determine the number of molecules, we use Avogadro’s number, which is approximately 6.022 × 1023 molecules per mole.
Number of molecules = Number of moles × 6.022 × 1023 molecules/mol
This gives us:
Number of molecules = 0.556, moles × 6.022 × 1023, molecules/mol ≈ 3.35 × 1023 molecules
Therefore, 10 grams of water contains approximately 0.556 moles and 3.35 × 1023 molecules.
What are the primary dimensions of power?
Feedback
Claim: Mass times length squared divided by time cubed: [M L^2 / T^3]
Reasoning
- Power has dimensions: [P] = [F L / T]
- Force has dimensions: [F] = [M L / T^2]
- Substitude 2 into 1.
- Therefore, [P] = [M L^2 / T^3]
Define acumen.
Feedback
Definition: the ability to make good judgments and quick decisions, typically in a particular domain.
Examples
- Her business acumen led the company to new heights.
- He demonstrated remarkable acumen in negotiating the deal.
- With her political acumen, she quickly rose through the ranks.
What is a regex?
Feedback
A regex is short for “regular expression,” and both terms mean the same thing.
A regular expression is a pattern of characters used to search, match, or modify text.
Example: The regex [\w\.-]+@[\w\.-]+\.\w+ will find all
email addresses in a block of text.
List the primary dimensions.
Feedback
Brief
There are 7 primary dimensions: mass, length, time, amount of matter (moles), luminosity, temperature, and current.
Details
- Mass: A measure of how much matter is in an object, expressed in mass units (kg).
- Length: A measure of distance or spatial extent, expressed in meters (m).
- Time: The continuous progression of existence and events, measured in seconds (s).
- Amount of Matter: A measure of the quantity of substance, expressed in moles (mol).
- Luminosity: A measure of the amount of light emitted by a source, expressed in candela (cd).
- Temperature: A measure of the thermal energy of particles in a substance, expressed in kelvin (K).
- Current: A measure of the flow of electric charge, expressed in amperes (A).
What is a primary dimension?
Feedback
Brief
A dimension is something that can be measured in order to quantify a physical parameter such as energy, voltage, or force, or mass flow rate.
A primary dimension is a dimension that is not derivable from other dimensions. All dimensions can be built from a set of 7 primary dimensions.
Details
(from Gemini AI)
A primary dimension, also known as a basic or fundamental dimension, is one of the independent dimensions in a system of measurement.1 These dimensions are considered fundamental because they are not derivable from other dimensions. All other physical quantities and their associated dimensions can be expressed as combinations of these primary dimensions.
Think of them as the basic building blocks for describing the physical world in a measurable way. Just like you can combine basic colors to create a wide range of other colors, you can combine primary dimensions to describe more complex quantities.
There are seven primary dimensions recognized by the International System of Units (SI), which is the most widely used system of units:
- Mass (M): Represents the amount of matter in an object.
- Length (L): Represents spatial extent.4
- Time (T): Represents duration.5
- Amount of matter (N): Represents the number of entities (like atoms or molecules) in a sample, measured in moles.
- Luminosity (J): Represents the power emitted by a light source.
- Temperature (Θ): Represents the degree of hotness or coldness of a substance.
- Electric current (I): Represents the rate of flow of electric charge.6
These primary dimensions form the foundation for understanding and quantifying physical phenomena. They are essential for dimensional analysis, which is a powerful tool used in science and engineering to check the consistency of equations and to derive relationships between physical quantities.
What is Dimensional Homogeneity?
Feedback
In Brief: Dimensional homogeneity is the principle that in any valid physical equation, all terms must have the same dimensions (or units).
For example, in the equation F = ma, both terms F and ma have the same dimensions, which is [ML/T2], or the same units, such as newtons.
What is the molar mass?
Feedback
Molar mass is the mass, in grams, of one mole of particles, such as atoms or molecules.
Define prolix.
Feedback
Definition: Using or containing too many words; tediously lengthy.
🗣️
Examples
- The author’s prolix style made the novel difficult to read.
- His prolix explanation confused more than it clarified.
- Despite the prolix speech, the main points were still unclear.
Define nadir.
Feedback
Definition: the lowest or most unsuccessful point in a situation
Examples
- After losing her job and going through a difficult breakup, she felt like she had reached the nadir of her life.
- The company hit its nadir when sales dropped to an all-time low last quarter.
- The patient’s health reached its nadir before the new treatment started to show results.
Define dogmatic.
Feedback
Definition: inclined to lay down principles as incontrovertibly true, without consideration of evidence or the opinions of others
Examples
- The professor presented his theories in a dogmatic manner, leaving no room for alternative interpretations.
- She was criticized for her dogmatic approach to management, which often stifled creativity in her team.
- Despite evidence to the contrary, he remained dogmatic in his beliefs about the benefits of the diet.
Define prolix.
Feedback
Definition: using or containing too many words; tediously lengthy.
Examples
- The prolix speech left the audience feeling drowsy and uninterested.
- Her prolix writing style made the article difficult to follow.
- Despite its prolix nature, the book offered insightful analysis.
Define analysis.
Feedback
Definition: A detailed examination of the elements or structure of something.
Examples
- The analysis of the data revealed significant trends.
- Her analysis of the poem offered new insights.
- We need a thorough analysis of the situation to make an informed decision.
Define anodyne.
Feedback
Definition: Serving to alleviate pain or soothe discomfort; often used to describe something inoffensive or bland.
Examples
- The therapist’s anodyne words helped calm the patient.
- The anodyne music played softly in the background, creating a soothing ambiance.
- His anodyne comments during the meeting avoided any potential controversy.
Define arrant.
Feedback
Definition: complete and utter, often used to emphasize something negative or bad
Examples
- The claim was dismissed as arrant nonsense.
- He is an arrant fool for trusting her again.
- The project was deemed an arrant failure by the critics.
Define benighted.
Feedback
Definition: Lacking understanding or knowledge.
Examples
- The travelers found themselves benighted and lost in the unfamiliar landscape.
- Her benighted views on modern science were the result of never attending school.
- During their journey, they stumbled across a benighted village that was untouched by time.
Define churlish.
Feedback
Definition: rude in a mean-spirited and surly way
Examples
- The churlish behavior during the meeting annoyed everyone.
- Despite his wealth, his churlish attitude made him unpopular.
- She couldn’t understand why he was being so churlish despite their previous pleasant interactions.
Define desultatory.
Feedback
Definition: lacking a plan, purpose, or enthusiasm
Examples
- His desultory efforts in preparing for the exam did not yield good results.
- The conversation at the party was desultory, with topics ranging randomly from politics to pets.
- She made a few desultory remarks about the weather before changing the subject entirely.
Define logic.
Feedback
Logic is a set of methods, each of which uses facts to figure out the decision that maximizes the likelihood of being the “best decision.”
Describe compare and contrast.
Feedback
In Brief
What: Finding similarities and differences between two ideas, two things, two actions, or whatever.
- Examples: Compare and contrast.
- weight and mass
- electric-vehicles and fossil-fuel-vehicles
- apples and oranges
- power and energy
- Rationale
- Useful for learning
- Useful for seeing patterns
- How: List the similarities. List the differences using various means
- Tables
- Lists
- Venn Diagrams
- When
- When two things, like weight and mass, seem like the same thing
- When you want to see how two things differ
: concepts, ideas, actions, theories, things,
Why: Super useful for learning, teaching, decision making, figuring out, explaining, and similar. Helps you understand things that are easily mixed up.
How?: Many methods: venn diagram, tables, lists, etc.
When?: Whenever comparing two things that seem similar.
More Details (from ChatGPT)
Comparing and contrasting are fundamental processes of analyzing and evaluating similarities and differences between two or more things, ideas, concepts, or entities. These processes help individuals gain a deeper understanding of the subject matter and make informed decisions. Let’s break down the what, why, how, and when of comparing and contrasting:
- What:
- Comparing: It involves identifying similarities or commonalities between two or more items or ideas. It highlights the shared characteristics or features.
- Contrasting: This process focuses on identifying differences or distinctions between the same items or ideas. It emphasizes what sets them apart.
- Why:
- To understand better: Comparing and contrasting help individuals gain a clearer and more comprehensive understanding of the subject matter by highlighting its various facets.
- To make informed decisions: It assists in decision-making by providing a basis for evaluating options and choosing the most suitable one.
- To facilitate learning: In education, comparing and contrasting are often used as teaching tools to help students grasp complex concepts and develop critical thinking skills.
- To solve problems: Analyzing similarities and differences can be instrumental in problem-solving, as it aids in identifying solutions or alternative approaches.
- How:
- Identify the subjects of comparison/contrast: Determine what you want to compare or contrast. This could be objects, ideas, concepts, individuals, etc.
- Establish criteria: Decide on the specific criteria or aspects you will focus on when making comparisons or contrasts. These criteria depend on the context and purpose.
- Gather information: Collect relevant information or data about each subject being compared or contrasted.
- Create a structure: Organize your comparison or contrast in a clear and logical manner, using methods such as lists, tables, Venn diagrams, or paragraphs.
- Analyze and interpret: Examine the collected information and draw conclusions about the similarities and differences.
- Provide evidence: Support your comparisons and contrasts with evidence or examples to make your analysis more convincing.
- When:
- Academically: Comparing and contrasting are commonly used in essays, research papers, and presentations to analyze literature, historical events, scientific theories, and more.
- Decision-making: When faced with choices, individuals often use this approach to weigh the pros and cons of different options.
- Problem-solving: It is employed to identify solutions or approaches to address issues or challenges.
- Critical thinking: As a mental exercise, comparing and contrasting can be practiced regularly to enhance one’s critical thinking skills.
In summary, comparing and contrasting are valuable tools for gaining insights, making decisions, solving problems, and developing critical thinking skills. They are used across various contexts to explore and analyze the similarities and differences between different subjects, leading to a deeper understanding and informed choices.
Define disinformation.
Feedback
Definition: False information deliberately spread to deceive people.
Examples
- The government warned about the surge of disinformation online.
- Journalists strive to fight disinformation by verifying facts before publication.
- Social media platforms have taken steps to curb the spread of disinformation.
Define ennui.
Feedback
Definition: a feeling of listlessness and dissatisfaction arising from a lack of occupation or excitement
Examples
- After weeks of doing nothing during the summer holidays, Jacob felt a deep sense of ennui.
- The relentless monotony of his daily routine brought about a pervasive ennui he found hard to shake off.
- As the meeting dragged on for hours, ennui settled over the room like a heavy fog.
Define exigent.
Feedback
Definition: requiring immediate attention or action
Examples
- The exigent circumstances of the emergency required prompt action by the staff.
- The manager faced exigent demands from the clients and had to prioritize their needs.
- Due to an exigent situation, the company had to expedite its decision-making process.
Define fatuous.
Feedback
Definition: silly and pointless.
Examples
- The comedian made a fatuous comment that didn’t amuse the audience.
- His fatuous behavior at the meeting cost him the respect of his colleagues.
- She ignored his fatuous remarks and continued with her presentation.
Define gauche.
Feedback
Definition: lacking ease or grace; unsophisticated and socially awkward
Examples
- His comments at the dinner party were considered gauche and made everyone uncomfortable.
- She felt gauche at her first fancy gala, unsure of the etiquette.
- His gauche mannerisms often made it difficult for him to fit in at work.
Define maleficent.
Feedback
Definition: causing harm or destruction, especially by supernatural means
Examples
- The witch cast a maleficent spell over the village.
- His intentions were maleficent, aiming to ruin her reputation.
- The forest was said to be home to maleficent spirits.
Define oeuvre.
Feedback
Definition: the complete works or comprehensive creative output of an artist, writer, or composer.
Examples
- The museum will be exhibiting the entire oeuvre of the famous painter.
- Critics often discuss the director’s oeuvre when analyzing his latest film.
- Her literary oeuvre spans several decades and includes numerous bestsellers.
What does “news” mean?
Feedback
The News refers to information about
How can you delete all open buffers in Vim?
Feedback
Use the command:
:bufdo bd
Define perfidy.
Feedback
Definition: deceitfulness; untrustworthiness.
Examples
- The spy was known for his perfidy, betraying his own country.
- Her act of perfidy shattered their friendship beyond repair.
- The perfidy in his actions led to a loss of trust within the team.
Define sanctimonious.
Feedback
Definition: Making a show of being morally superior to other people.
Examples
- His sanctimonious attitude made him few friends.
- She was tired of his sanctimonious sermons about how to live.
- The politician’s sanctimonious speech was full of hypocrisy.
Define sine qua non.
Feedback
Definition: An essential condition, element, or factor; something that is absolutely necessary or indispensable.
Examples
- Honesty is the sine qua non of a good relationship.
- In today’s digital age, internet access has become a sine qua non for education.
- Trust is the sine qua non of a successful business partnership.
Define solicitous.
Feedback
Definition: characterized by showing concern or care; attentive.
Examples
- She was always solicitous about the welfare of her students.
- He had a solicitous expression as he helped his grandmother up the stairs.
- The solicitous waiter made sure we had everything we needed during our meal.
Define synthesis.
Feedback
Definition: The combination of components or elements to form a connected whole.
Examples
- The scientist’s synthesis of new data led to a breakthrough in the research.
- Musicians thrive on the synthesis of different genres to create unique sounds.
- Her essay showcased a synthesis of various philosophical perspectives.
Define trenchant.
Feedback
Definition: sharp, keen, or incisive in expression or style
Examples
- Her trenchant remarks cut through the lengthy debate, bringing the discussion to a quick conclusion.
- The trenchant analysis of the book gave readers a new perspective on the theme.
- He has a trenchant wit that can captivate an audience instantly.
Define urbane.
Feedback
Definition: notably polite or polished in manner
Examples
- The diplomat’s urbane demeanor made negotiations smooth and successful.
- He held the door with an urbane gesture, impressing those around him.
- Her urbane wit captivated the audience at the gala.
What is critical thinking?
Feedback
CT is a subject that equips an actor (person or group) to consistently do three things:
Make the best decisions.
Find truth; that is, have an accurate view of reality.
Justify their conclusions, aka claims, recommendations, opinions, and so on.
Explain how to do critical thinking.
Feedback
Resource: See How to Apply Critical Thinking (CT).
Purpose: Make it your purpose to find truth or figure out the best action to take.
Iteration: While the quality of your decision is improving, take the following actions.
Key Question: ID the most useful thing to make a decision about. Frame this as a simple question.
Research: Get good information for answering the key question. Good info meets seven criteria: super-useful, true, accurate, justified, easy-to-understand, well-organized, and justified.
Logic: For your context, figure out the best method for using facts to reveal truth. Skillfully apply this method.
Argument: Present your findings in the way that best communicates with your target audience. The two essential parts are:
Conclusion. State the answer to the key question.
Reasoning. Give the reasons why you or anyone else should agree with your conclusion.
Improvement: As appropriate, figure out way to improve the quality of your decision, and take these steps.
Define an autocommand in Vim.
Feedback
An autocommand is code that looks for events (such as entering a buffer, saving a file, or leaving insert mode) and takes actions in response.
Examples of autocommand use:
- Save a file when the user switches from insert mode to normal mode.
- Highlight trailing whitespace when opening a file.
- Automatically set filetype settings when opening certain file extensions.
Example Vim autocommand syntax:
" Save file on leaving insert mode
autocmd InsertLeave * write
" Highlight trailing whitespace
autocmd BufRead,BufNewFile * match ErrorMsg '\s\+$'
" Set filetype to markdown for .md files
autocmd BufRead,BufNewFile *.md set filetype=markdown
What is a keybinding?
Feedback
A keybinding in Vim is a shortcut that associates a specific key or combination of keys with a desired action; that is, a command or sequence of commands.
Examples
| Key(s) | Action |
|---|---|
<space>t |
Open a terminal window in a split. |
<C-l> |
Jump back to a misspelled word to fix it. |
dd |
Delete the current line. |
yy |
Yank (copy) the current line. |
p |
Paste the most recently yanked or deleted line below the cursor. |
You can use Vim’s keybindings or define your own.
Keybindings enhance productivity and reduce cognitive overload.
Is a warranted predisposition a bias?
Feedback
Conclusion: No.
Reasoning:
Definitions:
- Predisposition: A tendency to act in a certain way.
- Bias: A predisposition that results in unfairness, distortion, or systematic error.
- Warranted: Justified with good reasons or evidence.
Bias is typically a warrantless or unjustified predisposition—something that distorts thinking, judgment, or decision-making.
If a predisposition is based on solid evidence, reasoning, or experience, it’s better described as a justified belief.
A justified belief is valuable. Example: A doctor is predisposed to test for malaria in patients returning from sub-Saharan Africa because malaria is common there. This isn’t a bias—it’s a justified belief.
Summary: A warranted predisposition is not a bias. Bias implies error or unfairness. A justified predisposition is generally a strength—an efficient guide to action based on evidence.
What is a regular expression?
Feedback
A regular expression (regex) is a sequence of characters that defines a search pattern for matching, finding, or manipulating text.
For example, the regex \d+ applied to “Order 1239 and
45” will match one or more digits. It will return
['1239', '45'].
Define news.
Feedback
News refers to current information about {recent events, trends, people, weather, etc} that are public interest.
- Analysis (3 main element)
- Current information
- About events, trends, people etc.
- Relevant to the public.
Why learn how to use regexes (regular expressions)?
Feedback
Learning regexes takes time because they are abstract and complicated. Therefore, there must be strong reasons to justify why the effort to learn them is worthwhile.
Regexes are powerful tools for working with text. They allow you to:
- Find all text that matches a specific pattern (e.g., all email addresses in a document).
- Replace or modify text that matches a given pattern (e.g., reformatting phone numbers).
- Validate input (e.g., ensuring a password meets certain rules).
Regexes save massive amounts of time. Instead of writing dozens of lines of code to process text, a single regex can often accomplish the task. This makes your code faster to write, easier to maintain, and more efficient.
Regexes are a fundamental coding skill. They are widely used in:
- Programming languages (Python, JavaScript, etc.).
- Command-line tools (grep, sed).
- Text editors (VS Code, Sublime, Vim).
- Data analysis and web scraping.
Regexes are worth the effort. While they take a little time to learn, they pay off by giving you the ability to solve complex text-processing problems quickly and with minimal code.
Wow Factor Examples
Note: AI generated. I have not validated these yet.
Extract all email addresses from a large document:
[\w\.-]+@[\w\.-]+\.\w+Find all dates in formats like
2025-07-27or07/27/2025:\b\d{4}-\d{2}-\d{2}\b|\b\d{2}/\d{2}/\d{4}\bValidate strong passwords (8+ characters with at least 1 uppercase, 1 lowercase, 1 number):
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{8,}$
How do skilled coders use regexes?
Feedback
Applications involve three steps.
- Define your regex (the search pattern)
- Choose the helper function from the re module that does what you want.
- Write code that does what you want.
Example: Finding all emails in text.
import re
# 1. Define a regex that matches email address.
regex = r"[\w\.-]+@[\w\.-]+\.\w+"
text = "Contact help@chat.com or info@openai.org."
# 2. Select a helper function to find all matches
emails = re.findall(regex, text)
print(emails)
# Results: ['help@chat.com', 'info@openai.org']What is persuasion?
Feedback
Persuasion is the process of getting a person or group to believe something, do something, or change their identity.
Why learn persuasion?
Feedback
To influence ethically and effectively
Learning persuasion helps you guide others to take actions that are in their own best interest. This is especially important if you have responsibility for others—as a parent, teacher, manager, leader, doctor, nurse, accountant, lawyer, and so on.To protect yourself and others from manipulation
Manipulation is a common form of unethical persuasion. Skilled manipulators often succeed because their targets don’t realize what’s happening. When you understand how persuasion works, you can spot manipulation and respond in the best ways.
What is ethical persuasion?
Feedback
Persuasion is the process of getting a person or group to believe something, do something, or change their identity.
Persuasion is ethical when two criteria are met:
Acting in the target’s best interest
Your goal is to help the person or group, not exploit them.Using transparent and acceptable methods
You use methods that most people would consider fair and acceptable—even if they knew those methods were being used on them.
What are the two main roles in persuasion?
Feedback
Persuader: The person or group who is trying to persuade.
Target: The person or group the persuader is trying to influence.
What is manipulation?
Feedback
Manipulation (unethical persuasion) occurs when two criteria are met.
The persuader is acting in their own best interest without regard for the target’s best interest.
The persuader is using methods that most people would consider unacceptable if they knew those methods were being used on them.
Three common methods used by manipulators are
- Using flawed information.
- Using coercion; force, threats, unjustified fear, and so on.
- Using psychological tricks that work on many people.
Can a skilled persuader get themself to act in their own best interests?
Feedback
Yes—but it’s not easy. While most people think that willpower and self-control are the keys to acting in their own best interests, research and experience suggest otherwise.
What actually works are methods like:
- Environmental design – changing your surroundings to make good actions easier and bad ones harder.
- Reframing – changing how you think about a situation to shift motivation.
- Identity shifting – aligning choices with who you want to be.
- Habit shaping – building automatic behaviors that serve your long-term goals.
A skilled persuader can succeed by combining persuasive reasoning (“This is in my best interest because…”) with behavioral tools like those above. The real skill is in using persuasion not just to convince—but to create conditions that make follow-through likely.
What is a keybinding?
Feedback
A keybinding is mapping between a key stroke and one or more commands.
For example, you can map a key stroke to open a file that you commonly use.
How do you set a keybinding in Vim using Lua?
Feedback
Syntax
vim.keymap.set(mode, keys, command) -- Explanationmode: The mode for the keybinding (e.g., ‘n’ for normal, ‘i’ for insert).
keys: The key combination to trigger the command.
command: The Vim command or Lua function to run.
explanation: Documentation of the keymap (optional)
Example and Details
Add the keybinding to either:
~/.config/nvim/init.lua — for a single-file config, or
~/.config/nvim/lua/keybindings.lua — if you organize configs by module.
Example keybinding:
vim.keymap.set('n', '<leader>cd', ':cd /Users/donaldelger/Documents/Vault/Notes<CR>')
-- Change directory to Notes
Explanation
‘n’: This binding works in normal mode.
‘
cd’: The shortcut you press (by default, unless you’ve changed your ). :cd /Users/donaldelger/Documents/Vault/Notes<CR>: Runs the Vim :cd command to change the current directory.<CR>simulates pressing Enter.
This lets you quickly switch to your Vault Notes directory by pressing in normal mode.
What is a key question?
Feedback
The one question among all the possible questions whose answer provides the highest payoffs (holistic sum of rewards minus drawbacks).
Give three or more examples of persuasion as applied to getting someone to take an action.
Feedback
Persuader convinces their target to exercise.
Persuader convinces their boss to run better meetings.
Persuader convinces team members to consistently come to meetings on time and prepared.
Persuader convinces their city to improve the safety near a dangerous intersection.
Persuader crafts a web site that gets many people to sign up for a paid service.
Persuader gets their love one to stop smoking.
Persuader gets an abundance of people to volunteer for helping to provide food to those in need.
Persuader gets a patient to follow the advice of their doctor.
Persuader gets students to read before coming to class.
Persuader convinces the target to change their beliefs about the efficacy and risks of vaccines.
Persuader convinces the target to value moral and professional ethics rather than viewing them as situational.
Persuader convinces the target that deeply learning the material in chemistry and statistics is more important than just earning an A.
Persuader convinces the target that climate change is real and primarily driven by human activity, shifting their belief from skepticism to concern.
Persuader convinces the target that addiction is a health condition—not a moral failing—prompting greater empathy and support for recovery-based approaches.
Persuader convinces the target to see failure as a necessary part of growth, changing their belief that mistakes are signs of incompetence.
Persuader convinces the target to believe that their vote matters, countering a previously held belief that individual political action is meaningless.
Persuader convinces target that they can and should start taking small steps to improve their physical and emotional wellbeing.
Harmful Persuasion Examples
Persuader convinces the target that opioid drugs are safe and worthwhile—as long as you “know what you’re doing”—downplaying the risks of addiction and misuse.
Persuader convinces the target that a charismatic leader holds absolute truth, and that anyone who disagrees is misled or dangerous.
Persuader convinces the target that a fraudulent investment scheme is safe and guaranteed, leading them to ignore warning signs and lose money.
Give three or more examples of persuasion as applied to getting someone to change their identity.
Feedback
Persuader convinces a student who sees themselves as “bad at math” to adopt the identity of a capable problem solver.
Persuader helps a reluctant leader begin to see themselves as someone who can and should take charge and inspire others.
Persuader guides a person who views themselves as a smoker to identify as someone who lives a healthy, smoke-free lifestyle.
Persuader helps a new employee stop thinking of themselves as “just the new guy” and start embracing their role as a valued team member.
Persuader influences a shy teen to begin seeing themselves as someone who can speak up and contribute in group settings.
What is memory?
Feedback
Memory is the ability to store, recall, and use information. Memory
Give three or more examples of persuasion as applied to getting someone to change their beliefs
Feedback
Persuader convinces the target to change their beliefs about which political party is best for the country.
Persuader convinces the target to change their beliefs about the efficacy and risks of vaccines.
Persuader convinces the target to value moral and professional ethics rather than viewing them as situational.
Persuader convinces the target that deeply learning the material in chemistry and statistics is more important than just earning an A.
Persuader convinces the target that climate change is real and primarily driven by human activity, shifting their belief from skepticism to concern.
Persuader convinces the target that addiction is a health condition—not a moral failing—prompting greater empathy and support for recovery-based approaches.
Persuader convinces the target to see failure as a necessary part of growth, changing their belief that mistakes are signs of incompetence.
Persuader convinces the target to believe that their vote matters, countering a previously held belief that individual political action is meaningless.
Persuader convinces target that they can and should start taking small steps to improve their physical and emotional wellbeing.
Harmful Persuasion Examples
Persuader convinces the target that opioid drugs are safe and worthwhile—as long as you “know what you’re doing”—downplaying the risks of addiction and misuse.
Persuader convinces the target that a charismatic leader holds absolute truth, and that anyone who disagrees is misled or dangerous.
Persuader convinces the target that a fraudulent investment scheme is safe and guaranteed, leading them to ignore warning signs and lose money.
Why do some actors (people or groups) manipulate others?
Feedback
Some actors manipulate others to get what they want—resources, approval, obedience, or advantage.
They choose manipulation because it works: it can bypass resistance, speed up compliance, and deliver results.
But this comes at a cost: it violates trust, autonomy, and fairness. Manipulators are willing to accept those costs—usually for self-interest, power, or control—even if it harms others.
To avoid guilt or self-reproach, manipulators often hide the manipulation from themselves using psychological shields like:
- rationalization (“Everyone does it.”)
- minimization (“It’s not a big deal.”)
- blame-shifting (“They made me do it.”)
These defenses let them see themselves as good, even while manipulating others.
Evaluate this Boolean expression:
True and False or True
Feedback
The result is True.
Reasoning:
- First,
True and FalseisFalse - Then,
False or TrueisTrue.
Describe the difference between the and and
or operators in Boolean logic.
Feedback
and returns True only if both sides are True.
or returns True if at least one side is True.
What does not (True or False) evaluate to?
Feedback
Claim: False
Reasoning
True or FalseisTrue.
- Then
not TrueisFalse.
Define force as it is used in mechanics.
Feedback
A force is an interaction between two bodies that can be characterized as a push or pull acting at a point.
For more detail see Force.
Context: A person is riding a bicycle. Give three or more examples of force.
Feedback
- The push of the foot downward on the pedal.
- The pull of the bike chain on a gear attached to the rear wheel.
- The weight of the bicycle plus the rider.
- The push of the bike tire downward on the road.
Notice: Every example is the push or pull of one body on another.
How do you get a specific record from a table?
Feedback
Use get() when there is a unique record.
from myapp.models import Task
task = Task.objects.get(id=123)
print(task.title)What makes something memorable?
Feedback
Things are more memorable when they are meaningful, connected, emotional, or repeated.
Why is feedback important for learning?
Feedback
Feedback shows what’s working and what needs fixing — it helps you improve faster.
Situation: A full coffee cup is sitting on a table. Task: Draw a FBD of the coffee cup.
Feedback

Notes:
The cup is free of its surroundings; it is a free body.
The weight include the weight of the water and the weight of the cup.
The cup should be modeled as a particle. Thus, it can be drawn as shown on the right sketch.
Describe the heading elements in HTML.
Feedback
In HTML5, the headings are
<h1>Heading One</h1>
<h2>Heading One</h2>
...
<h6>Heading One</h6>The are six heading elements, each defined with the
<h1> to <h6> tags.
The <h1> heading is the most prominent or
important, and the <h6> the least.
What is a con (confidence) man?
Feedback
A con man is someone who tricks people by pretending to be trustworthy so they can manipulate, steal, or exploit them.
What is propaganda?
Feedback
Propaganda is information or messages spread by governments, organizations, or individuals to influence how people think or act. It sometimes, but not always, uses deception, coercion, or brain-tricks to manipulate its target audience.
See Propaganda.
Explain how anyone can build a great golf swing into their long-term memory (LTM).
Feedback
You can build anything into long-term memory — like a great golf swing — by repeating this 4-step learning cycle:
→ Encode → Sleep → Apply → Repeat
→ Encode (Get Good Information and Figure it Out)
- Focus: Pay close attention to one specific part of the swing (e.g., grip or follow-through).
- Understand: Watch slow-motion videos of pros and take lessons to understand the mechanics.
- Make it meaningful: Use analogies that make sense to you — e.g., “swinging like a pendulum.”
- Break it down: Learn the swing in parts — grip, stance, backswing, downswing, follow-through — before combining them.
→ Sleep (Consolidate Information in Your Brain)
- After practice, get a full night’s sleep to help consolidate what you’ve learned.
- Review key thoughts or visualize your swing before bed.
- Avoid cramming or watching new swing advice late at night.
→ Apply
- Use the swing in drills and in real-world settings.
- Practice recalling and performing the motion without looking it up.
- Get feedback (e.g., from observations of ball flight, videos, peers, coaches, and so on).
- Use deliberate practice: isolate weak points and fix them with intent.
→ Repeat
- Revisit the skill regularly — especially weak areas.
- Use spaced repetition: practice today, then again after a few days, and so on.
- Spiral back to the basics over time to deepen understanding.
- Add variations: different clubs, lies, and shot goals to build flexibility.
With each cycle of Encode → Sleep → Apply → Repeat, your golf swing becomes smoother, more automatic, and easier to adjust under pressure.
Takeaway
Long-term memory isn’t built in a day — it’s built in loops. Repeat the cycle and refine each pass. That’s how learning sticks.
How can you tell if something is in your long-term memory?
Feedback
If you can recall and use it easily after a long delay, it’s in your long-term memory.
How does practice build memory?
Feedback
Practice strengthens memory by helping you recall, use, and refine what you’ve learned.
What is declarative and nondeclarative knowledge?
Feedback
Declarative knowledge is what you can describe or explain.
Nondeclarative knowledge is what you know but can’t easily explain, like
riding a bike.
What is encoding?
Feedback
Encoding is figuring out new information so it makes sense and so that it sticks in your LTM (Long Term Memory).
What is knowledge?
Feedback
Knowledge is useful and accurate information stored in long-term memory.
What is LTM and STM?
Feedback
LTM (long-term memory) stores information for a long time — days to
years.
STM (short-term memory) holds information briefly — seconds to
minutes.
Why is sleep important for memory?
Feedback
Sleep helps your brain consolidate what you’ve learned — it’s like pressing “save” on your memory.
What is a memory trace?
Feedback
A memory trace, also called an engram, is the physical and chemical change in the brain’s neural networks that represents stored information or skills for later recall.
Use python to do the following calculation. Person A needs to arrive at 10:00 AM. The drive time is 3:06. What time do they need to leave.
Feedback
Classes datetime and timedelta are used for most time calculations. They both import from the datetime module.
from datetime import datetime, timedelta
# Step 1: Create a datetime object for 10:00 today
time_obj = datetime.strptime("10:00", "%H:%M")
# Step 2: Create the timedelta to subtract
delta = timedelta(hours=3, minutes=6)
# Step 3: Subtract
new_time = time_obj - delta
# Step 4: Show result
print(new_time.strftime("%H:%M"))List and briefly describe the six levels of Bloom’s Taxonomy.
Feedback
Remembering: Recalling facts, definitions, or basic concepts from memory.
Understanding: Explaining ideas or concepts in one’s own words; showing comprehension.
Applying: Using knowledge in new but similar situations to solve problems or carry out tasks.
Analyzing: Breaking information into parts to understand relationships, patterns, and underlying structures.
Evaluating: Making judgments about the value, quality, or effectiveness of ideas, solutions, or methods using criteria and standards.
Creating: Putting elements together to form a new whole—designing, generating, or producing original work.
Reclassify this: “Judge the effectiveness of current climate agreements.” Which Bloom’s level?
Feedback
Evaluate (making judgments with criteria).
Task: Explain how to apply effective learning (EL) to the given situation.
Situation: A person is learning how to kayak and they want to learn how to roll.
A roll, aka Eskimo roll, is a technique used by kayakers to recover from a capsized position and return upright without exiting the kayak. Learning to roll is done in calm water like a swimming pool. As the learner develops, they progress to open water and then progress to white water. A roll done is challenging whitewater when you capsize unexpectedly is called a “combat roll.”
Feedback
The method has three steps: goal, analysis to give a subgoal, attainment of the subgoal by deliberate practice.
Goal: Kayak safely and skillfully. Describe the ideas needed for skilled kayaking.
Next we break the long-term goal down into parts. One of these parts involves doing a roll.
Subgoal: Skillfully and effortlessly roll a kayak in challenging whitewater. That is, excel at combat rolls. Describe the main ideas for safely and effectively doing an Eskimo roll.
The next step, deliberate practice (DP), is where the magic happen. It is the essence of how learning works. DP proceeds by repetitions.
Repetition 1: The learner gets some information about how to roll. They watch their teacher demonstrate the roll. They try this out over and over in a swimming pool and cannot do it. They get some feedback from their teacher. They have some fun.
Rolling is hard to do for a beginner, so the next 11 repetitions are developmental. Note: each repetition is a practice session in which the learner is doing several attempted rolls.
Repetitions 2 to 12:: Over the course of several weeks, the student continues to get good information about how to roll. The student watches many videos of skilled kayakers and they try to imitate them. The student has fun and looks forward to practicing. Finally on the 12th repetition, the student successfully rolls the kayak to an upright position.
The next set of repetitions are in the river.
Repetitions 12 to 72:: For several years, the learner continues to practice and refine their technique. They progress from combat rolls in easy white water to combat rolls in challenging white water. They teach their friends. After many repetitions, they have a solid combat roll that they hit nearly every time. This roll is automatic and easy to do because it is built into their brain, aka muscle memory.
Here is the summary of deliberate practice.
While (knowledge + performance) are developing: 1. Get information. 2. Apply this information in the real world with imitation-feedback-growth-rewards.
For this example:
imitation: Watch skilled kayakers and trying to copy them.
feedback: This is information from self, teachers, peers, and the real world that help you figure out how to roll and then how to improve your roll.
growth: This involves getting better and better at rolling and better and better at understanding how to roll.
rewards: This involve learning to roll such that it is always fun and enjoyable. These rewards are what makes learning addictive.
Reclassify this: “Propose a new climate policy to reduce global emissions.” Which Bloom’s level?
Feedback
Create (designing something new).
Feedback
Feedback
Feedback
Give an example of an Apply-level task in math.
Feedback
Example: “Calculate the area of a circle with radius 4 cm.”
Classify this task: “Critique this research paper’s conclusion. Is the evidence strong enough to justify it?”
Feedback
This is Evaluate (judging based on evidence and criteria).
Give an example of a Remember-level task in math.
Feedback
Example: “State the formula for the area of a circle.”
Give a one-sentence description of each Bloom’s level in your own words.
Feedback
- Remember: Recall facts and definitions.
- Understand: Explain or summarize meaning.
- Apply: Use knowledge in practical situations.
- Analyze: Break into parts and see relationships.
- Evaluate: Judge quality based on criteria.
- Create: Combine elements into something new.
List Bloom’s six cognitive levels in correct order.
Feedback
- Remember
- Understand
- Apply
- Analyze
- Evaluate
- Create
Classify the following on the Bloom’s scale.
“Examine how economic policies and emissions interact.”
Feedback
Analyze (exploring relationships; B4).
What is journalism?
Feedback
Journalism is when an actor (person or group) does 5 things:
- Systematically gathers information relevant to the public interest.
- Verifies that the information is factually accurate.
- Shares this information in a clear and understandable way.
- Strives to remain free from undue outside influence.
- Follows professional ethical standards.
What is logic?
Feedback
Logic is a systematic method that uses rules & evidence for one of two things.
- To reach the best conclusion.
- To determine how to best proceed when solving a problem.
What does the following text mean?
Analysis: {systematic, rules and information, best conclusion or best way to proceed when problem solving}.
Feedback
Analysis is the process of breaking something down into its essential parts.
The “Analysis” line means that logic has 3 essential parts.
- Analysis must be systematic.
- Analysis must apply rules and info.
- Analysis is done for two purposes.
- To reach the best conclusion.
- To determine the best way to proceed when solving a problem.
The curly brackets {}, from set theory in math, indicate a set; in this case the set of things that are necessary and sufficient for an action to be classified as analysis.
List five things that most Americans would want from their government.
Feedback
Safety and Security – Protection from crime, terrorism, and external threats through effective law enforcement and national defense.
Economic Stability and Opportunity – A strong economy with jobs, fair wages, affordable housing, and opportunities for upward mobility.
Healthcare Access – Affordable and reliable access to medical care, prescription drugs, and preventive health services.
Fair Governance and Justice – A government that upholds the rule of law, protects civil rights, and treats people fairly regardless of background.
Infrastructure and Services – Reliable roads, bridges, public transportation, clean water, electricity, and digital infrastructure like internet access.
In Logseq, what is a backlink?
Feedback
- A backlink points back to the page or block that referenced the current item.
- Bidirectional links create a navigable network of ideas.
- Backlinks help you see and traverse relationships.
What is graph view in Logseq?
Feedback
- Graph view provides a visual representation of your notes.
- It shows the connections between pages and blocks as a network of nodes and edges.
- The graph view helps you identify patterns and relations in your data.
List three ways to reach many people with political messages.
Feedback
Mass Media – Use television, radio, and newspapers to reach wide audiences quickly with speeches, interviews, ads, and news coverage.
Digital Platforms – Leverage social media (e.g., YouTube, Facebook, TikTok, X/Twitter) and email campaigns to engage directly with large numbers of people, share updates, and encourage participation.
Public Events and Networks – Hold rallies, town halls, debates, and community meetings, or partner with civic organizations, unions, or interest groups to spread messages broadly and mobilize support.
What are the three essential elements of Docker, and how does each contribute to making an app portable and reproducible?
Feedback
- Images
- Immutable “blueprints” that contain the application code, runtime, libraries, and dependencies.
- Ensure consistency: the same image runs the same way across any system.
- Analogy: like a recipe that anyone can use to bake the same cake, no matter where the kitchen is.
- Containers
- Running instances of images that are isolated but lightweight.
- Provide the execution environment with controlled resources (CPU, memory, filesystem).
- Analogy: like baking a cake from the recipe—each cake (container) is independent but based on the same recipe (image).
- Configuration (env vars, volumes, ports)
- Env Vars: settings that change how the app runs without altering the image (e.g., API keys, language, location).
- Volumes: persistent storage that outlives the container (e.g., saving user data).
- Ports: define how the container talks to the outside world (e.g., port 80 for web traffic).
- Analogy: env vars are like dials on a machine, volumes are like external hard drives, and ports are like doors or windows letting traffic in and out.
- Common units on stress?
- Secondary Dimensions?
- Primary Dimensions?
Feedback
- Units. Pa, psi, N/m^2
- Secondary Dimensions: F/A = Force/Area, Mass*Acceleration/Area
- Primary Dimensions: M/L*T^2
A 2000 pound weight hangs from a vertical 1 inch diameter steel rod. Caculate the average stress in the rod in SI units.
Feedback
- stress = force/area
- force is 2000 lbf = 8896.4 N
- \(A = \pi * D^2/4 = 0.0005067 \text{m}^2\)
- Thus, stress = 8896.4 N / 0.0005067 m^2 = 17.6 MPa
What are the essential elements of a happy path?
Feedback
- The goal is reached.
- The path is the most desirable way to reach that goal.
- There are the fewest drawbacks (stress, frustration, cost, time, hassles, conflicts, etc.).
- There is minimal friction while taking steps along the path.
- Friction is anything that resists smooth progress, such as confusion, inefficiency, or unnecessary obstacles.
- The path produces the greatest rewards (enjoyment, satisfaction, learning, connection, achievement, etc.).
Tip: The essential parts of anything are revealed through analysis. Here is an analysis of “Happy Path”:
Analysis: {Most desirable way to reach a goal state, Fewest drawbacks, Lowest friction, Most rewards, Goal attainment}
In the context of problem solving, what is a path?
Feedback
A path refers to the anticipated or actual steps taken to move from the present state (current conditions) toward a desired goal state (future conditions).
Analysis: {Steps, Steps progress toward the Goal State}
What is Logseq?
Feedback
- Logseq is an open-source knowledge management and note-taking tool.
- It organizes information as a hierarchical framework of interlinked blocks.
Why use Logseq?
Feedback
- Logseq helps to keep information organized efficiently.
- It allows building information inductively without requiring a top-down structure.
In Logseq, what is a block?
Feedback
- A block is the fundamental unit in Logseq (like a paragraph or list item).
- Blocks can be linked, collapsed, and embedded, among other functions.
- On a page, you write with blocks; think of them as nested lists.
How are square brackets
Feedback
- Square brackets
name and hashtags #name are both used for linking in Logseq. name creates a page link, while #name tags content with a keyword.- Both enhance navigation and organization by connecting related data.
Describe the block link syntax and give an example.
Feedback
- The block link syntax is written as
((block link name)). - It allows you to create links directly to specific blocks within Logseq.
- Example:
((Task-1))would link to a block with the content “Task-1.”
What is Logseq?
Feedback
- Logseq is an open-source knowledge management and note-taking tool.
- It organizes information as a hierarchical framework of interlinked blocks.
Why use Logseq?
Feedback
- Logseq helps to keep information organized efficiently.
- It allows building information inductively without a top-down structure.
In Logseq, what is a block?
Feedback
- A block is the fundamental unit in Logseq (similar to a paragraph or list item).
- Blocks can be linked, collapsed, embedded, and more.
- On a page, you write with blocks and think of them as nested lists.
In Logseq, what is a backlink?
Feedback
- A backlink indicates the page or block that referenced the current item.
- Bidirectional links create a navigable network of ideas.
- Backlinks help you see and traverse relationships.
What is graph view in Logseq?
Feedback
- Graph view provides a visual representation of your notes.
- It shows connections between pages and blocks as a network of nodes and edges.
- The graph view helps you identify patterns and relationships in your data.
How are square brackets
Feedback
- Square brackets
name and hashtags #name are both used for linking in Logseq. name creates a page link, while #name tags content with a keyword.- Both enhance navigation and organization by connecting related data.
Describe the block link syntax and give an example.
Feedback
- The block link syntax is written as
((block link name)). - It allows you to create links directly to specific blocks within Logseq.
- Example:
((Task-1))would link to a block with the content “Task-1.”
When do you use a tag?
Feedback
- Tags are used to mark content that evolves or accumulates meaning over time.
- Examples:
#places-to-visit,#chemistry,#critical-thinking.
When do you use a page title to organize?
Feedback
- Use a page title when the contents will eventually reach a stable or finished form.
- Examples: A recipe, a method, a list of material properties.
- Key idea: Content will stabilize.
What is organization?
Feedback
Organization is the process of systematically arranging items, allowing them to be easily located and used.
Why is effective organization worth learning and applying?
Feedback
- Enhances time management skills.
- Reduces feelings of frustration.
- Facilitates managing complex tasks by maintaining clarity and order.
What does CRUD stand for, and how is it related to organization?
Feedback
- CRUD stands for Create, Read, Update, and Delete.
- It describes standard operations of a database:
- Create records: Adding new information.
- Read records: Retrieving necessary information.
- Update records: Modifying existing data.
- Delete records: Removing unnecessary data.
- Proper organization requires keeping data current and accessible through these operations.
What does friction mean in the context of taking an action.
Feedback
Friction is anything that makes an action harder to start, continue, or complete. Friction impedes motion (moving forward).
What can be organized?
Feedback
- Anything that consists of items can be organized.
- Examples include: A project, a desk, tools, clothing, tasks, code, books, computer files, financial records, lessons in a course, things to do, and shopping lists.
What is communication?
Feedback
Communication is the process of sending and receiving messages.
What is a message?
Feedback
A message is what the sender wishes the receiver to understand. It includes ideas, information, feelings, intentions, or requests.
Play “This Old Man” on the guitar.
Feedback
Refer to the provided image for chords and melody:

Play “America the Beautiful” on the guitar.
Feedback
Utilize resources such as sheet music, lyrics, or video tutorials for guidance.
Distinguish cognitive content from affective content in a message.
Feedback
Definitions:
Cognitive content → the factual or conceptual meaning (what the
message is about)
Analysis: {information, meaning, logic}
Affective content → the emotional and motivational tone (how the
message feels)
Analysis: {emotion, motivation, relational cues}
Simple: Cognitive tells what. Affective signals how to feel and how the relationship stands.
Examples:
- “The meeting is at 3pm.” → mostly cognitive
- “I really appreciate your help!” → mostly affective
- “We need that report ASAP!” → both (information + urgency/pressure)
What are success criteria?
Feedback
Success criteria are a set of measurable indicators that define what high-quality (i.e., desirable) results look like.
- Examples:
- Party → {everyone has fun, great food, good attendance}
- Novel → {readers love it, captivating plot, interesting characters, seminal takeaways}
- New Car → {good price, love it, safe, good mileage, reliable}
What are success criteria for communication (sender role)
Feedback
Sender role (essence) → {receiver understands intended meaning, high likelihood of intended response}
Sender role (empowering fundamentals) → {accurate, clear, concise, complete, logical, persuasive, audience-appropriate, engaging, action-oriented}
What are success criteria for communication (receiver role)
Feedback
Receiver role (essence) → {accurately understand intended meaning, respond in the best way}
Receiver role (empowering fundamentals) → {active processing, skilled decoding, clarifying questions, paraphrasing}
What is paraphrasing?
Feedback
Paraphrasing is a listening skill where the receiver restates the sender’s message in their own words to check that they’ve understood the intended meaning.
Is a warranted predisposition a bias?
Feedback
Conclusion: No.
Reasoning:
Definitions:
- Predisposition: A tendency to act in a certain way.
- Bias: A predisposition that results in unfairness, distortion, or systematic error.
- Warranted: Justified with good reasons or evidence.
Bias is typically a warrantless or unjustified predisposition—something that distorts thinking, judgment, or decision-making.
If a predisposition is based on solid evidence, reasoning, or experience, it’s better described as a justified belief.
A justified belief is valuable. Example: A doctor is predisposed to test for malaria in patients returning from sub-Saharan Africa because malaria is common there. This isn’t a bias—it’s a justified belief.
Summary: A warranted predisposition is not a bias. Bias implies error or unfairness. A justified predisposition is generally a strength—an efficient guide to action based on evidence.
What resources can a sender use to assemble and express their message?
Feedback
A sender constructs a message using codes and channels the receiver can understand. Common resources include:
- Words and language
- Symbols and visual cues
- Tone of voice and vocal features (pitch, pace, volume)
- Body language (posture, gestures, eye contact, facial expression)
- Medium-specific elements (images, diagrams, emojis, formatting)
Essence → The sender chooses forms of expression that fit the receiver and support the sender’s intended meaning and purposes.
What is the job of a sender in communication?
Feedback
The sender’s job is to:
- Decide the meaning they want the receiver to understand.
- Clarify the purpose(s) of the message (e.g., inform, request, persuade, connect).
- Craft the message so the intended meaning and purposes are easy for the receiver to understand.
- Choose words, symbols, tone, and nonverbal cues that support clarity and accuracy.
Essence → Create a message that the receiver can accurately decode and respond to in the best way.
What is the job of a receiver in communication?
Feedback
The receiver’s job is to:
- Accurately decode the sender’s intended meaning.
- Infer the sender’s purpose(s) (e.g., inform, request, persuade, connect).
- Respond in the best way, supporting mutual understanding and shared goals.
- Use active listening and clarifying questions when unsure of the meaning.
Essence → Understand what the sender means and wants — and respond in a way that moves the communication forward effectively.
Describe the two main roles in communication.
Feedback
- The two main roles are sender and receiver.
- The sender’s job is to encode their meaning and craft a message the receiver can understand.
- The receiver’s job is to decode the message and respond in the best way.