Hacker News, Distilled

AI powered summaries for selected HN discussions.

Page 60 of 779

EFF is leaving X

Motivations for Leaving X

  • Many see EFF’s move as both moral and strategic: X is described as a “toxic,” hate-filled, politically radicalized space that damages EFF’s brand and mission.
  • Others argue the blog post is framed around engagement metrics (“the math”) but is really about rejecting Musk/X’s politics and culture; some call this “performative” or “virtue signaling.”
  • Several note that EFF’s X impressions have collapsed (to ~3% of 2018 levels), so staff time and reputational cost no longer justify maintaining a presence.

Ideology, Mission Drift, and Free Speech

  • Some longtime supporters say EFF has shifted from a broad, quasi-neutral digital-rights coalition (progressives + libertarians) into a more explicitly left-wing, intersectional organization.
  • Debate over whether this betrays past “free speech absolutism” or is a necessary anti‑fascist stance in the current political climate.
  • Others insist this evolution is consistent with EFF’s role as a civil liberties group in an era where more issues (e.g., abortion access, marginalized communities) are tightly bound to digital rights.

Why Leave X but Stay on Facebook/TikTok/etc.?

  • Critics see hypocrisy: if surveillance, walled gardens, and poor moderation are reasons to leave, why remain on Meta/TikTok?
  • EFF’s stated logic (as paraphrased and debated): those platforms still host large at‑risk communities and provide meaningful reach; X no longer does, given low engagement and hostile userbase.
  • Skeptics respond that X still has hundreds of millions of users and outsized influence in areas like AI and politics; dropping even minimal cross‑posting is seen as sacrificing reach.

Platform Quality, Algorithms, and Engagement

  • Several report broader declines in organic reach on X and other platforms; algorithms now heavily favor high-engagement, sensational content and/or paying users.
  • Some argue EFF’s X strategy is simply bad: link-heavy, low‑engagement organizational posts that the algorithm won’t boost, compared with more “native,” personality-driven accounts.
  • Others share stats that EFF gets much stronger interaction on Bluesky and Mastodon despite smaller followings, suggesting fewer but higher‑quality impressions.

Broader Themes: Social Media, Boycotts, and Activism

  • Active debate on whether leaving X is effective activism or empty symbolism; some emphasize that all activism is inherently “performative.”
  • Long subthreads on boycotts, whether using a platform implies supporting its owner’s politics, and historical parallels.
  • A minority argues any reduction in channels undercuts EFF’s ability to reach opponents and neutrals; others counter that remaining on X now mostly legitimizes and subsidizes an increasingly extremist platform.

The Pentagon Threatened Pope Leo XIV's Ambassador with the Avignon Papacy

Scope of the Incident

  • Many see the alleged Pentagon reference to the Avignon Papacy as symbolically threatening to “capture” or sideline the current pope, aligning the Church to U.S. political interests.
  • Others interpret it more narrowly as a historically flavored, clumsy attempt at pressure rather than a literal threat of military action.
  • Several commenters emphasize that the Vatican is an old, sophisticated power used to such pressure and likely to play the long game better than the current U.S. administration.

Dispute Over What Actually Happened

  • Some posts cite follow‑up reporting indicating Vatican and Pentagon sources describe the meeting as “tense” but deny any explicit Avignon analogy or military threat.
  • Others argue that the pattern of behavior from this administration makes the more extreme interpretation plausible and see the pope’s cancelled/uncertain U.S. visit as circumstantial support.
  • Skeptical commenters stress the reliance on anonymous sources and note that later clarifications may contradict the most sensational framing; they call for better evidence.

Religion, Politics, and U.S. Christian Nationalism

  • Multiple comments highlight long‑standing U.S. Protestant suspicion or hostility toward Catholics, noting historical persecution and ongoing evangelical beliefs that Catholics are not “real Christians.”
  • There is discussion of the tension for U.S. Catholics who vote “pro‑life” (thus often Republican) while watching that same political bloc bully the pope and attempt to instrumentalize the Church.
  • Some foresee intra‑Christian conflict if a more explicitly Christian‑nationalist or theocratic project advances in the U.S., with Catholics, Orthodox, Mormons, and others eventually targeted.

Papacy, Catholic Identity, and Converts

  • The Avignon and Western Schism history leads several commenters to question papal authority or the coherence of the papacy as an institution.
  • Others note that Catholic doctrine formally requires submission to the papal office, even if one dislikes an individual pope.
  • There is extended discussion of “trad” Catholic and Orthodox converts who fixate on hierarchy, doctrine, and aesthetics, sometimes rejecting the current pope as illegitimate.

Broader Themes

  • Many frame this as one more data point in U.S. power overreach, declining diplomatic skill, and “diplomacy by force.”
  • Others see it as part of a wider global slide toward religiously tinged authoritarianism, with secular and minority groups likely to suffer most.

Show HN: I built a Cargo-like build tool for C/C++

Overall reaction

  • Mixed response: some welcome a cargo-like tool to simplify C/C++ project setup; others see “yet another CMake wrapper” as adding complexity instead of solving root problems.
  • Several commenters stress the project is very early; they appreciate the ambition but doubt one person can handle the full real‑world complexity.

CMake vs. “meta-meta” build systems

  • Many argue that layering on top of CMake (a build-system generator) just creates a “build-system generator generator” instead of fixing CMake’s core issues.
  • Others defend CMake as the de facto standard with huge accumulated knowledge about platforms, compilers, IDEs, and edge cases; replacing it is seen as very hard.
  • Some prefer plain Make for simplicity on small projects; others reply that cross-platform, IDE integration, and complex dependency graphs quickly exceed Make’s comfort zone.

Dependency and package management

  • Comparisons drawn to Conan, vcpkg, and xmake; some say these already are the “cargo for C/C++” in practice, especially Conan2 with profiles, ABI modeling, binaries, lockfiles, and cross-compilation.
  • Concern that a new tool without full cross-compilation, offline builds, system-dependency handling, and ABI/version conflict resolution can’t realistically become a universal standard.
  • Requests for integration with existing mechanisms (pkg-config, CPS) and system package managers, plus ability to specify dependencies manually for offline/sandboxed builds.

Cross-platform, toolchains, and performance flags

  • Several emphasize cross-compilation as a first-class requirement (embedded, consoles, different OSes); any tool that treats it as an afterthought is seen as non-viable.
  • Advice to avoid aggressive defaults like -O3 -march=native; considered a red flag for portability and distribution.

Security and installation

  • Strong criticism of curl | sh installer patterns as a supply-chain risk, even if inspired by rustup.
  • Some argue it’s convenient; others insist it’s strictly worse than shipping a static binary.

AI, configuration languages, and ecosystem

  • One camp argues modern AI can generate ad-hoc build scripts on demand, reducing the value of learning or inventing new build DSLs.
  • Others prefer declarative config (e.g., TOML) but warn that non–Turing-complete formats struggle with complex conditional logic.
  • Additional skepticism raised about apparent AI-generated code and descriptions, and about name collisions (e.g., KDE’s existing “Craft” tool).

The Vercel plugin on Claude Code wants to read your prompts

Telemetry behavior of the Vercel Claude Code plugin

  • Plugin “skills” are injected into all Claude Code sessions once installed, regardless of whether a repo uses Vercel or not.
  • Trigger rules are evaluated on every prompt and tool call, adding ~19k tokens of overhead per session according to one commenter.
  • Telemetry includes all native tool calls and bash command strings (not just tool names), sent to Vercel telemetry endpoints by default.
  • Prompt text telemetry is described as opt‑in via an in-context consent prompt; if unanswered, it’s treated as disabled.
  • An env var (VERCEL_PLUGIN_TELEMETRY=off) can disable telemetry while keeping the plugin functional, but this is not prominent.
  • Data is tagged with a random UUID; critics argue that full commands and prompts can still deanonymize users.

Security, privacy, and policy concerns

  • Many see logging all bash commands as a serious security issue, not just a privacy concern, because commands often contain secrets, PII, file paths, and infrastructure details.
  • Several commenters label this a “supply chain” style risk and say machines that used the plugin should be treated as potentially compromised.
  • Multiple comments argue this likely violates GDPR and explicitly violates Anthropic’s plugin policy (no extraneous data collection, no coerced external tool calls).
  • Some plan to report the behavior to authorities or have already contacted Vercel requesting data deletion.

Critiques of design, intent, and ecosystem

  • Strong criticism of shipping an always-on, context-insensitive integration for a tool used across unrelated repos.
  • Some attribute this to “ship fast, break things” and poor engineering/testing; others see it as an intentional data-gathering and growth-hacking strategy (e.g., steering greenfield projects toward Vercel/Next.js).
  • Debate over corporate intent: some insist on assuming good faith until proven otherwise; others argue the code and official explanations show deliberate design.
  • Several comments broaden the criticism to Vercel’s overall practices and brand, with people reporting migrations away from Vercel and projects it sponsors.

Claude Code architecture and broader AI tooling issues

  • Multiple commenters argue the real root problem is Claude Code’s all-or-nothing plugin permission model and lack of scoped activation or architectural enforcement.
  • Suggestions include: scoped hooks via file globs/dependency gates, clear UI attribution for plugin-driven prompts, and default opt‑in rather than opt‑out telemetry.
  • Broader reflections compare current AI agents to early, unsandboxed operating systems and warn against running agents with full host permissions.

How NASA built Artemis II’s fault-tolerant computer

Agile/DevOps vs Deterministic Space Systems

  • Several commenters contrast modern Agile/DevOps practices with the discipline needed for deterministic, safety‑critical systems.
  • Some argue Agile can be compatible with strong architecture and reliability; others say in practice it degrades rigor and obscures worst‑case behavior.
  • There’s debate over whether “agile” is meaningful at all versus just a buzzword used to justify rushed, low‑quality work.

Redundancy and Fail-Silent Architecture

  • The article’s “fail-silent” quad-redundant design attracts attention: pairs of CPUs detect their own errors and go silent, while a higher-level system picks the first healthy channel.
  • Commenters contrast this with classic triple-voting systems, noting the different trust model (self-detection vs external voting).
  • Several question what happens if both CPUs in a pair produce the same wrong result; responses note this is extremely unlikely but nonzero.

Hardware, RTOS, and Radiation Hardening

  • Discussion mentions rad-hardened PowerPC (RAD750-class) CPUs, small RAM, and RTOSes like INTEGRITY-178 and VxWorks.
  • Time-Triggered Ethernet and ARINC-style scheduling are framed as long-established in aerospace/automotive safety systems.
  • Others note rad-hard processes lag commercial nodes by many generations and rely heavily on redundancy.

Backup Flight Software and Dissimilar Redundancy

  • A detailed comment describes Orion’s separate Backup Flight Software stack using a different CPU, OS, and NASA’s cFS framework.
  • This “dissimilar redundancy” is praised for avoiding common-mode software failures, though it’s noted even independent teams can replicate the same design bug.

Skepticism, Cost, and Comparisons

  • Some see the system as overengineered and bureaucratic, “throwing money at redundancy,” and point to Artemis’ cost and schedule issues.
  • Others stress that human-rated spaceflight demands extreme reliability and can’t be compared to web apps or even unmanned systems.

Reliability Culture vs Modern Software

  • Multiple comments lament the perceived decline in software quality in mainstream development.
  • There’s reflection on different “good enough” standards: acceptable for CRUD apps but not for life-critical guidance systems.

Study found that young adults have grown less hopeful and more angry about AI

Labor market + generational anxiety

  • Many commenters think Gen Z’s anger is rational: entry-level and junior roles are being cut and replaced with AI, closing off traditional middle‑class paths.
  • “Safe” non‑AI jobs (trades, service work) are seen as vulnerable to wage pressure from displaced white‑collar workers and reduced demand from a poorer middle class.
  • Some predict a “lost generation” as older workers benefit from AI while pulling up the ladder; others argue this mirrors prior automation waves that younger workers eventually master.

AI vs. previous technological shifts

  • One camp: AI is “just another disruptive tech” like the loom or steam engine; short‑term pain, long‑term gains, new industries.
  • Opposing camp: this analogy is misleading; LLMs target cognitive work broadly and could restructure the entire social contract, not just one sector.
  • Historical references to Luddites emphasize that the core issue is distribution of productivity gains, not fear of technology per se.

Economy, capitalism, and distribution

  • Several see AI as accelerating inequality, enriching a small group while making many workers redundant, with talk of “techno‑feudalism.”
  • Others argue AI investment is currently propping up GDP and preventing a worse recession, though critics say real labor conditions already feel recessionary.
  • There is recurring debate over whether to “resist” AI or adapt within a global capitalist system where resistance may simply be outcompeted.

Startups, “learn AI” advice, and business models

  • Skepticism toward advice that young people should “start AI businesses”:
    • Thin wrappers around big models are easily cloned or absorbed by major labs.
    • Building any real business remains hard; AI mostly shifts cost structures, doesn’t guarantee defensibility.
  • Counterpoint: real opportunities lie in using AI to solve physical‑world problems with tiny teams, not selling pure software.

Social slop, creativity, and education

  • Widespread concern over AI‑generated “slop”: fake polls, junk metrics, noisy commit messages, hallucinated documents, and low‑quality web content erode trust and raise cognitive overhead.
  • Some users personally love AI and feel more productive, yet see net social harm so far.
  • Fears that heavy AI use weakens critical thinking, creativity, and genuine learning; proposals include process‑focused, in‑class writing and new pedagogies, though under‑resourced teachers may struggle to keep up.

Governance and post‑labor future

  • Suggestions range from banning AI to planning for a “post‑labor” society with decoupled income and employment.
  • Several warn that absent serious policy changes (safety nets, redistribution, political reform), mass unemployment plus visible elite gains could fuel unrest or even violence.

The Future of Everything Is Lies, I Guess: Part 3 – Culture

Access, Geoblocking, and the UK Online Safety Act

  • Several commenters in the UK report the article as blocked with a message referencing the Online Safety Act.
  • Others note it works in EU countries, suggesting this is not an EU‑wide issue.
  • Linked prior post shows the site owner deliberately geoblocking the UK using IP databases, framed as a protest against UK regulation and a pragmatic move to avoid compliance risk, despite collateral blocking of non‑UK users.

Learned Helplessness and “What Can We Do?”

  • Multiple comments lament cultural resignation to propaganda, advertising, and AI‑driven manipulation.
  • Some argue critics and pundits profit from analysis, not solutions, and avoid advocating disruptive tactics like general strikes or mass civil disobedience.
  • Others ask concretely how to “fight back,” suggesting local organizing, or even “forking the internet” into alternative, less ad‑driven networks.
  • Counterpoints note entrenched infrastructure and business models make such forks difficult, and some doubt any purely technological fix exists.

Culture, Media, and Existing Critical Traditions

  • Commenters point out that manipulation, “slop” media, and surveillance long predate current AI; critical theory and sociology had already analyzed these dynamics.
  • Some criticize tech culture for ignoring humanities traditions and reinventing old insights through blogs and sci‑fi instead.

AI in Fiction, Myth, and Magic

  • Several connect the article’s themes to TV shows, novels, and short stories about omniscient or assimilating systems.
  • Others see LLMs as akin to spirits, sprites, or occult technology: powerful but alien in their conception of truth, requiring supervision.
  • There is debate over whether calling programming or technology “magick” is a useful metaphor or just obscurantist branding.

Mandated AI Tools and the “Agentic Era” of Software

  • A major subthread discusses workplaces mandating AI coding tools (e.g., Claude Code).
  • Startup leaders frame this as survival: more features, more code, 3–10× output through “agentic” workflows and unified prompting.
  • Engineers express unease: fear of massive technical debt, loss of craftsmanship, and being replaced once their work is routinized through LLMs.
  • Some see value in mandates for teams that previously resisted tests/automation, but worry devs will ship better‑looking code without understanding why.

Automation, Craft, and Democratization Skepticism

  • Several argue claims about “democratizing” software/knowledge mask a drive to extract workers’ “thought tokens” and replace skilled labor.
  • Concerns include erosion of craft and mastery, cultural overvaluation of efficiency and growth, and uncertainty over where human judgment and taste will live when “building” becomes commoditized.

Philosophical Framing and Consciousness

  • Commenters link LLM behavior to thought experiments like the Chinese Room and philosophical zombies, arguing this shows the limits of Turing‑style tests.
  • Others note that even simple stochastic text generators from decades ago already hinted at these issues, and are surprised this analogy isn’t more widely internalized.

Miscellaneous Reactions

  • Some readers reject AI erotic/companionship use cases as deeply off‑putting.
  • One playful thread imagines simulating many copies of oneself with superpowers, tying into the article’s themes of synthetic realities.

Meta removes ads for social media addiction litigation

Meta’s Removal of Lawsuit Ads

  • Many see it as obviously self‑serving: Meta routinely allows scammy or TOS‑violating ads but rapidly removes ones that could cost it money.
  • Some argue it’s unsurprising and legitimate: any private ad platform (like a newspaper) would generally reject paid ads that directly encourage suing it.

ToS, Property Rights, and Legal Obligations

  • One side: Meta’s ToS and property rights mean it can choose which ads to run; forcing them to host hostile ads would be like forcing a store to display a rival’s sign.
  • Other side: ToS don’t override law; at Meta’s scale, blocking avenues for victims to learn about recourse is socially harmful and should be regulated.
  • Analogies used: tobacco warning labels, restaurants serving poisoned food, and signs about class actions being removed from the premises.

Section 230 and Platform vs Publisher

  • Some argue social networks now act as publishers via algorithmic curation and should lose Section 230 immunity when they make editorial choices.
  • Others correct misunderstandings: Section 230 doesn’t hinge on “impartiality”; it simply says platforms aren’t treated as the publisher of user content, though they can still be liable for their own decisions (e.g., how they promote content).

Class-Action Lawsuits and Incentives

  • Critics: class actions mostly enrich lawyers; individuals get small payouts while companies treat them as a cost of doing business.
  • Defenders: they’re often the only realistic remedy for widespread modest harms; people can typically opt out; payouts can be meaningful; companies fear them enough to push arbitration clauses.

Free Speech, Impartiality, and Hypocrisy

  • Meta is accused of claiming free‑speech or “open platform” virtues when convenient, while exercising strong editorial control when its interests are threatened.
  • Some see explicit rejection of the ads as better than silent throttling, but still problematic given Meta’s power over public discourse.

Regulation, Utilities, and Compelled Speech

  • Several commenters suggest treating large platforms like regulated utilities, with obligations to carry certain public‑interest messages (e.g., lawsuit info, recalls).
  • Others warn about First Amendment/“compelled speech” issues, especially before any finding of liability.

Broader Critique of Social Media

  • Many view Meta and similar platforms as major drivers of social harm (addiction, mental health, propaganda), comparing their eventual reputation to opium‑as‑medicine.
  • Some broaden blame to advertising‑driven business models and capitalist incentives rather than social media alone.

Am I German or Autistic?

Overall reactions to the test

  • Many find the quiz very funny, well‑written, and oddly insightful, especially the result blurbs (e.g., “Wittgenstein Result,” “control group”).
  • Others dismiss it as “AI slop,” “meaningless,” or unserious pseudo‑diagnostics.
  • Several note frustration that many questions lack an answer that fits them well or allow multiple simultaneously true answers.

Reported results and interpretations

  • People share a wide spread of scores: “German,” “Autistic,” “Both,” and “Neither,” often comparing them to their actual nationality and self‑image.
  • Quite a few Germans and Austrians score only moderately “German,” or even “Neither,” and joke about their identity.
  • Many tech‑adjacent posters report “Both,” recognizing themselves in the description of systematic, rule‑focused, easily‑irritated thinkers.
  • Some use age or “IDGAF” as an explanation for lower scores vs. how they think they’d have scored when younger.

Punctuality, rules, and cultural norms

  • Long subthread on punctuality: some see it as a moral duty for themselves but are lenient with others; others use buffers (10–15 minutes early) to almost never be late.
  • Several detailed anecdotes illustrate chronic lateness, time‑estimation problems, and “optimizing the wrong things” (e.g., fuel cost vs. reliability).
  • Debate over whether German punctuality is real; experiences with Deutsche Bahn’s delays and cancellations prompt comparisons with Swiss, UK, French, Italian, and US trains.
  • Broader reflections on differing national attitudes toward being “on time,” small talk, rules, and flexibility of plans.

Autism, traits, and validity of the quiz

  • Multiple commenters stress the quiz is not a real autism diagnostic and does not follow DSM procedures.
  • Some autistic or suspected‑autistic readers find specific questions and descriptions (e.g., visceral pain from data‑heavy interruptions, literalness, hatred of ambiguity) very relatable.
  • Others criticize conflating “caring about doing things well” or “systematic thinking” with autism.

Meta: stereotypes, philosophy, and possible agenda

  • Several call out reliance on crude German stereotypes; others note large regional and generational variation within Germany/Austria.
  • One commenter argues the site is effectively far‑right / neo‑Nazi propaganda based on the philosopher lineup being heavily Nazi‑aligned; this is not substantially debated in depth in the thread.
  • Some note that the more interesting “test” is how people react to the quiz itself.

Session is shutting down in 90 days

What Session Is and Shutdown Context

  • Commenters describe Session as an end-to-end encrypted, decentralized messenger focused on anonymity (no phone number, onion routing), originally forked from Signal.
  • Some had never heard of it and criticize the donation page for not clearly explaining what the app does or why it is needed given many similar messengers.
  • Several mention its use on dark web drug markets and as an unmoderated alternative for adult content.

Funding, Costs, and Salaries

  • The foundation says ~$65k in donations will cover 90 days of “critical infrastructure” but not staff; all paid developers are being let go.
  • Many are skeptical that infrastructure alone could cost ~$20k/month for a 1.75M MAU app and suspect that figure implicitly includes staff time.
  • The claim that senior developers “often” earn >$150k/year is hotly debated.
    • Some point to US and Swiss markets where this is common or even low for seniors.
    • Others note that in much of Europe and elsewhere, senior devs make far less, and total employer cost structures differ.

Business Model and Planning

  • Strong criticism that the project launched and ran for years without a viable revenue model, now resorting to a last-minute $1M plea.
  • Some defend “try it, if it doesn’t work, shut it down” as a legitimate strategy, especially if donors are clearly informed.
  • Debate over whether formal business plans matter: some argue they’re essential; others cite many successful companies that evolved plans later.

Role of AI and Outsourcing

  • Multiple comments suggest cheaper engineers in lower-cost countries or radical downsizing.
  • A few argue that modern LLMs could replace much of a senior engineer’s work, though others push back, especially for security-sensitive code.

Security, Privacy, and Jurisdiction

  • Several stress that Session focuses on anonymity vs. Signal’s focus on privacy with phone-number identity.
  • Some distrust Session’s security design (e.g., removal of forward secrecy) and see it as potentially insecure or even a honeypot.
  • Concerns raised about legal environments: Australia’s surveillance laws (Session moved operations to Switzerland), and the UK’s anti-encryption stance for a competitor (SimpleX).
  • Metadata protection is highlighted as at least as important as content encryption.

User Experience and Adoption

  • Experiences are mixed: some had critical account/login failures and unhelpful support; others struggled to get the app working at all.
  • Contrasting anecdotes about Signal’s reliability; some report serious delivery/order issues, others none.
  • A recurring theme: privacy/anonymity is seen as a “vitamin,” not an “aspirin”; most users won’t switch from mainstream messengers just for better privacy.

Alternatives and Community Response

  • Alternatives mentioned include SimpleX Chat, XMPP+OMEMO, and Delta Chat.
  • Some express sadness about the shutdown and respect for the difficulty of running a nonprofit; others are bluntly critical of the project’s crypto tie-ins, marketing, and sustainability.

Wit, unker, Git: The lost medieval pronouns of English intimacy

Old English dual pronouns & Germanic connections

  • Commenters expand on “wit/unc/git” as dual pronouns (“we two”, “us two”, “you two”).
  • Discussion of Proto-Indo-European roots for “us/we” pronouns, with technical breakdowns of reconstructed forms; another commenter asks for sources and gets standard references.
  • There’s debate over whether some Old English forms are “false friends” with German; others argue they’re genuine shared Germanic inheritance.
  • A phonological law (loss of /n/ before fricatives) is cited to explain English “us” vs German “uns” and similar pairs (mouth/Mund, goose/Gans).

Modern English workarounds for lost dual & plural ‘you’

  • Several people feel something emotional is lost without dual forms (e.g., “the song of the two of us” reads weaker than the Old English nuance).
  • Others note that English still has constructions like “you two / us two / we two” and “both”, which can cover much of the same function.
  • A long subthread covers plural “you” workarounds: “y’all”, “all y’all”, “you guys”, “you’uns/yinz”, “yous”, and dialectal “dees/thas”.
  • Teachers describe practical ambiguity in addressing a class; some insist context and names are usually enough, others find plural “you” forms genuinely helpful.

Pronoun systems in other languages

  • Multiple languages are mentioned with dual or special number systems: Arabic (standard form keeps dual; most dialects have lost it), Russian and other Slavic languages (dual historically, remnants in number+case patterns), Slovene (fully productive dual with dedicated pronouns), Serbian/Croatian (semi-dual expressions), Irish (dual-like use with natural pairs).
  • One commenter notes dual is often lost over time; no one can name a language where a dual emerged recently from scratch (flagged implicitly as unclear/unknown).
  • Inclusive vs exclusive “we” is discussed via Hokkien and other languages; English lacks this distinction and instead relies on context or phrases like “present company excluded”.

Historical English pronouns, formality, and polarity

  • English formerly had richer case, dual number, and T/V distinction (thou/you).
  • There’s detailed discussion of the old four-way yes/yea/no/nay system, where “yes” and “no” either affirmed or contradicted a (non-)negative question. Modern negative questions and archaic “not” phrasing are seen as semantically tricky.
  • Several Romance languages’ formal “you” (Portuguese “você”, Spanish “usted”) are traced back to respectful third-person phrases, paralleled with English honorific circumlocutions.
  • Historical use of “thou” as informal and sometimes insulting is highlighted; some religious or regional uses survive or influence perception.

Singular “they” and pronoun simplification

  • One thread laments the perceived erosion of pronoun distinctions, including the rise of singular “they” as obscuring number.
  • Others counter that singular “they” for an unknown person has centuries of attested use, and that people already use it unconsciously (“someone left their coat”).
  • There is disagreement over how continuous this usage has been and whether older literary precedent should matter; one side stresses actual current usage over prescriptive rules.

Wordplay, tools, and miscellany

  • Several jokes connect dual pronouns to Git and pair programming (“you two add/commit/push”, “pair programming are wit”).
  • Clarification that “git” the Old English pronoun and “git” the modern insult/tool name are unrelated homonyms, with different historical paths and pronunciations.
  • Etymology of “halfwit” is clarified as coming from “wit” meaning mental ability, not the dual pronoun.

Claude mixes up who said what

Nature of the “who said what” bug

  • Claude Code sometimes treats its own internal or assistant messages as if they were user messages, then confidently insists “you said that.”
  • Similar misattribution shows up in other systems (ChatGPT, Gemini, Copilot CLI, agents), especially in long or tool-heavy sessions.
  • Unclear whether this is purely a harness/UI bug (mislabeling roles) or a model behavior; several comments argue strongly it’s at least partly a model limitation.

Context windows, “dumb zone,” and degeneration

  • Many report LLMs degrading in long chats: forgetting instructions, losing tool-calling discipline, emitting raw JSON, repeating earlier prompts, or failing to respond.
  • Approaching context limits is described as a “dumb zone” or “decoherence” phase where role attribution, negation (“don’t do X”), and even basic behaviors break down.
  • Compaction/summarization of context may worsen confusion about who said what.

Determinism, chaos, and guarantees

  • Long subthread on determinism:
    • At token level, models can be made reproducible (fixed seed, temp=0, careful hardware).
    • But small prompt changes cause large, unpredictable semantic shifts; behavior is “chaotic” even if technically deterministic.
  • Several argue you cannot deterministically guarantee output properties (e.g., “never do X”) in the way you can with parameterized SQL or traditional code.

Data vs. control, prompt injection, and security

  • Core security concern: no hard architectural boundary between data and instructions; everything is just tokens in one stream.
  • Prompt injection is likened more to social engineering than SQL injection; you can only mitigate, not eliminate it, without destroying general-purpose usefulness.
  • Some argue LLMs should always be treated as untrusted users with limited, sandboxed permissions.

Proposed mitigations and design ideas

  • Better role/speaker encoding: “colored” tokens, speaker embeddings, or separate input channels for system/user/tool.
  • Stronger tool boundary enforcement: cryptographically constrained tool arguments, fine-grained permissions, and post-hoc filters.
  • Shorter or frequently refreshed chats; explicit “handoff documents” before compaction; restarting sessions after big mistakes.
  • Use LLMs as juniors: helpful but always supervised; never given unchecked access to critical systems.

Overall sentiment

  • Mix of fascination with capability (especially for coding) and deep unease about reliability, safety, and marketing overreach.
  • Consensus that current systems remain brittle, probabilistic tools, not robust autonomous agents.

Top laptops to use with FreeBSD

Scope and Reliability of the Laptop List

  • Many see the list as very small, especially compared to Ubuntu’s certified hardware database.
  • Concern that OEMs silently change internals under the same model number, making test results hard to trust, especially with refurbished hardware.
  • One commenter clarifies the scoring: “9/10” refers to how many hardware devices are supported, not an overall usability score.

WiFi and Hardware Support Concerns

  • WiFi support is repeatedly called out as FreeBSD’s biggest laptop weakness, especially Broadcom and some MediaTek/Realtek devices.
  • Several argue a laptop without working WiFi should not be rated highly; others say swapping the WiFi card or using a USB dongle is acceptable.
  • Suspend/resume and power management are also described as rough on many laptops.
  • Some note improvements in FreeBSD 14/15 and ongoing work via LinuxKPI for WiFi and modern AMD GPUs, but others complain that support often arrives years late.

Workarounds: VMs, PCI Passthrough, Dongles

  • A common workaround: run Linux in a VM (bhyve) with PCI passthrough of the WiFi card, using projects like “wifibox” to expose connectivity back to FreeBSD.
  • This is seen by some as ingenious and acceptable; others call it “unhinged” or too complex compared to plugging in a cheap USB adapter.
  • Replacing the internal WiFi card with an Intel model is also suggested, though BIOS whitelists can complicate this.

Why Use FreeBSD on Laptops at All?

  • Advocates value: cohesive “whole OS” design, simple rc-based init, jails, ZFS as first‑class, stable configuration over decades, and avoidance of systemd/snaps.
  • Common view: excellent for servers, “pet” machines, and enthusiasts who enjoy tuning; not ideal if you just want everything to “just work” on modern laptops.
  • Some argue BSD’s simplicity is partly due to smaller scope and fewer drivers; others see it as a deliberate design culture.

Meta: Negativity, Zealotry, and OS Diversity

  • Several note strong negativity toward BSD in such threads, and push back against both BSD zealotry and Linux monoculture.
  • Some suggest focusing FreeBSD effort on core strengths and leveraging Linux (via VMs or translation layers, possibly aided by LLMs) for hardware support instead of chasing every device natively.

Creating the Futurescape for the Fifth Element (2019)

Article context and provenance

  • Several note the piece is a reprint of a 1997 American Cinematographer article, not a new 2019 writeup.
  • Some wish this were clearly labeled; others see it as a non-issue.

Affection for the film

  • Many express deep, long-term attachment to The Fifth Element, calling it a favorite and revisiting it often.
  • Praised for: vivid color, humor, “personality,” strong practical effects, memorable score, and standout performances (especially the leads and the main villain).
  • Viewers say it still plays well with new audiences and has aged better than a lot of CGI-heavy films.

Worldbuilding and futurescape

  • Strong appreciation for the dense, vertical city design and hover‑car traffic.
  • The brief 4K matte shot of future Manhattan is repeatedly highlighted as a worldbuilding masterpiece, rich in detail and implying a complex evolution of the city.
  • Some compare its atmosphere favorably to other sci‑fi classics and lament that such detailed matte work is rare now.

Practical vs digital effects

  • Many celebrate the heavy use of practical effects and miniatures, comparing them to modern examples that blend practical and CGI.
  • Debate over CGI:
    • One side argues digital effects still often feel artificial, especially when overused.
    • Another insists modern films are saturated with invisible CGI that viewers mistake for practical work, so it can be just as convincing.
  • Some criticize marketing that exaggerates “no CGI” claims and undervalues VFX artists.

Characters, tone, and themes

  • Ruby Rhod is polarizing: some find the character disruptive and over-the-top; many more argue he’s essential comic energy and perfectly cast.
  • Noted structural choice: hero and villain never directly meet on screen.
  • One thread critiques the “Born Sexy Yesterday” trope in the heroine and links it to the director’s personal life; others find that interpretation stretched and point to scenes showing clear agency and boundaries.

Sequels and related works

  • Some are glad it wasn’t turned into a franchise; others wish for at least one sequel but accept that leaving it standalone may be better.
  • Valerian is often framed as a looser, less successful spiritual sibling: visually impressive but hampered by weak story and casting.
  • A documentary about an unrealized sci‑fi project is recommended as context for shared visual influences across many genre films.

Props and memorabilia

  • One commenter shares photos of original taxi and police car props on display at a French industrial company’s HQ, appreciated as a fun link between transit tech and film design.

Milla Jovovich “MemPalace” side discussion

  • Off-topic branch about an AI “memory” project on GitHub under her name.
  • Some allege it’s a crypto-adjacent grift with cooked benchmarks and no real coding history.
  • Others provide social media and linktree evidence that she publicly claims involvement, describing herself as “architect,” with a partner doing the engineering.
  • Overall authenticity and depth of her technical role remain disputed and unclear.

Reallocating $100/Month Claude Code Spend to Zed and OpenRouter

Claude Code pricing, limits, and quality

  • Several users report getting far more nominal “API value” from Claude subscriptions than they pay (e.g., hundreds or even tens of thousands of dollars of metered usage for $20–$200), implying heavy subsidy.
  • Others say new, tighter limits mean they now hit ceilings mid-session, especially for refactors and small web apps, making the $100 Max/Code tiers less attractive.
  • Some note noticeable quality degradation in recent weeks: more “lazy” behavior, missing edits, and poorer adherence to instructions compared to earlier this year.
  • Many still feel even $20 Pro is excellent value for planning, code review, and specs, but worry that individual-friendly pricing may not last.

OpenRouter fees, terms, and credit policies

  • The 5.5% fee (especially for BYOK after 1M requests) is seen as a meaningful cost, but many argue the unified API, routing, presets, multi-user keys, cost tracking, and zero-data-retention routing justify it.
  • OpenRouter states credits may expire after ~1 year of account inactivity; some see this as reasonable liability management, others as a potential “cash grab.”
  • Debate over what users are “allowed” to do: ToS prohibits reselling API access or building a competing API gateway, but allows building SaaS/products powered by OpenRouter.
  • Some confusion and frustration around “bans”: recent enforcement of upstream regional restrictions (e.g., OpenAI/Anthropic region rules) and crypto-related risk lead to blocked usage in some cases.

Editor & harness choices (Zed, VS Code, Pi, OpenCode, Codex)

  • Zed is praised for speed and Claude integration, but many report “papercuts”: weaker extension ecosystem vs VS Code, odd UX naming, Tailwind warnings by default, memory spikes, font/emoji issues, and missing workflows (e.g., hooks, some monorepo ergonomics).
  • Pi, OpenCode Zen/Go, and Codex are widely used as model-agnostic harnesses; Pi and similar tools are valued for transparency, extensibility, and keeping project knowledge in the repo instead of hidden memory.
  • Some dislike specific harness UX (e.g., OpenCode hover behavior) or reliability (reports of outages/slow speeds for some providers).

Model/provider mix and cost strategies

  • Common pattern: use top models (Claude Opus, GPT-5.x, etc.) for planning/review and cheaper models (GLM 5.x, Kimi, MiniMax, Qwen, etc.) for implementation to cut costs.
  • OpenCode Go, BlackBox, MiniMax plans, Z.ai, and Ollama Cloud are cited as extremely high-value subscription options compared to pure pay-per-token routing.
  • Others prefer GitHub Copilot or low-tier Claude/Codex subscriptions for predictable cost, but complain about per-request billing affecting workflow and aggressive context trimming.

Privacy, banking, and regulation

  • Some value OpenRouter’s ability to constrain providers to claimed zero-data-retention and to act as a privacy buffer between end user and model vendor.
  • A UK bank refusing to process OpenRouter payments (with unexplained reasoning) and crypto acceptance raise concerns about future regulatory and banking frictions around LLM intermediaries.

General sentiment on spend

  • Personal spend ranges from “$20 is plenty” to hundreds or even thousands per month, often justified as far cheaper than a junior developer.
  • Others are shocked at these amounts and see parts of the community as in “AI psychosis,” but heavy users report clear productivity gains and internal tooling built quickly enough to justify the cost.

Ask HN: What are you building that's not AI related?

Range of Non‑AI Projects

  • Wide variety of projects: dev tools, programming languages, games, educational apps, personal utilities, CAD, media tools, and physical builds.
  • Many are “scratch your own itch” efforts: fixing pain points with PDFs, photos, RSS, Shopify, email, iCloud photos, Apple Music libraries, volunteer coordination, school/club logistics, and bill splitting.
  • Several long‑running labors of love: a 20‑year forum, decade‑long photo manager, and multi‑year games and language projects.

Developer Tools, Languages & Infrastructure

  • New programming languages and config languages (Pascal‑inspired, music‑focused, config DSLs, Nix parser reimplementation).
  • Build tooling alternatives: replacement for CMake/Ninja, SQL interface for DynamoDB, Postgres driver with pipelining, WebAssembly toolkit in Go, Web APIs over Elixir, “personal cloud” fabric, chaos‑testing CLI.
  • Desktop and web dev frameworks: Go+browser GUI framework, PureScript+Qt apps, NodeGUI, descriptive PC setup tools, 3‑way diff editor, JSONPath tester.

Apps, Services & Platforms

  • Consumer‑facing tools: intermittent fasting tracker, journaling app, self‑tracking app, Korean learning game, math learning platform, volunteering platform, search engine alternative, Substack and RSS discovery tools, Postgres mailing list reader.
  • Media and creative: offline PDF search, browser PDF editor, image editor, audio streaming platform, ESP32 synthesizer, structural biology GUI, behavior data visualizer, photo apps better than AI search.
  • Identity, privacy, and “trustworthy” tech: non‑profit identity service, privacy‑minded search, email with explicit “no AI” policy, delayed‑FOSS license tracker.

Games & Creative Experiences

  • Multiple indie games for web, desktop, and Playdate, plus plant and car‑on‑Mars sandboxes, word games, crossword generators (including from Anki decks), and LARP with custom spatial hardware.
  • Emphasis on constraints and “doing it for the doing,” often rejecting AI in the core experience even if used for initial scaffolding.

Physical & Offline Projects

  • Home workshops, woodworking, bouldering walls, drones, LEGO builds, FPGA‑based 16‑bit console, ESP32 hardware, and real‑world synths and cases.
  • Several comment on these as therapeutic escapes from AI/tech overload.

Attitudes Toward AI

  • Thread is explicitly “non‑AI,” but some describe using AI as a coding assistant while keeping shipped products non‑AI.
  • A few posts express skepticism or fatigue with AI hype; others treat AI pragmatically as just another tool.

Help Keep Thunderbird Alive

Funding, Structure, and “Who Gets the Money?”

  • Thunderbird is developed by MZLA Technologies, a for‑profit wholly owned by the Mozilla Foundation, separate from Mozilla Corporation (Firefox).
  • MZLA leadership says Thunderbird gets no search/Google money; it is funded by user donations and soon a paid “Thundermail” email service.
  • Some posters are confused or skeptical about a for‑profit soliciting donations; others explain US tax law makes funding FOSS via 501(c)(3) difficult.
  • Several people request clearer on-page disclosure: current income, spending breakdown, and guarantees donations are ring‑fenced to Thunderbird.

Reactions to the Donation Campaign and UX

  • Many find the full-screen donation prompt inside the app intrusive; one claim of “back button hijack” on the web page is disputed by others.
  • Some call this a dark pattern inconsistent with Mozilla’s self‑image; others say a once‑or‑twice‑yearly dismissible banner is reasonable for a free app.
  • Stripe usage, mandatory email, small-donation fees, and minimum amounts also draw criticism.

Quality of Thunderbird: Praise vs. Frustration

  • Long‑time users report Thunderbird as stable, cross‑platform, and “just works” for IMAP/POP, Gmail, and RSS; many donate for that reason.
  • Others say development is slow and misdirected: UI overhaul since ~2023 considered bloated, “web‑alike,” and less customizable; extension APIs repeatedly broken; some long‑standing bugs (search, filters, calendar, contacts, junk mail, profile portability) cited as unresolved.
  • A few describe severe calendar/contacts performance issues and folder/UX regressions; they hold back upgrades or are planning to leave.
  • Disagreement over whether Thunderbird is “feature complete”; some want better search, sieve, text editor, JMAP, per‑folder settings, and saner keyboard shortcuts.

Alternatives and Competition

  • Suggested alternatives: Evolution, KMail, Geary, Claws Mail, Seamonkey, Betterbird, The Bat!, AERC, em Client, Apple Mail, Gmail/Fastmail web UIs, Proton Mail.
  • Many note no other client matches Thunderbird’s cross‑platform, all‑in‑one feature set; several use Thunderbird solely because of Exchange/OAuth support or lack of better options.

Mozilla, Governance, and Future Plans

  • Strong criticism of Mozilla Foundation: high executive pay, perceived “side quests” (activism, AI, DEI, branding) vs. core engineering, and historical neglect of Thunderbird.
  • MZLA’s CEO outlines roadmap: Exchange/Graph support, later JMAP; improved calendar UX; Android (via K‑9) and native iOS clients; Thundermail hosted in Germany on Stalwart, with encryption and custom domains.
  • Some are excited about Thundermail as a Gmail/Outlook alternative; others worry about US jurisdiction or say they’d only switch from Gmail, not from privacy‑focused providers like Proton/Fastmail.

Open source security at Astral

Perceived value of the guide

  • Many commenters find the article very practical, with concrete steps for securing release pipelines.
  • Some note that simply reading it is exhausting, highlighting how complex modern supply-chain security has become.

Supply‑chain risk and dependency trust

  • Strong concern that projects are only as secure as their dependencies and hosting platforms.
  • Several note that default settings on platforms like GitHub and npm make end‑to‑end hardening significantly harder.
  • People emphasize that most users do not manually verify signatures or attestations, even when available.

Artifact signing, attestations, and new tools

  • Discussion of artifact attestations (e.g., via Sigstore) versus an alternative “accountless, multisig” system that aims to make verification transparent and self‑hostable.
  • Skepticism that any signing scheme helps if ecosystems ignore missing or invalid attestations, as in the axios incident.
  • Some argue the real solution is automatic auditing of code regardless of author identity.

Reproducible builds, Nix, and StageX

  • Multiple comments say the practices in the article resemble capabilities long offered by Nix/Guix (declarative, hashed, reproducible builds), while others stress Nix’s usability and Windows gaps.
  • A separate project (StageX) claims to provide fully bootstrapped, deterministic builds for uv with strong key‑based web‑of‑trust guarantees.
  • Debate follows on the value and viability of PGP web‑of‑trust vs modern identity‑based signing and binary transparency; one side calls WoT effectively dead, the other sees it as still foundational infrastructure.

GitHub Actions and CI security model

  • Some argue GitHub’s CI model is inherently difficult to secure due to shared infrastructure, defaults, and nested third‑party actions.
  • Others say the complexity is inherent to the domain, but GitHub’s insecure defaults and dependency model make things worse.
  • Suggestions include moving CI off GitHub via webhooks, tightly isolating secrets, or owning/forking all code that runs in CI.

Hash pinning, registries, and GitHub actions

  • Pinning versions and commit SHAs is seen as useful “defense in depth,” but not a full solution when pinned actions pull mutable dependencies (e.g., Docker images).
  • Some call SHA‑pinning “security theater” unless you also own and maintain the underlying actions and dependencies; others counter that it’s a low‑cost risk reduction.
  • Broader view: package ecosystems lack immutable releases and vetted internal registries; the only truly robust approach is a private, pinned, and maintained registry, which most organizations cannot afford.

uv, sandboxing, and tooling

  • uv is praised for better dependency management and developer experience, including use in Docker build stages, but some are uneasy that it encourages running many tools directly on the host without sandboxing.
  • Mention of tools that encode the article’s practices into reusable workflows (e.g., repomatic) and an “agent skill” to assess repo security, attempting to make secure defaults easier.

Newly created Polymarket accounts win big on well-timed Iran ceasefire bets

Polymarket Mechanics & Iran Ceasefire Market

  • Some ask whether Polymarket can be subpoenaed; others note it uses crypto, is based offshore, and is already being challenged by New York regulators.
  • The Iran ceasefire contract’s rules are detailed: it resolves “Yes” if an official, mutually acknowledged ceasefire is publicly confirmed by a deadline, regardless of later violations.
  • Debate on whether the messy real‑world signals (posts, foreign government statements, media lists) satisfy “clear public confirmation,” but consensus that in practice the operator decides.

Insider Trading, Corruption & Conflicts of Interest

  • Many see prediction markets on geopolitical events as structurally rigged: insiders with timing/control advantages extract money from uninformed bettors.
  • Concerns include conflicts of interest (officials influencing dates to profit), covert bribery via winning bets, and high‑level corruption being rewarded and normalized.
  • Some draw analogies to a poker game where one player can see everyone’s cards.

Information Discovery vs Gambling

  • Supporters argue prediction markets’ “main function” is to aggregate private information into prices; price moves can signal non‑public info.
  • Critics counter that:
    • Bets often occur minutes or hours before public announcements, giving negligible public benefit.
    • Markets reveal only that “someone knows something,” not what they know.
    • Platforms market themselves as gambling, not research tools.
  • Some liken theoretical justifications to past hype around NFTs and “smart contracts.”

Harms, Ethics & National Security

  • Ethical objections to betting on war, deaths, and attacks; likened to putting bounties on events someone can then cause.
  • Worries about gambling addiction and exploitation of desperate people; comparison to slot machines deliberately tuned to keep people playing.
  • National‑security concern: large trades could leak plans to adversaries, or insiders might bet on or even shape military actions.
  • Example cited of gamblers pressuring a journalist over missile‑strike reporting, showing real‑world distortion incentives.

Regulation and Enforcement Debates

  • Disagreement over whether this is “gambling” (state jurisdiction) or financial instruments (federal, CFTC).
  • Some say regulators have been weakened and insider abuses across markets are rarely punished; others blame lack of political will, not law.
  • Proposed remedies:
    • Ban or heavily restrict participation by public officials.
    • Mandate KYC/non‑anonymous accounts to deter corruption and threats.
    • Some argue threats are already illegal and banning the markets themselves is unnecessary.

Liquidity, Money Laundering & Participants

  • Questions about who is on the losing side of large, well‑timed bets; suspicion it is mostly retail gamblers.
  • Market makers and arbitrageurs are mentioned as sources of liquidity and profit from mispricings.
  • Some speculate about using prediction markets for money laundering (dirty wallets intentionally losing to clean ones), while others argue on‑chain records make that an implausible laundering strategy.

Parallels to Broader Financial Markets

  • One detailed comment claims widespread insider trading and manipulation already plague major futures markets (oil, equity indices, silver), eroding trust and causing disconnects between futures and physical prices.
  • Others question how “insider trading” applies to commodities and note that different regulators (CFTC vs SEC) oversee these areas.
  • Broader worry: if markets are seen as corrupt games for insiders, legitimate participants may eventually withdraw, undermining financial systems.

LittleSnitch for Linux

Overall reception

  • Many macOS users praise Little Snitch and are glad to see a Linux port, citing its usability and “must‑have” status on Mac.
  • Others are skeptical due to its proprietary daemon and early-stage limitations on Linux; several say they’ll stick with OpenSnitch or Portmaster for now.

Functionality and UX

  • Core use case: per‑process visibility and control of outbound connections, with interactive pop‑ups to allow/deny and build rules.
  • Linux version currently struggles to resolve many IPs to hostnames and often shows “Not Identified” processes.
    • Developer explains: daemon must be running before processes start (reboot recommended); encrypted or non‑DNS lookups and TCP DNS are not fully handled.

Architecture and eBPF limitations

  • Linux implementation relies on eBPF; macOS uses a richer kernel API and deep packet inspection.
  • eBPF constraints discussed:
    • Strict limits on instruction count, map sizes, and program complexity.
    • Under heavy traffic, connection/DNS maps can overflow, breaking reliable mapping of packets to processes/hostnames.
    • DPI for TLS/QUIC and buffering/reinjecting packets is considered too complex for eBPF in this design.
  • Some commenters doubt these limits are fundamental; others with eBPF experience back the explanation.

Privacy vs. security guarantees

  • Author positions the Linux version as “for privacy, not security.”
    • It’s good for monitoring and blocking telemetry/legitimate software “phoning home.”
    • Not suitable for hardening against determined adversaries or bypass techniques (e.g., DNS tunneling, proxying via allowed apps).

Open source, trust, and supply‑chain risk

  • eBPF component and UI are open source; the root‑level daemon is closed source but free to use/redistribute.
  • Several commenters are uncomfortable granting a proprietary binary full visibility/control over all traffic and root access.
  • Others argue the vendor’s long history and reputation make malicious behavior unlikely, though supply‑chain and coercion risks are debated.
  • Some insist serious claims about vendors “must be attacked” or worth “millions” to nation‑states are speculative and overstated.

Comparisons to alternatives

  • OpenSnitch: FOSS, years of use, decent UX but weaker visualization/history than Little Snitch; supports central UI for multiple nodes.
  • Portmaster: open‑source, Linux/Windows, interactive firewall plus tracking protection; some users happy, others dislike freemium changes.
  • Pi‑hole/AdGuard: DNS‑level, network‑wide ad/telemetry blocking; complements but does not replace per‑process tools and can be bypassed via DoH/direct IP.
  • Other references: Lulu (macOS), legacy Windows firewalls (ZoneAlarm, Comodo, etc.) and nostalgia over their granular control.

Platform and deployment issues

  • Version 1.0.0:
    • Requires kernel ≥ 6.12; some failures reported on newer kernels (BPF_PROG_LOAD errors, high CPU), and on Btrfs/Fedora (no process identification).
    • Developer acknowledges limited testing, is working on fixes.
  • Not currently suited to Flatpak/immutable desktop distros because it needs a root daemon early in boot.
  • Some users report noticeable battery impact; others note low memory usage.