Hacker News, Distilled

AI powered summaries for selected HN discussions.

Page 653 of 797

ADHD and managing your professional reputation

Debate over IQ and “advanced ML” analogy

  • Many object to equating “average IQ” with inability to learn advanced ML; they argue time, motivation, and domain exposure matter more than raw IQ.
  • Others insist higher IQ is needed for comfort with high‑dimensional math and tooling, suggesting average‑IQ learners could struggle significantly.
  • Several call out the analogy as elitist and as weakening the article’s main point about ADHD and admin work.

Nature and validity of ADHD

  • Multiple comments stress ADHD as a neurobiological disorder, not laziness, citing dopamine/norepinephrine dysfunction, executive function deficits, MRI/CT differences, and “paradoxical” calming effects of stimulants.
  • Some frame ADHD as the low end of continuous traits (attention, impulse control, time sensitivity), questioning the line between “disorder” and normal variation but not denying suffering.
  • Disagreement over whether societal demands vs. brain differences are the “real” problem is left unresolved.

Impact on work, admin tasks, and reputation

  • Many resonate with struggles on routine/admin tasks (emails, scheduling, bills, grooming) despite being capable on complex or novel work.
  • People describe inconsistent performance: sometimes doing admin well, then failing later and damaging reliability.
  • A recurring theme: high‑impact contributions often go unnoticed while missed “small” obligations define reputation.

Disclosure, accommodations, and “free pass” concerns

  • Some advocate being upfront about administrative weaknesses and leveraging ADA/HR accommodations (flexible scheduling, adjusted duties).
  • Others report stigma, career damage, or even being fired after requesting help, and say public ADHD identity can lull some into treating it as a free pass.
  • There’s tension between expecting disabled people to meet unchanged standards vs. providing realistic accommodations without offloading all burden onto coworkers.

Medication, diagnosis, and overprescription

  • Several note overdiagnosis and telehealth amphetamine mills; others emphasize meds are life‑changing when used correctly but don’t “fix” ADHD.
  • Concerns about dependence, insomnia, and basic self‑care breakdown coexist with arguments that undertreated ADHD contributes to addiction and incarceration.

Self‑perception and coping strategies

  • Many ADHD‑identifying commenters describe harsh self‑criticism, feeling “lazy,” impostor syndrome, and rejection sensitivity.
  • Coping strategies include: extreme use of to‑do lists/timers, structuring work around novelty and helping others, careful promise‑making, exercise, and pairing with organized partners or colleagues.

Saturated fat: the making and unmaking of a scientific consensus (2022)

Credibility of the article and its claims

  • Multiple commenters note the author is highly controversial in nutrition circles and accuse the piece of misrepresenting or cherry‑picking evidence.
  • Others counter that mainstream nutrition has a poor track record (fat phobia, food pyramid, sugar) so contrarian critiques deserve a hearing.
  • One detailed rebuttal argues the article falsely implies RCTs and a major Cochrane review do not support a link between saturated fat (SFA) and cardiovascular disease (CVD), whereas the review actually finds benefit from SFA reduction, especially when replaced by polyunsaturated fat (PUFA).

Evidence on saturated fat & cardiovascular risk

  • Debate centers on the 2020 Cochrane meta‑analysis of RCTs:
    • Reported ~17% relative reduction in “combined cardiovascular events” when SFA is reduced.
    • ~21% reduction when SFA is specifically replaced with PUFA.
    • No clear effect on all‑cause or cardiovascular mortality in these relatively short trials.
  • Skeptics emphasize the modest absolute risk reduction, mixed subgroup findings, and “very low” or “low” quality ratings for some endpoints.
  • Pro‑guideline commenters stress:
    • CVD events are clinically important even if mortality isn’t changed within trial timeframes.
    • Longer or larger RCTs and prospective cohorts generally support SFA reduction and SFA→PUFA substitution.
    • LDL‑cholesterol/ApoB is presented as a well‑supported causal factor in atherosclerosis.

Seed oils, omega‑6, and mechanisms

  • Some argue excessive omega‑6 and linoleic/arachidonic acid from seed oils drive inflammation, obesity, and modern chronic disease, citing mechanistic and animal work, ecological COVID‑mortality correlations, and niche human data.
  • Others push back that:
    • Human outcome data generally do not show harm from higher n‑6 or seed oil intake when overall diet is adequate.
    • Mechanistic and animal findings are lower‑quality evidence compared to RCTs and cohorts.
  • Individual anecdotes claim dramatic symptom changes (e.g., rashes) after eliminating seed oils, but generalizability is unclear.

Nutrition guidelines, food pyramid, and grains

  • Some blame the old low‑fat, grain‑heavy food pyramid and sugar tolerance for the obesity/metabolic crisis.
  • Others respond:
    • The original scientific concern was saturated fat, not total fat. Policy and industry distorted this.
    • Guidelines have long recommended limiting added sugar and SFA, and emphasising whole grains, legumes, fruits, vegetables.
    • Meta‑analyses cited in the thread suggest whole grains are strongly associated with lower all‑cause mortality, sometimes more than fruits/vegetables.

Personal experiences & diet patterns

  • Several report large LDL or blood pressure improvements on:
    • Plant‑based or very low‑SFA diets.
    • Whole‑foods, minimally processed diets (with or without animal products).
  • Others claim remission of GI or other symptoms on high‑meat or carnivore diets, or feel better on higher SFA intake.
  • Commenters repeatedly note that anecdotes (n=1) are weak evidence for population‑level advice.

Institutions, consensus, and epistemology

  • Strong distrust of nutrition institutions and perceived corporate influence; some see being an outsider in nutrition as a badge of honor.
  • Others argue:
    • “Scientific consensus” is built from reproducible evidence, not votes, and is often more reliable than charismatic contrarians.
    • Past policy failures were frequently identified and corrected by scientific and regulatory institutions themselves.
  • There’s extended meta‑discussion about:
    • Over‑reliance on tone vs content when judging arguments.
    • Mechanistic storytelling vs outcome data.
    • How easily social media and influencers can spread attractive but low‑quality “alternative” nutrition theories.

Overall thread flavor

  • Highly polarized: some enthusiastic about overturning the SFA consensus; others insist the bulk of modern evidence still supports limiting SFA and replacing it with PUFA/whole‑food carbs.
  • Broad agreement that ultra‑processed foods, excess sugar, and energy surplus are harmful; far less agreement on the specific roles of SFA, seed oils, and grain emphasis.

Understanding Round Robin DNS

Round Robin DNS vs Load Balancers

  • Many argue DNS round robin (RR-DNS) is fundamentally not a real load balancer: DNS’s job is only name→IP, and once IPs are handed out, behavior is entirely client- and resolver-dependent.
  • Critics say RR-DNS is inadequate for high availability, failover control, and geographic routing; dedicated L4/L7 load balancers or anycast/BGP are preferred where reliability matters.
  • Others counter that RR-DNS can be a pragmatic choice, especially when load balancers are too costly or complex, and that “perfect” reliability is not required for all services.

Client Behavior, Caching, and TTLs

  • Reliability and failover heavily depend on how clients and intermediate resolvers handle:
    • TTLs (some resolvers clamp to minimums like 1 hour; some clients ignore TTLs entirely).
    • Multiple A records (some always pick lowest IP; some don’t retry on failure).
    • Timeouts (refused vs silent hang yields very different user experience).
  • Browsers are generally described as “good enough”: they try multiple IPs and fail over quickly; many non-browser or legacy clients are described as buggy or overly cache-happy (e.g., older Java, some Go HTTP/2 / gRPC behavior, embedded devices).

Use Cases and Context

  • Several commenters note RR-DNS is acceptable or even excellent when:
    • You control clients and can implement smart retry / fallback IP logic.
    • The service can tolerate occasional or slow failover (e.g., free/public APIs, internal systems, training environments, SSH endpoints).
  • For e‑commerce or revenue-critical services, even a small fraction of users failing due to DNS quirks is seen as unacceptable and hard to measure.

Anycast, GeoDNS, and Cloud Providers

  • Large CDNs successfully use DNS-based approaches, often combined with anycast and sophisticated geo-routing.
  • Anycast is seen as ideal but out of reach for many small operators due to BGP, IP space, and operational complexity.
  • Some build custom DNS backends (e.g., with PowerDNS) that do health checks, weighted/geo RR, and failover on the DNS layer, often with low TTLs (~30–60s).

Cloudflare-Specific Behavior

  • Discussion highlights Cloudflare’s DNS+proxy model, its load balancing product (with monitors, affinity, and failover), and a feature gap between free and paid plans regarding “zero downtime failover.”
  • After the thread, Cloudflare changes behavior so free accounts also get automatic failover behind their proxy, and the original tests are reported to pass.

Alternative DNS-Based Approaches

  • SRV records are discussed as a better-designed mechanism (priority/weight), but HTTP never officially adopted them.
  • New HTTPS/SVCB records offer SRV-like functionality plus TLS/bootstrap benefits and better handling of apex domains; adoption status is still emerging.

Should JavaScript be split into two languages?

Split JS into core vs. sugar

  • Many argue JS is already effectively two things: a low‑level “assembly of the web” and a high‑level front‑end language compiled from TS/JSX/etc.
  • Supporters of the proposal like the idea of freezing a small, stable core and pushing new “nice but complex” features into a compiled layer.
  • Critics fear this entrenches tooling dependence, shifts complexity from browsers to toolchains, and could stall native language evolution.

Tooling, transpilation, and debugging

  • Some say modern source maps and framework devtools make transpiled code no harder to debug than native ES.
  • Others dislike that “the code running isn’t what I wrote” and note many sites don’t ship source maps or offer seamless step‑through debugging.
  • There is disagreement on whether tooling overhead is now a solved cost of doing front‑end work or an unnecessary burden.

WebAssembly as the “real” JS0

  • A large subthread argues “JS0 should just be WebAssembly,” letting any language target the web and relegating JS to scripting.
  • Examples are cited of significant performance wins from migrating parts of apps to WASM.
  • Counterpoints: WASM bundles are often large, many don’t want a compile step, and JS engines are already extremely fast.

DOM access, GC, and WASM limitations

  • Repeated complaints that WASM lacks direct, ergonomic DOM access and previously promised features (like richer JS object interop) are delayed.
  • Others respond that DOM access is technically possible today via JS “glue” imports; the debate is about ergonomics and performance, not raw capability.
  • WASM GC exists in most browsers, but some languages still need more features; string and object interop remain contentious.

Fragmentation, compatibility, and ecosystem fatigue

  • Several worry that formalizing JS0/JSSugar would explode into many incompatible “JS dialects,” mirroring existing fragmentation (TS, JSX, Svelte, etc.).
  • Others argue this is already reality and standardizing a core could at least bound what engines must support.
  • Framework churn, shifting “best practices,” and management‑driven rewrites are cited as a major source of developer exhaustion.

Language features, BigInt, and desired direction

  • Many push back on the claim that BigInt “never found use cases,” citing everyday backend and crypto/hashing usage.
  • Some want fewer new features and more work on browser APIs, performance, and parity with native apps.
  • Others would still like a few big additions (value types/structs, pattern matching) and then a long language freeze.

VM complexity, security, and alternative VMs

  • Some sympathize that JS VMs are hard to keep fast and secure, but see this proposal as offloading vendor maintenance problems onto developers.
  • There’s discussion of why existing bytecode VMs (JVM, CLR, LLVM IR) weren’t used for the web; sandboxing, politics, and C/C++ compatibility are cited.
  • A recurring theme: browsers are de facto OS‑like runtimes, and any change to JS/WASM must consider global scale, security, and bandwidth costs.

New Windows driver signature bypass allows kernel rootkit installs

Vulnerability & downgrade attack

  • Exploit abuses Windows Update / servicing to downgrade kernel components or drivers to older, signed versions with known flaws.
  • This bypasses driver-signature enforcement and allows kernel rootkits once an attacker already has admin-level control.
  • Some see it as mainly a process failure (revocation / blacklist not managed well, downgrade paths too permissive) rather than a deep architectural flaw.
  • Others note practical constraints: enterprises sometimes need downgrades for rollback, complicating strict version pinning.

Is this “really” a security boundary bypass?

  • Microsoft’s position:
    • UAC is not a security boundary; it’s a convenience layer for already-admin users.
    • Admin-to-kernel is also not treated as a strong boundary; admins are part of the TCB.
  • Many commenters push back:
    • They expect driver signing to be a real boundary, so bypassing it should be high‑severity.
    • They see Microsoft’s boundary definitions as self-serving and confusing to users.

Windows vs Linux/macOS security models

  • Comparisons to Linux:
    • Typical Linux systems let root freely load kernel modules; secure-boot/signature enforcement and SELinux are optional and often not hardened on desktops.
    • sudo/polkit are viewed as comparable to UAC prompts; both can be socially engineered, and fake sudo prompts are easier to spoof.
  • Comparisons to macOS / ChromeOS:
    • Some argue Windows now has a strong architecture (e.g., Secure Desktop for elevation prompts) and is on par or better than macOS in some areas.
    • Others say macOS and ChromeOS are more locked down with stronger sandboxing, SIP, driver moves to user space, and pervasive permission prompts.

Admin usage, usability, and blame

  • A recurring theme: most real-world desktops (Windows, Linux, macOS) effectively treat the primary user as near‑root, via sudo, UAC, or similar.
  • Some argue that if you don’t want someone to control a machine, don’t give them admin; enterprises already do this.
  • Others emphasize mandatory access control (e.g., SELinux) as a way to limit even admins, which Windows largely lacks.

Lockdown vs user control

  • Some advocate fully locking down kernel access to protect ordinary users and data.
  • Others insist users must retain the option to run arbitrary kernel code on their own machines, and see increasing lockdown as “console/phone-style” control.

All the electricity you'll need for 40 years

Overall Reaction to the Setup and Article

  • Some see the piece as “green bragging” with pretty photos and little technical substance (no schematics, sizing details, or bill of materials).
  • Others argue the high-level idea is what matters: cheap solar enabling long-term energy prepayment and greater autonomy, even if the writeup is light on engineering detail.
  • Several note the lifestyle seems idyllic and aspirational, but question how predictable 40 years of life and usage really are.

Environmental Impact and Energy Sources

  • Reminder that panels and especially batteries have non-trivial environmental and resource footprints, though commenters cite lifecycle emissions of solar as much lower than coal and comparable to nuclear.
  • Some criticize the continued burning of wood for heat as highly polluting and likely the largest remaining negative impact.
  • Comparisons are made to bikes vs cars: nothing is footprint-free, but relative impact matters.

System Cost, Payback, and Economics

  • Example estimates for an average US home: ~7.5–12.5 kW of PV, ~50 panels, ~$40k fully off-grid without incentives; federal tax credits and other rebates can substantially reduce this.
  • Multiple commenters stress that economics are extremely location-dependent:
    • In places with unreliable and expensive power (e.g., Nigeria), solar + batteries can have a payback under 3 years and be life-changing.
    • In regions with very cheap, stable hydropower, investing in financial assets instead of home solar may yield better returns.
  • Some frame residential solar/batteries as a “bond-like” hedge against future utility rate increases, not necessarily as a market-beating investment.

Technical Design Choices and Practicalities

  • Lack of detail in the article leads to questions: battery sizing, replacement cost (e.g., a buried future $15k bill), expandability, and whether grid-tie is used.
  • Concerns about roof-mounted PV: roof lifetime vs panel lifetime, leak risk, storm/tornado damage. Several prefer ground, pole, or simple vertical/ground mounting when space allows.
  • Noted that panels can last well beyond 20 years; degradation fears are seen by some as partly propaganda.

Grid Interaction, Seasonal Storage, and Market Behavior

  • Seasonal mismatch is a recurring theme: excess summer production vs scarce winter sun in higher latitudes.
  • Current and future policies matter:
    • In some places (e.g., the Netherlands), net-metering-like “grid as battery” arrangements are being phased out; future contracts may pay little or even negative prices for midday solar exports.
    • Negative wholesale prices are explained as a grid-balancing issue: when there’s oversupply, producers may pay for someone to take electricity rather than curtail in an unplanned way.
  • Suggested responses include:
    • Home or community batteries for daily (not seasonal) shifting.
    • Automated control: inverters that throttle based on prices, smart relays, Home Assistant/HEMS, etc., to avoid exporting when prices go negative.
    • Large-scale or seasonal storage ideas: pumped hydro, hydrogen, ammonia/methanol fuels, thermal/sand batteries, gravity storage, and use of mines—acknowledged as technically and geographically constrained.

Equity, Privilege, and “Solarpunk” Aesthetics

  • Some criticize the aestheticized “solarpunk” / back-to-the-land narrative as a form of privileged cosplay, contrasting it with billions who live low-resource lives out of necessity, not choice.
  • Others push back, arguing:
    • This setup is not poverty; it requires substantial capital (e.g., $16k–$40k systems, EV, secure land).
    • It’s a legitimate attempt to achieve developed-world comfort with lower ongoing resource use.
  • There’s visible tension between celebrating individual off-grid experiments and questioning their broader social or policy relevance.

Electric Vehicles and Battery Longevity

  • The claim that EVs “last longer” than ICE cars (e.g., to 200k miles) is contested.
  • Commenters note many modern ICE cars already reach 200–300k+ miles with maintenance.
  • EV-specific issues raised:
    • Battery life variation between models; uncertainty because many EVs are relatively new.
    • High cost of battery replacement and repairs, especially visible in rental fleets.
    • Potential second-life use of EV packs for stationary storage is mentioned and already happening in some industrial contexts, but economics and scale remain open questions.

Policy, Regulation, and Deployment Constraints

  • Beyond technology and cost, local rules matter:
    • Example from France where agricultural zoning makes ground-mount solar hard to approve despite being cheaper and less visually intrusive than roof mounting.
    • Calls for policy to better support using excess distributed solar for large-scale storage or productive uses rather than waste or negative pricing.

Cancellation of Naval Academy Lecture by Ruth Ben-Ghiat Threatens Inst. Autonomy

Institutional Autonomy vs. Legislative Oversight

  • Many argue congressional pressure to cancel the lecture undermines the autonomy of a key defense institution and sets a dangerous precedent for political meddling in military education.
  • Others counter that Congress is supposed to intervene if an executive-branch institution risks violating law or norms, especially around elections; academies are not fully “autonomous” given congressional nominations and confirmations.

Free Speech, Academic Freedom, and Partisanship

  • Some see the cancellation as classic “cancel culture” by politicians who simultaneously claim to defend free speech.
  • Others say inviting a historian who openly comments on current candidates is inherently political and may amount to propaganda, especially so close to an election.
  • Debate over whether social-science academics can ever be “apolitical,” and whether being a media commentator discredits one’s scholarship.

Hatch Act and Legal/Regulatory Concerns

  • One camp argues cancellation was prudent: the speaker advertised the lecture inside a Substack piece explicitly framed around Trump and the military, raising fears of Hatch Act issues or DoD political-activity rules.
  • Critics call this a pretext: a historical lecture on authoritarianism and militaries is not electioneering; risk is overstated and used to justify partisan interference.
  • There is disagreement on how strictly the Hatch Act is enforced, and whether top officials are held to the same standard as lower-level staff.

Trump, Authoritarianism, and Historical Analogies

  • Extensive back-and-forth on whether comparing Trump to fascist leaders (Hitler, Mussolini, Franco) is fair analysis or partisan “Trump is Hitler” rhetoric.
  • Some argue Trump’s stated intent to use the military/DOJ against opponents and his praise for past dictators makes such comparisons academically valid.
  • Others dismiss this as alarmist, noting his limited follow-through in his first term, or portray legal actions against him as more aggressive than his own use of state power.

Military’s Role and “Staying Out of Politics”

  • One side stresses that the U.S. military must appear rigorously nonpartisan; even the perception of taking a side in an active race is unacceptable.
  • Another side replies that war and strategy are inherently political; officers need exposure to hard discussions about authoritarianism, civil–military relations, and recent failures in other countries.
  • Some former academy voices suggest the topic is legitimate but the timing (right before an election) shows poor judgment; postponement rather than outright cancellation is proposed as a middle ground.

Broader Partisan Symmetry, Narrative Control, and Democracy

  • Dispute over “both sides are the same”: some insist one party is categorically worse on democratic norms, rule of law, and voting systems; others see a “uniparty” where both lie, obstruct, and serve entrenched interests.
  • Subthreads branch into complaints about media “narrative control” on left and right, the quality of public education, literacy, and whether universal suffrage for poorly informed voters is desirable.
  • Participants clash over whether limiting the franchise (e.g., to those with “skin in the game”) is justified or simply anti-democratic oppression.

The Fediverse is getting its own TikTok competitor called Loops

Nature of TikTok-style apps

  • Many argue TikTok’s core is its recommendation algorithm, which is inherently data-hungry and privacy-invasive; without this, clones will feel “boring.”
  • Others highlight UX factors: instant responsiveness, ultra-low latency, and powerful but easy video-editing tools as key to its success.
  • Some see short-form “doomscroll” feeds as intentionally addictive and harmful to attention spans.

Fediverse Strategy and Adoption

  • Debate over whether “X for the Fediverse” (Twitter/Instagram/TikTok clones) is a dead end versus a pragmatic way to attract users.
  • One side says Fediverse user counts are tiny compared to incumbents and growth is saturating.
  • Others counter that success does not require “taking over the world”; being a sustainable, non-surveillance alternative is enough.

Loops Specifically

  • Skepticism that a TikTok competitor in the Fediverse can succeed without centralized data mining, big infra, and growth-hacking.
  • Some see it as premature hype: the app isn’t open source yet, ActivityPub integration is incomplete, and the site is just an email signup.
  • Others are optimistic due to the track record of the developer behind existing Fediverse apps.

Content Creators & Monetization

  • One camp argues creators will ignore Loops without financial upside; most good content is profit-driven.
  • Others respond that many people already create on Fediverse platforms for fun or side deals, not direct platform payouts, and that lack of monetization can be a feature.

Infrastructure, Hosting, and UX

  • Concerns that low-latency short video at scale requires costly cloud infrastructure, making a decentralized TikTok unrealistic.
  • Counterexamples show small Mastodon instances running cheaply, though media storage often needs additional services.
  • Some note Mastodon’s UX is fine for them; others say it’s nowhere near mainstream-ready.

Protocols, Alternatives, and Philosophy

  • Discussion of ActivityPub vs RSS: push vs pull, federation vs simple open-web publishing.
  • Some prefer the old-web model (blogs, RSS, forums); others like Fediverse’s federated social model.
  • Alternatives like PeerTube, Mobilizon, Lemmy, and Nostr are mentioned, with mixed views on usability, community quality, and goals.

NixOS is not reproducible

Scope of “Reproducible”

  • Many argue Nix/NixOS is not truly “reproducible” in the strict, bit‑for‑bit sense because:
    • Store paths are currently input-addressed (hashes of dependency graphs), not content-addressed.
    • Toolchains and upstream build systems often inject nondeterminism (timestamps, concurrency, filesystem quirks).
  • Others distinguish:
    • Strict reproducibility (identical artifacts) vs.
    • Practical repeatability/determinism (same versions, same behavior).
  • Some note ongoing work on content-addressed derivations and reproducibility dashboards, but acknowledge it’s incomplete.

Practical Benefits Cited

  • Strong support for:
    • Declarative system configuration in one place.
    • Atomic, transactional upgrades and easy rollbacks via bootloader generations.
    • Reusable configs across machines; consistent dev environments and CI parity.
    • Deep control over dependencies, SBOMs, and patching sub-dependencies.
  • Several users say NixOS reduced “random breakage” vs. traditional distros and increased confidence in updating.

Complexity, UX, and Onboarding Problems

  • Frequent complaints that:
    • Nix language is odd, dynamic, and hard to discover; ecosystem APIs feel ad hoc.
    • NixOS configuration replaces simple /etc edits with layers of modules and options.
    • Non-FHS filesystem and heavy symlink use are confusing.
    • Overlays and abstractions hide complexity, making debugging failures harder.
  • Examples: adb/Android tooling needing extra config; broken or missing packages on some platforms; hard integration with Python, Flutter, iOS, macOS apps.
  • Documentation and messaging described as fragmented, flakes vs “old” Nix confusing, poor search discoverability.
  • Some feel community often frames problems as user “skill issues”, which is off-putting.

Alternatives and Comparisons

  • Guix mentioned as philosophically similar (and stricter on free software) but niche; ideological stance on non-free software is a turn-off for some.
  • Other strategies: Docker/containers + config management; immutable distros with snapshots; Btrfs+Snapper; language-specific tools (e.g., Zig build).
  • Some see Nix as over-engineered for typical desktop/server use; others say once learned, it makes other distros feel fragile.

Bluesky Is Not Decentralized

Bluesky’s Decentralization Model (AT Protocol & DID PLC)

  • Supporters describe AT Protocol as “web-like”: each user is a host, apps are aggregators/search engines.
  • Critics focus on the DID:PLC registry at plc.directory, resolved via a centralized web service, as a core centralization point.
  • Some argue moving DID:PLC to an ICANN-style nonprofit would be acceptable; others note ICANN is still centralized and worry once a single directory is standard, alternatives become impractical.
  • Today the directory choice is compiled into clients, not exposed as an easy preference, though open source allows forks.

Self-Hosting, Portability, and Failure Modes

  • Bluesky offers Personal Data Servers (PDS) and documented self-hosting; self-hosted accounts can interact with others.
  • A PDS is an independent store of a user’s data; if bsky.app vanished, a user could, in principle, run their own app stack on top.
  • Caveat: an alternative directory must exist and other clients must recognize it, otherwise identity resolution breaks.
  • Compared with Mastodon, where an instance can run fully independent of any flagship server, some see Bluesky as more brittle.

Algorithms and Feeds

  • Participants clarify Bluesky never promised “no algorithm”; instead, it promotes user-selectable, open recommendation services.
  • There’s extensive debate over the word “algorithm”: some use it broadly (even chronological sorting), others reserve criticism for engagement-optimizing, opaque recommender systems.
  • Many want user control and transparency over ranking, not an absence of computation.

Comparisons: Mastodon, Threads, X, Nostr

  • Mastodon: praised for federation and quieter, niche communities; criticized for poor UX, hard migration of posts, limited global search, and social friction between servers.
  • Threads: its ActivityPub integration is seen as mostly one-way and limited so far.
  • X/Twitter: some say it has added features but degraded moderation, stability, and public accessibility; others disagree on how “broken” it is.
  • Nostr: viewed as very decentralized but with painful UX (manual key management).

Federation vs. Decentralization and Governance Concerns

  • Ongoing argument over whether federation “counts” as decentralization or merely shifts power to many server operators.
  • Some see Bluesky as moderately decentralized with the potential for much more if DID:PLC governance is reformed.
  • Others worry about capture: Bluesky’s VC funding, board composition, and dominance of its own PDS/relay raise concerns about future enshittification or slow‑walking protocol features.

How 'Factorio' seduced Silicon Valley and me

Appeal and “programming without managers”

  • Many find Factorio uniquely satisfying: clear goals, continuous feedback, and “all the fun parts of programming” without meetings, politics, or users.
  • It scratches the same itch as building systems, optimizing pipelines, and refactoring, but in a low‑stakes sandbox.
  • Some liken it to digital model trains or SimCity: watching complex, self‑running systems emerge from your designs is the core pleasure.

Feels like work and productivity guilt

  • A sizeable group can’t enjoy it because it feels too close to their day job (engineering, programming, logistics).
  • They feel they “could be doing a side project instead” and experience guilt or emptiness: the same cognitive effort with no lasting real‑world artifact.
  • Others reject the premise: leisure need not be “productive,” and insisting on constant productivity is framed as internalized capitalism or perfectionism.

Comparisons and alternatives

  • Comparisons to Guitar Hero vs real guitar: games compress away the grind and provide instant feedback, which is the point.
  • Satisfactory, Dyson Sphere Program, Mindustry, Shapez 2, Cities: Skylines, Against the Storm, and various Zachtronics titles are frequently mentioned as adjacent or preferable variants.
  • Some prefer games that are less like work (FPS, RPGs, Slay the Spire) or more about aesthetics and exploration (Satisfactory).

Graphics and aesthetics

  • Mixed views on Factorio’s visuals: some see them as ugly 90s‑style sprites; others call them intentionally simple, nostalgic, and functional at scale.
  • Upgrades in 2.0/Space Age and detailed animations are noted; some mods reskin the game but aren’t widely praised.

Time sink, addiction, and life tradeoffs

  • Many report thousands of hours, “lost weekends,” and describe it as “heroin for a certain kind of brain.”
  • Some avoid starting (or the new Space Age expansion) out of fear for their productivity or thesis/work.
  • Others treat it as an energy‑management tool: a midway state between full rest and full work.

Work, education, and skill transfer

  • Some CEOs reportedly see it as useful training for supply‑chain thinking and are willing to expense it.
  • Others see it as pure play with limited real‑world transfer, comparable to Sudoku or other puzzle games.
  • Debate persists over whether its optimization problems are deep and educational or just tedious, solved math dressed up as gameplay.

OSI readies controversial open-source AI definition

Scope of the OSI AI Definition

  • OSI is proposing an “open source AI” definition where releasing model weights is required; releasing training data is treated as optional but beneficial.
  • Some see this as a pragmatic compromise aligned with how models are actually built and used; others see it as watering down “open source” to suit large corporate sponsors.

Is Training Data Part of the “Source”?

  • One camp: training data + training code + architecture are the true “source”; weights are just a compiled artifact. Without data, models are akin to binaries without source.
  • Opposing camp: training data is like a development input or process log; the artifact being shared is the weights, and those are what people actually modify (via fine‑tuning).

Weights as Source vs Object Code

  • Analogies used:
    • Weights as object code; training data as source; trainer as compiler.
    • Weights as ROMs or databases; inference engine as interpreter.
    • Counter‑argument: companies themselves prefer to fine‑tune weights rather than retrain, so weights are the “preferred form for modification” and thus function as source.

Reproducibility and Freedom

  • One view: if you can’t reproduce approximately the same model from public materials, it’s not open. Cost and non‑determinism don’t change that.
  • Other view: open source has never required full reproducibility of the creative process (e.g., developer thoughts); publishing the primary modifiable artifact under a free license is enough.
  • Debate over whether “preferred form” should depend on current training cost; critics say that makes the definition unstable.

Governance, Branding, and Corporate Influence

  • Strong distrust of OSI’s role and sponsors (Meta, Microsoft, Salesforce, etc.); accusations of corporate capture and redefining “open” to protect proprietary data moats.
  • Some argue the community, not OSI, should define “open”, and suggest waiting for FSF or Debian-style policies instead.
  • Others respond that language follows common usage and legal definitions; a stricter, less-used definition will simply be ignored.

Regulation and Legal Angles

  • The EU AI Act exempts “open source” systems from some burdens; if OSI calls closed‑data models “open”, commenters fear a regulatory loophole for opaque, high-risk systems.
  • Disagreement over whether OSI’s definition already matches emerging legal usage, or actively reshapes it.
  • Questions raised about liability when users can’t alter training data but only tweak weights.

Ethical, Safety, and Auditability Concerns

  • Critics say you can’t meaningfully audit safety, bias, or test contamination without training data and alignment details.
  • Others reply that current architectures are barely explainable even with full data, but concede data still matters for spotting bias, illegal content, and benchmark leakage.
  • Security worries include undetectable backdoors in models and the impossibility of robustly auditing huge weight blobs.

Does “Open Source” Even Fit AI?

  • Some argue the concept doesn’t map: AI has no human-readable “source code” equivalent; weights are opaque; openness might be better framed in terms of “data commons” or Creative Commons–style licensing.
  • Others think the Open Source Definition could be extended to data and models with minimal changes, but warn against destabilizing a 25‑year‑old concept.

Proposed Alternatives / Terminology

  • Suggestions:
    • Use terms like “open weights” instead of “open source AI” when data isn’t public.
    • Maintain a clear split between “open source” (with data) and weaker labels (without).
    • Add new AI‑specific open licenses, rather than a single grand definition.
  • Some foresee a substantive split between “open source” and “free software” for AI, ending the usual F/OSS umbrella.

We Can Terraform the American West

Overall reaction to “terraforming” the American West

  • Strong split between techno-optimism and ecological caution.
  • Supporters see it as an inspiring, concrete mega-project on the scale of past dams, canals, highways, and a way to absorb more population and cheap solar energy.
  • Critics call it hubris, fantasy engineering, and a solution in search of a problem, given existing habitable land and slowing US population growth.

Water, desalination, energy, and economics

  • Desalination is acknowledged as technically mature (e.g., Middle East, Israel), but large-scale cost and brine disposal are contested.
  • Some argue: if it were truly cheap, market forces would already be deploying it at scale; others blame US regulatory barriers (e.g., rejected California plants).
  • Intermittent solar-driven desal is seen as promising but not yet proven at scale; existing RO plants prefer steady operation.
  • Pumping water uphill is flagged as highly energy-intensive; California already spends a large share of energy on the water system. Counterpoint: spring/summer solar “curtailment” could power desal and pumping.

Environmental impacts: deserts, lakes, and wildfires

  • Many emphasize deserts as complex, fragile ecosystems, not “empty” land; large-scale irrigation and lakes would likely erase existing biomes.
  • Historical examples (Salton Sea, Great Salt Lake, Florida, western water projects in Cadillac Desert) are cited as warnings: endorheic lakes collect pollutants, mega-diversions over-allocate rivers, and long-term maintenance often fails.
  • Some argue we already over-mediate western landscapes (fire suppression, mismanaged forests, utilities); others counter that controlled fire and better land management—not massive hydrological changes—are appropriate interventions.

Climate, pollution, and alternative priorities

  • Several argue new mega-projects should be secondary to decarbonizing the grid, reducing nitrogen/chemical pollution, fixing existing water systems, and restoring degraded farmland.
  • Concern that covering arid, high-radiation regions with water/vegetation may reduce nighttime heat loss to space.
  • Discussion of accumulating pollutants (microplastics, CO₂) and impacts on cognition and health; disagreement over how strongly this should influence population and innovation arguments.

Feasibility, politics, and alternative geographies

  • Practical barriers highlighted: physics of moving water, oversubscribed rivers, fragile aquifers, water rights, brine toxicity, and US incapacity to build even simpler infrastructure (e.g., high-speed rail).
  • Some frame resistance as “conservatism” and loss aversion blocking transformative projects; others say the proposal lacks a compelling “why” compared with enhancing Great Lakes, Columbia Basin, or northern regions.

Before you buy a domain name, first check to see if it's haunted

Scope of “Haunted” Domains

  • Many commenters agree domains can carry long-lived negative reputation from past use (spam, porn, scams, hacked link farms, Tor nodes, etc.).
  • Some like the “haunted” metaphor; others argue it obscures that the real power lies with opaque blacklists and filters (search engines, AV vendors, ISPs, corporate firewalls, social networks).
  • Debate over whether this is primarily a technical problem (reputation systems, caching) or a social/power problem (no recourse, no transparency).

Real-World Examples

  • Domains formerly used for adult content later repurposed for art or legitimate sites but remained blocked by work firewalls, ISP porn filters, social networks, or search engines.
  • Reports of domains blocked as “malware” or “spam” on Twitter/Facebook, or simply not indexed by Bing/DDG despite being technically clean.
  • Cases where buying an old domain brought positive SEO via historic links, including Wikipedia references: an “enchanted” rather than haunted domain.
  • Similar “haunting” noted for IP addresses (previous spam, Tor bridges) and even phone numbers (robocall reputation).

Detection and Due Diligence

  • Suggested checks:
    • Wayback Machine / web archives for prior content.
    • DNSBL / blacklist aggregators and antivirus reputation tools.
    • IP reputation services and reverse DNS for VPS/cloud IPs.
    • Social media sharing tests to see if domains are blocked.
    • Catch-all email on new domains to see misdirected mail and legacy accounts (with ethical concerns).
  • Some propose a “Carfax for domains” product (“Namefax”-style) and argue registrars should disclose domain history.

Search, Blacklists, and Fairness

  • Ideas floated: time-limited blacklists (e.g., 12 months), automatic reset after long clean periods, or resets when content/complaints disappear.
  • Counterarguments: resets can be gamed by abusers via ownership churn, domain parking, or fake clean periods.
  • Tension between reducing friction for legitimate buyers vs. maintaining friction for spammers; disagreement on whether current systems meaningfully deter abuse.

Operational Advice

  • Avoid changing your canonical domain unless necessary; safer to redirect new → old.
  • When dropping a domain, explicitly shut down email/DNS verifications to avoid unintended access and reputation issues.
  • Be aware of cached security policies (HSTS, MTA-STS) and Cloudflare auto-imported configs that can “double-haunt” domains.

Wikipedia article blocked worldwide by Delhi high court

Scope of the Court Order and Jurisdiction

  • Many are puzzled why an Indian court order led to a global block instead of India-only geofencing.
  • Some argue any state can claim wide jurisdiction; the real constraint is enforcement power (assets, staff, market access).
  • Others insist Indian courts have no legitimacy over non-Indians and non‑Indian infrastructure, but note that in practice “who has power” matters more than abstract jurisdiction.

Wikimedia’s Strategy and Justification

  • Several commenters initially condemn Wikimedia for “caving,” but later posts cite on‑wiki discussions and a statement from leadership:
    • Non‑compliance now would reportedly forfeit appeal options in India and risk a nationwide Wikipedia block.
    • The ANI defamation case and the meta‑article about the case are ongoing; the temporary global takedown is framed as a tactical concession to fight later in court.
  • Some accept this as pragmatic; others say they will stop donating because principle should trump market access.

India, ANI, and the Judiciary

  • Multiple posts describe ANI as strongly pro‑government and part of a broader pattern of media capture and pressure on critics.
  • Examples are given of controversial or regressive judicial comments and rape‑case rulings to argue Indian courts are often politically or socially biased.
  • A minority push back, stressing judicial independence on paper and accusing Western commentators of misunderstanding or condescension.

Free Speech, Defamation, and Chilling Effects

  • Indian criminal defamation law is criticized as having a very low threshold and being easy to weaponize; the process is the punishment.
  • Requiring Wikipedia to unmask editors is seen as particularly dangerous, likely to chill participation and invite harassment or worse.
  • Some argue platforms must obey local law; others say global institutions should refuse and accept being blocked.

Global Internet vs. National Control

  • Many see this as part of a broader trend: SOPA-era fears realized, with states using “misinformation,” safety, or defamation to justify censorship.
  • Proposals range from stronger geofencing to forking Wikipedia, building uncensorable or dark‑net style infrastructures, or fully decentralized archives (e.g., IPFS, mesh networks), though feasibility is debated.
  • Several note the Streisand effect: the case and ANI’s alleged propaganda role are now far more widely known.

Jeff Bezos killed Washington Post endorsement of Kamala Harris

Bezos’s Intervention & Possible Motives

  • WaPo’s editorial board reportedly drafted a Kamala Harris endorsement; Bezos overruled it and ended presidential endorsements altogether.
  • Many commenters see this as:
    • Fear of Trump’s retaliation if he wins, citing:
      • Amazon’s lost $10B JEDI contract, which Amazon blamed on Trump’s hostility to Bezos/WaPo.
      • Reports that Blue Origin execs met with Trump the same day.
    • Protection of broader business interests (Amazon, AWS, Blue Origin) vs. relatively minor WaPo economics.
  • Others argue Bezos may simply:
    • Prefer Trump’s tax/regulatory stance over Harris’s wealth and unrealized gains proposals.
    • Or want to avoid further antitrust pressure (e.g., Lina Khan), though some think that doesn’t really fit.

Press Independence, Censorship, and “Obeying in Advance”

  • Strong concern that an owner spiking a specific endorsement shatters the fiction of editorial independence (“Democracy dies in darkness” now looks hollow).
  • Several frame this as “anticipatory obedience” to an aspiring authoritarian: elites self‑censor in expectation of retaliation, thereby teaching power what it can get away with.
  • Counterpoint: it’s not a First Amendment violation because it’s a private outlet choosing its own speech; owners have always influenced coverage.

Should Newspapers Endorse Candidates at All?

  • One camp: endorsements are partisan, undermine neutrality, and persuade almost no one; opinion and reporting are already too blurred.
  • Opposing camp:
    • Endorsements transparently reveal a paper’s values and help readers, especially in down‑ballot races.
    • In “normal” elections neutrality might be fine, but when a candidate openly threatens media, democracy, and opponents, silence is itself a choice.
  • Timing is widely criticized: if WaPo wanted a no‑endorsement policy, it should have announced it years or months ago, not after an endorsement was written.

Wider Context: Tech Billionaires, Media, and Democracy

  • Commenters link this to a pattern: LA Times’ owner also blocked a Harris endorsement; Musk and (to a lesser extent) Zuckerberg are seen drifting right or hedging toward Trump.
  • Some view this as US oligarchs adapting to, or enabling, an emerging “Russia‑style” or “Hungary‑style” system where billionaires must appease a vengeful executive.
  • Others downplay the electoral impact but see a serious symbolic and structural blow to independent journalism.

In the US, regenerative farming practices require unlearning past advice

Economics & Incentives

  • Several commenters argue the main barrier is economics, not knowledge. Farmers know many regenerative ideas but:
    • Inputs and subsidies make intensive, input-heavy monoculture more profitable in the short term.
    • Regenerative transitions can mean lower yields for a few years, which low‑margin farmers can’t risk.
    • Grants exist but require “becoming a grant writer,” favoring large operations with admin staff.

Soil Health, Nutrients, and Cycles

  • One view: “living soil” (microbes, fungi) can re‑mobilize minerals from sand/silt/clay within a few years; the problem is life and erosion, not absolute mineral depletion.
  • Counter‑view: on depleted land you may get 1–2 decent years then severe deficiencies unless you import minerals (P, Mg, trace elements).
  • Debate over which elements are limiting long‑term (phosphorus vs selenium) and whether selenium is needed by plants at all.
  • Nitrogen mostly comes from air (biological fixation or synthetic fertilizer); phosphorus, potassium, sulfur and trace minerals are finite on fields and must be conserved or replaced.
  • Some emphasize closing nutrient loops via manure and even human waste; others worry about pharmaceuticals, heavy metals, and pathogens.

Regenerative vs Industrial Yield & Scalability

  • Many see regenerative methods as ecologically superior but doubt they can match current output at current prices, especially for grain and animal feed.
  • A large‑scale farmer says commercial reality is “pick your poison”: either heavy tillage and machinery or no‑till with heavy herbicide; low‑chemical, low‑till systems seen as too labor‑intensive to compete at commodity prices.
  • Others argue you need to change consumption (less ultra‑processed corn products, less meat) so society can accept lower grain output.

Specific Practices: No‑Till, Cover Crops, Permaculture

  • No‑till is widely discussed:
    • Pros: better soil structure, organic carbon, reduced erosion.
    • Cons: typically higher herbicide use; fear of short‑term yield drop.
  • Some point out most U.S./global land is not double‑cropped; when it is, cover/second crops are a regenerative tool, not a problem.
  • Permaculture and stacked enterprises (trees + grazing + poultry + hay) can yield high value per area but are said to be labor‑heavy and hard to scale; others report good small‑farm experiences.

Land Use, Demographics, and Adoption Barriers

  • Structural constraints:
    • Farmers are described as older and change‑averse.
    • Existing machinery is optimized for conventional practices; switching is capital‑intensive.
    • Shrinking agricultural land, especially to suburbs, tightens supply and risk tolerance.
  • Some envision a partial return to diversified, smaller farms, possibly supported by agritourism and local food demand; others think mass re‑ruralization is unrealistic.

Food, “Chemicals,” and Health

  • Contentious debate over “chemicals” in food:
    • One camp loosely blames modern additives, ultra‑processing, and high sugar for obesity and poor health and wants a more precautionary stance.
    • Another insists “chemicals” is too vague to be useful, noting everything is chemical, and safety must be evaluated case‑by‑case; they argue abrupt bans would threaten food security.
  • There is agreement that ultra‑processed, high‑calorie diets are problematic, but disagreement on how directly this ties to agricultural inputs vs processing and diet choices.

We can now fix McDonald's ice cream machines

DMCA Exemption and What Actually Changed

  • Copyright Office granted an exemption allowing circumvention of digital locks on commercial food-preparation equipment (including McDonald’s ice cream machines) for repair.
  • Underlying anti-circumvention law still makes it illegal to distribute or sell tools or code that bypass those locks, so most franchisees still can’t legally get the needed tools.
  • FTC and DOJ supported the petition; some see this as evidence elections and policy engagement matter.
  • A past court ruling is cited to argue consumers have an inherent right to use embedded software; DMCA can’t erase fair use, but in practice it still chills repair.

Right to Repair, DRM, and Copyright Debates

  • Many commenters want DMCA anti-circumvention provisions repealed, arguing DRM doesn’t stop piracy but blocks lawful uses like repair and accessibility.
  • Debate over whether copyright and DRM are necessary to incentivize creation vs. being pure “rent seeking.”
  • Some stress piracy would remain illegal without DMCA; others argue the law mainly expands control over devices and information.
  • Loss of a separate DMCA exemption for video game accessibility is highlighted as a negative outcome.

Business Incentives and Franchise Dynamics

  • Widespread suspicion of “perverse incentives”: McDonald’s mandates specific Taylor machines and service networks; service contracts and parts are lucrative.
  • Franchisees pay most of the cost of downtime and repairs, while corporate still collects royalties, creating moral hazard.
  • Counter-argument: if ice cream is a high-margin upsell (shakes, McFlurries, cones), keeping machines broken is irrational; more plausible explanation is long-term contracts and bureaucratic inertia.
  • Some note US franchises can now choose alternative machines (e.g., Carpigiani), but uptake and impact are unclear.

Food Safety, Machine Design, and Maintenance

  • Old-style machines required ~45+ minutes of daily disassembly and cleaning; new self-pasteurizing models trade labor for complexity.
  • Sensors are extremely strict; if cleaning or temperature deviates, the machine locks out for hours and may require a certified tech with proprietary tools.
  • Several comments emphasize real food-safety risk (soft-serve mix as a bacterial incubator, prior outbreaks), which may justify conservative design.
  • Other chains (Dairy Queen, Wendy’s, non-US McDonald’s) reportedly operate similar machines with far fewer outages, suggesting design/vendor choice and policy are key.

Geography, Failure Rates, and Perception

  • Users report high “broken” rates in parts of the US (supported by scraping sites like mcbroken) but very rare issues in Canada, much of Europe, and Australia.
  • Possible explanations raised: different vendors abroad, better training/maintenance, lower overfilling, or simply different contracts.
  • Some say “machine is broken” often really means it’s in cleaning/defrost or has hit capacity; staff may prefer a simple “broken” explanation.
  • Opinions split on whether the saga is net marketing (“free attention”) or slow brand damage that sends dessert buyers to competitors.

iFixit and Messaging

  • iFixit’s advocacy and documentation are widely praised; some worry about potential future conflicts of interest as they gain legal influence and sell repair kits.
  • Several criticize the article’s headline (“we can now fix”) as overstating reality, since legality changed but practical ability and tooling largely did not.

Tesla's Cybertruck is outselling almost every other EV in the US

Sales Numbers and Market Context

  • Cox estimates ~16–17k Cybertrucks sold in Q3 2024, ~4.8% of U.S. EV sales that quarter; ~28k sold YTD, beating other EV pickups (F-150 Lightning, Rivian R1T, Silverado EV).
  • It’s the #3 EV for the quarter, behind Tesla Model 3 and Y; some see this as clear success, others note it’s still a tiny fraction of total U.S. auto sales (~3.9M vehicles in Q3).
  • One angle: “Tesla’s share of EV sales is below 50%” vs. “having 3 of the top EVs is strong.”
  • Some argue novelty plus backlog of preorders temporarily inflates numbers; long‑term demand is seen as “unclear.”

Who’s Buying and Why

  • Many report seeing Cybertrucks frequently in LA/Bay Area; others in different regions say they’re rare and Rivians or other EVs are more common.
  • Several comments suggest buyers are using small‑business tax treatment, bonus depreciation, and EV incentives, often wrapping trucks with business logos.
  • Some believe it mostly displaces luxury SUVs, not work trucks.

Design, Safety, and Legality

  • Design is divisive: described as “monstrosity,” “meme,” “Mad Max,” but also “interesting,” “grown on me,” and “attention magnet.”
  • Concerns about mass, height, sharp stainless body, and poor visibility; some doubt it would meet EU pedestrian‑safety rules, and note active campaigning against its European road use.
  • Debate over whether it’s meaningfully worse than large U.S. pickups; pedestrian risk remains “unclear” due to lack of comparative data.

Usability, Reliability, and Quality

  • Some praise: steer‑by‑wire, performance, power outlets, and general driving experience; fans compare capability favorably in specific towing/tractor‑pull tests.
  • Critics call it a bad truck (range/towing, suspension, bed shape), more a status SUV than a work vehicle.
  • Numerous complaints in thread about build issues (leaks, wheel/tire problems, suspension, misaligned panels); one detailed “lemon” story is challenged by others as fabricated or warranty‑covered, illustrating contested reliability perceptions.

EV Market and Alternatives

  • Several argue U.S. EVs skew expensive (Cybertruck, Model S, etc.), with few truly affordable options; used market still thin outside of Bolts and aging Leafs.
  • Many lament discontinuation of more practical or efficient EVs/PHEVs (Bolt, Volt, i3), contrasting them with 6,000–7,000 lb “behemoths.”
  • Broader political–economic debate surfaces around tariffs on Chinese EVs, protectionism, and Tesla’s position amid growing global competition.

Company named "><SCRIPT SRC=HTTPS://MJT.XSS.HT> LTD" forced to change it (2020)

Company name, masking, and legal changes

  • Original company with an HTML <script> tag in its name was later renamed to “THAT COMPANY WHOSE NAME USED TO CONTAIN HTML SCRIPT TAGS LTD” and then dissolved.
  • Historical records now show a placeholder: [NAME AVAILABLE ON REQUEST FROM COMPANIES HOUSE], which replaces the actual prior name everywhere, including postal mail, making official letters confusing.
  • New UK law now forbids registering a company with a name that, in the Secretary of State’s opinion, “consists of or includes computer code.”

Security concerns & data consumers

  • Concern that this indicates XSS/sanitization problems, either in Companies House or in third-party consumers of its data.
  • Some argue the main risk is for downstream users who embed company names in web pages without escaping.
  • Others say the official site itself is “fine”, but many external users “don’t parse it properly.”

Debate: banning ‘code’ vs fixing software

  • One side: blocking such names is pragmatic “defense in depth,” given many real-world systems are fragile; easier to constrain input than secure every consumer.
  • Other side: this normalizes bad practices; systems should handle arbitrary text safely. Banning “code-like” strings is seen as a superficial fix that doesn’t solve injection issues.
  • Some propose official “honeypot” names containing benign code to force consumers to be robust. Others object that registries shouldn’t intentionally ship weaponized test inputs.

Related exploits and humorous abuses

  • Many examples of SQL/XSS-style names: car license plates (“NULL”), personal names (“Little Bobby Tables”-style), Polish companies with DROP TABLE in names.
  • Anecdotes of barcodes/QR codes triggering antivirus via the EICAR test string, and early-web promotions or auction systems being broken by script-like usernames.

Company registration & bureaucracy

  • UK company formation described as cheap and fast, though fees have risen.
  • Non-residents can register UK companies using a local mailing address; dormant companies mainly incur small annual filing costs.

Law, ambiguity, and human judgment

  • Discussion that law is intentionally not a regex: it defers to human judgment (“in the opinion of the Secretary of State”) rather than fully formal rules.
  • Long subthread on law vs code, ambiguity, precedent, and how imprecise legal language is both necessary and abusable.

Technical tangents

  • RSS vs Atom: ambiguity over whether <title> should be treated as HTML or plaintext caused feeds/readers to mangle the article title with <script> in it.
  • Broader reflection that correctly handling arbitrary strings, escaping, and encodings remains surprisingly error-prone in practice.