Hacker News, Distilled

AI powered summaries for selected HN discussions.

Page 750 of 801

MPPP – The first 'designer drug' disaster (2023)

Role of MPTP/MPPP and Medical Follow‑ups

  • Commenters note MPTP is now a standard way to induce Parkinsonism in animal models.
  • Several discuss the “frozen addicts” and subsequent experimental treatments (fetal brain cell transplants, new drugs) as both remarkable and ethically complex.
  • Some speculate doctors may have been partly motivated by career and publication opportunities, with patients willing to accept high‑risk interventions.

Designer Drugs, “Research Chemicals,” and Law

  • Debate over terminology: “designer drugs” seen by some as fear‑mongering; others prefer “research chemicals” or “grey‑market drugs.”
  • Explanation of how analogue laws (e.g., US Federal Analogue Act) hinge on “intended for human consumption,” enabling vendors to sell compounds as “for research only.”
  • Point that drug scheduling can lag behind new analogues, driving a cat‑and‑mouse game in clandestine chemistry.

Harm Reduction and Testing

  • Strong support for reagent testing (Ehrlich and multi‑reagent kits) and, where possible, lab analysis to verify identity and detect adulterants.
  • Others stress limitations: reagents can’t see all contaminants, and each dose would theoretically need testing.
  • Narcan is recommended as a general harm‑reduction tool.

Psychedelics, LSD, and Self‑Medication

  • Extensive side discussion about LSD and analogues: generally seen as low in physical addiction but not risk‑free (bad trips, psychosis in predisposed people, possible heat‑related complications).
  • One commenter describes long‑term, unsupervised LSD use combined with prescription stimulants for ADHD and trauma; others are skeptical, warning about self‑experimentation and lack of evidence.
  • Conflicting claims about long‑term SSRI effects on serotonin receptors are raised (unclear in thread).

Cathinones (3‑MMC, 4‑MMC, MDPV, etc.)

  • Multiple anecdotes about mephedrone‑like stimulants bought online in the 2010s: “wild west” purity, extreme potency, addiction, psychosis, and occasional tragedies.
  • 3‑MMC described as widespread and addictive in parts of Europe; concern that much sold product is actually more toxic analogues (e.g., 3‑CMC).

Synthetic Opioids and Supply Shifts

  • Quoted DEA analysis from the 1980s predicted a future dominated by fentanyl analogues due to high potency and easy synthesis.
  • Discussion of Afghanistan’s dramatic drop in opium cultivation under the Taliban and a shift toward meth production using local ephedra, with likely downstream impacts on global markets.

Drug Policy, Youth, and Public Health

  • Strong divide between:
    • Advocates of full or broad legalization/regulation to ensure purity, reduce overdoses and violence, and stop the analogue arms race.
    • Opponents who emphasize abstinence, family‑level prevention, and desire not to “normalize” drugs.
  • Some propose middle‑ground models: tightly controlled legal access, strong education, and support for people seeking to quit.
  • Comparison with legal harms (alcohol, tobacco, obesity); debate over personal freedom vs social and healthcare costs.

Chemistry and Risk

  • Several highlight how small changes in molecules (or synthesis conditions) can radically alter potency and toxicity (e.g., opioids, thalidomide, alcohol vs methanol).
  • Emphasis that amateur organic synthesis is dangerous; MPTP/MPPP is a canonical example.

What "consent" looks like for the DEA and TSA

Civil Asset Forfeiture & Incentives

  • Many see DEA/TSA cash seizures as “highway robbery” enabled by civil asset forfeiture.
  • Core complaint: property is treated as the defendant; owners must prove innocence, reversing “innocent until proven guilty.”
  • Strong concern over perverse incentives when seizing agencies keep the money; cited as driving abuse, especially highway stops.
  • Some note “equitable sharing” lets local police route seizures through federal agencies and still receive kickbacks, undermining state-level reforms.

Legality, Due Process & Constitutional Concerns

  • Repeated claims that routine seizures/searches violate the Fourth Amendment and amount to deprivation of rights under federal civil-rights statutes.
  • Others argue some warrantless actions can be justified under exigent circumstances (e.g., suspected drug couriers about to leave the jurisdiction).
  • There is debate over whether current civil processes can be considered “due process” when they are expensive, slow, and structurally biased.

Comparisons, History & Analogies

  • Historical analogies to British colonial forfeiture, piracy, privateers, and medieval tax farming, suggesting the U.S. recreated systems it once rebelled against.
  • Comparisons to other democracies (Canada, Ireland, various European states) where civil forfeiture is seen as rarer or more constrained, though critics point to Canada’s protest-related account freezes as its own liberty issue.
  • Some liken U.S. police behavior to “highwaymen” and argue corruption is structurally baked in through budgets and incentives.

Personal Experiences & Search Culture

  • Anecdotes of aggressive or coercive searches in airports, on highways, at festivals, and even in disaster shelters.
  • Several note that “consent” often feels meaningless when refusal implies confiscation, delay, or denial of travel.

Reform and Abolition Proposals

  • Proposals include: routing all seized funds to neutral purposes (state coffers, burning the cash, or social programs), or eliminating civil forfeiture in favor of criminal proceedings with full rights.
  • Some argue the only real solution is to end or radically scale back the war on drugs; others insist a tough, Singapore-style drug regime is desirable.
  • Crypto is mentioned as a way to avoid cash seizures, though others say legislative fixes are simpler and crypto brings its own harms.

The Origin of Emacs in 1976

Early editors, TECO, and Emacs’ origin context

  • Posters recall using TECO-based editors, VTedit/vted, SOS, XEDIT, EDT, SPEED/SED, etc., illustrating a diverse ecosystem before vi became dominant.
  • Many stress how hard TECO was to use: invisible point, paging files manually, and syntax “like line noise,” yet powerful enough to build full-screen editors and even run inline assembly.
  • TECO-based Emacs sources (e.g., dired) are cited as examples of extreme expressiveness without modern language niceties.

Email addressing and pre-Internet mail

  • Early ARPANET mail often used “user at HOST” instead of user@HOST, matching early RFCs.
  • Later RFCs mention both “at” and @, and hierarchical addresses; syntax evolved over time.
  • UUCP host!user “bang paths” and other non-Internet formats (e.g., VM/CMS style) are discussed.
  • There’s some confusion/clarification around when FTP, SMTP, and UUCP appeared and how mail initially piggybacked on FTP.

Early networking, filesystems, and terminals

  • ITS is highlighted for early, sophisticated features: user-space devices, transparent network file systems (MLDEV), process detach/reattach, and pseudo-TTY based terminal support.
  • SUPDUP is discussed as a “super” display protocol enabling efficient remote screen handling, including tricks to scroll and repaint quickly at 300 baud.
  • Historical anecdotes emphasize bandwidth limits and why line editors and minimal screen updates mattered.

Emacs variants and implementation discussions

  • Multiple Emacs lineages are mentioned: original TECO Emacs, Multics Emacs, Lisp Machine editors, Gosling Emacs on Unix, modern Common Lisp/Scheme clones, and Rust experiments (remacs, emacs-ng).
  • Some note that in Lisp-based systems there was effectively no boundary between “editor language” and “implementation language.”

Longevity, rewrites, and modern relevance

  • Several commenters remark on the remarkable durability of Unix shells, Emacs, and vi across decades and platforms.
  • There is interest in rewriting Emacs internals in more modern, multicore-friendly languages (Go/Rust), but others point to prior attempts and note that reimplementing Emacs Lisp alone is far from reproducing Emacs.
  • One thread addresses whether learning Emacs in 2024 is worthwhile: supporters emphasize extensibility and fun with Emacs Lisp; skeptics find keybindings unergonomic and might switch if performance stalls.

Pnut: A C to POSIX shell compiler you can trust

Project goals and motivation

  • Intended as a C→POSIX shell compiler that produces human-readable scripts.
  • Main stated goal: help with “trusting trust” concerns and bootstrappable build chains (e.g., bootstrap Pnut itself, then a native backend, then TCC, then GCC) using only a POSIX shell and source.
  • Some commenters see it as clever but heading opposite their preference (would rather compile C to portable binaries, e.g., with other toolchains).
  • Others value it as an exploration of Unix “shell as glue” and as a conceptual demo of what POSIX sh can do.

Implementation approach and language subset

  • Uses only POSIX shell builtins (primarily read and printf), no external utilities, to maximize portability.
  • Memory is modeled via many numbered variables (_0, _1, …) and arithmetic expansion, since POSIX sh lacks arrays.
  • All compiler-generated variables hold numbers only, so code often omits quoting; this conflicts with common shell best practices and tools like ShellCheck.
  • C support is a restricted subset: missing or limited handling of unsigned types, static variables, arrays, glob.h, many libc and POSIX APIs (e.g., open modes, socket, lseek, mmap, pthread, setjmp, dlopen).
  • Some constructs “compile” to calls like _glob or _socket that are not implemented.
  • Pointers are mapped onto the same underlying representation as integers; parameter types like int vs int* are not distinguished.
  • Wrapping arithmetic and precise C undefined behavior are not modeled.

I/O and binary data

  • Examples include base64 and SHA-256 implemented within the constraints.
  • Input is read via read -r, which cannot handle NUL bytes; authors acknowledge base64 example doesn’t support full binary input.
  • Output of arbitrary bytes is possible using printf, enabling an x86 backend, but robust binary I/O in shell remains a limitation.

Performance and shell differences

  • Heavy use of many variables can be slow in some shells (e.g., dash does linear lookup over many variables), but authors report acceptable times for bootstrapping Pnut itself.
  • Benchmarks shared: for compiling pnut.c with pnut.sh, ksh is fastest, dash somewhat slower, bash slower still, and zsh much slower.
  • Subshells are noted as a major bottleneck; runtime library tries to avoid them.

Usefulness vs. practicality

  • Enthusiasts like that it stretches what POSIX sh can do and fits into bootstrapping/Stage0/bootstrappable-builds efforts.
  • Skeptics question why anyone would want to write C for shell-like tasks, or produce slower, less capable shell code instead of portable binaries.
  • Several argue most nontrivial shell scripts should instead be written in higher-level languages (Python, Rust, etc.) for maintainability and debuggability.
  • Debates spill into build systems: whether having a dedicated DSL (make, CMake, Meson) is better than using C itself; opinions are strongly split.

Trust, security, and messaging

  • “You can trust” tagline is widely criticized as marketing; readers say being told to trust something makes them more suspicious.
  • Others connect the “trust” framing explicitly to Ken Thompson’s “Reflections on Trusting Trust” and double-diverse compiling, arguing that human-auditable shell output from multiple independent shells can improve confidence.
  • Some note that trust still ultimately rests on the shell implementation and environment.

Critiques and open issues

  • Generated scripts trigger many ShellCheck warnings and errors; some are acknowledged as analyzer limitations, others less clearly so.
  • Error handling is often missing or oversimplified: examples like cp/cat have writes that don’t check for errors or partial writes.
  • Some operations emit explicit runtime “unknown mode” errors instead of implementing full behavior.
  • There are reports of code with undeclared identifiers compiling without diagnostics, suggesting poor or absent semantic checking.
  • Several commenters argue the project should more clearly document its C subset and limitations; others see the current state as an impressive but incomplete prototype.

Taking my diabetes treatment into my own hands

Adult-Onset T1D and Autoimmunity

  • Multiple accounts of “late” Type 1 onset, sometimes coinciding with other autoimmune diseases (e.g., rheumatoid arthritis).
  • Commenters note adult-onset T1D is common and was a driver for renaming “juvenile diabetes” to Type 1.
  • Viral infections (Epstein–Barr, CMV, flu) are mentioned as suspected triggers, but mechanisms are acknowledged as complex and not fully understood.

DIY Modeling and Optimization

  • The blog’s use of biophysical glucose–insulin models and open‑source libraries sparked debate.
  • Some argue using differential-equation models as black boxes without understanding them is risky; others point out this still exceeds typical clinical practice.
  • Suggestions for better optimization: treat doses as continuous variables; use derivative‑free / black‑box optimization (e.g., Bayesian optimization, standard numerical methods) instead of brute‑force genetic algorithms.
  • Probabilistic programming tools (PyMC, Stan) are mentioned for parameter estimation and uncertainty, but seen as an advanced topic.

Everyday Management Strategies

  • Strong support for pre‑bolusing ~15 minutes before eating; several T1Ds report dramatically smoother post‑meal glucose, despite clinicians sometimes downplaying it due to practical risks.
  • Additional tactics: walking after meals, splitting basal doses, extending boluses for fat/protein, confirming CGM extremes with fingersticks.
  • Emotional burden is a recurring theme: constant decision‑making, “vibes‑based” dosing, and periodic “screw it” moments around food.

Closed-Loop / Artificial Pancreas Systems

  • Several commenters already use commercial closed-loop systems (Medtronic, Tandem, Omnipod + Dexcom) and DIY setups (Loop, AndroidAPS, iAPS), often reporting life‑changing improvements in time‑in‑range and mental health.
  • Distribution is uneven: easier access in some US/UK settings than elsewhere; regulatory and reimbursement barriers remain.
  • Limitations noted: alarm fatigue, CGM inaccuracies, limited algorithm flexibility, UX issues; some still prefer DIY loops for configurability and sensor overlap.

Diet, Exercise, and T2D / Prediabetes

  • Many T2D and prediabetic commenters report major benefits or remission from low‑carb or ketogenic diets, sometimes combined with metformin or GLP‑1 drugs; others succeed on whole‑food, high‑carb plant‑based diets.
  • Broad agreement that weight loss, intense and regular exercise, and reducing fast carbs improve insulin sensitivity.
  • Multiple people stress that T1D absolutely still requires insulin, even on strict keto; attempts to replace insulin with diet alone are described as dangerous.
  • Some mention specific adjuncts (oats/beta‑glucan, turmeric, psyllium), but evidence quality is mixed and often anecdotal.

Risks: Hypoglycemia, DKA, and CGM Limits

  • Stories of nocturnal hypoglycemic coma and diabetic ketoacidosis highlight life‑threatening risks, especially during strenuous trips (heat/cold damaging insulin, lack of carbs, limited monitoring).
  • Concerns about CGM accuracy (false lows/highs), especially with “no calibration” sensors, fuel skepticism about fully automated dosing.
  • Alarm fatigue leads some to disable alerts, consciously shifting responsibility back to manual checks.

Healthcare System and Self-Advocacy

  • Strong consensus that T1Ds must learn to manage themselves; many feel routine care is too infrequent, formulaic, or tech‑illiterate to handle real‑world variability.
  • Some defend clinicians as overworked and under‑resourced; others describe shallow diagnostics, dismissal, and reliance on outdated care pathways.
  • Disappointment with “sick‑care” models drives people toward self‑logging, CGMs, DIY tools, and extensive personal research.

You can opt out of airport face scans

Opting Out in Practice

  • Multiple users report successfully opting out of facial recognition and body scanners, but experiences vary widely.
  • Some describe smooth alternatives (manual ID check, wanding, pat-down); others report arguments, shaming, long delays, or being told opt-out isn’t possible.
  • Signage often states participation is optional, yet front-line staff frequently seem confused or untrained about opt-out procedures.
  • Opting out of millimeter-wave scanners triggers manual pat-downs; some find them invasive or deliberately unpleasant.
  • A few users say the hassle has driven them to give up resisting and just comply.

Radiation and Scanner Safety

  • Clarification that current airport “cylindrical” machines are millimeter-wave, not X-ray; backscatter X-ray systems are said to be rare or phased out in major US airports, but still used in some European airports and prisons.
  • Debate over cumulative radiation risk: some argue low, non-ionizing doses are negligible; others say all radiation exposure is additive and workplace limits exist for a reason.
  • One commenter notes EU caution over millimeter-wave safety and highlights limited, vendor-funded studies.

Privacy, Biometrics, and Normalization

  • Many object on principle: resistance to constant identification, tracking, and the erosion of anonymity in public.
  • Concern that “they already have your photo” is a form of privacy nihilism; people want to slow the incremental (“salami slicing”/boiling frog) expansion of surveillance.
  • Worries include high-resolution 3D face data, derivative biometric templates that may be retained even if images are “deleted,” and future misuse (deepfakes, biometric fraud).
  • Non-citizens often cannot opt out and fear data leaks by border agencies; some avoid visiting the US entirely.

Effectiveness of Resistance

  • One camp sees individual opt-outs and delaying lines as necessary civil disobedience and a moral duty.
  • Another argues opt-outs are statistically insignificant, often not even tracked, and that meaningful change must come via law, regulation, and elections.
  • Some note that marginalized or non-white travelers face higher risks if they resist, so relatively privileged travelers may have a special responsibility to push back.

Technical and Operational Notes

  • Facial systems often use stereoscopic, close-range cameras; some boarding gates and Real ID processes also integrate face capture.
  • Others point out ubiquitous cameras (street, stores, cars, doorbells) already feed large-scale facial recognition.
  • Several prefer programs like TSA PreCheck/Global Entry for speed and to avoid body scanners, while distrusting private services like Clear, especially for how they monetize biometrics.

Tesla Q2 2024 Update [pdf]

Full Self-Driving (FSD) and Autonomy

  • Some owners report major recent improvements, saying FSD now handles city driving with minimal intervention and is viable for long trips (with mandated supervision checks).
  • Others report dangerous or erratic behavior: curb strikes, late braking, poor lane handling, unsafe merges, and “last-second” corrections even in Tesla’s home territory.
  • Skeptics argue individual impressions are irrelevant given the massive scale of road miles; even very high reliability can still be unsafe at national scale.
  • Debate over whether “technology is there” vs. still far from safe, regulator-approved robotaxis. Tesla’s own filing only refers to “FSD (Supervised)” and emphasizes that it is not autonomous.

Financials, Margins, and Regulatory Credits

  • Automotive sales and profit are down year-over-year; vehicle volume growth is expected to be lower in 2024.
  • Operating margin has compressed into low single digits. Half or more of operating income this quarter is attributed to regulatory credits, prompting concerns about core auto profitability.
  • Counterpoint: credits are a small share of revenue and require actually building EVs; they partially offset costs, and company-wide pricing/spend could adjust if credits declined.
  • Some see this as evidence Tesla has long depended on subsidies and aggressive accounting; others say the business is not “doing poorly” given macro factors and one-time restructuring costs.

Product Roadmap: Semi, Cybertruck, Robotaxi, Optimus

  • Tesla Semi: critics highlight tiny deliveries vs. 2017 promises and long delays; defenders say it’s still in limited test deployment, not prioritized, and not tied to 4680 cell production.
  • Cybertruck seen by some as an ego-driven “halo” product prioritized over the more practical Semi; others say it’s a valuable testbed and already the best-selling EV pickup.
  • Robotaxi and “AI company” narrative are widely viewed as speculative or “smoke and mirrors,” especially given repeated delays and the cautious language in official filings.
  • Optimus humanoid robot and Dojo/AI future are mentioned as key to long-term valuation by some, but filings give them minimal, nonspecific treatment, raising doubts.

Market, Competition, and Demand

  • EV growth is slowing in 2024, but non-Tesla EVs grew strongly in 2023; Tesla now faces many newer, competitive models, especially from Korean and other automakers.
  • Some Tesla owners plan to switch brands for better comfort, UI, and to avoid association with the CEO.

Politics, Brand, and Governance

  • Many argue the CEO’s rightward political shift and attacks on “woke” culture are alienating climate-conscious buyers and damaging demand.
  • There is extensive debate about fiduciary duty: whether personal politics that threaten tax credits and brand value should justify replacing the CEO.
  • Discussion also touches on reported large political donations and whether they are aimed at preserving subsidies, avoiding legal exposure, or simply personal ideology.

Energy Storage and Infrastructure

  • Energy generation and storage now form a meaningful and fast-growing revenue segment (though still minority of total).
  • Some see a pivot toward grid-scale batteries and infrastructure as inevitable; others note battery cells are largely sourced from partners and view storage as a low-margin, commoditized business with growing competition.

Hydrothermal explosion at Yellowstone National Park

What Happened at Biscuit Basin

  • USGS described a small hydrothermal explosion near Black Diamond Pool in Yellowstone’s Biscuit Basin.
  • The blast damaged the boardwalk and threw rocks; videos show debris reaching the walkway.
  • No injuries were reported; many commenters view that as mostly luck.
  • Prior instances at this same feature and other basins are cited; this one appears unusually large but not unprecedented.

Is This Linked to the Yellowstone Supervolcano?

  • Multiple comments cite USGS material: hydrothermal explosions are largely independent of deep magmatic eruptions.
  • Past large hydrothermal blasts over ~16,000 years were not followed by magma eruptions.
  • One commenter notes the shallow magma system has relatively low melt fraction; large VEI‑8–scale events are seen as very low‑probability for at least thousands of years.
  • Others emphasize that if it were a precursor, activity would likely be widespread, not localized.

Risk to Visitors & Onlooker Behavior

  • Several people stress that standing above boiling, pressurized ground is inherently dangerous and advise running immediately from unexpected eruptions.
  • Video discussion: some think tourists reacted too slowly or returned too soon; others argue the response was reasonable given how “managed and safe” Yellowstone feels.
  • Extensive discussion of normalcy bias, bystander effect, “freeze” responses, and social pressure not to overreact.
  • Comparisons made to other events (sneaker waves, White Island eruption, aircraft incidents) where people misjudged danger.

Supervolcano Scenarios and Global Impacts

  • Speculative pros/cons lists: potential short‑term global cooling and soil enrichment vs. massive regional destruction, ash over North American farmland, and severe global food crises.
  • Disagreement over whether a Yellowstone caldera event would end civilization or “only” devastate the northern hemisphere.
  • Many doubt nations maintain meaningful food reserves for such a catastrophe; profit incentives and just‑in‑time logistics are cited as obstacles.

Geothermal Mining & Energy Debate

  • One camp proposes systematically tapping Yellowstone’s geothermal energy (starting at the periphery over ~1,000 years) to both generate power and possibly reduce supervolcano risk.
  • Critics argue:
    • Technically this would be civilization‑scale (Kardashev I–level) engineering and currently infeasible.
    • Yellowstone’s magma lies kilometers deep; shallow drilling wouldn’t “drain” it.
    • Deep geothermal elsewhere is hard and often uneconomic; one Australian pilot is mentioned as a cautionary example.
    • National Parks are among the few places where strong limits on resource extraction are broadly supported.
  • Some see moderate geothermal use outside sensitive areas as reasonable; others insist Yellowstone itself should remain off‑limits.

Geysers, Hydrothermal Systems, and Data

  • Guides and geologists in the thread say such hydrothermal explosions have no direct bearing on the broader 30×40‑mile caldera.
  • Explanation offered: local basins are heated by relatively shallow, mostly solid hot rock and water circulation, not directly by the deep magma reservoir.
  • Geysers are often statistically predictable (Old Faithful is a classic dataset) but can change after earthquakes and sometimes behave irregularly.
  • Black Diamond Pool has dozens of recorded eruptive episodes over ~18 years; this event seems at the large end of its known behavior.

Broader Safety & Psychological Themes

  • Repeated advice: in parks with geysers or volcanic features, treat unusual behavior (new colors, shapes, or violence of eruptions) as a cue to leave fast.
  • Specific tips: avoid bare, vegetation‑free ground in thermal areas; cover your head if rocks are falling; judge falling objects by apparent motion (constant bearing implies collision).
  • Commenters link visitor complacency to modern life’s distance from “raw” nature and to the curated safety of places like national parks and theme parks.

Media & Miscellaneous

  • Direct links to multiple explosion videos; some complain about vertical video, others defend it as natural for phones and for tall phenomena like geysers.
  • Some lighthearted comments speculate about apocalyptic 2024 scenarios (supervolcano, UFOs) and joke about capturing historic events “for science,” but these are clearly tongue‑in‑cheek.

America’s Transit Exceptionalism

Interpretation of the transit graphs

  • Several note the chart is per‑capita, so China and South Korea look especially steep, but even India’s “small” bump represents massive absolute growth.
  • There’s disagreement on whether population adjustment “skews” the picture; some argue it understates India, others say it doesn’t handle population growth well.
  • Many highlight that almost every country’s curve rises except the US and UK.

China, India, and “overbuilding”

  • One side claims China is overbuilding housing and rail, creating ghost cities and mismatched demand.
  • Others counter that excess capacity is intentional: supporting ongoing urbanization, future quality upgrades, and building while labor is cheap; they argue structures are generally durable for 50–70+ years.
  • India is cited as rapidly expanding metros (hundreds of km in ~20 years), with more under construction, and poised to surpass US metro mileage.

US institutions, cost, and project choices

  • Some blame US bureaucracy and environmental reviews; others note highly regulated regions (EU, East Asia) still build aggressively, so the issue is US-specific execution and politics.
  • High costs and mis‑prioritized megaprojects (e.g., East Side Access) are contrasted with cheaper, higher‑impact builds abroad (e.g., Paris extensions, Crossrail).
  • Loss of in‑house expertise after long construction pauses is seen as a cost driver.

Boring Company / Hyperloop as distraction

  • Many see Boring Company and Hyperloop as intentional or de facto stalling tactics against conventional rail, especially California HSR and Las Vegas transit.
  • Others argue the evidence of deliberate sabotage is weak or speculative; they view these as overhyped tech experiments, not serious transit.

Modes: trams, buses, metros, cars

  • Some favor trams for comfort, legibility, and city visibility; others see them as inflexible, slower, and often redundant with buses.
  • Strong support appears for layered networks: metro for fast trunk lines, trams or buses for local, and regional rail on top.
  • A recurring point: cars remain space‑inefficient in dense cores even if automated; they may help with last‑mile but not mainline capacity.

Culture, density, and inequality

  • One camp argues most Americans genuinely prefer low‑density, car‑oriented living and that public transit is for those who can’t afford cars.
  • Opponents reply that high urban housing costs signal unmet demand for dense, transit‑rich living; people “choose” sprawl partly because cities are unaffordable or have poor schools.
  • Several link weak US transit to racism/classism: transit is coded as for “poor and minorities,” so higher‑income voters resist funding or riding it.

Safety, crime, and perceived quality

  • Multiple comments claim fear of crime, disorder, and mentally ill or drug‑using riders is a major reason middle‑ and upper‑income Americans avoid transit, especially in some US cities.
  • Others counter that crime rates per rider are still low and that perceptions are amplified, but acknowledge quality and safety problems on systems like BART or some NYC lines.

How Olympics officials try to catch “motor doping”

Motivation and Ethics of Cheating

  • Many argue cheating is a rational response to incentives: huge pay gaps between winners and support riders, limited career length, and the belief that “everyone is doing it.”
  • Others are baffled that elite athletes still cheat, calling it “lame” and saying it destroys the meaning of sport.
  • Rationalizations described: compensating for bad luck or injury (“what I’d do under perfect conditions”), or preserving a livelihood when clean performance no longer suffices.
  • Some compare this to workplace or academic cheating, noting similar dynamics where dishonest behavior often pays.

Motor Doping and Other Enhancement Methods

  • Thread agrees only one clear motor‑doping case has been officially caught (in cyclocross, not road).
  • Debate whether current Tour de France performances exceed the EPO era: some say power/kg is now lower, others cite analyses claiming new records and “impossible” numbers.
  • Speculation about non‑mechanical methods: altitude camps, blood transfusions, and newer ideas like carbon monoxide rebreathing. Some call CO use “doping,” others note it’s currently a gray‑area diagnostic vs performance method.

Feasibility and Payoff of Motor Doping

  • Several argue hidden motors are of limited value: batteries small, weight penalty significant on long/mountain stages, benefit mostly in short sprints.
  • Counterpoint: because bikes must meet a minimum weight, motors could replace ballast, and even 20–30 W at key moments (e.g., to “unstick” a drafter) could be decisive and very hard to detect from power data.

Detection Techniques and Limitations

  • Existing methods mentioned: thermal cameras (motors get hot), magnetometers for metallic/magnetic parts, physical scanning of bikes, and ad hoc tricks like weighing and infrared.
  • Ideas floated: mandatory official power meters or pedals with secured data; correlating power vs speed over time to find anomalies. Others note this is easily spoofed, noisy (drafting, wind, gradient), and hard to interpret when Olympians are physiological outliers.

Standardized Equipment Debate

  • Proposal: host supplies identical bikes to all riders to eliminate motor doping and tech gaps.
  • Objections:
    • Fit, geometry, and cockpit setup are highly personal and performance‑critical.
    • Professional cycling economics depend on bike sponsorship; standardized bikes would undermine funding.
    • Equipment differences are already constrained by detailed UCI rules (weight limits, approved frames, banned tech), so gains are “marginal.”
  • Supporters cite one‑design classes in sailing and Japanese keirin as evidence standardized gear can work, at least in some disciplines.

Cycling vs Other Sports

  • Some say cycling is uniquely exposed because outcomes are tightly tied to power output and the bike provides a big mechanical leverage point.
  • Others argue doping is at least as prevalent in many sports (football/soccer, baseball, bodybuilding, powerlifting), but cycling gets more scrutiny and public scandal.
  • Comparisons drawn to motorsport and baseball, where rule‑bending and technical cheats are almost an art form.

E‑Bikes and Consumer Tech

  • Several distinguish between cheating in competition and legitimate e‑bike use for recreation and commuting.
  • Commenters highlight that modern e‑road bikes can look very “stealth,” and that assist tends to increase total riding and reduce “range/hill anxiety” for everyday riders.

Why is it so hard to share links on LinkedIn?

Algorithm, Links, and “Enshittification”

  • Many commenters say LinkedIn downranks posts containing external links to keep users on-platform, similar to other social networks.
  • Some describe elaborate “hacks” (links in comments, obfuscating URLs) that they claim LinkedIn now detects and punishes.
  • Others are skeptical, calling this partly superstition; one person shared stats suggesting no clear penalty for most link domains but poor reach for YouTube.
  • Several note a broader trend: feeds are optimized for engagement and time-on-site, not user goals or the open web.

Job Market, Network Effects, and Why LinkedIn Persists

  • Strong consensus that LinkedIn is hard to dislodge because it has “all the jobs” and “all the recruiters”; users prioritize volume of listings over UX quality.
  • Attempts to build “better” job platforms (more integrity, application limits, guaranteed responses) reportedly struggled to attract enough roles and candidates.
  • Some suggest starting with blue-collar / low-wage markets and moving up; others argue classism and adverse selection (desperate candidates, hard-to-fill roles) make this unlikely.

User Attitudes: Hate, Reliance, and Niche Value

  • A large contingent describes LinkedIn as “crap,” “cancer,” spam-filled, cringe, and user-hostile, yet maintains profiles out of necessity.
  • A minority finds it highly valuable: key source of leads, news in specific industries, academic networking, or a low-maintenance online CV.
  • Several report good results building a professional audience and getting work by posting original, on-platform content regularly.

UX, Dark Patterns, and Privacy Concerns

  • Complaints include: aggressive app-install prompts on mobile, confusing search, noisy notifications, irrelevant feed content, and disappearing critical posts.
  • Historical grievances: contact-list spamming, dark patterns in invitations, public profile exposure, and profile-view notifications that discourage “snooping.”
  • Some employers allegedly monitor employee profiles, pressure them to post positive company content, and treat profile updates as a quitting signal.

Status, Branding, and Psychological Effects

  • Many resent the pressure to “build a personal brand,” chase engagement, and maintain “external eminence.”
  • Connection count (especially 500+) is said to be used as a crude recruiter signal; some play along, others intentionally keep low counts as a filter.
  • Several note LinkedIn intensifies feelings of inadequacy via constant achievement posts and hustle culture content.

Alternatives and Regulation

  • Open/decentralized platforms are proposed, but commenters note they struggle to gain adoption.
  • Some call for regulation against algorithmically penalizing external links on dominant platforms.

Turing's topological proof that every written alphabet is finite (2010)

Cognition, Brain States, and Finiteness

  • Some argue that if cognition occurs on a compact “cognitive manifold,” then only finitely many personality types or ways of thinking exist.
  • Others note this matches physical intuitions: finite brains, finite lifetimes, finite signal speed ⇒ only finitely many human mind states.
  • There is pushback that this relies on specific assumptions (compactness, physical finiteness); if cognition isn’t fully biological or the manifold isn’t compact, the conclusion may fail.
  • Reincarnation-like repetition of mind states is debated: mathematically you might get repetition somewhere, but this doesn’t guarantee any given state recurs or in a meaningful sense.

Syntax vs Semantics; Context-Dependent Meaning

  • Multiple comments stress Turing’s argument is about syntactic distinguishability of written symbols, not meanings.
  • Infinite semantics are trivial (you can assign infinitely many meanings to a single glyph); the proof only bounds physically distinguishable marks.
  • Context-dependent symbol meanings (e.g., numerals vs letters, natural language words) do not challenge the finiteness of the underlying alphabet.

Topological / Metric Assumptions

  • A key assumption: there is a resolution limit ε so shapes closer than ε are indistinguishable. This induces a compact “space of symbols.”
  • Discussions explore different models: compact subsets of the unit square with Hausdorff metric; optimal transport–style metrics; or functions from the square to [0,1] (grayscale), invoking compactness results like Arzelà–Ascoli.
  • There is detailed debate over “compact” vs “conditionally compact”, completeness, and why compactness of the base square (including its boundary) matters.
  • Attempts to construct infinitely many symbols (e.g., mapping each real in [0,1] to a point) fail once indistinguishability and measure-zero issues are considered.

Information-Theoretic and Physical Angles

  • A simpler framing: finite area + finite spatial/temporal/color resolution + noise ⇒ finite information capacity ⇒ finite distinguishable symbols.
  • Some explore hypothetical escapes (continuous, noise-free color; time-varying inks) but acknowledge these are impractical and often reintroduce finiteness via bounded observation time or resolution.

Pedagogy and Historical Context

  • Several comments note that compactness-based arguments are now routine but were historically new when Turing wrote.
  • There is meta-discussion about how hard such topology is for non-specialists and ideas for layered, interactive explanations that expand definitions and proofs on demand.

Chinese-born chemist cleared of last conviction under US’s espionage probe

Human and financial impact on the chemist

  • Commenters highlight the enormous personal cost: multimillion‑dollar legal bills, over $1M debt, loss of professorship, and years without salary.
  • Many argue he deserves compensation or punitive damages, noting that “the system works” only if you can afford to fight it.
  • GoFundMe updates are described as “heartbreaking” and emblematic of the burden on targeted scholars and their families.

Fairness and function of the US legal system

  • Some stress that at least the US releases people when convictions collapse, contrasting it with “disappearing” suspects in authoritarian states.
  • Others push back, citing mass incarceration, capital punishment, police killings, and cases where people remain imprisoned despite findings of factual innocence.
  • There is debate over whether limited corrections can justify serious, avoidable errors.

Was there wrongdoing or a witch hunt?

  • One side: the case began with a whistleblower and corroborated evidence of a Chinese university contract and frequent China travel; they claim the chemist knowingly hid conflicts and lied.
  • Other commenters counter that his connections were minimal, not disclosable under the rules, and ultimately found immaterial by an appeals court.
  • Several frame the case as part of a racially driven “China Initiative” that targeted Asian academics for political reasons.

Prosecutorial power and accountability

  • Multiple related cases are cited (e.g., Wen Ho Lee, an MIT professor) involving failed espionage theories and alleged withholding of exculpatory evidence.
  • Some propose harsh penalties for prosecutors who hide evidence; others warn this could make prosecutors overly risk‑averse and undermine enforcement.
  • Discussion touches on qualified immunity, perverse incentives (quotas, metrics), and the difficulty of reform without being labeled “soft on crime.”

Race, profiling, and espionage politics

  • Data from a linked white paper suggests a high non‑conviction rate for Asian Americans charged under economic espionage laws, fueling concerns about profiling.
  • Commenters note that aggressive US crackdowns may backfire, driving talent back to China, echoing historical episodes and current “red scare” rhetoric.

Broader US–China and IP context

  • Some see US concern over Chinese IP theft as hypocritical given decades of offshoring to China.
  • Anecdotes describe US companies themselves cheating inventors and then blaming China.

Chinese identity and personal risk

  • A Chinese commenter asks if mentioning Chinese background is politically risky; replies note potential downsides both in Western countries (discrimination) and in China (speech being reported back).

Warsaw came close to never being rebuilt (2015)

Extent and Nature of Warsaw’s Destruction

  • Destruction was unusually systematic: after the 1944 Uprising and capitulation, German units methodically looted and then demolished remaining buildings, not just through combat.
  • Specialized German commands handled demolition and burning of bodies; large parts of the city, including the Ghetto, became literal rubble fields later built over with postwar housing.
  • Nazis had earlier plans (Pabst Plan) to remake Warsaw as a small model German town; after the Uprising they focused on simple annihilation instead.

Why and How Warsaw Was Rebuilt

  • There was postwar discussion of moving the capital to Łódź, but population return, legal claims to land, and political realities pushed toward reconstructing Warsaw.
  • The USSR needed a functioning Polish state as a buffer with a cooperative puppet government; forcing a capital move risked unnecessary tension.
  • Stalin reportedly offered a choice between a metro, housing estate, or the Palace of Culture and Science; leadership chose the Palace.
  • Rebuilding drew materials and decorative elements from other towns, arguably shifting heritage away from smaller places.

Comparisons with Other Destroyed Cities

  • Dresden and Warsaw are contrasted: both heavily damaged, but Warsaw lost far more area and was then razed; Dresden’s ruins were left longer and later rebuilt more historically after the USSR.
  • Budapest is cited as another heavily damaged city that was nonetheless rebuilt.
  • Some ask whether any thoroughly destroyed cities in post-Roman history remained unreconstructed; a few historic and recent examples are mentioned.

Authenticity, Urban Form, and Aesthetics

  • Some see Warsaw as “fake” because most of it dates from after 1945; others argue it’s like the Ship of Theseus—materially new but historically continuous in form.
  • Rebuilt Old Town is noted as visually comparable to genuinely medieval centers elsewhere; Gdańsk’s postwar reconstruction is criticized as more “facade over blocks.”

Living in and Visiting Warsaw Today

  • Positive views: clean, green, walkable, safe, good public transit (metro, trams, buses), decent airport, relatively affordable for remote tech workers, youthful energy.
  • Negative views: car-centric design, heat islands and concrete plazas, overcrowded buses, patchy bike infrastructure, very high living costs relative to rest of Poland, and perceptions of rude or status-obsessed residents.
  • Mixed tourist advice: many recommend Kraków, Wrocław, or Gdańsk for first-time visitors, yet several say Warsaw has become one of Europe’s most appealing and underrated cities.

History, Politics, and Memory

  • Debate over Polish historical “martyrology” vs. responsibility for internal dysfunction before the partitions.
  • Contentious discussion on antisemitism in prewar Poland and the balance between persecution, coexistence, and Polish aid to Jews during the Holocaust.
  • Strong criticism of both Nazi and Soviet roles: from joint partition of Poland and mass killings (e.g., Katyn) to Soviet inaction during the Uprising, seen as politically motivated.

Is Steve Ballmer the Most Underrated CEO of the 21st Century?

Overall View of Ballmer

  • Many argue Ballmer is underrated: he left Microsoft extremely well‑resourced and oriented so a stronger product leader could thrive.
  • Others say he is correctly rated or even overrated: under him Microsoft went from “the” software company to one of many large incumbents, with rivals like Apple, Google, and Amazon outpacing it.
  • Some see him as essentially a co‑founder who deserves credit “as much as anyone” for Microsoft’s long‑term success.

Windows and Consumer Products

  • Mixed assessments of his Windows era:
    • Longhorn/Vista seen by some as a failure of management; others say Vista was good on properly specced hardware, but many recall it as slow, complex, and user‑hostile.
    • Windows 7 is widely cited as a success; Windows 8/Metro and removal of the Start button are viewed as disasters.
  • Several commenters say current Windows (10/11) is being “enshittified” with ads, telemetry, and complexity, especially for power users.

Mobile Strategy and Phones

  • Strong consensus that Microsoft “whiffed” on mobile:
    • Went from significant smartphone share to near zero during Ballmer’s watch.
    • Incompatibility between Windows Phone 7 and 8 APIs alienated developers.
    • The Nokia acquisition and failure to capitalize on Maemo/Meego are cited as strategic blunders.
  • Some argue abandoning phones freed Microsoft to focus on more lucrative enterprise segments; others say missing the primary new computing platform is an unforgivable CEO error.

Enterprise Pivot and Cloud

  • Broad agreement that Ballmer decisively backed enterprise:
    • Elevation of “Enterprise Business” and “Server and Tools” over the Windows/consumer side is credited with seeding Azure, Office 365/M365, and security offerings.
    • This positioning helped Microsoft defend against Google Apps and iPad+iWork and later enabled Nadella’s cloud push.
  • Debate over whether enterprise/B2B “has more money” than consumer/B2C; examples and counterexamples (e.g., Apple) are raised without resolution.

Comparisons, Metrics, and Wealth

  • Critics note Microsoft’s stock stagnation relative to peers during Ballmer’s tenure, contrasting with Apple’s ~20× rise in the same period.
  • Others emphasize revenue growth, Xbox and Azure as big wins, and diversification into many “pies.”
  • Ballmer’s immense net worth is used to question the idea that he is “underrated,” including comparisons to typical lifetime earnings of teachers.

Current Microsoft and Nadella Era

  • Nadella is widely credited with:
    • Releasing previously shelved Office for iOS.
    • Fully embracing cloud and keeping Microsoft from IBM/HP‑style stagnation.
  • Yet Nadella’s Microsoft is criticized for:
    • Spyware‑like behavior in Windows, aggressive monetization, and ads.
    • Buzzword‑heavy “vision” (AI, metaverse, web3).
    • Fractured developer platforms (WPF, WinUI, MAUI, Blazor) while internal teams favor React Native.

Other Notes and Side Topics

  • Debate over how much Skype’s tech underpins Teams/O365; some claim it’s foundational, others say the real lineage is Office Communicator/Lync. The exact technical inheritance is unclear.
  • Several comments highlight the famous “developers, developers, developers” focus as directionally right, though later layoffs of developers are lamented.
  • Thread also touches on broader CEO overrated/underrated debates (e.g., Jack Welch, other tech CEOs) and Microsoft’s historical “flexible” business ethics.

Intent to end OCSP service

Impact on typical Let’s Encrypt users

  • For standard HTTPS sites using ACME (e.g., nginx, Caddy, Apache), commenters say no config changes are needed and nothing will “break,” at least on the current multi‑year timeline.
  • The change mostly affects implementers of revocation‑checking logic, not ordinary server admins.

CRLs vs OCSP: tradeoffs

  • OCSP:
    • Praised for inline, per‑cert status and potential privacy when stapled.
    • Criticized for “fail open” behavior, privacy leaks when queried directly, unreliability, and operational complexity (on‑demand signing, caches, CDNs).
    • Stapling and Must‑Staple exist but are poorly or inconsistently implemented in major servers.
  • CRLs:
    • Historically seen as large and slow; some argue they “don’t scale.”
    • Others note modern partitioned CRLs are small (hundreds of KB), and browsers compress/summarize them (CRLite/CRLsets‑style).
    • Concern that CRLs only list revoked certs, so they can’t detect “forgotten” certificates or unknown status like OCSP can.

Browser strategies and standards changes

  • Major root programs now allow CAs to drop OCSP URLs; Microsoft is the last big holdout still requiring OCSP.
  • Main browsers increasingly rely on push‑based, compressed revocation data derived from CRLs rather than live OCSP checks.

Non‑HTTP / non‑browser and embedded concerns

  • Many non‑browser TLS clients (mail servers, databases, embedded devices) reportedly don’t do revocation checking today.
  • OCSP stapling had been a workable path for some; replacing it with CRLs that must be fetched over HTTP is seen as impractical for many non‑HTTP or minimal clients.
  • Worries that CRL‑only reality will push these ecosystems to simply ignore revocation.

Server behavior, automation, and monitoring

  • Several argue revocation checking is a client responsibility; servers don’t need CRL/OCSP support except for client‑cert auth.
  • Let’s Encrypt promotes automated handling via ACME Renewal Information (ARI), which can return “renew now” for revoked certs, avoiding human email loops.

CA operations, transparency, and revocation data

  • Running OCSP at global scale is described as expensive and brittle, diverting resources from other CA work.
  • Some propose OCSP responders without per‑cert URLs (only via CCADB) to reduce load while preserving transparency; others doubt it would simplify enough.
  • Certificate Transparency logs make it hard for CAs to “forget” issuances, but revocation state still requires separate systems (CRLs/OCSP).

Open source AI is the path forward

Licensing and “open source” debate

  • Many argue Llama is not “open source” in the OSI/FOSS sense: license restricts commercial use above 700M users, bans some use-cases (e.g., training other models in older licenses, certain industries, governments), and imposes an acceptable-use policy.
  • Strong push to distinguish “open weights” (freely downloadable models) from true open source (no usage restrictions, OSI-style freedoms).
  • Some worry Meta is “open‑washing” to gain goodwill while keeping strategic control. Others see the license as generous in practice for 99% of users.

Training data, weights, and reproducibility

  • Big disagreement on what counts as “source” for AI:
    • One camp: training data + training code + curation pipeline = source; weights are like binaries.
    • Another camp: for practical modification, weights are the “preferred form” and thus close enough to source.
  • Many note that major models don’t release training data, often because it likely includes copyrighted or private material. A few projects (e.g., OLMo, Dolma, some Apple/AI2 work) are cited as closer to fully open.
  • Non‑determinism in training means even with full data and code you can’t perfectly reproduce the same weights.

Government, hardware, and infrastructure

  • Long subthread on whether governments should fund public GPU clusters or fabs, vs. just research grants or cloud credits.
  • Arguments for: democratize access, reduce dependence on hyperscalers, analogy to Cold War “Heavy Press Program.”
  • Arguments against: hardware obsolescence, huge capital costs, risk of distorting markets, IP conflicts (esp. NVIDIA/CUDA dominance).

Meta’s motives and competitive dynamics

  • Widely seen as “commoditize your complement”: Meta doesn’t sell API access as its core business, so undercutting closed providers (OpenAI, Anthropic, Google) with strong free models helps it.
  • Some praise Meta’s track record of releasing impactful tools (React, PyTorch) and view this as aligned. Others see it as strategic, not altruistic, and potentially anti‑competitive but still beneficial to developers.

Safety, misuse, and geopolitics

  • Debate over whether open weights increase or decrease risk:
    • Concerns: easier for bad actors and states to build weapons, propaganda, or uncensored tools; guardrails can be stripped.
    • Counterpoints: powerful actors can likely steal closed models anyway; open models aid research, robustness, and avoid concentration of power.

Llama 3.1

Model capabilities & benchmark results

  • Commenters highlight the 405B model as roughly competitive with GPT‑4o on several public benchmarks (MMLU, coding, math), and near top-tier in some user-run tests (e.g., NYT Connections, coding leaderboards).
  • The 8B and 70B variants show notable gains over Llama 3, especially on MMLU, and are seen as more practical for most users.
  • Some users report that GPT‑4o and Claude 3.5 still feel better in real coding and math tasks despite benchmark parity.
  • Benchmarks are widely treated with caution; LMSys ELO is mentioned as more reflective of “real world” usage, but it has its own limitations.

Hardware requirements & running locally

  • 405B is considered essentially out of reach for typical home hardware, even under 4–8 bit quantization; estimates include ~200 GB+ VRAM and multi‑GPU setups costing around $10k or more.
  • Suggestions include multi‑GPU PC builds, Mac Studio clusters over Thunderbolt with tools like Exo, and CPU-only options that would be extremely slow.
  • 8B and 70B models are commonly run locally via tools like Ollama, llama.cpp, and other frontends on single GPUs or high‑RAM Macs.
  • There is ongoing work and some friction around support for new architectures (e.g., ROPE changes).

Hosting, pricing & ecosystem

  • For serious use of 405B, commenters point to cloud providers (AWS, GCP, Azure), specialized inference platforms (Groq, Hyperbolic, Bedrock), and APIs embedded in products (WhatsApp, Meta AI, Poe, VSCode extensions).
  • Discussion notes that open models don’t automatically mean cheap inference; hosted Llama pricing is often compared to proprietary models.

“Open source” vs “open weights” debate

  • Strong disagreement over calling Llama “open source.”
  • Critics note license restrictions (certain commercial users, military/nuclear use, acceptable‑use clauses) and the absence of training datasets, arguing this breaks with traditional open‑source and open‑science norms.
  • Others argue that releasing weights plus code is still a major positive, and that strict semantic policing may discourage companies from opening anything.
  • Several propose “open weights” or “nearly-open source” as more accurate terms.

Meta’s strategy & competitive landscape

  • Multiple comments frame Meta’s releases as a “scorched earth” play to undercut proprietary labs by collapsing the base‑model moat.
  • There is debate over whether any training “secret sauce” exists or whether compute scale plus open weights will commoditize base models, shifting profit to applications and compute.
  • Some see heavy use of synthetic data for fine‑tuning as a key ingredient and a broader industry trend.

Regulation & regional access

  • Europeans report that Meta’s chat product isn’t available in the EU, likely due to GDPR and upcoming AI/DM rules.
  • Opinions split between viewing this as justified consumer protection vs. evidence that EU regulation slows access to new tech.

A free tool to quickly detect counterfeit flash (2017)

Prevalence of Counterfeit and Bad Flash

  • Many anecdotes of “large” cheap SSDs/SD/microSD/USB drives (e.g., 64 GB, 580 GB, 10 TB, multi‑TB USB sticks) turning out to be much smaller devices with spoofed firmware.
  • Typical failure modes: writes succeed up to real capacity, then silently fail, corrupt, or discard further data.
  • Some fakes even embed a small microSD card inside a 2.5" SSD shell, sometimes with added weight to feel “real.”
  • Counterfeits are seen on AliExpress, Amazon (including “no‑name” brands and counterfeit big brands), eBay, and even via local resellers.

Testing & Diagnostic Tools

  • f3 (including f3probe --destructive and capacity‑correcting features) is praised for quickly revealing true capacity.
  • Other tools mentioned: H2testW, Validrive (Windows GUI, non‑destructive), badblocks, SMART tests, memtest86, prime95, OCCT, iperf3.
  • Some note that very “clever” scam firmware can evade superficial quick tests; full write‑and‑verify beyond claimed capacity is considered more reliable.

Marketplace Behavior, Refunds, and Chargebacks

  • AliExpress: reports of easy refunds for obvious fakes (sometimes without returns) if video or measurement proof is supplied.
  • Amazon: some users report refunds but complain that fraudulent listings remain live; co‑mingling of stock is seen as a major risk.
  • Debate over chargebacks: one side views them as a last‑resort refund mechanism; another stresses they also pressure merchants but are unnecessary if sellers already refund.
  • Some argue large marketplaces knowingly tolerate a “controlled” level of counterfeit trade because it remains profitable.

Buying Strategies and Brand Trust

  • Strong advice to avoid “too good to be true” capacities/prices and to buy name‑brand storage from reputable or physical retailers.
  • Others point out even brand‑name products can be counterfeited or downgraded, especially via third‑party sellers.
  • Suggestions: buy surplus hardware from data centers, universities, or government surplus auctions; verify sellers are official or “quasi‑official.”

Usefulness and Limits of Capacity Correction

  • Some view f3’s capacity‑correction feature as unsafe and would discard any proven fake.
  • Others deliberately buy cheap “oversized” cards expecting them to be smaller (e.g., ~50–60 GB real) and then cap partitions to that size for low‑risk, read‑mostly uses.

U.S. maternal death rate increasing at an alarming rate

Measurement and data issues

  • Several comments focus on the “pregnant or recently pregnant” checkbox added to death certificates.
  • This broadened U.S. counting to include all deaths during/after pregnancy (excluding accidents/suicides), including miscarriages and abortions and people with serious pre‑existing illness.
  • Gradual state‑by‑state rollout created an apparent long, smooth increase rather than a clear step.
  • One cited source claims U.S. maternal mortality is defined much more expansively than in other countries, complicating international comparisons.
  • The study being discussed, however, reportedly still finds a real increase even when controlling for checkbox adoption.

Obesity, cardiovascular disease, and metabolic health

  • Many argue rising obesity and related hypertension/cardiovascular disease are major drivers of maternal deaths.
  • Some see this as the “obvious” explanation that people avoid because it implies personal responsibility; others stress broader societal causes of obesity.
  • Counterpoints: obesity rose only slightly from 2014–2021 and cannot by itself explain a near‑doubling; countries with similar obesity rates have better maternal outcomes.

Healthcare system factors and access

  • Mentioned contributors: closure of labor/delivery units (especially rural), shortages of OB‑GYNs and midwives, residency caps, private equity ownership, PBMs limiting medications, and nurse burnout/exodus.
  • U.S. has weak postpartum support, limited home visits, and little or no mandated paid maternity leave; most maternal deaths occur postpartum and many are considered preventable.
  • Higher‑income women have outcomes closer to other rich countries; poorer women fare much worse.

Race and socioeconomic disparities

  • Black women have much higher maternal mortality.
  • Proposed mechanisms: higher rates of comorbidities (including obesity), poverty and worse facilities, and biased under‑treatment due to stereotypes.
  • Some frame this as systemic racism (via housing, neighborhood quality, long‑term effects); others dispute how much historical racism explains current outcomes or what redress is appropriate.

COVID‑19 and recent spikes

  • The sharp rise from 2019–2021 is often attributed to COVID: direct cardiovascular effects, overwhelmed hospitals, and unequal vaccine uptake.
  • Some suggest vaccine side effects on heart and menstruation; others note the study period and available data make COVID infection itself a much larger, clearer risk factor than vaccination.

Abortion policy and politics

  • Roe’s overturning (2022) postdates the study window, but earlier state‑level restrictions on abortion and broader “reproductive healthcare” may have affected risk in some regions.
  • Other commenters consider these effects secondary compared to systemic care and access issues.

Age, fertility treatments, and other hypotheses

  • Increasing maternal age and fewer teen pregnancies are proposed as risks, though the study reportedly finds age does not explain the spike.
  • Some speculate that greater use of assisted reproductive technologies in older or less healthy parents increases risk; others expect planned IVF pregnancies to have better care, not worse.

International comparisons and data presentation

  • Linked reports show U.S. maternal mortality more than double (sometimes triple) that of peer countries, with especially poor postpartum results.
  • U.S. is noted as an outlier on provider supply and maternity leave.
  • Some readers criticize articles for lacking clear graphs, recent data, and explicit units for rates.