
u/dhsilver

Mnemonic for the Bill of Rights: FREE STATES
Freedom — speech, religion, press
Rifles — bear arms
Enforced — quartering soldiers
Entry — search & seizure
Silence — self-incrimination/due process
Trial — speedy/public trial
Associates — civil jury
Torture — cruel/unusual punishment
Extras — unenumerated rights
States — reserved powers
Associates is the weakest I think.
Or as a story:
Free riflemen evicted entrants silently; trials assembled, tortured extra states.
Beyond steak tips, potatoes, onions and peppers. Spiced nicely.
[OC] Trump’s Misinformation Campaign About Iran: Up to Date
Very simple eggplant sandwich
Roasted eggplants, on a home-made looong cooked hot tomato dip, we call Marmouma in (Djerban Jewish dialect?) Arabic, and hummus. The bread is a wonderful sourdough.
[Quote Hunt] Did Bad Bunny actually say, “English is not my first language, but it’s not America’s first language either”, as Forbes reported?
Forbes claims that Bad Bunny said this at the Super Bowl pre-show press conference.
I checked the full Apple Music press-conference video and transcript and cannot find the quote. The closest moments are when he says he does not know how to express something in English, and later says viewers do not need to learn Spanish, only how to dance.
Source:
https://www.forbes.com/sites/hannahabraham/2026/02/08/bad-bunnys-first-english-words-at-the-super-bowl-halftime-show-were-about-america/
https://www.youtube.com/watch?v=--rR8vMXVII
and thousands of other sources repeat it. I wish to know if it's real or fabricated...
EDIT:
I’ve reached out to the author and they will have issued a correction. It was indeed probably a hearsay only.
Toasted SourDuo Bread
Roasted tomato and shallot: heirloom tomato slices and shallots roasted for 45 minutes at 400°F, topped with cashew mozzarella-style cheese and paper-thin fresh garlic.
Avocado and strawberry: avocado, cherry tomatoes, paper-thin strawberry slices, and lime juice.
Finished with flaky salt, black pepper, and a balsamic drizzle, served on a bed of romaine.
[OC] How The World Sleeps
Tool: Python — matplotlib + geopandas for the choropleth (country coloring; Robinson projection, Natural Earth boundaries), pandas for the data, and pycountry / pycountry-convert for the continent-median estimates. Diverging, colorblind-friendly scale (RdBu) centered on the global median (6h 45m): blue = more sleep, red = less. Solid fill with a black border is measured data; dotted fill is a regional estimate for countries with no country-level data.
Method: figures combine wearable/app datasets (minute-precise) and, where those don't reach, a self-reported survey ranking. Wearable-detected sleep runs ~30–45 min shorter than self-report, so the two are flagged separately and aren't strictly comparable.
Sources:
| Source | Coverage | Link |
|---|---|---|
| Coutrot et al. 2022 (Nature Communications) | App-detected medians, 63 countries (Balkans, Baltics, Central Asia, Latin America) | link |
| ENTRAIN / Walch et al. 2016 (Science Advances) | Smartphone sleep schedules, 100 countries | link |
| Fitbit | Global aggregated sleep indices (billions of nights) | link |
| Oura Ring / NUS | 50M nights across 35 countries | link |
| Eight Sleep | Bedtime / wake-time extremes | link |
| Withings | Sleep duration vs. health | link |
| OECD Time Use Database | Time-use diaries (gold standard) | link |
| American Time Use Survey (BLS) | United States | link |
| World Population Review | Self-report ranking — fills Africa & conflict-zone gaps | link |
| RAND Corp. (supporting) | Economic cost of sleep deprivation | link |
| 2025 PNAS cultural-fit study (supporting) | 20-country 'cultural fit' analysis | link |
| Natural Earth | Map boundaries (public domain) | link |
[OC] Trump's Iran Deal Has Been Imminent for 11 Weeks
New word: “nana” = none of your business
Nana
Short for nanofyourbusiness.
Used as a one-word reply when someone asks a nosy question.
Example:
“Why were you there?”
“Nana.”
Hasan Piker's Antisemitism Speech Is Going Viral Again.
I had a craving for tinned sardines
I took hearts of palm, sliced them, and scored them with a fork.
Marinade:
miso paste, aged soy sauce, liquid smoke, capers, crushed toasted seaweed, and olive oil, with small amounts of garlic, onion, black pepper, paprika, vinegar, and lemon juice.
I let them sit for 24 hours, then gave them another 24 hours submerged in olive oil.
I haven’t eaten sardines in 7 years, but this hits the same craving!
(honestly I am not sure if the image is inviting or not, even original sardines are not the best models)
Tonight is a night of settler pogroms against Palestinians in the Old City of Jerusalem. Some beautiful souls gave flowers to shop owners to show solidarity.
Tonight is Jerusalem Day, when settler mobs march through the Old City and attack, harass, and vandalize Palestinian shops and residents.
This is @shabtai148 on X, Mair Shabtai Roitviller, a Breslov Hasid activist against the Zionist terror.
[OC] Just Alex & Greg aging gracefully (last supercut posting! it was too much these two weeks)
What's the minimal bridge between exp as a homomorphism (+ → ×) and exp as an eigenfunction of d/dx? eg "algebraic"<->"analytic" property.
I've been trying to pin down, as cleanly as possible, why/how the two standard characterizations of the exponential are equivalent/related:
- Algebraic:
f(x+y) = f(x)·f(y)(homomorphism from an additive structure to a multiplicative one). - Analytic:
f′ = λ·f(eigenfunction of the derivative).
The cleanest unification I know is the Lie-theoretic one: exp : 𝔤 → G is simultaneously the analytic object (flow of a left-invariant vector field) and the algebraic object (intertwines + on the algebra with × on the group on commuting elements).
But I tried to find the minimal set of abstract properties on a derivation-like operator K such that any eigenfunction of K (normalized to 1 at 0) automatically satisfies the additive-to-multiplicative functional equation.
Setup
Let (A, +, 0) be an additive monoid, (B, +, ·, 0, 1) a unital commutative ring, and Func(A, B) the ring of functions A → B with pointwise operations. Define the shift (T_y g)(x) := g(x+y).
Suppose K : Func(A, B) → Func(A, B) satisfies:
- (A) Additivity:
K(g + h) = K(g) + K(h) - (L) Leibniz:
K(g·h) = K(g)·h + g·K(h) - (C) Kills constants:
K(c_b) = 0for any constant functionc_b - (T) Translation invariance:
K ∘ T_y = T_y ∘ K
And suppose f and λ ∈ B satisfy:
- (E) Eigenfunction:
K(f) = λ·f - (N) Normalization:
f(0) = 1 - (U) Uniqueness: evaluation at
0is injective onker(K − λI).
Claim
f(x + y) = f(x)·f(y).
Proof sketch
Fix y and let g_y := T_y f. By (T) and (E), K(g_y) = λ·g_y. Define
g(x) := f(x+y) − f(x)·f(y) = g_y − f·c_{f(y)}.
Then g(0) = f(y) − f(0)·f(y) = 0 by (N), and using (A), (L), (C), (E):
K(g) = K(g_y) − [K(f)·c_{f(y)} + f·K(c_{f(y)})]
= λ·g_y − λ·f·c_{f(y)} − 0
= λ·g.
So g ∈ ker(K − λI) with g(0) = 0, hence g ≡ 0 by (U). ∎
The additive-exponential property is forced by (A), (L), (C), (T), (U). Among these, (L) and (T) feel like the real reason: Leibniz is what allows you to split the product, and the translation invariance lets you treat T_y f as another eigenfunction.
Questions
- Is this minimal?
- Is there a slicker/more standard formulation?
- What's the right reference for the equivalence as an explanatory matter, not just as a theorem?
- Am I missing a hypothesis?
A couple of notes on the proof itself:
- Commutativity of
Bis only used in the last line (f(x)·f(y)vsf(y)·f(x)); everything before works in a noncommutative ring with care about left/right multiplication. This foreshadows the Lie-group case whereexp(X+Y) ≠ exp(X)·exp(Y)unless[X,Y] = 0(otherwise BCH) - (C) follows from (L) + (A) in many (not all) settings:
K(1) = K(1·1) = 2·K(1)soK(1) = 0, then extend by (A).
[OC] A Supercut of All Task Prizes, Taskmaster UK S1-20
I am trying to think of good supercuts. Maybe just Greg and Alex faces getting older.