Hacker News, Distilled

AI powered summaries for selected HN discussions.

Page 137 of 781

xAI joins SpaceX

Acquisition & Financial Engineering

  • Many see the deal as primarily financial: moving X/xAI’s losses and Twitter’s debt onto SpaceX ahead of a massive IPO, while stapling an “AI story” onto a rocket company to justify a higher valuation.
  • Commenters connect this to a recurring pattern: a stronger Musk company absorbing a weaker one (Tesla–SolarCity, xAI–X, now SpaceX–xAI).
  • Several point out that Tesla recently invested billions into xAI, then xAI (which owns X) is being folded into SpaceX, effectively shifting risk from Musk personally and xAI investors onto SpaceX’s cap table and, eventually, public shareholders.
  • Defenders argue it’s just consolidation under a private umbrella, approved by boards and sophisticated investors, tantamount to “moving money between pockets.”

Conflicts of Interest & Governance

  • Strong concern about self‑dealing: Musk controls both sides of the transaction, with minority investors in Tesla, xAI and SpaceX having limited recourse, especially while SpaceX is private.
  • Some predict pre‑IPO “price padding”: roll AI and social media into SpaceX, float at a rich valuation, then quietly write down or shut down underperforming pieces.
  • Others respond that private-company flexibility is the point, and that investors clearly buy into Musk’s style given past votes and lack of large‑scale legal pushback.

Orbital Datacenters: Physics & Economics

  • A huge sub‑thread debates whether “datacenters in space” make any sense.
  • Cooling is the central objection: in vacuum there’s no convection, only radiative cooling. Back‑of‑the‑envelope numbers suggest enormous radiator areas (up to thousands of m² per MW) and complex thermal plumbing, far beyond current satellites.
  • Additional issues raised:
    • Power: large solar arrays, degradation, batteries or special orbits, and panel self‑heating.
    • Radiation: bit flips, component damage, short lifetimes without heavy hardening.
    • Maintenance: today’s large AI clusters need frequent part swaps; in orbit you’d either accept high attrition or deorbit whole satellites.
    • Launch economics: even optimistic Starship prices must beat very cheap terrestrial solar + batteries + conventional datacenters; multiple napkin calcs argue space remains 10–20x more expensive per MW.
  • A minority counters that:
    • Starlink and ISS already handle multi‑kW thermal loads with radiators; scaling is “just engineering.”
    • Space solar has advantages (continuous insolation, no weather, less BOS cost, no land or permitting) and might win if launch costs collapse and land/grid constraints tighten.
    • Other large players (Google, Amazon/Blue Origin) are exploring similar concepts, suggesting at least some internal belief in long‑term feasibility.

Narrative, Hype & Track Record

  • The press language about a “sentient sun,” Kardashev II civilization, and emoji in an M&A announcement is widely mocked as cultish and unserious.
  • Critics list a pattern of grandiose shifting visions (Hyperloop, FSD “next year,” robotaxis, Optimus, Mars timelines) vs. delivery.
  • Supporters respond that Musk has already transformed three industries (EVs, orbital launch, LEO broadband), so dismissing ambitious timelines outright is premature, even if they’re chronically optimistic.

National Security, Politics & Ethics

  • SpaceX is described as “too big to fail” given its dominance in US launch and Starlink’s military use. Some fear Musk is deliberately tying riskier, more controversial assets (X, Grok, xAI) to a national‑security‑critical platform to make them politically untouchable.
  • Others argue government buyers should and will focus on cost and reliability, not the owner’s politics, and that other public defense contractors handle classified work without issue.
  • There’s also unease about combining a heavily politicized social network and an AI system with CSAM and “undressing” controversies into the same corporate structure that flies US astronauts.

Overall Sentiment

  • The dominant tone is highly skeptical: technically (cooling, radiation, economics of space compute), financially (shell‑game debt transfers, valuation games), and ethically (concentration of power, regulatory arbitrage).
  • A minority view sees it as logical vertical integration for a future in which cheap launch and abundant space solar eventually make orbital compute attractive, and argues critics are underestimating SpaceX’s engineering culture.

GitHub experience various partial-outages/degradations

Azure outage and root cause

  • Multiple comments link GitHub’s partial outage to an ongoing Azure incident affecting VM management operations (create/update/scale/start/stop) across several regions.
  • Azure’s own status cites a misconfiguration: a change to storage account ACLs hosting VM extensions broke public access, impacting Azure DevOps, GitHub, and others.
  • Users report GitHub Actions failing, self‑hosted runners unable to scale, and jobs stuck in queues while minutes continue to be consumed.

GitHub reliability and Azure migration concerns

  • Several see this as part of a broader pattern: “monthly” or even “daily” GitHub incidents, with January cited as having an incident count roughly equal to the number of days.
  • Some argue that shifting blame to “our upstream provider” is disingenuous since both GitHub and Azure are within the same parent company.
  • There’s frustration that GitHub has become less reliable since deeper Azure integration, and doubts that Microsoft leadership treats GitHub’s reliability as a priority.

Cloud capacity, quotas, and the “infinite” myth

  • Multiple complaints about Azure VM quotas and capacity: multi‑month waits for small quota increases, needing to migrate regions due to lack of hardware, and repeated VM‑ops issues.
  • Others note AWS has similar capacity and quota problems, just often less visible; instance types and AZ pools can be exhausted.
  • Discussion highlights that cloud is not actually infinite; it’s still finite hardware with opaque limits and sometimes slow or denied increases.
  • One thread explains why organizations still choose cloud: compliance, observability, PaaS (managed AD/Entra, SQL, web hosting), and serverless removing ops burden for small teams.

Multi-region and control plane resilience

  • Criticism that Azure continues to have faults spanning multiple regions, especially in the VM control plane.
  • Commenters contrast architectural approaches among hyperscalers and note that all share a vulnerability: a control-plane outage can break scaling and lifecycle operations even if running VMs stay up.
  • For true resilience, some argue you must pre‑allocate capacity and avoid relying on autoscaling—making cloud feel closer to owning hardware.

Alternatives and self-hosting

  • Suggestions include moving to other forges or at least maintaining a bare mirror to ride out GitHub outages.
  • GitLab is seen as less appealing after price/plan changes; some praise Codeberg and self‑hosted Forgejo/Gitea as closer to “old GitHub.”
  • There’s concern about open source projects’ dependence on a single corporate host and what happens if free hosting is reduced or withdrawn.

AI, communication, and status handling

  • Several jokes blame AI (Copilot, agents) for configuration mishaps and outages, and quip that Copilot being down might improve code quality.
  • Users complain that GitHub’s status page often lags reality; they use Hacker News as a “sanity check” when jobs silently stall.
  • Some ask whether paid users will be credited for wasted GitHub Actions minutes during these incidents.

LICENSE: _may be_ licensed to use source code; incorrect license grant

License structure and perceived ambiguity

  • Commenters dissect Mattermost’s LICENSE.txt and find it unusually complex:
    • Binaries from Mattermost are under MIT, but the referenced MIT-COMPILED-LICENSE file is missing.
    • Source code is described as “may be licensed” either under AGPLv3 (with “exceptions”) or a commercial license.
    • Some directories (templates, i18n, public, webapp) are explicitly Apache-2.0.
    • There is also an explicit “promise” not to enforce certain AGPL copyleft provisions under some conditions.
  • Several people call this “source-available” rather than clearly open source and see the multiple overlapping grants as a major red flag.

Debate over “may be licensed” and legal clarity

  • One camp argues “you may be licensed” is straightforward permission language (like “you may enter”), expressing a choice between AGPL or commercial terms.
  • Others read it as conditional or discretionary (“you might be licensed if we decide so”), especially in passive voice, and note it’s narrower than “you are licensed”.
  • Multiple commenters stress that licensing should not rely on linguistic nuance or “reading comprehension”, especially for non-native speakers; if there’s doubt, the text is defective.
  • The focus on “use source code to create compiled versions” is also criticized as narrowing AGPL rights (modify, share source, etc.), causing further uncertainty.

Legal risk, ethics, and business trust

  • Many say they would avoid using, hosting, or contributing to Mattermost because unclear licensing creates unacceptable legal risk and suggests poor governance or bad faith.
  • Some see the wording as intentionally vague: looking “open source” for marketing while nudging serious users toward paid licenses.
  • Others defend the intent as a reasonable dual-licensing/open-core model, just poorly executed.
  • There’s discussion of AGPL’s handling of “exceptions,” whether Mattermost’s extra conditions are compatible, and how ambiguity would likely be interpreted against the drafter in court.

Responses, alternatives, and meta-points

  • Several commenters state they are moving or would move to alternatives like Zulip, Rocket.Chat, Matrix, IRC, or XMPP.
  • Some argue the company should fix the text via lawyers, not ad-hoc GitHub comments; others say leaving it unclear for 7–8 years looks deliberate.
  • Broader tangents cover misconceptions about “no license = public domain”, historical US/Berne convention issues, and copyright-troll tactics exploiting ambiguous attribution terms.

Anki ownership transferred to AnkiHub

Overall sentiment

  • Many long-time users express gratitude for Anki’s creator and say the desktop app is “already complete” for their needs.
  • Initial fear on seeing the headline (“time to replace Anki”) is tempered by relief that:
    • Anki’s core remains open source.
    • AnkiHub claims no VC/PE backing and explicitly promises “no enshittification.”
  • Others remain deeply skeptical, reading the language around “core code” and “no investors” as weak or temporary assurances.

Commercialization & governance worries

  • Big concern: AnkiHub’s existing business relies on selling decks and paywalling content originally built and shared for free.
  • Many expect classic failure mode: a beloved 1‑dev project handed to a 35‑person company that eventually must choose between “enshittification” and layoffs.
  • Specific fears:
    • Sync and AnkiWeb shared decks becoming paid or restricted.
    • Deck data and usage data behind new terms or privacy-policy changes.
    • Conflicts of interest: features that compete with AnkiHub’s paid add-ons/decks may never be integrated.
  • Some view the FAQ’s “what we don’t know yet” (governance, roadmap) as either refreshingly honest or alarmingly vague.

Open source, forking, and ecosystem structure

  • Multiple commenters stress that:
    • Anki is AGPL; the sync server is public; FSRS libraries are MIT; data is in SQLite; so forking and self-hosted sync are viable.
    • Worst case, a community fork + alternative deck hub could emerge, as happened with other tools.
  • Others counter that AnkiWeb’s existing deck corpus is strategically important and should be mirrored now in case of future paywalls.

Clients, UX, and AnkiDroid

  • AnkiDroid remains independent, but its lead maintainer is joining the new entity to work on Anki/AnkiWeb/AnkiMobile, with reduced but ongoing AnkiDroid involvement; project bus factor is said to be high.
  • Strong divide on the iOS client:
    • Some call it expensive, clunky, and neglected; others say it’s powerful and worth the price, especially compared to what it delivered in their studies.
  • Many hope new resources will finally improve UI/UX and onboarding, often cited as Anki’s biggest weakness.

Algorithms and alternatives

  • Discussion of FSRS vs SM‑2: users who switched report much lower review load and higher throughput; others think algorithm choice is overhyped relative to simply doing the reps.
  • Alternatives mentioned include Mochi, hashcards, Flashcards Deluxe, and rolling a custom SRS, but most agree Anki’s openness and maturity remain unmatched—for now.

Parking lots as economic drains

Role of Cars and Parking in Urban Life

  • Many argue that abundant, cheap parking and car-centric design “kill” city centers: they consume huge amounts of land, reduce density, lengthen trips, and undermine street life.
  • Others counter that in many North American cities, if you make driving and parking harder before alternatives exist, people simply stop going downtown and shift to suburban malls or other districts.
  • Several note COVID-era remote work plus high downtown parking costs as a major blow to already fragile cores.

Alternatives: Transit, Walking, and Mixed-Use

  • Popular proposals: mixed-use, walkable neighborhoods; strong rail and bus networks; bike infrastructure; congestion pricing; and banning or severely limiting free on‑street parking.
  • Examples cited include Japanese cities, Dutch cities, Copenhagen, and specific car‑light districts, where rail and density reduce car ownership and surface parking.
  • Some suggest partial or full car bans in cores with park‑and‑ride, but others warn that in places without robust transit this can devastate downtown business (Buffalo is mentioned as a cautionary case).

Parking Policy: Minimums, Pricing, and “Commons”

  • One side defends parking minimums as protection against “free‑riding” on public street parking; the opposing view says minimums force wasteful land use and suppress more productive buildings.
  • Many see correct pricing of curb parking as the right tool: meter and district permits calibrated to demand, possibly very expensive in high-value areas.
  • Debate over whether surface lots impose negative externalities comparable to pollution, or whether their benefits (accessibility) often outweigh lost opportunity.

Land Value Tax and Economic Framing

  • The discussed article’s framing—parking lots as “negative value” compared to buildings—draws both support and skepticism. Some call it just a way to describe opportunity cost; others find the math hand‑wavy.
  • Land‑value taxation is widely discussed: advocates say current property tax regimes reward holding valuable land idle and punish improvements; critics fear using tax policy to “force” redevelopment and displace long‑time owners.

Equity, Accessibility, and Lived Experience

  • Strong disagreement over whether de‑parking and de‑car policies are “ableist.” Some disabled or mobility‑limited commenters say cars are essential; others note many disabilities preclude driving and thus depend on transit.
  • Families with kids: some describe car‑free or car‑light parenting (bikes, transit) as entirely feasible in well‑designed cities; others insist suburban homes plus cars are the only practical option where they live.

Implementation Strategy and Nuance

  • Common ground: drastic overnight changes are risky. Several advocate gradual reductions in surface parking, replacing it with housing and mixed‑use, plus structured or underground parking where needed.
  • There’s agreement that “let the market decide” only works if zoning, parking mandates, and tax policy stop distorting land use toward cheap surface lots.

The Codex App

Model quality & comparisons

  • Many compare Codex to Claude Code and Gemini:
    • Some report Codex 5.2 (esp. Codex High) excels on backend / highly logical tasks and complex multi-step work, while struggling more with UI/frontend details.
    • Others say Opus 4.5 “wins” consistently on real-world codebases; Codex and Gemini are seen as slower and less “smart” for them.
    • A subset find Codex “lazy” or “stupid”: poor doc lookup, shallow research, ignoring instructions, reverting to old framework versions, or giving up early; they see Claude Code as faster, more reliable, and better at one‑shotting tasks.
    • There are also opposite anecdotes: Codex reliably fixing Claude’s mistakes, doing stronger code review, or solving problems Claude couldn’t.

Workflows & agent usage

  • Several treat Codex/Claude as mid‑level “ticket taker” engineers: humans write detailed specs and plans, agents do grunt work, humans review.
  • Split between:
    • “Plan-first” workflows (requirements → plan.md → review → execute) to avoid drift.
    • “Just do it” workflows where Codex is allowed to run longer, with users only supervising diffs.
  • Parallel/multi‑agent:
    • Codex app supports up to 4 agents per project; some already emulate this with multiple CLI sessions or tmux.
    • Advocates see value in parallelizing work; skeptics liken unsupervised agents to outsourcing that returns an unmaintainable mess.

Codex app vs IDEs and other orchestrators

  • Many ask why they should leave VS Code/Cursor/Claude Code + IDE integrations:
    • VS Code + Codex is still preferred for deep, hands-on coding; Codex app is pitched as a higher‑level supervisor for multiple agents/projects, with built‑in git, diffs, terminal, and automations.
    • Some dislike that code editing is de‑emphasized and prefer agent-in-sidebar + full IDE (e.g., Claude Code in Zed).
  • The app is compared to Emdash, Conductor, Antigravity, Opencode, Goose, etc.; some see it as OpenAI’s first‑party version of existing multi‑agent/worktree managers.

Platform, UI & implementation

  • Mac‑only (and initially ARM‑only) launch causes frustration from Windows/Linux users; OpenAI staff say Electron was chosen specifically to ship Windows/Linux soon, with Windows delayed by sandboxing.
  • Strong debate over Electron:
    • Critics see it as bloated, unprofessional for a company of this size, and symptomatic of “AI-built Electron slop.”
    • Defenders argue cross‑platform speed and shared web stack outweigh native UX, and most users won’t care.
  • Multiple complaints that the app feels unpolished and confusing; the demo game’s rough edges and sped‑up video are cited as bad optics.

Security & deployment

  • Some refuse to run Codex outside a VM; others point to Codex’s documented macOS/Linux sandbox and third‑party tools to further isolate the CLI.
  • Strong desire for:
    • Remote/self‑hosted targets (SSH/VM/servers) with good orchestration, not just local worktrees.
    • Seamless mobile handoff (phone as controller for a laptop/server session).

Limits, pricing & strategy

  • Free ChatGPT users temporarily get Codex; paid plans get doubled Codex limits. This is widely read as a competitive move against Claude Code.
  • Experiences with limits differ:
    • Some never hit Codex caps but regularly exhaust Claude’s usage.
    • Others hit Claude/Codex limits by running many agents in parallel and argue you “should” max out the subsidized compute.
  • Broader strategic thread: perception that model quality gains are slowing and labs are pivoting to vertical integration, lock‑in, and workflow tooling (agents, MCP, orchestration) rather than pure model advances.

Attitudes toward AI coding

  • Opinions range from enthusiastic (“ticket-taking coders are doomed; this lets one person do team‑sized projects”) to skeptical or hostile (“I don’t want to depend on AI; feels like busywork supervising fallible agents”).
  • Several emphasize AI’s sweet spot today as “code monkey for tedious plumbing,” not unsupervised greenfield development.

Linux From Scratch ends SysVinit support

Announcement & Rationale

  • LFS/BLFS will drop SysVinit instructions from the next release (March 2026); only the systemd variant will be maintained and tested.
  • Reasons cited:
    • Limited volunteer resources to maintain two init paths.
    • Desktop stacks like GNOME and soon KDE Plasma increasingly require systemd‑specific capabilities.
  • The maintainer explicitly says they dislike the decision and value SysVinit for teaching the boot process, but see no practical alternative.

Educational Goals vs Modern Reality

  • One camp argues LFS is about understanding how a system works; SysVinit’s small C codebase and shell scripts are more transparent and “Unix‑like” than thousands of systemd C files.
  • Others counter that if the goal is to learn how today’s Linux systems (Debian, Fedora, etc.) work, systemd is the relevant init to study.
  • Some say LFS never deeply explained internals of most packages anyway; you compile from source but treat many components as black boxes.
  • A few propose forks of the LFS book (or a “UnixFromScratch”) that keep SysVinit or use alternative inits for pedagogy.

Systemd vs SysVinit: Design & Philosophy

  • Pro‑systemd:
    • Unit files are simpler and more uniform than distro‑specific SysV scripts.
    • Built‑in supervision, dependency management, timers, socket activation, cgroups, sandboxing, etc. solve real problems.
    • Argue that SysVinit’s runlevels and dependency hacks are themselves poor “Unix design.”
  • Pro‑SysV / anti‑systemd:
    • Emphasize modularity, composability, and inspectable shell scripts vs a large, tightly coupled daemon suite (“SystemD” as project).
    • See systemd as “Windows‑ification”: centralizing policy, spreading into unrelated areas (homed, boot, network, logging).
    • Worry that it turns core boot behavior into a “black box” contrary to LFS’s spirit.

Reliability and Operational Experiences

  • Some report decades of trouble‑free systemd use and painful memories of fragile SysV scripts.
  • Others describe recurring production outages due to obscure systemd edge cases (especially mount and network ordering), plus a large backlog of unresolved issues.
  • Alternative inits (runit, OpenRC, daemontools, dinit) are cited as small, reliable, and closer to the Unix ideal.

Ecosystem Lock‑In and Loss of Choice

  • Strong concern that GNOME, KDE and other software hard‑require systemd, eroding the ability to choose other inits or non‑Linux Unixes.
  • Several frame LFS’s move as symbolic: a learning project admitting the ecosystem is now too entangled to support parallel init choices.
  • Others accept this as pragmatic: volunteers must follow where mainstream Linux has gone, or forks will have to carry the SysVinit torch.

Zig Libc

Goals and technical implications of Zig libc

  • Aim: replace vendored C libc sources with Zig implementations to reduce duplication and centralize behavior.
  • Integration with new std.io suggests future ability to route libc I/O (e.g., read, write) through custom event loops like io_uring or kqueue.
  • Some see this as “Zig slowly eating libc from the inside” and a concrete step toward being a practical C replacement.

C interop, LTO, and optimization model

  • Debate over the claim that frontend-level integration is “like LTO but done properly”:
    • Supporters: having Zig implementations available at compile time allows cross-boundary inlining and dead code elimination without linker hacks.
    • Skeptics: traditional LTO (IR in static libraries, compiler backend in linker) already supports this; calling the Zig approach “proper” is seen as marketing and potentially worse for build times and memory.
  • Historical note: separate compilation/linking was a resource-driven compromise; some argue improving IR-based LTO is more realistic than trying to compile “everything at once.”

LLMs and automated porting

  • Some expect C→Zig translation to be mechanically doable, and imagine agents systematically implementing libc functions under strong test harnesses.
  • Others report current LLMs often generate invalid or outdated Zig due to language churn and limited training data; especially worrying for something as safety-critical as libc.
  • Counterexamples are given of complex Zig projects mostly authored with recent LLMs, and custom “Zig skills” created to correct recurring API misunderstandings.

Platform compatibility and usage patterns

  • Static vs dynamic: on some systems (e.g., macOS) dynamic libc remains system-provided; Zig’s libc mainly affects static use.
  • Clarification that on Windows GNU targets Zig can still vend or link against MinGW-w64; users can also point Zig at external libc installations.
  • OpenBSD: discussion that Zig can still rely on system libc for syscalls, and explanations of OpenBSD’s syscall restrictions and how static binaries can participate.

Security and maintenance

  • Concern: Zig libc might need to track all glibc/musl CVEs.
  • Response: tracking vulnerabilities is already required for the Zig standard library; shared implementations (e.g., math) may reduce the total bug surface.

Comparisons to other languages

  • Zig praised for having a coherent C-replacement strategy (C ABI integration, build system, translate-c) without C++’s complexity.
  • D is cited as another language that can directly compile C and do C→D translation, prompting meta-debate about recurring D promotion but agreement that its ImportC story is technically relevant.
  • For Rust, commenters list Rust-based libc-like projects (c-ward, relibc, rustix) as loose analogues.

Political tagline controversy (“Abolish ICE”)

  • The devlog’s closing slogan triggers a long thread.
  • One side:
    • Argues the agency behaves in authoritarian/fascistic ways; opposing it is a moral obligation, especially when local protests are met with force.
    • Asserts project leaders are justified using their platform to oppose perceived abuses and should not “include all opinions,” especially not fascist ones.
  • Other side:
    • Some users, especially outside the US, feel political content in technical project channels makes them anxious about participating, fearing ideological litmus tests.
    • They characterize the tagline as “hate,” prefer technical spaces as apolitical refuges, and see this as unnecessary community division.
    • A few defend ICE or criticize protest tactics (property damage), accusing the blog of pushing a political agenda.
  • There is also advice urging the maintainer to avoid personal risk and focus on the language, and offers of personal support.

Project maturity and 1.0 concerns

  • No clear timeline for Zig 1.0.
  • Users report that despite frequent breaking changes, upgrading existing production projects is usually mechanical and manageable.
  • The main barrier cited is social (convincing teams to adopt Zig), not purely technical.

Todd C. Miller – Sudo maintainer for over 30 years

Maintainer funding & corporate responsibility

  • Many are alarmed that a core security tool like sudo, used across Unix/Linux infrastructure, depends on one maintainer now seeking sponsorship.
  • Commenters argue large tech companies and hyperscalers heavily rely on such tools yet rarely fund them, comparing this to “death of the commons” and “vampiric” corporate behavior.
  • Some counter that vendors like enterprise distros vendor specific versions and are responsible for their own snapshots, so upstream funding doesn’t directly affect deployed systems.

Licensing, capitalism, and OSS exploitation

  • Several see this as evidence that the open source ideal met capitalism and lost: maintainers can’t pay rent, yet their work underpins “trillions” in value.
  • Suggestions include more onerous corporate licenses (revenue share, commercial-only fees), “only humans get freedom zero,” or explicitly pay‑to‑play licenses.
  • Others doubt licenses can restrain powerful actors; they note that companies may just fork/clone instead of paying.
  • Broader ideological debates appear: criticism of libertarianism in OSS, arguments over GPL, copyright, and even communism vs capitalism.

How critical is sudo and should it be “done”?

  • One camp: sudo is “one of the most critical” utilities and must receive ongoing security and compatibility updates; software is never truly finished.
  • Another camp: sudo is a convenience tool, not indispensable—systems can run with root/su or alternatives—and the project has severe feature bloat for a security‑sensitive binary.
  • People are surprised by monthly releases and obscure features (LDAP, TLS listener, complex sudoers syntax), seeing added attack surface.

Alternative tools and Rust rewrites

  • Alternatives discussed: doas/OpenDoas, run0 (systemd), polkit for scoped privilege, and sudo‑rs (Rust).
  • Opinions on Rust rewrites are split: some see them as modernization and evolution; others see attention‑seeking rewrites that rarely match original quality and sometimes serve to sidestep GPL‑style licensing.

Proposed funding mechanisms

  • Ideas: Patreon/GitHub Sponsors/OpenCollective; per‑CPU or per‑commercial‑use fees; government or EU‑style grants; VAT on digital services funding OSS; foundation‑mediated corporate funding; tooling that analyzes shell history and suggests donations.
  • Many note practical barriers: micropayment fees, overhead of setting up businesses, distros stripping nags, lack of maintainer leverage, and cultural expectation of free labor.

Hacking Moltbook

Hype vs. Reality of Moltbook and Agents

  • Many commenters see Moltbook as mostly cron-driven LLM slop plus a lot of human participation, not “self-organizing” AGI.
  • Some describe it as an interesting MMO‑like simulation, live sci‑fi experiment, or collaborative art project that’s fun even if technically shallow.
  • Others call it a “cesspool of nonsense,” scam-adjacent, and emblematic of the AI/crypto hype machine where influencers and “shovel sellers” drive attention.
  • There’s debate over whether “lots of people talking about it” counts as success, or whether it’s just another Clubhouse-style bubble.

Security Failures and Supabase/RLS Issues

  • The exposed Supabase key plus weak/no Row Level Security (RLS) is seen as a familiar “vibe-coded” misconfiguration pattern: frontend talks directly to the DB, RLS is the only line of defense.
  • Several note Supabase does warn about this, but non-technical or rushed users ignore it; some argue RLS actually speeds proper design if used from the start.
  • People are increasingly paranoid about signing up for new apps because this pattern keeps recurring.
  • Some feel publishing statistics derived from the leaked DB (e.g., 1.5M agents vs 17k owners) crosses from disclosure into business critique, potentially harming researcher–vendor trust.

Fundamental Risk of Agentic Systems

  • Multiple comments argue that even a “perfectly coded” Moltbot‑style agent is inherently unsafe: LLMs can’t reliably distinguish instructions from data and are wide open to prompt injection and exfiltration.
  • Examples: a Moltbook post asking bots to reveal owners’ emails or API keys; agents sharing config snippets with keys; scenarios of LLMs writing backdoors or obfuscated exfil paths.
  • Suggested mitigations: strong sandboxing (DMZ, VMs, no sudo), proxying all sensitive actions, human approval chains, “AI antivirus” (input scanning, output validation, privilege separation).
  • Skeptics respond that humans are lazy, models are adaptive, and truly robust supervisory layers are complex and nontrivial.

“AI‑Only” Network and Reverse Turing Tests

  • The claim that only AI can post is widely mocked: anything an agent can do, a human can script or puppeteer.
  • Ideas for reverse CAPTCHAs: tight timing on tasks easy for LLMs, esoteric questions, long poems in seconds, or style transformations checked by another LLM.
  • Counterpoint: humans can pipe their content through an LLM or automate responses; separating human vs AI origin is nontrivial.
  • Some propose provider-signed outputs and auditable, signed chat sessions so claims like “the AI came up with this” can be verified.

Spam, Grift, and Media Sensationalism

  • Users report Moltbook rapidly devolving into obvious crypto spam and low‑value posts once it went mainstream.
  • Several liken current AI hype to NFT/crypto bubbles: moral hazard, memecoins, opportunistic token launches piggybacking on Moltbook attention.
  • Mainstream news is said to be publishing stories about “self‑aware AIs organizing rebellion,” reinforcing public misconceptions about AGI.

Broader Reflections

  • Some worry about long‑term impacts: agent “hiveminds,” coordinated exploitation, and unclear legal responsibility if agents cause real‑world harm (e.g., SWATting).
  • Others connect this to a culture of “vibe coding” and disposability, where correctness, maintainability, and security are deprioritized in favor of fast demos and virality.

Ask HN: Who is hiring? (February 2026)

Overall hiring landscape

  • Very wide range of roles: early-stage startups to large enterprises, across AI infra/agents, devtools, fintech, climate/energy, robotics, healthcare, gov/defense, gaming, and education.
  • Strong emphasis on AI-native or “agentic” products: many companies hiring for LLM infra, agents, evals, RL environments, RAG systems, and AI-assisted dev tooling.
  • Infra-heavy and data roles are common: distributed systems, Kubernetes, observability, databases, data platforms, and SRE/platform engineering show up repeatedly.
  • Many orgs highlight being profitable or bootstrapped, or at least well-funded with multi‑year runway, and pitch high autonomy, ownership, and small senior teams.

Remote vs onsite and geography

  • Both fully-remote and strict-onsite roles are present. Several posts are hybrid with 2–4 days/week in office.
  • Some confusion in thread over remote eligibility; a few posters clarify that certain roles are explicitly in-office despite sounding flexible (e.g., Cloudflare PM, Strobe, some EU roles).
  • Visa sponsorship appears selectively: some EU and NL/DE companies sponsor “highly skilled migrants”; many US roles explicitly cannot sponsor.
  • Geographic focus clusters: lots of roles in SF/NYC/London/Berlin plus remote US/EU; some mention time zone constraints (e.g., CET ± a few hours, US Eastern overlap).

Compensation and job‑market commentary

  • Salaries range from relatively low local rates to top‑tier US comp (several $200k–$300k+ roles).
  • One German grant‑funded role (~59k EUR) triggers debate: some call it “crazy low,” others point to a “crashed” German tech market where some devs would accept 60k, while others insist senior full‑stack engineers won’t.
  • A few commenters criticize postings with demanding requirements but modest pay or no benefits; moderation steers such criticism away as off‑topic for this thread.

Tech-stack and community reactions

  • Noticeable excitement when less common stacks appear: Haskell in production, Elixir/Erlang roles, Clojure, Rust, and WebGPU.
  • PostHog’s public handbook and compensation calculator draw praise; some discuss location‑based pay quirks.
  • Several posts stress AI‑assisted development (Cursor, Claude Code, Copilot) and even “AI‑native” culture.

Meta: applications, moderation, navigation

  • Some candidates mention applying and being rejected without feedback; others note this is now common and automated. Moderators repeatedly detach such subthreads and remind users of “who is hiring” rules.
  • Tools are shared to help browse the dense thread, including a European jobs aggregator and an AI-powered search/chat interface over the postings.

Ask HN: Who wants to be hired? (February 2026)

Overview of Roles and Seniority

  • Wide range from junior to Staff/Principal and CTO/fractional executive levels.
  • Heavy skew toward senior ICs and tech leads: backend, full‑stack, data/ML, DevOps/infra, iOS, Android, and product‑focused engineers.
  • Non‑engineering roles present: product managers (including director‑level), UX/UI & product designers, UX researchers, data analysts/scientists, technical writers, QA/SDET, and fractional CEOs/engineering leaders.

Technologies and Domains

  • Common stacks:
    • Backend: Python, Go, Java, C#/C++, Rust, Ruby/Rails, Node/TypeScript, Java/Kotlin.
    • Frontend: React/Next.js, Angular, Vue, Svelte, React Native, Flutter, Tailwind.
    • Infra/DevOps: AWS/Azure/GCP, Kubernetes, Terraform/Ansible, CI/CD, observability stacks.
    • Data/ML/AI: PyTorch, TensorFlow, RAG, LLM agents, vector DBs, MLOps, scientific computing.
  • Specialized areas: embedded/RTOS, graphics/WebGL/Three.js, game engines, blockchain and crypto infra, smart contracts, geospatial, HPC, scientific and bio/med domains, fintech, climate/climate‑risk, robotics, and document‑processing AI.

Work Preferences and Engagement Types

  • Strong preference for remote work; many explicitly “remote‑only,” but some open to hybrid or local offices.
  • Relocation: mixed—many “no,” some “yes for the right role,” a minority actively relocating or open worldwide.
  • Engagements: full‑time, contract, fractional, and consulting/freelance. Several explicitly offer fractional CTO/EM, platform, or data roles; some seek internships or short‑term projects.

What Candidates Emphasize

  • Ownership and 0→1: repeatedly stress taking vague problems to shipped systems, especially in startups.
  • Reliability & performance: mission‑critical, low‑latency, high‑throughput, “systems that can’t fail,” cost optimization.
  • Product mindset: many engineers highlight PM skills, user research, UX sensitivity, and business outcomes (ARR, churn reduction, operational savings).
  • AI stance: large subset actively building with LLMs (RAG, agents, orchestration, on‑device inference); a few explicitly avoid AI work.
  • Soft skills: remote communication, mentoring, documentation, cross‑functional collaboration, and dealing with legacy codebases.

Meta and Thread Dynamics

  • Occasional corrections where posts landed in the wrong thread, then were moved.
  • A few light comments on the tough job market and on attempts to fund open‑source work via sponsorship.
  • One playful “spell” post wishing everyone gets hired, reflecting a generally supportive tone among posters.

Waymo seeking about $16B near $110B valuation

Valuation, Scale & Exposure

  • $110B valuation seen by some as reasonable given Waymo’s tech lead and potential to approach or surpass Uber-scale revenue; others call it absurd given Waymo’s tiny current revenue and footprint.
  • Alphabet’s $4T+ market cap makes Waymo only a few percent of overall exposure; buying Alphabet stock is suggested as the only realistic way for retail investors to “own” Waymo.
  • Some argue Waymo’s growth rate and moat (proven driverless service) could far outpace Google’s core business over time.

Why Raise External Capital?

  • Alphabet is providing most of the $16B, but the small outside portion is seen as:
    • Valuation validation and legal/IRS protection vs self-pricing a captive subsidiary.
    • Strategic: bring in partners, impose discipline, prepare for eventual IPO and more “normal” capital structure.
    • Risk-sharing and optionality around capex-heavy fleet ownership and operations.
  • Debate over whether $3B of outside money “matters” financially vs symbolically.

Product Experience, Enshittification & Ads

  • Many users describe Waymo as a massive quality jump over Uber/taxis: less stress, safer-feeling driving, no awkward human interaction, especially valued by women and parents.
  • Others report frustrating real-world behavior (slow, obstructive, oddly cautious) and say they actively avoid them.
  • Long thread on “enshittification”: predicted future tactics include in-car ads, route steering to partners, data monetization, ad-supported pricing tiers.
  • Some think ads are inevitable and free/cheap rides will be constrained by profit pressure; others expect optional ad-free paid tiers and argue Google won’t risk major privacy scandals.

Regulation, Labor & Politics

  • Sharp disagreement over whether cities/states will successfully block driverless fleets: examples cited of proposed bans/driver-in-car rules vs confidence that constituent demand and big-cap lobbying will prevail.
  • Concern for millions of professional drivers vs arguments that automation plus demographic labor shortages make this transition necessary; disputes over whether past automation gains have really benefited median workers.

Technology & Scope of Autonomy

  • Debate over whether Waymo has “solved driving” or just built a high-end, geofenced system reliant on HD maps and constrained Operational Design Domains.
  • Supporters counter that consumers only care about safe, reliable A→B within service zones, and that gradual geographic expansion is already happening, including more complex street networks.

Broader Transportation & Urbanism

  • Several argue autonomous cars don’t fix car-centric urban design: widened roads, dangerous crossings, and neighborhood severance remain.
  • Others see potential benefits (reduced parking, night-time freight, fewer crashes) but acknowledge they don’t replace transit, biking, or walking.

Show HN: Adboost – A browser extension that adds ads to every webpage

Novelty of an “ad-injecting” extension

  • Many treat the project as a joke: adding fake, nicely styled ads is framed as parody of today’s cluttered, intrusive ad ecosystem.
  • Some note the fake ads actually look better than real ones (simple CSS, text) and joke about subscriptions to remove them, “ad-ception” (ads inside ads), and popups/auto‑playing videos as “features.”
  • Others recall similar gag extensions (e.g., always-on donation banners) and say they’ve previously removed real extensions that injected unwanted ads, so this is not entirely unique.
  • A few see a serious angle: the placement/layout logic could be repurposed to insert other content (e.g., internal company messages, media previews in AI responses).

Enjoyment vs. hatred of ads

  • One commenter admits to enjoying high-production TV commercials (e.g., during football games) more than the game itself, when seen rarely.
  • Others respond that even iconic ads have a short novelty lifespan; repetition quickly becomes unbearable.
  • There is strong sentiment that online ads are “nonconsensual spam,” with frustration that industry rhetoric sometimes implies users shouldn’t even be allowed to ignore or skip them.

AdNauseam, fake clicks, and legality

  • A long subthread examines AdNauseam, which automatically “clicks” on all ads to both hide them and poison tracking data.
  • One side claims this is (or likely is) illegal click fraud or computer misuse:
    • Intent is to cause financial damage by generating invalid clicks.
    • Fraud doesn’t require a contract or personal gain; civil torts and “using a computer to cause money to move” can be enough.
    • Analogies are drawn to fake credit applications or scripts inflating someone’s CDN bill.
  • The opposing side argues it’s not clearly illegal:
    • Users have no contract with advertisers and are “just clicking buttons put in their face.”
    • Industry definitions of click fraud focus on publishers inflating their own revenue.
    • AdNauseam has existed for years; Google bans it from Chrome but hasn’t pursued users, suggesting legal ambiguity or lack of appetite for enforcement.

Ethics, harm, and alternatives

  • Critics of fake-click tools say:
    • They mainly harm advertisers and publishers, not big ad networks.
    • They may even increase Google’s revenue temporarily, and risk users being flagged as bots, CAPTCHAs, and worse privacy (each fake click leaks page-level tracking IDs).
  • Supporters counter:
    • The goal is to raise advertisers’ costs, reduce ad effectiveness, and poison behavioral profiles (appearing interested in “everything”).
    • This is framed as “fighting back” or “self-defense” against tracking and manipulative ads.
  • Several argue simple blocking is cleaner and more effective: no revenue to ad networks, better performance, fewer legal/ethical issues, and less data leakage.

Effectiveness and side effects of data poisoning

  • Some doubt AdNauseam’s technical effectiveness, claiming XHR-based clicks are trivial to detect and filter as fraud.
  • Others suspect ad networks may tolerate some fraud because it increases billed clicks and collected data.
  • There’s concern that poisoning might backfire: advertisers could lower bids where such tools are common, defunding sites frequented by technically savvy users and leaving them with lower-quality or scammy ads.

UK government launches fuel forecourt price API

Practical use cases and consumer behavior

  • Many note large price differences over short distances; they rarely drive out of their way purely for fuel, but do want to choose the cheapest station along existing routes.
  • Several envisage satnavs using the API to pick the best station on a long journey, factoring in current fuel level and route.
  • Some already use Waze / apps showing prices and speed limits; others point out that irrational habits and brand/status preferences often dominate fuel decisions.

Time vs money trade‑offs

  • Multiple comments crunch numbers: small per‑litre savings (e.g., 5–7p) rarely justify extra trips once time, fuel, wear, and depreciation are included.
  • Consensus: data is most useful when price differences exist between stations you already pass, not for special trips.
  • Side discussion on fuel tank weight shows savings from running lighter are negligible for normal cars.

Data quality, coverage, and enforcement

  • Current CSV has few entries; people observe patchy coverage (e.g., only a handful in major cities, ~650 rows total).
  • Reporting became mandatory only from 2026 with a grace period; many stations have not yet integrated.
  • Enforcement guidance is seen as weak and slow, leading to fears of “dead on arrival” compliance.
  • One suggestion: citizen‑reported discrepancies with bounties to create effective decentralized auditing.

Market effects and ideology

  • Supporters say better price information improves market efficiency and benefits cost‑sensitive drivers.
  • Critics call it unnecessary meddling and predict price convergence that could slightly hurt those near historically cheap stations.
  • Others argue expensive stations may finally face real downward pressure.

Implementation, APIs, and tooling

  • Developers welcome a central, regulated data source and have already built map dashboards.
  • Some want richer API filters (e.g., geospatial queries) and a simple web UI for station operators; web and phone reporting options exist but look cumbersome for small sites.
  • Geoblocking (403s abroad) and beta‑quality issues (CSV link failures, 500s on some endpoints) are reported.

Broader context

  • Compared to earlier UK trials (station‑hosted JSON) and user‑reported apps, this is seen as a big step forward.
  • Commenters note similar government‑backed systems in Australia, Germany and France, and suggest doing the same for EV charging prices in future.

EU must become a 'genuine federation' to avoid deindustrialisation and decline

Single market, federalisation, and veto power

  • Many argue the EU needs a genuinely single market and less unanimity, as national vetoes let one country “sabotage” all others while still blaming a “weak Europe.”
  • Others doubt deeper federation is politically possible: people still self‑identify mainly as national (or even regional) rather than European, though counterpoints cite historical unifications like Germany.
  • Some see centralisation as historically tied to force and as reducing citizens’ real choices; they argue smaller, decentralised polities give people more meaningful political exit options.

Language and cultural integration

  • One view: a true single market is hard without a single working language; this is seen as a core US advantage in media and software.
  • Counter‑view: language is mostly solved in practice (English in business, translation tech, Swiss multilingualism); regulations and fragmented legal systems are the real barriers.
  • English is de facto the EU lingua franca, but official EU practice still supports all member languages, and some see a mandated single language as politically impossible.

Regulation, climate policy, and deindustrialisation

  • Critics blame EU over‑regulation and net‑zero policies (Green Deal, car emissions rules, carbon border tax) for high energy prices, job losses in manufacturing, and offshoring to China/others.
  • Supporters respond that decarbonisation is now also a security strategy (cutting dependence on “tyrants”), that old fossil‑based jobs would vanish anyway, and that new industries will emerge.
  • There is sharp disagreement over whether EU climate policy is long‑term prudence or “industrial suicide” that others won’t emulate.

Energy, renewables, and industrial viability

  • A strong faction claims deindustrialisation is mainly about expensive energy and loss of cheap pipeline gas; without that, Europe risks becoming a “tourist Disneyland.”
  • Others argue solar and wind are already cheaper on average and can power heavy industry (aluminium, fertiliser, AI) with flexible loads and storage, though intermittency and market design are unresolved.
  • Disputes continue over coal, nuclear phase‑outs, LNG dependence (Russia vs US), and whether renewables benefits reach end users.

Finance, defence, and structural issues

  • Entrepreneurs call for EU‑wide banking consolidation and a common credit infrastructure to give startups US‑style access to capital; opponents fear US‑style credit‑score surveillance and over‑centralised banks.
  • Defence is cited as a prime area where fragmented national procurement wastes money and yields incompatible systems; others see “central authority” in defence as a politically motivated push for integration, not a necessity.
  • Poland is repeatedly mentioned as an example of growth through lower bureaucracy, can‑do culture, and targeted use of EU funds, contrasted with Western “vetocracy” and heavy welfare states.

Claude Code is suddenly everywhere inside Microsoft

Claude Code vs Copilot and other agents

  • Many developers report Claude Code as “just better” than GitHub Copilot, especially for larger refactors, multi-file changes, and long-running tasks.
  • Several use Copilot only as a gateway to Anthropic models (Sonnet/Opus) via Copilot CLI or OpenCode, bypassing Microsoft’s own agent UX.
  • The Claude Code CLI-first, repo-aware workflow is widely praised; Copilot’s VS Code and IntelliJ integrations are often called sluggish, brittle, or unintuitive.
  • Some say Copilot CLI is now “good enough” and close to Claude Code when configured well, but others still find it noticeably weaker.

Microsoft’s AI strategy and the “1 engineer, 1 month, 1M LOC” flap

  • A LinkedIn post by a senior Microsoft engineer about “1 engineer, 1 month, 1 million lines of code” and rewriting C/C++ to Rust via AI triggered strong backlash.
  • Debate over whether this is a personal research “North Star” or indicative of broader corporate goals; some see the later “clarification” as damage control.
  • Almost everyone agrees LOC as a productivity metric is absurd and dangerous, especially when supercharged by LLMs.

Perceived product decline and AI “slop”

  • Many tie worsening Windows reliability, broken sleep/standby, and erratic updates to AI-driven development and misaligned incentives.
  • Some argue Microsoft prioritizes shipping features and AI branding over quality; engineers confirm internal incentives reward shipping, compliance, and AI, not bugfixing.
  • Multiple commenters report abandoning Windows for Linux/macOS because of enshitification and Copilot/Recall-style features.

Naming, branding, and confusion around Copilot

  • Widespread frustration that “Copilot” now labels many unrelated products: Windows chat, GitHub tools, Office/M365 features, Azure, Xbox, etc.
  • This causes constant miscommunication: criticism of one Copilot variant is often answered with praise for a different one.
  • Microsoft’s long history of chaotic naming (.NET, Live, One, 365, Xbox variants) is heavily mocked.

Models vs harnesses: Opus, Codex, Gemini

  • Some say Anthropic’s Opus 4.5 is currently the best for agentic coding; others claim GPT‑5.2 Codex produces better raw code but is hampered by weaker harnesses (e.g., Codex CLI, OpenCode).
  • Gemini gets mixed reviews: some find Gemini 3 Flash/Pro extremely cost-effective and competitive, others call it hallucination-prone or “lazy” as an agent.
  • A recurring theme: the harness/agent UX (Claude Code, Copilot CLI, Antigravity, Codex CLI) matters as much as the underlying model.

Internal culture and dogfooding

  • Multiple anecdotes say Microsoft and Apple engineers heavily use Claude Code internally, often on macOS, rather than Microsoft’s own AI tools.
  • Commenters see this as evidence both of Claude’s quality and of Microsoft’s failure to dogfood and harden Copilot-based workflows.

Security, privacy, and AI-generated future

  • Concerns raised about sensitive code and credentials flowing through LLMs; some suggest architectures where secrets never enter the model context.
  • Several predict most software will eventually be majority AI-generated, raising questions about bloat, maintainability, and how to measure “better code” once “more code” is trivial.

Microsoft is walking back Windows 11's AI overload

AI Pushback as Symptom of Deeper Governance Problems

  • Many see the “walk back” not as a course correction but as evidence of failed leadership: a top‑down “AI everywhere” mandate with no product sense.
  • Others frame it as incentive failure: PMs and managers are rewarded for AI adoption metrics, not user satisfaction, so they “burn the product down” to hit KPIs.
  • Pushback from engineers is viewed as futile when executives explicitly demand AI integration; governance is described as optimizing for hype, not stability.

Windows 11 Enshittification & Loss of User Control

  • Widespread frustration with Windows 11 as bloated, slow, and unstable: sluggish Explorer, inconsistent settings (Settings vs Control Panel), webby and React-based UI, frequent regressions.
  • Complaints about ads, telemetry, web search in Start, forced Microsoft accounts, TPM requirements, and difficulty disabling unwanted features.
  • Backwards compatibility, once a core strength, is said to be quietly eroding in many small but painful ways.

AI & Copilot Integration Backlash

  • Core objection is not AI per se but AI features with no clear user benefit (e.g., Copilot in Notepad/Paint, buttons everywhere) and no clear off-switch.
  • Recall is seen as a privacy nightmare that solves the wrong problem; users would rather have robust workspace/session management.
  • Some admit AI can be occasionally useful but resent default-on cloud processing, opaque resource use, and lack of clear privacy guarantees.

Branding, Naming, and Product Vision

  • Strong negativity toward killing the “Office” brand in favor of “Microsoft 365 Copilot,” seen as marketing-driven self-sabotage.
  • Microsoft’s naming strategy (Azure AD/Entra, .NET/365/Copilot eras) is widely mocked as confusing and emblematic of internal politics over user clarity.

Migration to Linux/Mac and Strategic Concerns

  • Many report finally switching personal machines to Linux (or Mac) after Windows 11, often after decades on Windows; for some, work machines are the last holdout.
  • Some hope continued missteps will further improve Linux’s desktop position and force better hardware driver support.
  • Others argue Windows remains a lucrative enterprise/Server moat; from that perspective, turning the OS into an ad/AI funnel is rational value extraction.
  • Skepticism is high that Microsoft will truly retreat from AI; several expect only cosmetic changes and continued long‑term AI embedding.

Termux

Overall sentiment

  • Thread is overwhelmingly positive; many call Termux indispensable or the first app they install on any Android device.
  • Viewed as a key reason to stay on Android, especially for users who value a real CLI environment.

Common use cases

  • Remote access: SSH/mosh into workstations and servers, often wrapped in tmux/zellij, frequently via WireGuard or Tailscale.
  • Local development: running Neovim/Vim/Emacs, Rust, Go, Julia (via proot), Python, Janet, Advent of Code, Fresh editor, custom tools.
  • File sync & backup: rsync to desktops/NAS, phone backups, photo dedup via checksums, quick on-demand SSH + rsync instead of always-on sync apps.
  • Media: yt-dlp for YouTube and anime (ani-cli), ffmpeg with hardware encode/decode via mediacodec, some MPV integration with SELinux tweaks.
  • Services on phone: web servers, file servers (Copyparty, ffl), Syncthing CLI, OTP with oathtool, network tools, wake-on-LAN, scanners, even VAX/VMS via SimH.
  • Desktop-style setups: Termux + X11 in Android desktop mode or VR/XR headsets (e.g., Quest 3) to run full desktop apps on ARM.

Termux vs Android Linux Terminal / full Linux VMs

  • New Android “Linux Terminal” (full Debian VM) needs specific hardware (AVF, non-protected VMs) and OEM support; often missing or disabled.
  • Reported as buggy, slow, frequently corrupting itself, sensitive to VPNs, and offering poor GUI; some devices can’t enable it at all.
  • Strong preference for Termux: runs natively as an app, integrates with Android APIs (clipboard, GPS, SMS, contacts), and accesses shared storage directly.
  • VM approach is seen as safer and more “traditional Linux” but heavier on storage and currently far less reliable.

iOS and other platforms

  • No true Termux equivalent on iOS: iSH (Alpine/x86 emulation), a-Shell, and UTM are mentioned but slower and more constrained.
  • Several users explicitly say Termux is something they miss on iPhone.

Input methods and ergonomics

  • Heavy users rely on Bluetooth keyboards, tablet keyboard covers, or devices with built-in keyboards.
  • Others use specialized software keyboards (Unexpected Keyboard, PentiKeyboard, Hacker’s Keyboard) and S-Pen to make TUI use viable.
  • Some still find extended use on a touch-only phone uncomfortable.

Technical limitations & future concerns

  • Termux must target an old Android API to keep running arbitrary binaries; upcoming platform restrictions might eventually break it.
  • Package management can be fragile on some older/32‑bit systems.
  • App data lives in its sandbox; users report losing entire setups on upgrade/reinstall.
  • A few worry that as Android becomes more locked down and people rely on phones instead of desktops, free/owner-controlled computing could suffer.

EU launches government satcom program in sovereignty push

What the GOVSATCOM Program Actually Is

  • Several commenters note the initiative is not new satellites, but a centralized marketplace for EU institutions to buy secure satcom services from existing “EU sovereign” capacity.
  • It’s seen as mainly a coordination and capacity-planning layer and a precursor / testbed for IRIS², framed as a European analogue to Starshield.
  • Some appreciate the step toward sovereignty but regard it as incremental rather than transformative.

“Too Little, Too Late” vs “Better Late Than Never”

  • A strong theme is that Europe is moving too slowly on defense and space sovereignty, especially relative to reliance on the US.
  • Others counter that even delayed moves are necessary and may look wise in 20 years.

Debate on Required Defense Spending

  • One side argues claims that Europe needs ~10% of GDP on defense are exaggerated, noting Russia’s much smaller GDP and population compared to the EU and calling 10% “wildly excessive.”
  • The opposing view stresses that capability comes from decades of accumulated investment and industrial know‑how; matching US strategic weight would require a crash rearmament, very high spending, and unified EU command/procurement structures.
  • There is agreement that the current fragmented national systems create overhead and inefficiency.

Can the EU Afford Technological Sovereignty?

  • Some doubt the EU can fund large-scale tech/space sovereignty given aging populations, pension and health burdens, and political resistance from retirees.
  • Others respond that these demographic and welfare pressures are not unique to Europe; the US and China face their own fiscal and aging issues.

Industrial Policy, Subsidies, and “Digital Sovereignty”

  • One camp is skeptical of governments “playing VC” with taxpayer money, fearing wasteful subsidies and bankrupt firms.
  • Another camp argues that strategic subsidies and public procurement are exactly how you build domestic capacity, contrasting that with passive stock-market investment which doesn’t strengthen the real economy.
  • Import substitution is contested: some call it historically failed; others cite examples (e.g., China’s tech sector, cultural quotas) as proof that protection can nurture viable industries.

Sovereignty, Alliances, and Trusted Partners

  • There is pushback that relying on India, Japan, Israel, etc. undermines sovereignty; the counterargument is that sovereignty means the ability to sustain and pivot, not total autarky.
  • Several comments describe the EU’s strategy as building a multilateral industrial and defense network (India, Vietnam, Japan, South Korea, UAE, Israel, etc.) to avoid domination by either the US or China.
  • Israel’s inclusion in EU-related defense ecosystems is debated: some question its trustworthiness; others argue it is already deeply embedded in Mediterranean and Central/Eastern European defense arrangements and helps compensate for EU internal divisions (e.g., around Greece–Cyprus–Turkey).

China: Valuable Supplier or Strategic Threat?

  • One view highlights China’s positive role in cheap green tech and EVs and speculates about future Chinese drones or weapons.
  • A more critical thread lists reasons China cannot be a “trusted” sovereignty partner: support for Russia in Ukraine, industrial espionage, disinformation operations, and intimidation of EU nationals.
  • This feeds into a broader sentiment that the EU is trying to distance itself strategically from both the US and China, diversifying toward other partners.

Welfare States, Demographics, and Fiscal Space

  • Commenters argue over how much larger EU welfare states really are versus the US once social security-type spending is counted.
  • Some emphasize the EU’s more unfavorable demographics and weaker tech/industrial base (chips, launch, hyperscalers) as constraints.
  • Others note rising US debt, interest costs, and healthcare spending as parallel vulnerabilities, suggesting no bloc has an easy fiscal path to long‑term tech and defense sovereignty.