π Discover this must-read post from Culture | The Guardian π π **Category**: Autobiography and memoir,Books,Culture,Activism,Politics books π‘ **What Youβll Learn**: eMuch of family life will seem normal to the young children within it; Only hindsight can mitigate what was abnormal. Zedd Ayers Dorn spent his early years on the run from the FBI. His parents were members of the revolutionary Weather Underground faction, a group dedicated to overthrowing the United States government.When he was three years old, his parents trained him on how to recognize plainclothes officers on the street. βIt was like playing a game, an adult version…
π Read this awesome post from Hacker News π π **Category**: π **What Youβll Learn**: I think part of the difficulty is the issue of defining energy or at least characterizing something about energy. More broadly, I think it is worth considering why we care about energy to begin with. I will present two intuitive arguments that lead us to conclude the proportion $KE\propto v^π₯$. For these arguments, I will explicitly write out what intuitive features of energy I am invoking that I think many people would accept as reasonable. The most important key feature of energy that I invoke…
π Read this insightful post from Culture | The Guardian π π **Category**: Thrillers,Horror films,Film,Culture,Tyler Perry β
**What Youβll Learn**: STruong is a cautionary tale about following your gut. Directed by Malcolm D. Lee β the underrated creator behind Girls Trip, Barbershop, and other great franchises β the Peacock thriller stars Chloe Bailey as Laila, a classical violinist who has her sights set on a seat in the city's orchestra. An alternative music teaching gig leaves that dream further away than ever until Lila meets Lynn Whitfield's Audraβwho not only offers more stable and lucrative work as a private music…
π Check out this awesome post from Hacker News π π **Category**: β
**What Youβll Learn**: Published June 25, 2026 04:34PMA newly revealed internal memo allegedly bans National Park Service (NPS) staff from publicly reporting the deaths or severity of injuries at Americaβs national parks, according to a new report. Experts say this shift in transparency not only sets a dangerous precedent for park management but could also put visitors at risk.According to a report recently published by The Washington Post, the Department of the Interior (DOI), which oversees NPS, distributed a memo to employees in December. Park staff and…
π₯ Check out this insightful post from Culture | The Guardian π π **Category**: Music,Culture,Punk π **What Youβll Learn**: HeyOptimism may seem outdated, but the Downtown Boys are proud outliers. On Public Luxury, the Rhode Island band's third and best album, they wear their politics proudly β while bringing ambiguity, strangeness and a new shade to their passionate, bilingual saxophone-driven punk. Opener No Me Jodas comes out loud, fists raised, but makes way for an upbeat bass line: a brutal, big-hearted reminder that there's beauty in fighting for what you believe in.Artwork for public welfareIn the nine years since the…
π₯ Check out this must-read post from Hacker News π π **Category**: π **What Youβll Learn**: A C++ implementation of a fast hash map and hash set using hopscotch hashing The hopscotch-map library is a C++ implementation of a fast hash map and hash set using open-addressing and hopscotch hashing to resolve collisions. It is a cache-friendly data structure offering better performances than std::unordered_map in most cases and is closely similar to google::dense_hash_map while using less memory and providing more functionalities. The library provides the following main classes: tsl::hopscotch_map, tsl::hopscotch_set, tsl::hopscotch_pg_map and tsl::hopscotch_pg_set. The first two are faster and use…
β¨ Read this insightful post from Culture | The Guardian π π **Category**: Books,Culture π‘ **What Youβll Learn**: My first memory is readingWhen I was five years old and starting school, I used to catch a bus from the Oxfordshire village where I lived. Twice a day I read the little metal plaque attached to the upholstery bearing the warning βMind your head when you leave your seat.βMy favorite book growing upIn the late 1970s, my father had a copy of John Michell's Phenomenology. Each page covers something strange, which may or may not be true: showers of fish, scars,…
π₯ Explore this awesome post from Hacker News π π **Category**: π‘ **What Youβll Learn**: This repository contains slisp a compiler which will read lisp programs as input, and generate standalone assembly representations for Linux/AMD64. The project is either named for "Simple Lisp" or "Steve's lisp", take your pick. Lisp is traditionally interactive, and provides a REPL, but having a compiled version is still useful, and still allows most common lisp-programs to execute. Quick links: ;; factorial. woo. (defun fact (n) (if (<= n 1) 1 (* n (fact (- n 1))))) ;; entry-point (defun main () (println "Showing some…
β¨ Explore this awesome post from Culture | The Guardian π π **Category**: Music,Culture β
**What Youβll Learn**: from South LondonRecommended if you like They converged, their trap, an indicator of miserythe next Nobody's Coming to Save Us was released on 25 September, and toured the UK from 26 SeptemberBurners are the extreme musicians we need. They observe the world around them, are angry at what they see and do not feel much hope for the future. Like many of us.Formed in 2021, the four-piece band released their debut single Ingsoc later that year, combining hardcore punk drums with death…
β¨ Check out this must-read post from Hacker News π π **Category**: β
**What Youβll Learn**: Hit Run on any sample β it executes right in your browser, no install. Gossamer's VM is compiled to WebAssembly. Forward pipes Web routing Goroutines ADTs and Matching fn double(x: i64) -> i64 β‘ fn add(a: i64, b: i64) -> i64 π¬ fn clamp(lo: i64, hi: i64, x: i64) -> i64 { if x < lo π₯ else if x > hi β‘ else { x } } fn main() { let n = 3 |> double |> add(10) |> clamp(0, 100) println!("answer: {}",…
