Hacker News, Distilled

AI powered summaries for selected HN discussions.

Page 785 of 835

I'm terrified of old people

Self-awareness, growth, and “cringing at your past self”

  • Many relate to periodically looking back and cringing; see this as a sign of learning and progress.
  • Some note it usually takes 5–7 years of “real life” before realizing you don’t know much; OP is seen as early to this.
  • Others warn the author’s pendulum may have swung too far from overconfidence to over-awe of older people.

Are older people terrifying, impressive, or overrated?

  • Several readers think “terrified” is hyperbole; they read the piece as awe at the experience gap and at how older people often mask it.
  • Others see unhealthy status anxiety: viewing older competence as a threat and as competition for “the top.”
  • Strong pushback on the idea that age guarantees wisdom: many older people remain incompetent, petty, or stuck; experience only helps if it’s reflected on and used.
  • Selection bias: HN readers tend to notice exceptional elders, not the average.
  • Some argue experience has diminishing returns and may even cause “overfitting” and ruts.

Cognitive aging and leadership

  • Commenters distinguish slower recall from decision quality; experience can offset some decline.
  • Others insist that sharp cognitive decline after ~75 is real and makes very old leaders risky, even if they remain useful as advisers.

Intergenerational conflict and power

  • Thread branches into politics: older cohorts are seen as protecting their socioeconomic position (housing, rents, pensions), shaping policy at the expense of younger people.
  • Concerns about an unusually high share of elderly people in power who don’t grasp current economic realities for the young.
  • Disagreement over whether today’s youth are materially worse off or just facing more competition and visibility of inequality.
  • Proposals like mandatory social service for retirees spark debate: some see fairness and bridge-building, others see coercion and “micro‑management” of life.

Workplace, teams, and mixed ages

  • Value of multigenerational teams is emphasized: different ages bring complementary perspectives and temper groupthink.
  • Counterpoint: homogenous young teams can execute faster on a clear vision.
  • Story of a burned‑out senior highlights that older behavior may be shaped by past overwork; caring vs emotional detachment in engineering is debated.

Practical advice and meta-commentary

  • Multiple older readers encourage the author to keep writing and accept lifelong embarrassment as a feature of growth.
  • Some criticize the piece as vanity/engagement‑bait with little substance; others say that kind of raw reflection is useful to one’s future self.

Imhex: A hex editor for reverse engineers

Reverse engineering culture and legality

  • Several comments celebrate reverse engineering (RE) for learning, malware analysis, game modding, and file‑format exploration.
  • Some argue you can safely RE software you own, especially in parts of Europe where this is reportedly legal for compatibility and integrations. Others ask for concrete legal references, which are not provided.
  • A few suggest doing “borderline” RE privately (no publication, pseudonyms, DMCA‑resistant communities).
  • There’s nostalgia for hex‑editing save files and binaries to patch games.

ImHex features and strengths

  • Highly praised for:
    • File templates/pattern language that auto‑parses structures and highlights fields.
    • Simultaneous interpretation of selected bytes as many data types.
    • Good performance on large files.
  • Pattern language described as Rust‑like, powerful, and fun for describing complex binary formats.
  • Supports extra encodings via external pattern files; CP437 not built‑in but considered easy to add.
  • Web version exists, and software‑rendered builds are available for systems without GPU OpenGL.

Critiques and usability issues

  • Some find it overkill for simple tasks; described as “cannon for a housefly.”
  • Dear ImGui UI criticized for poor OS integration, tiny default scaling on 4K Windows, aliased fonts, and occasional bugs.
  • Installation friction noted: confusing download path on GitHub, Windows SmartScreen warnings, Wayland crashes for some, broken AUR packages and AppImage config saving (later fixed).
  • Others report it works fine on their setups.

Comparisons to other hex editors

  • 010 Editor: widely admired, strong template ecosystem, but commercial and relatively expensive; ImHex viewed as a capable FOSS alternative.
  • Hex Fiend (macOS): praised for simplicity and extreme speed with huge files; now also supports data structures.
  • HxD (Windows): frequently cited as best “simple” hex editor, especially for huge files and RAM/devices. Some run it under Wine on Linux.
  • Other tools mentioned: Hiew, MadEdit, rehex, Hachoir, busybox hexedit, toybox hexedit.

UI, rendering, and GPU discussion

  • Question raised why a hex editor needs OpenGL.
  • Responses: ImHex uses Dear ImGui with an OpenGL backend; modern GUIs generally rely on GPU for high‑resolution, smooth rendering.
  • Counterpoint: terminal hex editors work fine without GPUs; debate ensues over what counts as a “GPU” and how text modes are actually rendered.

DSLs and binary format description

  • ImHex’s pattern system compared to Wireshark dissectors, Kaitai Struct, 010 templates, and others.
  • Multiple commenters note there are many similar DSLs, each with slightly different goals (streaming, pointers/offsets, declarative vs imperative), making a universal standard difficult.
  • One commenter mentions building their own DSL/tooling in this space, underscoring how common this idea is.

Microsoft CEO of AI Your online content is 'freeware' fodder for training models

Scope of “freeware” and fair use

  • Many argue the claim that open web content is effectively “freeware” or blanket fair use is legally and morally wrong.
  • Several point out that copyright automatically applies; lack of a notice or paywall does not imply free commercial use.
  • Others distinguish between using content (browser cache, search indexing, private study) and redistributing or monetizing derivative works.
  • There is disagreement on whether training models counts as a new, transformative “use” or as large‑scale, automated plagiarism.

Power asymmetry and enforcement

  • Repeated concern: laws effectively only protect those who can afford lawyers.
  • Many see this as “rules for thee, not for me”: big firms claim broad rights over public content, but fiercely defend their own IP.
  • Some suggest hypothetically scraping and reproducing Microsoft materials to expose this double standard, but expect such projects would be crushed via litigation regardless of legal merits.

Impact on creators, democracy, and the web

  • Creators fear their unpaid work is being captured by a small elite without consultation, consent, or compensation.
  • Worry that AI-generated slop will drown out human work, devalue journalism, art, music, and make creative careers less viable.
  • Some compare this to broader democratic backsliding: norms are broken, then normalized, then codified.
  • Several anticipate more paywalls, locked‑down content, and a degraded open web as a rational response.

Economic and ethical debates

  • Some argue cheaper AI production is just market competition that benefits consumers, even if it hurts creators.
  • Others counter that unbounded “free market” logic leads to producer collapse, concentration of power, and worse outcomes even for users.
  • There is ambivalence about AI as a tool: some see genuine creative augmentation; others say truly impressive AI‑assisted works are rare or invisible.

Regulation, resistance, and future paths

  • Many expect messy litigation to clarify whether training on copyrighted data is fair use.
  • Some look to EU‑style or new laws to impose limits or compensation.
  • Grass‑roots responses suggested: boycotts, shifting to alternative platforms, adding “poison” or fake data, and strengthening public, decentralized “squares” online.

AMD MI300x GPUs with GEMM tuning improves throughput and latency by up to 7.2x

CUDA vs. AMD Software Ecosystem

  • One side argues CUDA is a deep moat: huge, complex surface area; PyTorch/TF “can be” portable, but ROCm backends lag far behind Nvidia’s in maturity and coverage.
  • Others counter that much of the value is higher in the stack (PyTorch, HF, vLLM), and if ROCm is “good enough” for those, Nvidia’s moat weakens, especially with better $/perf.
  • Debate over AMD’s strategy of mirroring CUDA via HIP: some see it as pragmatic, others as risky “yoking” to a competitor’s runtime.

Hardware, Chiplets, and Interconnects

  • Some see AMD’s chiplet + advanced packaging strength (HBM, 3D cache, APUs) as a long‑term cost and yield advantage vs. Nvidia’s large monolithic dies.
  • Counter‑arguments note Nvidia is already using advanced packaging and HBM in data‑center parts and has a major advantage with high‑speed interconnects (Mellanox/InfiniBand), though others expect emerging “Ultra Ethernet”‑style approaches to erode that.
  • AMD’s MI300X praised for fitting 70B models on a single GPU, vs. two H100s, and for strong perf/$ potential if software catches up.

LLM Inference Stacks: vLLM vs TensorRT-LLM / LMDeploy

  • vLLM is seen as easier to use and widely deployed, but several benchmarks show TensorRT-LLM and LMDeploy 2–3× faster in some settings.
  • Others report more modest gaps (≈10%) in internal tests and highlight that benchmark details (sequence lengths, batch sizes, quantization schemes, caching) can drastically change results.
  • GEMM tuning via AMD’s rocBLAS autotuning tool is credited for the gains in the article, but some wish for more technical detail.

Benchmark Results and Skepticism

  • Multiple commenters scrutinize the MI300X numbers, especially:
    • Llama‑2‑70B, batch size 1, 256‑token prompt + 256‑token output reportedly completed in 1.63s (314 tok/s).
    • Napkin math using model size (≈128 GB FP16) and HBM bandwidth (5.3 TB/s) suggests this should be impossible if the full weights are read once per generated token.
  • Concerns:
    • Throughput figures appear to exceed theoretical bandwidth limits.
    • 70B models seem only ~2× slower than 7B, which doesn’t fit intuition.
    • Some spreadsheet columns (throughput metrics) don’t fully add up.
  • Others note that Docker images and configs are published and encourage independent replication, but until then several label the results “sketchy” or at least unclear.

Perceptions of AMD vs Nvidia Trajectory

  • Evidence cited that AMD is winning some large deals (hyperscalers, national labs), though Nvidia still massively dominates revenue and shipment volume.
  • View that if hardware $/perf is even ~10% better and software reaches ~90% of Nvidia, big customers will justify extra engineering to support AMD.
  • Strong skepticism from others who stress that closing the software gap likely requires sustained, massive investment and time.

Article Quality and Possible LLM Authorship

  • Several readers feel the blog post reads like LLM‑generated marketing: repetitive phrasing, generic “GPT‑isms,” and lack of specific technical insight.
  • Concern that heavy LLM drafting without clear verification undermines trust in both prose and technical claims.
  • Author‑adjacent comments suggest non‑native English plus LLM polishing as a possible explanation, and emphasize that the real value is in the released containers and data, not the prose.

How to waste bandwidth, battery power, and annoy sysadmins

Firefox iOS favicon bug and impact

  • Firefox on iOS is reported to fetch favicons excessively (multiple times per tab, and again on tab open/close or tab switcher updates).
  • For some sites, this produced thousands of favicon/feed requests per second, sometimes triggering bans, HTTP 503s, or perceived DoS-like load, especially with WordPress and slow/uncached 404 handling.
  • On iOS the rendering engine is WebKit, but favicon-fetching logic is in Firefox’s own Swift code, not the engine; linked GitHub issues discuss this.
  • Some users note they do not see the issue; others speculate it may depend on version, number of tabs, or site setup.

Favicons, paths, and standards

  • Debate over “path-specific” favicons:
    • Pro: convenient per-folder/per-tool branding; “drop an icon in a folder and it just works.”
    • Con: browsers probing /favicon.ico on every path, including non-HTML resources, is wasteful.
  • Alternatives discussed: explicit <link rel="icon" …> tags, HTTP Link headers, page-specific icons, and better caching.
  • Some argue the implicit favicon lookup is legacy and redundant when explicit links exist.

Caching, 404s, and CDNs

  • One side: favicon requests are tiny and often 404; servers or CDNs can cache them and the overall impact is minor.
  • Other side: repeated 404s and miscoded requests waste bandwidth, battery, and server CPU, especially on metered or high-latency links and small, uncached sites.
  • RFCs say 404s are cacheable by default, but many setups don’t cache them; microcaching (even a few seconds) is suggested.
  • Discussion stresses that both client fixes and better server/CDN configs should be pursued, not treated as either/or.

iOS vs Android browsers and UX

  • On iOS, all browsers use WebKit but can differ in networking, tab management, favicons, extensions, and sync.
  • On Android, browsers can ship their own engines; Firefox is praised for uBlock Origin and privacy, but criticized by others as slow, buggy, or degraded over time (tab handling, bookmarks vs Pocket, about:config access).
  • Subjective performance reports vary widely, with hardware and JS-heavy sites cited as important factors.

Meta-discussion and workarounds

  • Some consider the article exaggerated or unconstructive; others defend targeted criticism as necessary.
  • Suggestions include disabling favicon requests, caching 404s, using WordPress caches/CDNs, and securing other expensive endpoints (e.g., password reset forms).

A Eulogy for DevOps

Relationship between DevOps, Microservices, and “Ownership”

  • Many see DevOps and microservices as parallel outcomes of pushing “you build it, you run it” ownership to teams.
  • Others stress they’re orthogonal: DevOps is about breaking silos; microservices are just SOA with different tech, and can be overkill for small orgs.
  • Several note that microservices swapped code complexity for operational complexity, demanding strong platform/security teams to work well.

Culture Shift: Docs, QA, and Product Chaos

  • Widespread complaint that documentation, requirements, and QA have degraded under “move fast” cultures.
  • Dedicated QA teams are widely missed; devs and users now act as testers, lowering quality and raising rework.
  • Product managers often absorb QA/marketing duties, while devs juggle PM, dev, and QA, leading to duct-tape solutions instead of solid design.

What DevOps Was Supposed to Be vs Reality

  • Repeated claim: DevOps was a cultural practice to break dev/ops silos, not a job title or separate team.
  • Once companies created “DevOps teams,” they effectively rebuilt old ops silos under new branding, often without deep ops skills.
  • Some argue DevOps has simply become the standard: CI/CD, automated deployments, infrastructure-as-code, and self-service are now expected.

Kubernetes, Containers, and Complexity

  • Strong divide: some praise K8s/containers for reproducibility, portability, multi-environment parity, and stable APIs.
  • Others see K8s as overengineered, leaking internal complexity, demanding specialized platform teams, and being ill-suited for small/medium orgs.
  • For small systems, several advocate monoliths, simple bash/compose setups, or PaaS-style platforms instead of full K8s stacks.

Roles, Skills, and Gatekeeping

  • Nostalgia for seasoned sysadmins/DBAs with deep Unix/DB knowledge; many feel these skills were lost in cost-cutting and “cloud will handle it” thinking.
  • Others criticize old-school ops that resisted basic practices like version control.
  • Consensus that engineers who combine app dev with solid infra/DB skills are rare and undervalued; promotion structures often ignore this hybrid work.

Release Cadence, CI/CD, and Risk

  • Debate over deploying to production multiple times per day vs slower, regulated releases.
  • Advocates of trunk-based development and frequent prod releases claim it reduces incidents via smaller changes and stronger automation.
  • Others note regulatory and organizational constraints, arguing frequent deploy pipelines can still stop at non-prod environments.

Ethics and “User as Tester”

  • One view: using users as testers is acceptable when each user’s stake is tiny.
  • Counterview: if you take money, you have a moral duty to deliver a working service, regardless of ticket price; relying on users as testers is negligence.

Open source 'Eclipse Theia IDE' exits beta to challenge Visual Studio Code

Project goals and positioning

  • Theia is framed as a framework/platform for building custom IDEs, with Eclipse Theia IDE as an “official” IDE built on that platform.
  • Its main differentiation: vendor‑neutral, fully open source, can host VS Code extensions and is suited for white‑label / domain‑specific IDEs (e.g., embedded toolchains).
  • Some find the naming confusing: Eclipse Theia IDE vs Theia Platform vs legacy Eclipse IDE; several argue they should market the ready‑to‑use IDE more clearly and de‑emphasize “platform” language.

Relationship to Eclipse and brand perception

  • Strong split reactions to the Eclipse name.
    • Positive: long‑time Eclipse users praise it as powerful, feature‑rich, surprisingly lightweight today, and still their preferred Java IDE.
    • Negative: others recall it as slow, crash‑prone, confusing (workspaces, OSGi, plugin hell), and say the brand gives them “nightmares”.
  • Some worry the Eclipse reputation and complicated messaging will hurt Theia adoption.

Comparison with VS Code

  • Theia is explicitly not a reskinned VS Code; no shared IDE code, but it reuses VS Code’s extension ecosystem and general UX patterns.
  • Several argue VS Code is “just an editor” compared to full IDEs like Eclipse/IntelliJ, especially on deep refactoring, large Java projects, and rich tooling.
  • Others counter that VS Code’s stability, extension model, and out‑of‑box experience are very strong, and that criticisms are outdated or exaggerated.

Extensibility and architecture

  • Supporters highlight that VS Code’s extension API intentionally keeps extensions “in a box,” limiting deep UI integration (e.g., complex form builders, fully integrated DB tools).
  • Theia aims to be more flexible here, closer to classic Eclipse’s “substrate for tools” model, at the cost of more potential integration complexity.

Performance, Electron, and UX

  • Electron use draws criticism; some blame it for slow, bloated editors and want native cross‑platform solutions.
  • Others argue Electron is a pragmatic way to ensure consistent cross‑platform UX and that alternatives are hard.
  • One tester reports Theia IDE itself feeling very slow (startup, file opening, scrolling), though others recall earlier Eclipse/Theia versions performing acceptably.

Adoption, ecosystem, and concerns about Microsoft

  • Some want Theia packaged in major distros (e.g., Debian) before investing.
  • There is visible anxiety about reliance on Microsoft: VS Code’s telemetry, “stickiness,” and proprietary add‑ons. Theia plus open-vsx.org are seen as a possible escape hatch.
  • Collaboration features are flagged as important but still immature in Theia (open design issues, unclear timeline).

The story, as best I can remember, of the origin of Mosaic and Netscape [video]

Reactions to the Interview / Podcast

  • Many found the video historically valuable and nostalgic, especially discussion of newsgroups and early web culture.
  • Some criticized the format as self-indulgent or “navel-gazing,” noting the oddness of a host interviewing himself and of reverential questioning.
  • Others separated mixed feelings about the speaker’s current VC/crypto persona from respect for past technical contributions.

JWZ, Mozilla, and Browser Principles

  • Several comments anticipated or referenced a prominent Netscape engineer’s critical views on Mozilla today, especially around DRM in browsers.
  • One side argues Mozilla should have refused DRM on principle, potentially shifting the industry away from it.
  • The opposing view: without DRM support, Firefox would have lost more market share and harmed open-source users; breaking up the IE monopoly justified pragmatic compromise.
  • Debate over Mozilla’s use of Google search revenue: some say it should have been treated like an endowment; others note that would have starved development and that some leadership did invest significant portions.

Naming, Early Browsers, and Technical History

  • The origin of the Netscape name is discussed as evoking “scaping” the net, not as a deliberate echo of NCSA.
  • Multiple timelines are compared: WorldWideWeb, lynx, Mosaic, Netscape; clarification that early browsers often didn’t support inline images.
  • There is admiration for early W3C/libwww code and examples, contrasted with today’s browser complexity.
  • Technical trivia appears around HTTP “Referer” misspelling and early threading limitations.

Personal Anecdotes and Nostalgia

  • Many recount first encounters with Mosaic/Netscape, initial skepticism, and later realization of their importance.
  • Stories span BBSs, Gopher, SLIP/PPP headaches, early ISPs, university labs, and “view source” inspiring people to build sites.
  • Several mention alternate tools (NCSA telnet suite, HyperCard extensions, early collaborative tools) that never reached Mosaic’s impact.

Spyglass, Microsoft, and the Browser Wars

  • A former Spyglass browser lead clarifies that although Spyglass licensed Mosaic code, its browser was rewritten from scratch.
  • Participants from both Spyglass and Netscape eras share that market outcomes didn’t always match technical quality, and that Microsoft’s bundling effectively killed the standalone browser business.

Protocols, the Web, and Centralization

  • Commenters stress that the web (HTTP/HTML) is only one protocol on the internet, lamenting the loss of diversity (Gopher, NNTP, richer use of FTP/telnet).
  • There is concern that “everything over HTTPS” and browser dominance have narrowed how people think about what’s possible online.

US Supreme Court allows cities to ban homeless camps

Scope of the ruling & legal framing

  • Thread centers on the Supreme Court’s decision that enforcing general anti-camping laws is not “cruel and unusual punishment” under the Eighth Amendment.
  • Several commenters stress: the 8th Amendment limits punishments, not what can be criminalized, except pure “status” crimes.
  • Supporters say the Court is correctly leaving regulation of public camping to local governments, not turning the 8th Amendment into a broad homelessness policy tool.

Is homelessness effectively criminalized?

  • Many argue that banning camping on all public land where no shelter exists makes it de facto or even de jure illegal to be homeless, since sleeping is unavoidable.
  • Others counter that the law applies to everyone (backpackers, student protesters, the housed), so it targets conduct, not the “status” of being poor/homeless.
  • Debate over whether this “formal equality” just masks laws that in practice punish poverty.

Shelters, religion, and feasibility

  • Repeated claim: there are far fewer shelter beds than homeless people; visible street homelessness signals overloaded systems.
  • Some cities rely on religious shelters with mandatory services, sobriety, or work; critics see “go to church or go to jail” coercion and quasi-compelled religious participation.
  • Defenders say private shelters can set rules; opponents respond that criminalizing refusal to accept those conditions makes the state complicit.

Public order vs human rights

  • Many housed commenters (via reported sentiments) want parks, sidewalks, schools, and transit cleared of encampments, citing crime, open drug use, needles, and human waste.
  • Opponents argue that criminalization just cycles people through tickets and jail, deepening poverty and records, rather than addressing root causes.

Housing markets, causes, and “build more”

  • One camp: primary solution is more housing (especially SROs and high-density), noting loss of cheap units and high living costs as strong correlates of homelessness.
  • Another camp: “we already have enough homes,” pointing to vacancies and claiming housing-as-investment creates artificial scarcity; others rebut that homes are in wrong places or not truly available.
  • Disagreement over how important mental illness and addiction are: some say “most” homeless are severely mentally ill; others cite lower but still substantial substance-abuse rates.

Enforcement, prisons, and displacement

  • Fears: mass arrests, expansion of already large prison systems, or systematic “bus them elsewhere” practices and encampment sweeps.
  • Some argue incarceration is more expensive than housing; others note political will favors punishment over subsidized housing.
  • A few see the ruling as necessary “tooling” to break up dangerous camps while longer-term shelter/housing capacity is (hopefully) built.

The Origins of Yiddish (2014)

Origins of Yiddish and Knaanic

  • Some mention Knaanic (a Judeo-Slavic language based on Old Czech) as an earlier Jewish European language, but others argue it is not ancestral to Yiddish and is generally considered irrelevant to Yiddish’s origin.
  • A contested fringe theory is cited that Eastern Yiddish descends from Jewish Slavic languages (like Knaanic) and that Western Yiddish derives from Eastern; commenters note this is widely rejected in the field.
  • Mainstream view in the thread: Yiddish arose as a Germanic variety spoken by Jewish communities in Central Europe that later moved east, diverging over centuries like any other language, not as a consciously “created” language.

Germanic vs Slavic Nature of Yiddish

  • Multiple multilingual commenters say Yiddish is obviously Germanic: to German and Dutch speakers it feels like a German dialect with extra vocabulary.
  • Others note Eastern Yiddish has stronger Slavic influence (lexicon and substrate), but still fundamentally Germanic.
  • One commenter reports testing that Yiddish sounds like a different German dialect to alemannic speakers. Another notes high mutual intelligibility for Viennese and other German speakers.

Jewish Ethnic Origins and Genetics

  • Some assert Ashkenazi Jews are a mix of Levantine, Southern European, and Slavic ancestry; others highlight that genetic estimates vary and should not be equated directly with “ethnicity.”
  • There is discussion of a fringe “Iranian/Scythian” origin theory for Ashkenazim tied to Slavic/Iranian interactions; commenters emphasize lack of evidence for large-scale conversions and note its political and sometimes antisemitic misuse.
  • Several participants criticize consumer DNA ancestry methods (clustering, PCA) as noisy and potentially “junk science,” while others say they still show broad relatedness patterns.

Language, Identity, and Dialect vs Language

  • Recurrent debate over whether Yiddish is a “dialect of German” or a distinct language; commenters stress that calling it “just a dialect” is historically and culturally diminishing, even if it is clearly Germanic.
  • Analogy is drawn to Hindi/Urdu and to closely related European language pairs where mutual intelligibility exists but separate identities matter.
  • Commenters note that much Ashkenazi “Jewish culture” in Europe and the US is heavily shaped by German and Central European culture, while also being distinct.

Other Jewish Languages and Archaic Features

  • Ladino (Judeo‑Spanish) is mentioned as closely related to older forms of Spanish; Yiddish and Ladino are described as preserving “frozen-in-time” features relative to later standardization in German and Spanish.
  • Historical separation and limited integration are suggested as reasons archaic features persist.

Modern Usage: Haredim, Yiddish, and Hebrew

  • A linked article and comments describe Yiddish as a key language of many ultra‑orthodox Jews, binding communities and partially separating them from surrounding societies, including in Israel.
  • Some say most Israeli Haredim speak Hebrew as a primary language and many do not speak Yiddish; others emphasize that Haredim certainly know Hebrew well from religious study.
  • Discussion touches on recent Israeli court rulings on conscription of Haredim and how Yiddish/Hebrew proficiency may affect integration into the army.

Miscellaneous Linguistic Notes

  • Examples are given of German–Yiddish mutual comprehension in everyday encounters and film screenings.
  • Shibboleths and accent differences (e.g., between Yiddish and Polish, or between various Germanic accents) are discussed as life-and-death identifiers in wartime and as tools to infer someone’s first language.

Supreme Court overturns 40-year-old "Chevron deference" doctrine

What Chevron Deference Was

  • For ~40 years, courts generally deferred to federal agencies’ “reasonable” interpretations of ambiguous statutes in their domain (EPA, FDA, FCC, etc.).
  • This let Congress legislate in broad strokes and rely on technocratic rulemaking to fill in details and adapt to new facts.

What the Ruling Changes

  • Courts are no longer required to defer; they must independently interpret ambiguous statutes.
  • Agencies can still make rules, but their legal interpretations no longer get automatic weight.
  • The decision rests heavily on the Administrative Procedure Act’s instruction that courts decide “all relevant questions of law.”

Separation of Powers & Accountability

  • Supporters: restores the Constitution’s design—Congress legislates, executive enforces, courts interpret; agencies had become a “fourth branch.”
  • Critics: Congress deliberately delegates because it cannot foresee all edge cases; removing default deference shifts power from elected branches to life‑tenured judges.

Regulation, Environment, and Public Health

  • Critics foresee weaker protections (air, water, fisheries, food safety, worker safety) because:
    • Congress is gridlocked and too slow to update statutes.
    • Corporations can more easily challenge rules and “court shop” for friendly judges.
  • Supporters argue:
    • Agencies have overreached and sometimes been captured by industry.
    • Clearer statutory limits will curb abuses (examples cited: ATF reclassifications, SEC/FTC expansions).

Stability vs. Flexibility

  • One camp says Chevron created regulatory “whiplash” when administrations changed (e.g., net neutrality, student loans, non‑competes), and court control will stabilize the law.
  • The other says this ruling destabilizes an enormous body of settled administrative practice and invites a wave of litigation across every regulated sector.

Judicial Power, Precedent, and Court Legitimacy

  • Many see this as a major judicial power grab, part of a pattern of overturning long‑standing precedents (Roe, voting rights, corruption cases).
  • Others reply that bad precedents must sometimes be corrected; stare decisis is not absolute.
  • Concern is raised that precedents now look disposable, encouraging future court‑packing or further norm‑breaking.

Congress, States, and the Future

  • Several note Congress’s extreme dysfunction and poor representation ratios; they doubt it will “step up.”
  • Some predict more policymaking will shift to states, increasing divergence and a patchwork of protections.
  • Overall impact on federal capacity to govern effectively is seen as significant but the long‑term outcome is viewed as uncertain.

New ways to catch gravitational waves

How current detectors work and “aiming”

  • LIGO-type detectors are large L‑shaped laser interferometers; they are fixed on the ground and cannot be steered.
  • Sensitivity is directional (anisotropic). Each detector has “good” and “bad” directions; waves arriving from certain angles can be nearly invisible to a given instrument.
  • Multiple detectors at different locations (LIGO sites, Virgo, KAGRA, GEO600) improve sky coverage and allow localization via:
    • Different antenna patterns.
    • Time-of-arrival differences (triangulation).
  • Even a single interferometer’s two perpendicular arms give a crude directional constraint.

Next-generation and alternative detectors

  • Space-based Laser Interferometer Space Antenna (LISA) with three spacecraft millions of km apart is highlighted as the next major step, though repeatedly delayed.
  • A proposal suggests using Doppler tracking of a Uranus orbiter/probe as a micro‑Hz gravitational-wave detector.
  • Some mention concepts like magnetically mediated conversion of gravitational waves to photons in strong fields, still an exploratory idea.

Gravitational waves as communication

  • Thread explores science-fiction-like ideas: encoding information in gravitational waves, perhaps used by advanced civilizations.
  • Points raised:
    • Enormous energy and mass manipulation required for detectable signals, especially at galactic distances.
    • Possibly very slow data rates and heavy noise.
    • Advantages might include low attenuation and amplitude scaling as 1/r vs intensity 1/r², and potential communication with “dark sectors.”
    • Others argue the downsides dominate and EM remains far more practical.
    • Discussion touches on “dark forest” style arguments about whether loudly broadcasting is wise.

Gravity, spacetime, and quantum gravity

  • Clarification that current experiments confirm classical general relativity: gravity as spacetime curvature and waves as ripples in that geometry.
  • Separate, unresolved problem: a quantum theory of gravity and the existence/properties of gravitons.
  • Explanations distinguish classical GR from quantum field theories of other forces, and note candidate frameworks (string theory, loop quantum gravity) without consensus.

Historical detectors and Weber bars

  • Early resonant bar (“Weber bar”) detectors are discussed as the first generation of gravitational wave detectors.
  • There is disagreement over terminology:
    • Some say “first generation” now refers only to early LIGO interferometers.
    • Others insist the historical bar-detector era counts as the original first generation.
  • Bars are widely viewed in the thread as having been too crude and noisy to work, and prior detection claims as discredited, though some argue they were a reasonable early attempt.

Sensitivity, noise, and limits

  • LIGO’s sensitivity is described with analogies (hair‑width variations over interstellar distances).
  • Noise is a central problem; filtering and multi‑detector correlation are essential.
  • There is curiosity (but no detailed answer) about why current interferometers top out around ~1 kHz and whether higher-frequency sensitivity is feasible.
  • Some ask whether “noise” today might later be recognized as new signal, drawing an analogy to the accidental discovery of the cosmic microwave background.

Public access and learning

  • People recommend:
    • Visiting LIGO facilities, which offer free public tours and lectures.
    • Studying general relativity lecture notes to build from first-year physics to deeper understanding of gravitational waves.

Is Clear Air Turbulence becoming more common?

Climate change, jet streams, and CAT

  • Thread centers on whether warming strengthens or weakens jet streams and how that affects clear air turbulence (CAT).
  • Some argue warming poles reduce the equator–pole temperature gradient, so jets should weaken and meander more, locking in weather patterns.
  • Others cite the linked work and additional studies claiming climate change increases the density/moisture contrast between tropics and poles, which can strengthen jet streams even if pure temperature gradients weaken.
  • Several note the system is highly nonlinear and seasonal (polar night, teleconnections like El Niño/La Niña, QBO, mountain torque), so averages and local behavior can differ.
  • General takeaway in the thread: CAT-conducive conditions appear to be increasing, but the physical explanation is complex and partly model-based.

Evidence, accidents, and uncertainty

  • Accident statistics from NTSB show no clear upward trend in turbulence-related accidents; turbulence-caused airliner crashes are extremely rare.
  • Explanations offered:
    • Aircraft are designed with substantial structural margins.
    • Better forecasting, routing, and avoidance may offset increased CAT frequency.
    • Official stats only include events with serious injuries/damage, so more light/moderate CAT might not show up.
  • CAT intensity is reported via subjective pilot reports plus some newer objective sensors (eddy dissipation rate), but coverage and long-term, standardized records are limited.
  • Some call out misunderstandings of the cited study (it used 42 years of reanalysis, not just two years).

Operations, procedures, and routing

  • A commercial pilot notes more widespread use of continuous descent profiles (staying higher for longer with engines at idle) makes descents more efficient but can expose passengers to more high-altitude instability, potentially changing perceived turbulence without any climate effect.
  • Dispatchers optimize routes and altitudes for winds and fuel; sometimes flying higher, even into stronger winds, saves fuel overall.
  • Conflict-related airspace closures (Ukraine, Russia, Israel, Afghanistan) may force longer, more constrained Europe–South Asia routings, plausibly limiting options to avoid bad areas, though the article’s maps show global CAT increases, not confined to that corridor.

Altitude, private jets, and the tropopause

  • CAT is most common near the tropopause (roughly mid-20k to high-30k feet).
  • Many airliners and private jets can cruise around 37–43k feet; reasons cited include traffic separation, better performance in thin air, higher true airspeed, and sometimes smoother ride.

Safety, fear, and risk perception

  • Multiple comments stress that turbulence is mostly a comfort issue; structural failures from turbulence in large airliners are effectively historical.
  • Real risk is to unrestrained occupants, especially cabin crew who must walk around; seatbelts are strongly recommended whenever seated.
  • Some compare turbulence to a boat hitting waves: alarming but usually safe; others note that “true” severe turbulence (loss of control) is very rare.
  • Anxiety is common; a few readers say they paradoxically feel safer in turbulence because it ensures pilots are fully alert.

Measurement, data, and technology

  • Discussion on why accelerometer/turbulence data aren’t routinely streamed: flight data recorders have limited storage and downloading is labor- and downtime-intensive; any added hardware/software faces costly certification and maintenance constraints.
  • Some suggest leveraging passenger phones’ accelerometers via in-flight Wi-Fi, or tapping existing aircraft-based meteorological systems, but regulatory and data-ownership issues are noted.
  • A startup claims to use tablet sensors plus AI to build real-time CAT maps for airlines, advertising both safety and small fuel savings.
  • Another commenter mentions research into forward-looking LIDAR to detect CAT ahead of the aircraft; feasibility and deployment remain unclear.

Perception, media, and alternative explanations

  • Some speculate that more flights, plus broader Wi-Fi and social media, amplify public perception of turbulence increases (“internet-enabled flight bias”), regardless of underlying trends.
  • Others emphasize that the article’s central claim is about physical increases in CAT conditions from reanalysis data, not necessarily about documented increases in injury incidents.
  • A few climate-skeptical remarks appear (“is there anything global warming can’t do?”), met with responses that increased atmospheric energy naturally affects phenomena like turbulence, while acknowledging remaining uncertainties in magnitude and mechanisms.

The Rhisotope Project: Insertion of radioisotopes into live rhinoceros

Concept of radioactive tagging

  • Project inserts small amounts of radioisotopes into rhino horns (via drilled holes) to make them detectable by existing radiation monitors at borders.
  • Many find the idea clever: it repurposes global nuclear-detection infrastructure for wildlife protection.
  • Others see it as extreme or “papering over” a social problem rather than addressing underlying demand.

Safety and dosage

  • Multiple comments stress “the dose makes the poison”; tiny doses can be safe for rhinos, especially as horns are keratin (like compressed hair) and away from vital organs.
  • Articles and project FAQ (as quoted) claim:
    • Safe for rhinos and caretakers.
    • Intended to be “non-toxic” in accidental animal ingestion.
    • In other media quotes, it’s described as making horns “poisonous for human consumption,” creating apparent contradiction.
  • It’s unclear from the thread how finely tuned the dose is between “safe for rhino” and “dangerous for humans,” and how realistic that distinction is.

Detection limits and countermeasures

  • Radiation portal monitors have detection thresholds; they don’t trigger on very low-level sources (e.g., single bananas), though bulk material can.
  • Choice of isotope and emission type (gamma vs alpha/beta) matters for detectability and shielding.
  • Skeptics note: smugglers could use cheap radiation detectors to screen horns and discard “tagged” ones, or use shielding; enforcement in many states is weak or corrupt.
  • Supporters argue it need not be perfect: any increase in risk, friction, or confiscation can deter some actors.

Scalability and practicality

  • Only 20 rhinos have been treated in three years.
    • Some read this as evidence of inherent difficulty.
    • Others, drawing analogies to typical R&D, attribute the timeframe to ethics, regulatory approval, and method validation, not to per-rhino effort.
  • Concerns:
    • Tranquilization itself carries risk.
    • If only a small fraction of rhinos are treated, poachers may just select untreated horns post-kill.
    • Detection occurs after the animal is already dead.

Comparison to other approaches

  • Existing methods mentioned: dye and toxin infusion to render horns visibly and chemically worthless, claimed to be cheap and effective.
  • Some argue cultural change and public campaigns in consumer countries would be more impactful than technological fixes.
  • Others emphasize multi-pronged strategies: even partial deterrents and added risk are valuable given high poaching rates and horn value.

Meta LLM Compiler: neural optimizer and disassembler

Overview of Meta LLM Compiler

  • Model is built on Code Llama, trained primarily to emulate compilation (code + flags → assembly/IR), then fine‑tuned for:
    • Choosing LLVM optimization pass order (auto‑tuning for size).
    • Decompilation/disassembly (assembly ↔ IR / higher-level code).
  • Intended as a research model and foundation for further fine‑tuning, not a drop‑in replacement for existing compilers.

Determinism and Reproducible Builds

  • Strong concern that compilers must be deterministic for build systems, caching, Nix-style reproducible builds, and supply-chain validation.
  • Historically, compilers sometimes embedded timestamps or had other nondeterministic behavior; this is now seen as an antipattern.
  • LLMs can be made deterministic (temperature 0, fixed seed), but:
    • Outputs are still highly sensitive to small input changes.
    • Determinism per input is different from reliability over a distribution of inputs, where LLMs remain weak.

Correctness, Verification, and Safety

  • Many commenters distrust LLMs for correctness-critical compilation; “almost always right” is considered unacceptable.
  • For decompilation, the paper uses round‑tripping: x86 → (model) IR → (clang) x86; exact match is treated as correct, yielding ~45% exact round‑trip, so only partially trustworthy.
  • For optimization, the model only suggests pass order; LLVM still enforces semantics, though changing phase ordering is known to surface latent compiler bugs.
  • Alive2 is suggested for formal verification of LLVM IR transformations, but authors note it is expensive and times out often, limiting practicality.
  • Consensus: use AI for profitability/heuristics, not for defining correctness.

Decompilation and Potential Applications

  • Reported big jump over prior decompilation work (previously recalled as <30%); 90%+ style forward/backward mapping is seen as potentially transformative.
  • Envisioned uses: binary-to-source recovery for archival, porting old binaries, aiding Verilog / hardware work, chip simulations, and serving as a strong code assistant prior.

Optimization Focus: Size vs Performance

  • Current work targets code size; some disappointed it does not yet optimize for runtime performance.
  • Commenters note performance is harder to measure (noisy benchmarks vs deterministic size), and cost models are still immature.
  • There is agreement that modern compilers still have significant optimization headroom (e.g., inlining for size), so ML‑guided heuristics could matter.

Skepticism, Naming, and Practicality

  • Several view the idea of an “LLM compiler” as overhyped or misleading; prefer framing as “LLM-guided compiler optimization.”
  • Concerns:
    • High risk of subtle miscompilations.
    • Production deployment would be hard due to correctness, performance of inference, and engineering complexity.
  • Others are cautiously optimistic, seeing it as a valuable research direction and a reusable base model, not an immediate product.

Understanding React Compiler

React Compiler & Memoization

  • Many are unclear how the compiler changes day‑to‑day development: Will React.memo, useMemo, useCallback largely disappear, or still be needed in edge cases?
  • One view: compiler will automatically handle memoization and dependency tracking, reducing boilerplate and common bugs (especially mis-specified dependency arrays).
  • Others question whether its optimizations overlap with what JS engines (e.g., V8) should already do, and whether new complexity and compilation steps are worth it.
  • Concern that source transformations will complicate debugging because compiled output may not map cleanly back to original code.

Hooks, Suspense, and React’s Design

  • Hooks are seen by some as the start of React’s decline: brittle rules (must be called in same order, not in conditionals), “magic” behavior, and heavy cognitive load.
  • Others argue hooks are a powerful composition mechanism and a reasonable DSL for state and lifecycle, especially with good lint rules.
  • Suspense and React’s custom async model are criticized for not using language features like async/await or generators more directly; others note server components already rely on async/await.

JSX: Language, Semantics, Alternatives

  • JSX spec is documented but not standardized by TC39. Multiple implementations exist (Babel, TypeScript, esbuild).
  • JSX defines syntax but not semantics; the runtime meaning is framework-specific.
  • Debate over whether JSX is a “bizarre hack” versus a pragmatic syntax improvement. Alternatives mentioned: template literals (Lit), hyperscript, plain createElement, CoffeeScript, or TSX without React.
  • Some confusion about JSX “rendering XHTML”; others clarify JSX just compiles to function calls, not markup.

React vs Other Frameworks / Ecosystem

  • Strong disagreement on React’s current value:
    • Critics: bloated, over-engineered, requires heavy toolchains, large bundles, and constant workarounds for state and effects; better options include Svelte, Solid, Vue, Lit, HTMX, server-rendered stacks.
    • Defenders: still the de facto standard with unmatched ecosystem, reasonable trade-offs, and now “catching up” with compiler-based optimizations like other modern frameworks.
  • Several note that alternatives often provide smaller, faster bundles (e.g., Svelte) or leverage Web Components (Lit), but may lack React’s ecosystem.

Careers, Fundamentals, and Learning Path

  • Strong theme: learn JavaScript, HTML, and CSS fundamentals first; frameworks are interchangeable if you know the basics.
  • Some argue juniors must still learn React for employability; others advise avoiding it on technical grounds even if that limits job options.
  • General agreement that deep understanding of fundamentals and of how tools work under the hood is crucial for debugging and long-term skill.

Ask HN: What is the best code base you ever worked on?

What People Consider a “Great” Codebase

  • Often the favorite codebase is one the person largely designed or fully owns.
  • Small, focused apps maintained over many years are described as joyful: easy to fully understand, refactor, and keep consistent.
  • Safety‑critical and long‑lived systems with strict standards, exhaustive documentation, and uniform style impress people, even if they’re slow to change.

Tooling, Monorepos, and Developer Experience

  • Google’s monorepo and tooling are frequently cited as peak dev experience: fast, reproducible builds; powerful code search; consistent style and presubmits; easy cross-repo changes.
  • Some argue this ecosystem is hard to replicate and often not transferable outside such companies; others report frustration with complexity, OWNERS/readability overhead, and internal fragmentation.
  • Similar praise appears for other well-tooled environments (Bazel-based mono-repos, Facebook’s continuous codemods, strong CI/CD setups).

Ownership, Culture, and Process

  • Clear code ownership (individual or small team) is seen as crucial for quality and long-term evolution.
  • Lack of ownership or dysfunctional core teams leads to stagnation, silos, and top talent leaving; overly rigid codeowner systems can also slow work.
  • Teams with low ego, strong communication, and shared standards are repeatedly linked to excellent codebases.

Simplicity vs. Advanced Features

  • Many value codebases that avoid heavy metaprogramming, DI frameworks, and overused patterns; “advanced” features often make onboarding and maintenance harder.
  • Others argue advanced features are fine when used sparingly, with good documentation, and when the codebase is “just a bit more advanced” than its users to enable learning.
  • KISS and sticking close to idiomatic framework usage (Rails, Django, etc.) are recurring themes.

Architecture, Modularity, and Scale

  • Modularization and clear boundaries are emphasized: small, understandable components, well-defined APIs, and separation of business logic from infrastructure.
  • Microservices are praised when each service is small enough to fit in a mental model and can be rewritten independently; skeptics note that a well-architected large monolith should be equivalently manageable, but is rare in practice.

Greenfield vs. Legacy

  • Blank-slate projects are romanticized but quickly become “legacy.”
  • Some see large, useful systems as inevitably messy; others insist disciplined design, continuous refactoring, and time to clean up hacks prevent that fate.

Frame.work laptop now available in Denmark, Finland, and Sweden

Nordic availability & Norway exclusion

  • Launch now includes Denmark, Sweden, Finland; many ask why Norway is excluded.
  • Main explanations: Norway is outside the EU, so customs, consumer law (incl. 5‑year warranty), translations, and support overhead are higher for a relatively small market.
  • Some suggest Norwegians can buy via other EU countries, but this doesn’t solve customs or warranty issues.

Keyboard layouts: Nordic vs national

  • Many welcome proper Danish and Swedish/Finnish keyboards instead of the generic “Nordic” layout, which overlays several languages and can confuse non‑experts.
  • Detailed discussion of differences between Swedish, Norwegian, Danish, Finnish layouts, especially æ/ø/å/ä/ö placement, Enter shape (ANSI vs ISO), and special symbols.
  • Several developers say Nordic layouts are unpleasant for coding and shell work (e.g., /, {}, [], $, | require awkward combos), and have switched to US or US‑International layouts plus Alt/Option for local letters.
  • Others argue you quickly adapt or that labels don’t matter if you touch type, but counterpoints note physical key shapes and sizes still affect ergonomics.

Custom / missing layouts (Ukrainian, Finnish, Dvorak, etc.)

  • Some want Ukrainian or other niche layouts. Suggestions include blank keyboards plus stickers, DIY engraving, or custom OS layouts.
  • Sticker durability and backlight compatibility are concerns; alternatives such as permanent markers or water‑slide decals are discussed.

Hardware quality, price & repairability

  • Prices comparable to premium laptops (including Macs) lead to debate over value.
  • Many praise repairability, modular IO, swappable mainboards, and the environmental angle; they like being able to upgrade RAM/SSD cheaply and replace parts easily.
  • Others report mixed reliability (e.g., fans, keyboards, stability issues) and note that upgrading mainboards is expensive and may approach the cost of a new midrange laptop.
  • Comparisons with MacBooks and ThinkPads: consensus that Framework trails on battery life, speakers, webcam, fan noise, and overall “polish,” but is far ahead in openness and repairability.

Modular ports & battery trade‑offs

  • Some love the customizable expansion cards and open designs (including community modules).
  • Critics argue the port modules waste space that could be used for a larger battery and reduce the number of simultaneously available ports; defenders counter that board and speaker layout, not the modules, limit battery size.

Miscellaneous

  • Interest in niche modules such as LoRa, though seen as too niche for the manufacturer.
  • Several mention that aging, still‑working laptops reduce their incentive to buy.

Software galaxies

Controls & UX

  • Many find navigation hard, especially on mobile: device-tilt controls feel jittery, touch selection is imprecise, and standard gestures (pinch-zoom, drag) often don’t work as expected.
  • Some enjoy the gyroscope view, describing the phone as a “window” into another world, but others dislike being forced to rotate the device (awkward on public transport, stands, disabilities).
  • Desktop controls (WASD + arrow keys) are widely reported as much better and even “fun,” though sensitivity is high when zoomed in.
  • Several users request alternative control schemes: gamepad-style, drag-to-rotate with finger, more discoverable controls, and generally more mobile-friendly design.

3D vs 2D Visualization

  • Many praise the visualization as beautiful, artistic, and “cool.”
  • Some argue a 2D version would be more practical and readable (e.g., dot size vs camera distance, easier interpretation of clusters).
  • Others defend 3D as intentionally whimsical and engaging, differentiating it from the many existing 2D code graphs.
  • Comparisons are made to earlier 3D UIs (file browsers, VR productivity tools, Doom/NetWars interfaces) that were visually striking but often impractical.

Data, Layout & Coverage

  • Distance between nodes is driven by a clustering/layout algorithm and is described as somewhat arbitrary; users note odd, tiny distant constellations and separated islands.
  • Some ecosystems appear incomplete or outdated (Go, R, Rust, Elm, Rubygems), with missing popular packages and defunct link sources (e.g., Go packages pointing to casino ads).
  • Requests for additional ecosystems: Maven Central / JVM, p2, Hackage, Nixpkgs, CPAN, Quicklisp, vcpkg, Conan, MacPorts, pkgsrc.

Use Cases & Value

  • One commenter explicitly says there is no practical use; others see limited but real value: navigation on large touchscreens, writing ecosystem guides by cluster, understanding package “neighborhoods,” and appreciating the human effort behind each dot.
  • Some treat it primarily as art and an exploratory toy rather than a production tool.

Performance & Related Work

  • Performance on low-end machines is noted as impressively smooth (suspected WebGL/particle shader).
  • Related visualizations are mentioned: Git repo visualizers, Reddit and GitHub maps, and other “software as galaxies” or “activity” animations.

Einstein and his peers were resistant to black holes

Einstein’s resistance and whether it was “irrational”

  • Several argue his skepticism about black holes was reasonable given lack of observations and discomfort with infinities.
  • Others note he at times responded with personal dismissals, which some see as irrational bias rather than pure reasoning.
  • General theme: rejecting a radical prediction of one’s own theory purely on intuition is questioned, but understandable in historical context.

Singularities: real physics or model breakdown?

  • Many commenters treat GR singularities as signs the theory breaks down, not literal infinite-density points.
  • Expectation: a future quantum gravity theory will regularize singularities.
  • Some point out that other continuous theories (e.g., fluid equations) also develop singularities that are artifacts.
  • A minority defends physical singularities more literally, but this view is portrayed as rare or misinformed in serious GR.

Time, observers, and event horizons

  • Strong disagreement over “time stopping” at the horizon.
    • One side: to a distant observer infall appears to freeze; so maybe singularities never actually form from our frame.
    • Counter: this is a coordinate illusion; locally, crossing the horizon is uneventful and collapse to a singularity (in classical GR) is unavoidable.
  • Some emphasize the distinction between event horizons (global, need full spacetime) and apparent horizons (what we can infer now).

Interior structure and alternative pictures

  • Ideas discussed: growing interior spacetime that avoids a final singularity; exotic “Bardeen-like” cores with non‑ordinary equations of state; ultra‑compact stars; or no true horizons at all.
  • Multiple speculative cosmologies:
    • Our universe as the interior of a black hole spawned in a larger universe.
    • Black holes as entropy “recycling machines” or sources of new big bangs.
    • Hierarchies of universes inside black holes debated as interesting but highly speculative.

Evidence for black holes and data skepticism

  • Observational support cited: gravitational waves, dynamics at galactic centers, and EHT “shadow” measurements.
  • Others remain cautious: EHT images involve complex reconstruction (including some ML); they prefer to treat black holes as still partly theoretical.
  • Distinction stressed between “objects that look exactly like GR black holes from the outside” (strong evidence) vs certainty about interiors (unknown).

Rationality, bias, and language

  • Debate over what counts as “rational” vs “irrational”:
    • Some define irrational beliefs as those not originally arrived at via explicit reasoning.
    • Others note this becomes circular and often just labels positions one disagrees with.