NYC Mesh is a community-driven initiative aimed at providing free and open wireless broadband internet access in New York City. It is a grassroots network that relies on volunteers to build a decentralized mesh network, connecting residents and community organizations, especially in underserved areas that may lack reliable internet service. The project operates on the principle that internet access is a fundamental right and seeks to empower communities by giving them control over their own connectivity.
The Duhem-Quine thesis is a philosophical concept that addresses the challenges of testing scientific theories. It originates from the ideas of two philosophers, Pierre Duhem and Willard Van Orman Quine. The thesis highlights the idea that it is impossible to test a scientific hypothesis in isolation because empirical observations are always influenced by various interconnected assumptions and auxiliary hypotheses.
In computer programming, a **function** is a self-contained block of code that performs a specific task. Functions can take input in the form of parameters, execute a sequence of statements, and often return a result. They are a fundamental concept in programming and are used to organize code, promote reusability, and improve readability. Here are some key aspects of functions: 1. **Definition**: Functions are defined using a specific syntax that varies by programming language.
Proof by contrapositive is a method of mathematical proof used to establish the truth of a conditional statement. A conditional statement is typically of the form "If \( P \), then \( Q \)", which can be written symbolically as \( P \implies Q \). The contrapositive of this statement is "If not \( Q \), then not \( P \)", symbolically expressed as \( \neg Q \implies \neg P \).
"Set Theory: An Introduction to Independence Proofs" typically refers to a specific area of study within mathematical set theory, focusing on the concepts of independence and proofs related to it. While I can't provide a specific book or text with that exact title, here's a general overview of what such a work might cover: 1. **Basic Set Theory**: The book would likely start with foundational concepts in set theory, including sets, subsets, the power set, relations, and functions.
The Mathematics Educator is a peer-reviewed academic journal that focuses on research and practice in the field of mathematics education. It typically includes articles that cover various aspects of teaching and learning mathematics at different educational levels, from elementary to higher education. The journal aims to improve mathematics education by sharing empirical research, theoretical analyses, and practical insights that can inform teaching practices and curriculum development.
fast.ai by Ciro Santilli 40 Updated 2025-07-16
A pair of Austrailan deep learning training provider/consuntants that have produced a lot of good free learning materials:Authors:
Criticism of technology refers to the analysis and evaluation of the impacts that technological advancements have on society, individuals, and the environment. This criticism can take various forms, and it often encompasses a broad range of concerns. Here are some common themes in the criticism of technology: 1. **Social Impact**: Critics argue that technology can lead to social isolation, reduced face-to-face interactions, and a decline in community engagement.
SLR Consulting is a global consultancy firm that specializes in providing services across various sectors, including environmental, engineering, and natural resources. The company offers a range of services, such as environmental assessments, sustainability consulting, regulatory compliance, and project management. SLR Consulting works with clients in industries such as energy, infrastructure, waste management, and more, helping them navigate complex regulatory landscapes, improve operational efficiency, and achieve sustainability goals.
Historians of science are scholars who study the development of scientific ideas, practices, institutions, and the individuals involved in scientific endeavors throughout history. Their work involves analyzing how science has evolved over time, the cultural and social contexts in which it has occurred, and the implications of scientific discoveries on society and vice versa.
In philosophy, "mechanism" refers to a worldview or theoretical framework that explains phenomena, particularly in the natural world, in terms of mechanical processes and interactions. It asserts that all natural phenomena can be understood as results of the movements and interactions of physical particles and forces, much like the workings of a machine. This view contrasts with teleological perspectives, which emphasize purpose or design in explaining natural events.
Resonance fluorescence is a process in which a photon with energy matching the energy difference between two quantum states of a system (such as an atom or molecule) is absorbed, promoting the system to an excited state. After a brief period in the excited state, the system returns to its lower energy state, emitting a photon in the process.
**New York v. United States** is a significant Supreme Court case decided in 1992, which addressed the balance of power between the federal government and the states under the Tenth Amendment. The case centered around a provision in the Low-Level Radioactive Waste Policy Amendments Act of 1985. This law required states to take responsibility for disposing of low-level radioactive waste generated within their borders.
"Ilium" is a science fiction novel written by Dan Simmons, published in 1995. The novel is notable for its imaginative blend of classical literature, particularly Homer's "Iliad," with futuristic technology and themes.
Novels about parallel universes often explore themes of alternate realities, the nature of existence, and the consequences of choices. Here are some notable examples: 1. **"The Man in the High Castle" by Philip K. Dick** - This novel depicts an alternative history where the Axis powers won World War II and explores the lives of characters in a divided America, along with the concept of alternate realities.
"Atom" is a book by physicist Lawrence Krauss, published in 2012. In this work, Krauss explores the fundamental nature of atoms and their significance in understanding the universe. The book delves into various topics related to atomic theory, quantum mechanics, and the broader implications of atomic science in fields such as chemistry and cosmology. Krauss presents complex scientific concepts in an accessible manner, aiming to engage a general audience with the wonders of science.
"The Theoretical Minimum" is a series of books by physicist Leonard Susskind and co-authors that aims to provide a comprehensive introduction to various topics in theoretical physics. The series is designed for readers who have a strong interest in understanding the fundamental concepts of physics, with the objective of offering a solid foundation in the principles that underpin modern theoretical physics. The books in the series cover a range of topics, such as classical mechanics, quantum mechanics, statistical mechanics, and general relativity.

Pinned article: Introduction to the OurBigBook Project

Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 2.
    You can publish local OurBigBook lightweight markup files to either https://OurBigBook.com or as a static website
    .
    Figure 3.
    Visual Studio Code extension installation
    .
    Figure 4.
    Visual Studio Code extension tree navigation
    .
    Figure 5.
    Web editor
    . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
    Video 4.
    OurBigBook Visual Studio Code extension editing and navigation demo
    . Source.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact