Hacker News, Distilled

AI powered summaries for selected HN discussions.

Page 540 of 548

GIMP 3.0 is on the way

GTK and Toolkit Choices

  • Many are surprised GIMP 3.0 is just now moving to GTK3 and not GTK4, given GTK’s origin as “Gimp Toolkit.”
  • Several describe GTK2→GTK3 as a painful, breaking migration; this is cited as a reason the project finished GTK3 work before contemplating GTK4.
  • Some argue GTK4 is strongly GNOME-focused, removes APIs, and is hostile to non-GNOME apps; a few suggest switching to Qt instead.
  • A GIMP contributor notes GTK4 porting is “on the radar,” but not a priority; new code is written with GTK4 migration guidelines in mind.

Color Management, CMYK, and Lab

  • CMYK support is welcomed, especially for print and DTP; some think it’s late and that GIMP “missed the boat” in professional print.
  • Others say print (especially packaging) is still important, and CMYK will help adoption.
  • There’s debate over how fully CMYK/Lab are integrated: article wording suggests RGB-internal with conversion at output; a contributor clarifies GIMP 3.0 stores pixels in a richer color object that keeps model/space/profile, laying groundwork for true CMYK/Lab modes later.

UX, Workflow, and Features

  • Non-destructive editing is seen as a huge milestone and a long-promised feature.
  • Persistent criticism of GIMP’s UX: confusing export vs save, awkward text editing/moving, difficulty drawing basic shapes, multi-tool workflows for simple tasks.
  • Some like the updated visuals; others dislike GTK3 header bars and buttons in title bars.
  • One contributor highlights concrete UX improvements: non-destructive filters, multi-selection, better text outlines.

Project Pace and Governance

  • Many joke about the decades-long wait for 3.0; others defend slow volunteer-driven progress and the decision to batch all plugin-breaking changes into one major release.
  • There’s tension between calls to “submit patches” and frustration from people who tried contributing and hit project-level roadblocks.
  • Funding and sustainability come up; one commenter notes key core devs receive very modest ongoing support.

Alternatives and Ecosystem

  • Affinity, Photoshop, Photopea, Krita, Inkscape, and Pinta are frequently mentioned as tools people actually use instead of GIMP, mainly for better UX, print support, or platform availability.
  • Some see FOSS tools as philosophically important; others argue professionals should just pay for best-in-class proprietary tools.

Australian Parliament bans social media for under-16s

Overall reactions

  • Strong split between those welcoming the ban as overdue protection for children and those seeing it as authoritarian overreach.
  • Several expect minimal real-world effect on youth harms, but significant knock-on effects for privacy, anonymity, and adult users.

Child protection vs “nanny state” / liberty

  • Supporters frame it like age limits on alcohol, tobacco, gambling, driving: society already accepts strong paternalistic rules for minors.
  • Critics argue this is undemocratic toward a group (under‑16s) who can’t vote, and more generally an erosion of individual liberty and free speech.
  • Some see “nanny state” as a tobacco‑industry talking point; others defend it as a valid concept when adults are treated like children.

Implementation, enforcement, and workarounds

  • Many doubt it can be effectively enforced: kids can lie about age, use foreign sites, VPNs, or new, unregulated platforms.
  • Concern that it will just push teens to less-moderated, shadier corners of the internet.
  • Others argue perfect enforcement isn’t needed; raising friction and changing norms is enough to help parents say “no”.

Digital ID, privacy, and surveillance concerns

  • Major worry that age checks will de facto require ID linkage, ending anonymous or pseudonymous social media and creating centralised data troves.
  • Debate over whether government-backed digital ID (e.g., myID) can offer cryptographic age proofs “without leaking identity”, or if this is a pretext for broader tracking.
  • Some propose privacy-preserving schemes (blind signatures, zero-knowledge proofs, device-level age attestations); others doubt government competence and intent.

Comparisons to other regulated harms

  • Analogies drawn to smoking bans, which some say demonstrably reduced harm; others argue declines predated bans or note substitution to vaping.
  • Others compare moral panics over social media to past ones over TV, rock music, or video games, disputing that it’s uniquely harmful.
  • A separate thread notes that pornography already has nominal 18+ limits that are trivially bypassed; skepticism this will be different.

Role of parents vs government

  • One camp: this solves a coordination problem—individual parents struggle when “all the other kids are on it”.
  • Opposing camp: this outsources parenting to the state, undermines education and digital resilience, and may just drive usage underground.

Politics and process

  • Multiple comments highlight the bill’s extremely rushed consultation (24 hours, 1–2 page submissions) and minimal debate.
  • Some see it as a “nothing burger” or a distraction from cost‑of‑living issues; others as part of a broader trend toward tighter speech and ID controls online.

BYD launches sodium-ion grid-scale BESS product

Sodium‑ion vs lithium for grid storage

  • Many see sodium‑ion as a strong fit for stationary grid storage: much lower energy density than lithium but that doesn’t matter in containers; cost and longevity are key.
  • Sodium is cheaper and avoids nickel/copper/cobalt, but lithium dominated due to huge prior R&D, mature processes, and manufacturing scale.
  • Some expect sodium to take a large share of grid storage in coming years, weakening “lithium is limited so grid batteries can’t scale” arguments.
  • Others note older chemistries (lead‑acid, vanadium flow) and lithium iron phosphate (LFP) are already widely used; lithium‑based systems remain dominant today, especially for short‑duration grid stabilization.

Sodium‑ion in vehicles and EV use cases

  • BYD and others sell sodium‑ion cars in China: modest 200–300 km range, small 20–30 kWh packs, slow overnight charging, low cost per kWh. Viewed as ideal for dense cities where most trips are short.
  • Several argue that range anxiety is overstated in China/Europe; 100 miles can be enough if you can charge at home or work.
  • Sodium‑ion cars are acknowledged to have less range but may enable cheap, quick‑charge city vehicles.

Trade, tariffs, and industrial policy

  • Strong concern that US/EU tariffs on Chinese batteries, EVs, and solar could delay adoption of cheaper clean tech and leave Western industries behind.
  • Others counter that tariffs could spur domestic manufacturing if combined with reduced fossil subsidies; they argue dependence on Chinese tech is risky.
  • Disagreement over whether the US (and Europe) still has the capacity to rebuild vertically integrated manufacturing. Some claim China is far ahead in quality, cost, and integration; others note a recent US factory boom in green tech.
  • Debate over whether Chinese firms’ advantages are mainly state support vs brutal domestic competition; claims that some Western green manufacturers survive mainly due to tariffs and subsidies.

EV affordability and long‑range trips

  • One user argues current EVs that can do 500 km of highway in one shot (or with one short stop) remain too expensive on the used market; their budget only reaches older ICE cars with long range.
  • Others respond that total cost of ownership favors EVs, but this doesn’t solve upfront affordability or limited used‑EV options.

Rail and battery applications

  • Several see sodium‑ion as promising for trains and rural rail lines: safer chemistry, many cycles, avoids overhead electrification where it’s uneconomical.
  • Examples mentioned include battery‑hybrid or pure battery trains in Europe; distinction made between short backup batteries and full battery traction.

How much memory do you need in 2024 to run 1M concurrent tasks?

Overall reactions

  • Many are surprised that Node.js ranks very well on memory and that C# / .NET NativeAOT looks exceptionally efficient.
  • Rust’s async state-machine approach is widely praised for very low per-task overhead.
  • Go’s relatively high memory usage contradicts some expectations of it being “lightweight”.

Go’s goroutines and memory

  • Go gives each goroutine an initial stack (commonly ~2 KB), which largely explains the ~2.5–3 GB usage for 1M tasks.
  • Some argue this is “unfair” because that stack is intended for real work the program would normally do, not empty sleeps.
  • Others counter that, regardless of intent, this memory is not available to other services while allocated.
  • There is debate over virtual vs physical memory: some note unused pages may be swapped and not actually consume RAM, others focus on what the OS reserves.

Benchmark design & fairness

  • Core criticism: 1M tasks that only sleep is an extreme, synthetic case; real tasks would have their own data and work that dominate overhead.
  • Several commenters say the comparison mixes different abstractions:
    • Node/async Rust/C# use timer-based, stackless state machines.
    • Go/Java virtual threads/BEAM-like systems use stackful coroutines/processes.
  • For Go, more comparable code using timers (time.AfterFunc or time.NewTimer) dramatically reduces memory, closer to Rust’s numbers.
  • Similar concerns arise for Java (ArrayList resizing, choice of structures) and Elixir (using Task adds supervision overhead).

Rust/Tokio semantics confusion

  • There is a subthread about why the Rust appendix example appears non-concurrent but still finishes quickly.
  • Clarification: tokio::time::sleep records its deadline when called, not when first awaited, so many tasks effectively share the same wake-up time.

Node.js, concurrency, and parallelism

  • Some note Node’s example is mostly a single-threaded event loop scheduling timers, not true parallel work.
  • Discussion distinguishes concurrency (many in-flight tasks) from parallelism (running on multiple cores); Node scores on memory but would differ on CPU-bound work.

Real-world relevance and alternatives

  • Multiple commenters stress that microbenchmarks like this are educational but not directly predictive for real systems.
  • Suggestions:
    • Add minimal real work (I/O, JSON parsing, CPU loops).
    • Measure both memory and time.
    • Include more runtimes (Erlang/Elixir, C with pthreads, processes, Deno/Bun, different Python/JS runtimes).

Car tires shed a quarter of all microplastics in the environment

Car size, weight, and regulation

  • Many argue microplastics from tires should push policy toward smaller, lighter, slower cars, especially in the U.S. where vehicles are unusually large.
  • Counterpoint: consumers prefer big, powerful vehicles; change will need strong incentives or mandates, not just “better choices.”
  • Examples cited: Japan’s kei cars (e.g., Honda N‑Box) and small EVs like the Citroën Ami as models of light, low-speed urban vehicles that are currently blocked or disfavored in places like the U.S.

Who should pay for tire externalities

  • Broad agreement that tire pollution is a classic negative externality.
  • Debate over whether to “make manufacturers pay” vs. “make consumers pay”; most note that any producer tax gets passed through to buyers.
  • Proposals:
    • Tire taxes (possibly composition-based) vs. weight-based vehicle taxes vs. fuel/energy or per‑mile taxes.
    • Revenue-neutral “Pigovian” taxes are praised in theory but seen as politically toxic.
  • Concerns:
    • Regressive impact on low-income, car-dependent people.
    • Incentives to delay tire replacement, increasing safety risks.
    • Administrative and privacy issues with distance‑based taxation (e.g., tracking, odometer reporting).

Trucks vs passenger cars

  • Some claim heavy trucks must dominate both road and tire wear; others counter with numbers showing trucks are far fewer than cars.
  • The “fourth power law” (road damage ∝ axle load⁴) is repeatedly cited; some argue it’s an overused, dated curve fit, not a physical “law.”
  • It is unclear from the thread how much of tire particulate comes from trucks vs cars.

EVs, weight, and driving behavior

  • Disputed how much heavier EVs actually are than comparable ICE cars; concrete examples show differences from ~10–30%.
  • EVs reduce brake dust via regenerative braking but may increase tire wear due to:
    • Higher weight.
    • Strong, instant acceleration encouraging aggressive driving.
  • Anecdotes differ: some see much faster tire wear on EVs; others report similar lifetimes with moderate driving.

Technological and systemic alternatives

  • Ideas:
    • New tire compounds/additives (e.g., graphene, different antioxidants) to reduce microplastic shedding.
    • Long-life, harder compounds vs grip and energy-efficiency trade-offs.
    • Rail-based transit (steel wheels), cycling, walking, and denser, transit-oriented cities.
  • Constraints: many areas lack viable transit or safe walking/biking; built environment and safety concerns (e.g., large SUVs, crime, road design) lock in car dependence.

Other notes and open questions

  • Tire particles also carry toxic additives; one biocide/antioxidant is being phased out.
  • Paint and textiles are mentioned as potentially larger microplastic sources, but the relative shares are disputed.
  • Several point out that working from home directly cuts vehicle miles and thus tire pollution.

Engineers do not get to make startup mistakes when they build ledgers

Double-entry accounting and why it matters

  • Many argue double-entry is essential for ledgers: every transaction changes at least two accounts and must net to zero, enforcing “money can’t appear/disappear.”
  • Supporters say it provides redundancy for error detection, fraud resistance, and auditability, especially when reconciling with external parties.
  • Several note that “double-entry” doesn’t have to mean two rows; it can be a single tuple (amount, debit_account, credit_account) or a multi-leg transaction that still balances.
  • Some developers prefer a simpler signed-amount model (positive/negative per account) and treat debit/credit as a presentation layer, claiming it’s equivalent if rigorously enforced.

Rounding, “dancing cents”, and numeric types

  • Many point out that the “lost cents” problem is usually from using binary floating point or poorly specified rounding rules, not from lack of double-entry alone.
  • Common advice: store money as integers (smallest unit) or exact decimal types, and clearly define contract rounding behavior (e.g., wages, energy billing, partial installments).
  • Double-entry can reveal but not fix arithmetic issues; tests and clearly defined rounding policies are still required.

Engineering responsibility, regulation, and accountability

  • Debate over whether individual software engineers should be personally liable for bad financial systems.
  • In North America, “software engineer” is mostly unlicensed, unlike PEs in civil/mechanical fields; in some other jurisdictions certain financial roles are now individually accountable.
  • Several compare fintech failures to the 2008 crisis or the UK Post Office scandal to argue that consequences are often diffused and under-enforced.

Fintech risk vs banks; Synapse/Yotta example

  • Multiple comments use the Synapse collapse (missing tens of millions in pooled FBO accounts) as a cautionary tale about buggy or unreconciled ledgers.
  • Emphasis that FDIC insurance typically applies to the partner bank, not to fintech accounting errors; customers of intermediaries can be left frozen or short.
  • Some say they now avoid fintech “banking” products entirely, preferring direct relationships with regulated banks or brokerages.

Implementation patterns and tools

  • Several advocate append-only, immutable ledgers (journal of movements; balances are derived views, not stored truth).
  • Reconciliation systems separate from the trading or payment platform are seen as critical in serious finance.
  • Tools and systems mentioned (TigerBeetle, ledger-cli, Postgres schemas, event sourcing, QLDB-like append-only logs) are praised by some, but others warn about new, unproven stacks and insist on understanding accounting fundamentals first.

Blockchains, Merkle trees, and tamper-resistance

  • Some suggest internal Merkle-tree–based logs or blockchain-style append-only structures to prevent tampering with history.
  • Others argue standard databases with write-once or audit-logging controls are sufficient unless you truly need decentralized trust; proof-of-work–style consensus is seen as overkill for internal ledgers.

Domain knowledge and culture

  • Strong theme: “Accounting for programmers” should be baseline for anyone touching money; lack of domain knowledge leads to brittle, ad-hoc systems that later require painful rewrites.
  • Several describe careers built on cleaning up non-ledger-based billing or trading code, reinforcing that “move fast and break things” is dangerous when dealing with real money.

Goodbye, Rust. I wish you success but I'm back to C++ (sorry, it is a rant)

Rust Adoption and Job Market

  • Many commenters see Rust as still young; adoption is slow but not a death knell. Comparisons are made to how long C++ standards took to spread.
  • Rust jobs are perceived as fewer and more niche than C++: often crypto, trading, specialized infra, or defense. This deters some who want broader or less specialized work.
  • Others report growing Rust usage at large vendors (cloud providers, OS vendors) and say substantial Rust is being written even if not visible in public job ads.
  • Some view Rust as a strong “talent magnet” for high-caliber developers; others are content to be “COBOL/C++ people” long term.

Rust vs C++: Safety, Productivity, Refactoring

  • Broad agreement that Rust delivers stronger memory safety than C/C++ and is attractive where reliability and security matter.
  • Dispute over productivity: some find Rust slow for initial prototyping and large refactors; others say the compiler and type system make big changes easier and safer than in C++, Go, or dynamic languages.
  • Several argue C++ is still preferred where iteration speed and “getting it done” trump safety, especially in games and some systems areas.

Ease of Use, Syntax, and Learning Curve

  • Some dislike Rust syntax (lifetimes, turbofish, annotations) and crates culture; others find it clean and well designed.
  • Complaints that Rust’s “surface area” (language + ecosystem) makes it hard to pick up again after a pause.
  • Counterpoint: for developers already close to hardware and manual memory management, the borrow checker becomes intuitive and a net productivity gain.

Use Cases and Alternative “Safe” Languages

  • Rust is seen as a strong C++ alternative for OS kernels, browsers, firmware, high‑performance backends, and network services.
  • Ada/SPARK is cited as more mature for high‑integrity systems, but hampered by hiring and ecosystem; Rust is winning mindshare despite being newer.
  • Go is praised for simplicity and fast iteration in web/backend work but viewed as less suitable for low‑level or high‑load systems due to GC.
  • Swift, D, Carbon, Odin, Zig, V, etc. are mentioned as other attempts at “better C++,” with varying trade‑offs.

Popularity, Legacy Code, and Policy Pressure

  • Debate over whether “superior tech” must win: legacy C/C++ codebases, ecosystems, and developer supply strongly favor incumbents.
  • Some expect gradual replacement of unsafe code as CVEs and government pushes for memory-safe languages accumulate; others think massive rewrites are too risky and expensive.
  • Popularity is criticized as an overly dominant criterion, but many accept it as decisive for career choices.

Tooling, Ecosystem, and Binary Size

  • Rust tooling (cargo, rust‑analyzer, diagnostics, linting) is widely praised and contrasted with C++’s fragmented toolchains.
  • Ecosystem breadth is seen as both a strength and a cognitive burden; choosing among many crates and keeping up is nontrivial.
  • Embedded/firmware developers complain about Rust’s relatively large standard library footprint and statically linked binaries; some work around this (busybox‑style binaries), but see it as a real disadvantage versus C/C++.

Send someone you appreciate an official 'Continue and Persist' Letter

Service concept and overall reception

  • Service sends “official-looking” legal letters that invert “cease and desist” into “continue and persist” as a positive joke.
  • Many commenters find the idea delightful, funny, and “wholesome,” especially the satirical video and law-firm aesthetic.
  • Some see it as a nice antidote to negativity and as a creative way to express appreciation.
  • Others find it childish or superficial, preferring direct, personal communication.

Privacy, data use, and consent

  • Major concern: users are asked to submit friends’ names and home addresses to an unknown third party.
  • Critics link this to “if it’s free, you’re the product,” worrying it’s an address-harvesting scheme.
  • The site’s terms mention sharing data with service providers and business partners, and possible use in business transfers, which heightens suspicion.
  • Counterpoint: some argue a name and address alone have low standalone value and that large-scale data brokers already have richer datasets.
  • Additional angle: recipient never consented, raising legal and ethical questions under modern privacy regimes.

Emotional impact and ethics of “official” letters

  • Many note that law-firm-style envelopes trigger anxiety, especially for people who’ve had real legal trouble or run small businesses.
  • Some compare it to pranks that cause stress before revealing humor; they see this as bad taste unless you know the recipient well.
  • Others say they would love the surprise and that edgy humor can be part of the charm.
  • Neurodivergent and highly anxious recipients are flagged as particularly at risk of negative reactions.

Practical limitations and UX suggestions

  • US-only mailing is frustrating for non-US readers; some ask for clear upfront geo-limits.
  • Concerns about scalability and cost of “free” physical mail; questions about what happens to data if not all letters get sent.
  • Several suggest offering downloadable templates or PDFs so people can print and mail themselves; the site later adds a Google Docs template.
  • Ko-fi/donation integration appears buggy for some, limiting support.

IP and legal points

  • Commenters clarify differences between trademark, copyright, and patent.
  • Consensus: the concept isn’t protectable; the specific letter text is copyrightable; the name might be trademarkable.

Alternative ways to show appreciation

  • Many advocate simply writing personal letters or postcards, or emailing creators and maintainers.
  • Several share stories where direct gratitude led to meaningful connections and motivation.

Ask HN: What were the best books you read this year?

Overview

  • Thread is a wide-ranging exchange of favorite reads from the year, spanning literary classics, science fiction, fantasy, history, politics, science/tech, and self-help.
  • Many comments include quick mini‑reviews, comparative judgments, and notes on how specific books affected them personally or changed their views.

Standout Fiction and Series

  • Strong enthusiasm for various science‑fiction series: space operas, near‑future tech thrillers, post‑cyberpunk trilogies, progression fantasy, and web serials. Some note later volumes as weaker or oddly paced.
  • Several literary novels are called “best ever” or life‑changing, especially for their structure, language, or psychological depth. Some readers re‑read long classics and report they improve as they go.
  • Short, tightly written speculative novels (e.g., with unusual settings, limited character counts, or experimental structures) are praised for being engrossing and emotionally impactful, though not universally loved.

Notable Non‑Fiction

  • Popular themes include nuclear war scenarios, the making of the atomic bomb, climate change, statistical thinking, empire/colonial legacies, biographies, and political history.
  • Some books are praised for changing political or social views (e.g., on race politics, social justice, housing policy, or global development).
  • Others are valued for explaining complex topics accessibly (math intuition, multi‑agent systems, linear algebra, breathing, time management, risk and decision‑making).

Science, Technology, and Math

  • Commenters highlight microbiology visualizations, particle physics histories, semiconductor geopolitics, AI/AGI analogies, and books connecting genetics, intelligence, or reinforcement learning to broader questions.
  • A math‑thinking book is lauded as revelatory for people who struggled with higher‑level abstraction.

Politics, History, and Society

  • Many recommendations in political history (Brexit, fascism, dictatorships, Stalinism, colonialism, US and UK politics), narrative economic history, and works on how cultural norms form.
  • Some books are framed as correctives to dominant narratives; others as broad, synthetic overviews of “how the world really works.”

Reading Habits and Formats

  • Several high‑volume readers describe strategies: heavy use of audiobooks at 2–3x speed, leveraging chores and commutes, cutting screen time, and always keeping a backlog of interesting titles.
  • There’s a side discussion about whether audiobooks “count” as reading; one commenter is skeptical in the context of a “books you read” thread.

Debates and Controversies

  • A major subthread debates a race‑politics book and the public positions of its author on trans issues.
    • One side characterizes the author as denying trans people’s ability to coexist, tying current rhetoric to earlier opposition to civil rights and same‑sex marriage.
    • The other side argues this is a misrepresentation, framing the dispute as about language, sports categories, and sex‑based rights rather than existence.
  • The discussion extends into fairness in women’s sports, sex verification methods, and a specific athlete’s eligibility, with links to journalistic sources; evidence and interpretations conflict.
  • Some meta‑comments note perceived influxes of specific ideological stances and the use of new accounts for such debates.

Bury me on the moon, preferably on the far side

Aesthetics, Agency, and Regulation

  • One camp objects to a blanket ban on visible lunar development as “authoritarian” if based only on taste/beauty; they prioritize individual and collective agency.
  • Others argue some aesthetic/spiritual values justify constraints, especially for unique, shared features like the Moon, analogizing to national parks, monument protection, and HOA rules.
  • Debate over how far aesthetic regulation should go; some fear that if beauty never justifies limits, you logically permit destroying natural wonders for strip malls.

Visibility and Technical Feasibility

  • Several posters note that no human-made structures on Earth are visible from the Moon with the naked eye, and we are “centuries” from building anything on the Moon that would be.
  • Others counter that lunar dust, regolith mining, and lighting on the dark side could make disturbances visible to careful observers, especially in dark rural skies, but evidence is unclear.

Preservation vs. Exploitation of Moon and Mars

  • Preservationists see major visible changes to the Moon (e.g., ads, cities) as “spiritual pollution” that would irrevocably alter a universal cultural touchstone.
  • Expansionists reply that the Moon and Mars are (as far as we know) lifeless rocks, not sacred, and that spreading life is a positive good.
  • Some argue for a middle path: cautious, incremental development, possibly keeping large areas pristine, as with national parks that allow limited, sensitive resource use.

Colonization vs. Fixing Earth

  • One side insists colonizing the Moon/Mars and addressing climate/pollution are not mutually exclusive; space budgets and talent are tiny relative to global resources and may produce helpful technologies.
  • Critics see psychological and political tradeoffs: space is inspiring and “feel‑good,” while environmental work is grim and underfunded; they fear Mars becomes an excuse to neglect Earth.
  • Disagreement over whether this is “zero‑sum” (money/attention diverted) or largely orthogonal.

Environmental and CO₂ Impacts

  • Launch emissions are compared to a trans‑Pacific flight; Falcon 9 estimates suggest ~1.5 kg CO₂‑equivalent per gram of payload.
  • Some see using such emissions for symbolic acts (like lunar burials) as selfish, especially under tight per‑capita carbon budgets.
  • Others argue the total impact of current launch activity is tiny and not a meaningful lever for climate policy.

Ownership, Law, and “Common Heritage”

  • Discussion of the Outer Space Treaty’s “province of all mankind” language versus the (unratified) Moon Treaty’s stronger “common heritage” concept.
  • Some see “belonging to all” as inviting a tragedy of the commons unless strongly regulated; others see that as a basis for treating the Moon as protected for everyone.

Cultural Value of the Night Sky

  • Some want the near side of the Moon left visually untouched forever, likening the night sky to a global commons that no actor has the right to “decorate.”
  • Others would “love” to see lunar city lights and reject the idea that such development meaningfully harms life on Earth.

Miscellaneous

  • Linked images of the far side of the Moon passing in front of Earth draw interest; they make the Moon look deceptively close.
  • Brief side notes on terminology (“far side” vs “dark side”) and light pollution making the Milky Way harder to see for future generations.

Restaurant Menu Tricks (2020)

AI, Recommendation Systems, and Profit Motives

  • Commenters expect restaurant AI to mirror retail recommendation engines: repetitive, profit-driven, and not genuinely personalized.
  • Consensus that AI will primarily steer diners toward higher-margin items, not maximize their enjoyment.
  • Some explicitly liken this to how social media is “for our benefit” in name but actually optimizes engagement/profit.

Menu Psychology and Its Validity

  • Skepticism that “menu engineering” is overhyped consulting psychology with dubious statistics.
  • Others note the restaurant industry has tracked numbers for decades and claims at least some measurable impact.
  • One simple, data-backed tactic: frequently remove or change the least-popular dish to increase overall demand.

Choice Architecture, Specials, and “No-Decision” Dining

  • Multiple anecdotes of chefs and small places where the cook or server simply decides what you eat (yachts, diners, taco trucks, fixed lunch spots, Indian restaurants).
  • Many diners welcome this: it reduces decision fatigue, feels like home cooking, and often yields reliably good meals.
  • Staff recommendations can strongly shape what sells; servers effectively “choose” desserts for guests.
  • Some treat “daily specials” and asking “what would you eat?” as a reliable strategy and quality signal.

Dietary Restrictions and Allergies

  • Concern that “you’ll get what we serve” models clash with modern allergy/dietary patterns, especially in the US.
  • Observations (not settled science) that severe food allergies seem more common in the US and younger generations; proposed but unproven causes include pesticides, food processing, or changing child-feeding habits.
  • Reports from Japan: restaurants posting signs refusing guests with restrictions, largely targeting foreign tourists.

Salt, Taste, and the Dorito Effect

  • Many complain about oversalted restaurant food; some say it’s a dealbreaker.
  • Explanations offered:
    • Chefs adapt to customers accustomed to high-salt processed foods.
    • Taste perception varies widely; “supertasters” find normal seasoning excessive while others add more salt.
    • Some chefs’ palates may be dulled (e.g., from smoking).
  • Linked idea: the “Dorito effect” of amped-up flavors driving higher seasoning expectations.

Pricing, “Market Price,” and Social Friction

  • “Market price” (especially for lobster/crab) deters some diners who dislike asking costs, appearing price-sensitive, or refusing after hearing the number.
  • Others explain M.P. as a practical response to highly volatile seafood costs and menu printing expenses.
  • Some restaurants post daily prices on chalkboards; others rely on servers to provide M.P. on request, which can still feel awkward.
  • Debate over tech fixes (QR codes) vs. high-end norms that avoid phones at the table.

Menu Language, Burgers, and Luxury Signaling

  • Discussion of $20–$30 gourmet burgers versus simple $8 burgers; “elevated” burgers seen by some as a genuine niche, not pure scam.
  • Trend in upscale menus toward minimal, ingredient-list style descriptions rather than adjective-heavy marketing prose.
  • Observation that “fresh” rarely appears on fine-dining menus because freshness is assumed; calling it out can imply other items aren’t.
  • Foie gras appears as a stereotypical luxury upsell; some object to its ethics and are surprised it remains fashionable, while others argue the animals are relatively well treated compared to industrial poultry.

Service Tactics and Wine/Menu Tricks

  • Noted tactic: giving a table only one wine list nudges people to share bottles instead of ordering individual drinks.
  • Some diners report modern servers responding to “what’s good?” with unhelpful scripts like “it’s all good,” possibly due to corporate training or fear of complaints.
  • More effective approach described:
    • Narrow to a few items and ask for a preference.
    • Use playful questions (“if X and Y fought, which wins?”) to elicit honest recommendations.
  • Several argue the best “menu engineering” is simply: only serve dishes you execute very well with consistently fresh ingredients.

Ethical Concerns About “Tricking” Diners

  • Some readers dislike how the article frames psychological tactics—like anchoring with very expensive items—to increase spend as something clever or celebratory.
  • They argue menu design could be optimized for satisfaction and happiness rather than revenue alone, and criticize the coverage for not challenging profit-maximizing framing more forcefully.

Taxing unrealized gains has caused an entrepreneurial exodus in Norway

Scope and Mechanics of Norway’s Wealth / Exit Taxes

  • Norway has a long-standing annual wealth tax (~1% on net wealth above a threshold), applied to market value of public assets and book value of private firms, with various discounts and a lower effective rate on unlisted shares.
  • An exit tax on unrealized gains (around 38%) also exists for people leaving the country.
  • Critics emphasize that founders can owe tax even when companies are loss‑making or illiquid, or after values fall; supporters note credits/refunds and that this is a generic wealth tax, not a “gains-only” tax.

Fairness, Justice, and the Realization Principle

  • One side argues taxing unrealized or illiquid wealth is inherently unjust, breaks the realization principle, and forces people to “sell or borrow to pay.”
  • Others counter that wage earners and property owners already pay tax on revenue or value, not profit, and that justice doesn’t require waiting for realized profit.
  • Some see the tax as class‑targeted: aimed at capital owners who currently avoid income tax via unrealized gains and borrowing.

Entrepreneurship and Practical Impact

  • Critics say the tax is anti‑startup, adds uncontrollable risk, and discourages new companies or keeps only the already‑rich in the game.
  • Defenders with local experience claim that, if planned for (e.g., structuring dividends or loans from the company), the amounts are modest and only problematic for poorly structured or weak businesses.
  • There’s disagreement whether recent rate hikes have materially changed this calculus.

Loans, Collateral, and Tax Avoidance

  • Some propose simply borrowing against shares to cover the tax; others note this only delays the problem and can compound via interest.
  • A separate subthread debates “buy‑borrow‑die”–style strategies where the ultra‑rich borrow against assets at low rates to avoid realizing gains, with suggestions to either tax such collateralized unrealized gains or even disallow their use as collateral.

Comparisons, Property Tax, and Broader Policy Design

  • Several commenters liken wealth tax to property tax, which already taxes value irrespective of realization; others point to property tax horror stories to argue against wealth taxation generally.
  • Some say Norway can “afford” such policies because of oil wealth and a strong welfare state; others worry about long‑term diversification and competitiveness, contrasting Norway with Sweden’s abolition of wealth tax.
  • Proposed alternatives include taxing capital gains as ordinary income, taxing vacant land and unoccupied property, and closing specific loan‑based loopholes instead of broad wealth taxes.

Who Is Jay Graber, the CEO of Bluesky?

Background on CEO and project

  • Several commenters see the CEO’s prior work on privacy-focused tech (e.g., Zcash, decentralized social research) as credibility for building a user-centric, privacy-respecting network.
  • Others distrust Zcash and say they’re “more inspired by Monero,” so the same background makes them wary rather than reassured.
  • Some link external writeups praising the CEO’s character and leadership, and like that the CEO is relatively low-profile compared to other social-media figureheads.

Protocol, decentralization, and data control

  • AT Protocol’s design (signed posts, relays unable to modify content) is seen as a strength for integrity and spam filtering via trust scores and labeling.
  • Concerns remain about:
    • How deletions/edits propagate once content has hit downstream relays.
    • How resilient the network is if the main Bluesky servers shut down, compared to more distributed Mastodon instances.
  • Users appreciate that you can self-host a personal data server (PDS) and still participate if banned from the main one, reinforcing “user sovereignty.”

Moderation, free speech, and “censorship”

  • Big debate on whether free speech is a narrow legal right (First Amendment vs government) or a broad social principle that should constrain private platforms.
  • Some argue platforms have a right—and strong incentive—to exclude abusive or extremist content (the “Nazi bar” problem), and that freedom of speech doesn’t imply a right to an audience.
  • Others worry that a culture of deplatforming undermines the broader free-speech principle, even if it’s legally allowed.
  • Bluesky’s composable moderation (subscribable labelers, per-label “off/warn/hide” controls, blocklists) is widely praised as innovative, but:
    • Some fear labelers can silently escalate from “warn” to “hide.”
    • There’s controversy over labels like “Intolerance” being applied to right-leaning satire; some see that as proper labeling of bigotry, others as bias.

Comparisons with X/Twitter

  • Multiple users report that new or lightly curated X accounts quickly surface racist and bigoted content, often with substantial engagement; others claim they rarely see such material.
  • One side frames X as a “free speech” platform where users simply reveal their views; another cites examples of both far-right amplification and selective censorship (e.g., doxxing, specific slurs, or political content) to argue the “free speech absolutism” branding is inconsistent.
  • Bluesky is described as feeling like early Twitter: fewer trolls, less ragebait, and better tools for avoiding harassment—though a minority claim it also hosts a “firehose” of low-quality, sneering content.

Enshitification, business model, and future

  • Many assume all large platforms eventually “enshittify,” but some hope decentralization, benefit-corp status, and data portability will delay or limit that.
  • There is skepticism about the unclear revenue model; a paid subscription offering is mentioned but not yet proven.
  • Some are resigned to migrating to a new network every 5–10 years if/when platforms degrade.

Community climate and trolls

  • Commenters note that the CEO attracts coordinated trolling and misogyny, visible if you enable hidden comments.
  • Several emphasize that Bluesky’s tools (blocklists, nuclear blocks, labelers) make it easier to avoid trolls without banning them from the entire network, though critics see this as enabling echo chambers and coordinated mass-reporting.

It is humiliating to have to do LeetCode grinding for

Perceived Problems with LeetCode‑Style Interviews

  • Many see grinding algorithm puzzles as humiliating and disconnected from real work, especially for senior engineers with long track records or open‑source portfolios.
  • Complaints that questions often reward memorization of “obscure” algorithms rather than general problem‑solving or product skills.
  • Some note that success is heavily correlated with recent practice; needing weeks of prep for a job you’re already good at feels wrong.
  • Algorithmic tests are viewed by some as subtly ageist: older engineers never faced these in school and may be filtered out despite experience.
  • For most jobs, actual work is CRUD, systems thinking, communication, and maintainability, not graph algorithms under time pressure.

Defenses and Justifications

  • Others argue basic DS/algorithms are foundational, like scales for musicians or drills for athletes; demonstrating them shouldn’t be considered degrading.
  • Coding screens act as a “stupid test” in a world of inflated resumes and degrees; many applicants cannot solve even FizzBuzz‑level tasks.
  • LeetCode performance is seen by some as correlated with CS fundamentals, grit, and ability to reason from first principles.
  • Top companies and saturated markets can afford to filter on both LeetCode and other dimensions.

Alternatives and Modifications

  • Suggestions:
    • Short, relevant work samples or take‑home tasks with clear rubrics, PRs, linting, and repo usage.
    • Let candidates submit existing public work (OSS, prior projects) plus written context instead of a canned challenge.
    • Lightweight, realistic coding tasks (“type 2” LeetCode: prototype a solution to a real-ish problem) rather than puzzle‑style questions.
  • Some prefer LeetCode over highly stack‑specific grilling or purely subjective “culture fit” chats.

Career Choices and Coping Strategies

  • Several report avoiding or leaving traditional SWE roles because of LeetCode, moving into cybersecurity, data analysis, or ops where tests are more job‑aligned.
  • Others accept the system pragmatically: grind intensely for a period, secure higher‑paying roles, then stop.
  • A minority enjoys LeetCode as a hobby and claims it improved day‑to‑day coding intuition.

Broader Concerns

  • Debate over power imbalance: long multi‑stage processes, unpaid lengthy exams, relocation/probation risks vs. employer flexibility.
  • Tension between wanting more objective hiring and recognizing that narrow proxies can select for “LeetCode engineers” over well‑rounded ones.

A pretty visualisation of the European power grid (2022)

Visualization & Related Tools

  • Many praise the “Copper Sushi” map as visually impressive and educational about power flows and grid complexity.
  • Several compare it to ElectricityMaps and other dashboards (gridwatch, energygraph, ENTSO‑E, etc.):
    • ElectricityMaps is better for real-time mix and CO₂ intensity.
    • Copper Sushi shows finer-grained transmission networks and simulated power flows.
    • It’s based on PyPSA-Eur with modeled, not actual, plant outputs; some generation and grid elements are missing or outdated.

Grid Physics, Trade, and Measurement

  • Discussion on how imports/exports are determined on a synchronized grid:
    • Technically, flows across interconnectors are directly measured (current, voltage, vector product).
    • Market-wise, there’s a regulated trading system; physical flows can differ from commercial trades.
  • Europe has multiple synchronous areas; Baltics are leaving the Russian/Belarus BRELL grid to join the continental system.

Nuclear vs Renewables (France, Germany, Costs, Emissions)

  • Strong debate around France’s nuclear-heavy mix vs Germany’s renewable-heavy but coal/gas‑backed mix:
    • France: low CO₂ intensity (often cited as ~40–50 gCO₂/kWh), majority of electricity from nuclear; exports to neighbors; some argue nuclear was crucial for Europe’s emissions.
    • Germany: high renewables share but still heavy coal/lignite use, much higher CO₂ intensity; critics call Energiewende slow and dirty, defenders emphasize long-term downward trends and nuclear phase‑out as democratic choice.
  • Disagreement on nuclear economics:
    • Some cite LCOE data showing nuclear 3× cost of wind/solar in EU/US; others cite French and Canadian experience with amortized fleets as cheap and stable.
    • New builds like Flamanville EPR seen as cautionary examples (delays, overruns); others argue costs would drop with serial construction and regained expertise.
  • Waste and fuel concerns:
    • Critics point to finite uranium and lack of “safe” waste solution.
    • Pro‑nuclear voices respond that current waste practices have had no major accidents and uranium constraints are distant.

Storage, Electrification, and Flexibility

  • Some argue we could cut most developed‑world emissions by electrifying heating and transport, if electricity is low‑carbon.
  • Counterpoint: large-scale storage is a hard unsolved problem; claims range from needing “weeks” of storage to studies suggesting less.
  • Others note:
    • Nighttime EV charging and thermal storage (water, sand, larger boilers) can shift loads without massive grid batteries.
    • Pumped hydro, especially in Alpine regions, already acts as a large “battery,” though good sites are limited.

UI/UX and Technical Feedback

  • Mixed reactions to 3D map tilt: some like it, others find it disorienting; workarounds (right‑click drag, key combos, multi‑touch) are shared.
  • Performance issues and missing plant names/data (e.g., closed plants still shown) are noted.

Security and Miscellaneous

  • Light concern about publishing infrastructure maps; others respond that models ≠ territory and such data is already broadly available.
  • Observations on EV uptake in Nordic/Baltic countries, and how cheap, clean electricity and good infrastructure support high adoption.

Australia: Kids under 16 to be banned from social media after Senate passes laws

Scope and definitions

  • Law bans platforms from providing accounts to under‑16s; children themselves are not criminalized. Existing under‑16 accounts must be deactivated.
  • Large fines (up to AUD 50M) for non‑compliant platforms.
  • “Social media service” is broadly defined as services whose primary or significant purpose is online social interaction, linking users, and posting material.
  • Exemptions: messaging apps, “online gaming services,” health/education services, and sites like YouTube that can be used without login.
  • Commenters note this definition is so generic it could cover many sites (HN, news sites with comments, Google Maps, etc.), with practical scope left to the communications minister.

Enforcement and age verification

  • Law bars platforms from requiring government ID (including Digital ID) as the only age‑check; they must offer some alternative, but no method is specified.
  • Many see enforcement as practically impossible without ID, likening it to piracy controls or “are you over 16?” checkboxes.
  • Some discuss cryptographic or token‑based “proof of age” schemes; others point out they are breakable (e.g., selling tokens/accounts) and complex.

Privacy, surveillance, and ID fears

  • Strong concern that this will evolve into de‑facto identity requirements for all online speech, enabling user de‑anonymization and government tracking.
  • Others argue privacy‑preserving age proofs exist in principle, but skeptics doubt governments actually want privacy‑friendly solutions.

Child safety vs. harms of the ban

  • Supporters cite serious harms from social media for adolescents (addiction, mental‑health issues, bullying, grooming), comparing this to age limits on alcohol or tobacco.
  • Critics say evidence is mixed and often overstated; some internal and academic studies are contested in the thread.
  • Several worry about cutting off queer, neurodivergent, and rural teens from crucial online support networks, likening it to a human‑rights issue for some.

Parents vs. state

  • One camp: parents should set limits; outsourcing to government or platforms is “nanny state” overreach.
  • Another: parents can’t realistically compete with trillion‑dollar attention‑optimization machines; collective rules help coordination (like smoking bans).

Circumvention and unintended consequences

  • Many expect widespread evasion via VPNs, foreign or “rogue” sites, or using adults’ accounts; law may mostly impact rule‑following families.
  • Some fear driving teens toward less regulated, more toxic spaces (e.g., 4chan‑style sites, dark‑web forums).

Politics, media, and process

  • The bill was reportedly rushed (24‑hour consultation), with experts opposing a blanket ban.
  • Some see it as “performative” pre‑election politics or legacy media lobbying against social platforms.
  • Others frame it as a valuable test case: outcome metrics and “what counts as success” remain unclear.

Hetzner cuts traffic on US VPSs, raises prices

Scope of the change

  • US cloud VPS bandwidth included drops from 20TB to 1–8TB (often 1TB), while base prices also rise.
  • Overage in US remains very cheap (~$1/TB), and changes hit new instances immediately; existing ones switch in Feb 2025.
  • Applies only to US cloud regions; EU and (currently) dedicated servers keep old traffic terms.

Reactions to pricing and “fairness” rationale

  • Many see it as a bait‑and‑switch: 90–95% less included traffic plus price hikes, framed as helping low‑usage customers.
  • Several point out the stated logic (“low-usage users subsidize high-usage users”) would imply lowering prices for low‑usage customers, which did not happen.
  • Others argue the old offer was clearly unsustainable and attracted bandwidth-heavy abusers; this is a correction, not malice.
  • Some say the absolute increases (e.g., +€1–2/mo, +$12–19 for 20TB users) are manageable; others emphasize the % jump (400–500%) and short notice as unacceptable.

Regional bandwidth and infrastructure economics

  • Multiple comments note bandwidth and peering are cheaper and more competitive in Europe; US IXPs are often for‑profit and pricier.
  • Hetzner owns much of its EU network but colo’s/rents capacity in the US, making US traffic more transit-heavy and costly.
  • Some speculate US launch pricing was a “honeymoon” market‑share play that backfired once heavy users piled in.

Impact on use cases

  • High‑bandwidth workloads cited: DIY CDNs, VPNs, seedboxes/private torrenting, video/PeerTube, container registries, blockchain nodes, file APIs, backups.
  • Low‑traffic users mostly unaffected in practice but feel anxious about future flexibility, leading some to evaluate alternatives anyway.
  • A few consider shifting bandwidth-heavy workloads back to EU regions and accepting latency.

Comparisons to competitors

  • Even after the change, Hetzner’s $1/TB overage is described as 10–100× cheaper than major clouds’ egress.
  • Competitors named as alternatives or benchmarks: OVH (unmetered with caveats), DigitalOcean and Linode (pooled transfer but higher per‑TB), Hivelocity, others.

Communication, PR, and trust

  • Many criticize the very short notice (days for new instances), email‑only communication, and “fairness” framing as insulting or gaslighting.
  • Some argue this is the predictable downside of relying on unusually cheap, non‑contracted pricing; others say abrupt changes still erode trust.

Terminology: “Tariff”

  • Significant confusion in US readers who interpreted “tariff” as trade/import tax, not pricing plan.
  • Others note “tariff” meaning “price list/plan” is standard in German, UK, and Indian usage, so likely a translation/variety issue rather than political tariffs.

In Praise of Print: Reading Is Essential in an Era of Epistemological Collapse

Site UX and Irony

  • Many note the irony of an article praising deep reading appearing on a page made “nearly unreadable” by heavy, slow, intrusive ads and pop‑ups.
  • Several users say adblockers had hidden from them just how unusable large parts of the modern web have become.

Prose Style, Accessibility, and “Elitism”

  • Some find the essay’s language dense, abstract, and full of unclear metaphors, hard to pin down into concrete claims.
  • Others defend discursive, reference‑rich prose as normal for literary essays and a deliberate pushback against “lowest‑common‑denominator” internet style.
  • One user runs readability metrics and finds the text around US Grade 8–9, arguing that perceived difficulty is more about unfamiliar references than raw complexity.

Print vs Digital Reading

  • Broad agreement that long‑form reading and reduced distraction matter; disagreement over whether print is uniquely necessary.
  • Critics say the piece unfairly blames “digital” instead of the surrounding attention economy and ad‑driven platforms.
  • Multiple commenters argue e‑readers (especially distraction‑free, e‑ink devices) combine most of print’s cognitive benefits with superior search, portability, and accessibility.

Attention, Education, and Short‑Form Media

  • Several report younger students struggle to read anything longer than a few pages and constantly seek summaries.
  • Debate over whether students using YouTube/podcasts/ChatGPT are equally educated or just “gaming” easier, changed assessment systems.
  • Linked research is cited claiming ed‑tech and heavy screen use correlate with declining reading performance; others question interpretation and confounders.

Epistemology, Truth, and Media Ecosystem

  • Some embrace “epistemological crisis” as recognition that all information is narrativized; others warn this slides into nihilistic “everyone has their own truth.”
  • Strong thread arguing the core problem is tribalism and emotional, identity‑driven consumption, not the screen itself.
  • Others highlight how modern propaganda works less by burning books and more by flooding channels with low‑signal content, making truth hard to discern.

Elites, Capital, and Information

  • Long sub‑thread argues over whether “elites” have higher‑quality information or simply better tools to profit from a biased information system.
  • Financial media are cited as “reliable” for specific market facts but heavily critiqued for narrow class interests and ignoring structural harms (war, inequality, environment).

Historical Parallels and Tech Panics

  • Commenters recall past anxieties over writing, print, and TV, noting a recurring pattern: each new medium is blamed for shallow thinking, yet also expands access.
  • Others argue the internet’s scale, speed, and personalization make it qualitatively different, not just another iteration.

Books, Self, and Passive Consumption

  • Several distinguish immersive reading from “reel”/feed consumption: reading demands active imagination and sustained attention; short‑form feeds encourage fragmented, passive, often addictive use.
  • Some frame algorithmic feeds as a kind of “psychological obliteration,” briefly erasing self‑awareness and leaving little lasting memory or understanding.

List of books that will induce a mindfuck

Scope of “mindfuck” & criticism of the list

  • Many feel “mindfuck” is used loosely; the list is seen more as a generic internet-popular sci‑fi/fantasy/top‑books list.
  • Several say only a small fraction of titles they’ve read truly fit the label; classics are “good” but not mind‑bending.
  • Some want one‑line explanations per book, but others note this risks spoilers.
  • One commenter notes that once you’ve read a few genuinely disorienting books, others feel tame by comparison.

Reading preferences & fiction recommendations

  • Some readers need strong personal recommendations before investing in a book.
  • Frequently endorsed novels include cyberpunk, post‑cyberpunk, culture‑wide space opera, and certain Japanese surrealist works, though opinions split on specific long novels (e.g., “1Q84” is called slow, formulaic, or overrated by several).
  • Other praised titles: experimental SF about consciousness and copies (“Permutation City”), identity and social experiments (“Glasshouse”), war‑and‑consciousness stories like “Blindsight,” “There Is No Antimemetics Division,” “Hard-Boiled Wonderland & the End of the World,” and “The Wind‑Up Bird Chronicle.”
  • Some mention magical realism and war novels as personally mind‑altering but not necessarily universal “mindfucks.”

Nonfiction & ideological “mindfucks”

  • Several posters list religious apologetics, political philosophy, and intellectual history as life‑changing, especially for those raised to distrust “the West” or Christianity.
  • Others highlight books on perception and consciousness (“The User Illusion,” bicameral‑mind theories) and occult/epistemology texts as more brain‑twisting than much fiction.
  • A side discussion contrasts a popular left‑wing “people’s history” with a conservative “debunking” of it; one side sees the latter as under‑publicized correction, another dismisses it due to its publisher and ideological slant.
  • Another commenter enjoys juxtaposing a collectivist history with a strongly individualist novel to “ping‑pong” between worldviews.

Debates on the West, Christianity, nationalism & oppression

  • Long subthreads argue over whether critical education about Western atrocities equals “hating the West” or is necessary accountability.
  • Germany’s post‑WWII self‑critique is praised by some as a model and condemned by others as self‑destructive “cultural suicide”; there is dispute over Germany’s energy policy and responsibility for emboldening Russia.
  • Commenters debate whether modern societies over‑emphasize Western sins while minimizing similar abuses elsewhere.
  • A side argument contrasts fictional depictions of gender oppression in Western settings with real, often worse conditions elsewhere; others push back that fictional narratives still validly address local oppression and that dismissing them reflects bias.

Historical figures, philosophy & extremism

  • Some argue that major revolutionary or totalitarian texts (from communists and fascists) are obvious omissions because they “mindfucked” entire nations; others say the list rightly avoids them because their influence is catastrophic, not enlightening.
  • A heated exchange examines whether certain 19th‑century philosophers meaningfully influenced fascism and Nazism. One side claims strong ideological linkage and “proto‑fascist” themes; opponents argue influence is overstated, misinterpreted, and often second‑hand.
  • Comparisons are drawn between how later dictators misused both socialist and existentialist/irrationalist philosophy; participants disagree on how much blame attaches to the original thinkers.

Christianity, cosmopolitanism & patriotism

  • Quoted passages from early‑20th‑century essays spark debate about whether modern “good taste” suppresses serious religious/metaphysical discussion.
  • One interpretation: earlier liberals freed inquiry to find truth, whereas today truth is treated as trivial, and genuine debate is socially discouraged. Others counter that deep “cosmic truth” discussions remain common.
  • Another quotation arguing that deep love of a place or church sets one against the “world” leads to debate over cosmopolitanism vs rootedness.
  • One side sees cosmopolitan identity as shallow and illusory compared to rooted patriotism; another sees this rhetoric as close to “blood and soil” nationalism and potentially proto‑fascist.

Meta: list composition & site tech

  • Some note glaring omissions (e.g., certain theory, philosophy, and experimental fiction; “The Anomaly”; “Poker Without Cards”) and propose additions like “Fanged Noumena.”
  • One commenter criticizes the list as too large and indistinguishable from other “top 100/500” classics lists, making it hard for casual readers to find genuinely unusual works.
  • Others defend it as a “pretty decent” set of recommendations that inevitably can’t please everyone.
  • Brief meta‑thread comments that the host site is still not mobile‑friendly and uses very old Perl infrastructure, making modernization attempts difficult.

The great abandonment: what happens to the natural world when people disappear?

Concept of “abandonment” and nature’s role

  • Several comments argue the framing is backwards: “abandonment” is a human perspective; from nature’s side it’s reclamation once human pressure stops.
  • Multiple posters stress humans are part of nature, not outside it. The idea of a harmonious, self-balancing “pristine nature” is criticized as mythologized.
  • Ecological succession and “climax communities” are described as largely debunked in their deterministic form; real ecosystems are dynamic, with cycles of collapse and regeneration.
  • The “baseline problem” in conservation is highlighted: what historical state are we trying to restore, and who decides? Examples like the Salton Sea show that “restoration” depends heavily on which year you choose as the target.

Human impact, sustainability, and future energy

  • Some see episodes like COVID lockdowns as evidence that ecosystems quickly benefit when human noise and disturbance pause.
  • Others counter that many landscapes have been co-shaped by humans for millennia (e.g., Aboriginal land use), and that complete withdrawal is not automatically beneficial.
  • There is extended discussion that industrial civilization is fundamentally unsustainable, having burned through vast fossil energy accumulated over millions of years.
  • A recurring claim is that any future civilization after collapse would lack easy-access energy resources, making re‑industrialization much harder or impossible.

Depopulation, fertility, and social tradeoffs

  • Ghost towns, abandoned rural areas, and shrinking cities (US Great Plains, Japan, Russia, Bulgaria) are discussed as present-day examples of “the great abandonment.”
  • Large subthread on falling fertility: causes mentioned include women’s autonomy, economic precarity, high housing and childcare costs, career penalties, and weak male participation in parenting.
  • Some argue low fertility is “self-correcting” via natural selection or cultural selection (e.g., high-fertility religious groups); others strongly dispute this, emphasizing culture, economics, and no observed rebounds.
  • Concern is raised that aging populations threaten pension systems, stock-market-based retirements, and care capacity, with grim speculation about euthanasia or cutting elder healthcare.
  • Others welcome population decline as ecological relief, while warning about rapid, compounding shrinkage once fertility stays well below replacement.

Abandoned places and wildness

  • Personal anecdotes describe why homes end up full of possessions: elderly deaths, low property values, “storage” houses that are never cleared.
  • Rail lines and mining towns vanish rapidly under vegetation and animal engineering (e.g., beavers), illustrating how quickly infrastructure is erased.
  • DMZ, Chernobyl, and remote rural areas are cited where wildlife becomes abundant and unusually unafraid of humans, contrasting with “zoo-like” nature near civilization.