0. Karpathy’s Pelican (twitter.com)
523 points · 369 comments · by delichon
The provided story contains only a link to Karpathy’s post and no text explaining “Karpathy’s Pelican.” [src]
Commenters largely agree that “pelican on a bicycle” and AI-generated games are useful stress tests, but disagree over whether models have truly mastered them: some see only subjective fine-grained differences now [2][3], while others still find obvious anatomical errors [0][4]. Many criticize the low quality and sameness of generated games and creative work, arguing that impressive demos lack fun, originality, and iterative polish [1][6]. Others caution that demos may measure specialized three.js training more than general reasoning [5], though one user reports building a fairly sophisticated film-scene animation system with substantial tuning [7].
1. Wikimedia Foundation refuses union recognition, hires union-busting law firm (en.wikipedia.org)
330 points · 310 comments · by akolbe
The Wikimedia Foundation rejected Wiki Workers United’s request for voluntary recognition, opting for a National Labor Relations Board secret-ballot election and hiring Littler Mendelson, prompting union accusations that the process will delay organizing and enable an anti-union campaign. [src]
The discussion largely supports unionization, with commenters explaining that “union recognition” means the employer formally accepting the workers’ group and negotiating with it, while criticizing Wikimedia for resisting and allegedly union-busting [1]. Some challenged claims that unions improve conditions and performance, asking for non-partisan evidence, while others pointed to labor history and broader research [3][4]. Debate also expanded into Wikimedia’s spending, mission, organizational bloat, and whether donation appeals accurately represent its priorities [5][6][7], with at least one donor saying they would stop contributing over the union-busting stance [9].
2. Go 1.27 Interactive Tour (victoriametrics.com)
349 points · 177 comments · by Hixon10
VictoriaMetrics’ interactive tour previews Go 1.27’s major language, runtime, standard-library, security, performance, testing, and tooling changes through runnable examples, highlighting generic methods, UUIDs, JSON v2, ML-DSA, SIMD, and more. [src]
Discussion centers on Go’s move toward generics, with many readers finding signatures like `Box[T].Map[U]` cognitively heavy and asking for clearer, concrete teaching examples and generic-parameter names [0][2][3]. Others argue that higher-order abstractions inevitably add complexity, while defending them as a way to avoid duplication [5][7]. Error-handling generics such as `Option`/`Result` are viewed skeptically: Go’s explicit `err` pattern is imperfect but manageable with tools like `errcheck`, while abstractions often trade safety for convenience [4][6]. A separate concern is that changes such as automatically draining HTTP response bodies could silently break code relying on previous behavior [9].
3. Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built (github.com)
321 points · 106 comments · by tomilan
A 15-year-old engineer shares a GitHub project for a 3D-printed cycloidal gearbox, including Fusion 360 generation scripts, CAD files, and a working NEMA 17-driven Version 3 achieving a 1:9 reduction, 1.3 N·m torque, and 66% efficiency. [src]
Commenters praised the impressive cycloidal gearbox while encouraging the teenager to drop “wannabe,” though one commenter argued that “engineer” should be reserved for those with formal training because of the profession’s safety responsibilities [1][9]. Several people warned against sharing one’s age online and invited the builder to join Hack Club, where other young makers collaborate on ambitious hardware projects [0][5][6]. A side discussion debated whether AI “vibe coding” cheapens youthful programming achievements and motivation: some see formerly weeklong projects becoming trivial, while others challenge the idea that this should justify replacing software teams [3][4][7][8].
4. US Treasury undertakes historic intervention in yen market (ft.com)
191 points · 171 comments · by 23pointsNorth
The US Treasury has undertaken what the Financial Times describes as a historic intervention in the yen market, though the article’s details are behind a paywall. [src]
Discussion focused on whether Japan’s intervention reflects a broader crisis: commenters generally viewed it as another example of governments “kicking the can,” with concerns about Treasury sales, higher US yields, inflation, and financial contagion [0][1]. Others argued the situation may be less catastrophic, describing the currency defense as primarily driven by the Japan–US interest-rate gap rather than oil purchases or the Iran conflict [2][7][8]. The thread also broadened into debate over whether voters were misled by an administration promising decisive action, and whether propaganda warrants empathy for those who supported it [3][5][6].
5. How the words we teach English language learners changed (pudding.cool)
202 points · 154 comments · by c-oreills
Comparing 1953 and 2023 English-learning vocabulary lists, the story finds a shift from concrete words tied to everyday life toward more abstract, precise language reflecting increasingly institutional and interconnected societies. [src]
The discussion emphasizes that “difficulty” and usefulness of English vocabulary depend heavily on context—travel, media, newspapers, work, and daily life require different words, while ordinary conversation remains underrepresented in frequency data [0]. Commenters also note that vocabulary lists alone are insufficient because learners must handle idioms, shifting meanings, pronunciation, grammar, and cultural references [1][6]. A recurring anecdote is that adult learners may know specialized terms like “sustainability” yet lack basic childhood words such as “cedar” or “pond” [5], while estimates that only 2,000 words are needed for proficiency were treated as encouraging but simplistic [2].
6. 'Crush this lady': how eBay harassment campaign led to $56M payout (ft.com)
221 points · 106 comments · by JumpCrisscross
An eBay harassment campaign targeting a woman culminated in a $56 million payout, according to the Financial Times. [src]
Discussion centers on the apparent disparity in accountability: several security employees received prison or home-confinement sentences, while commenters question whether senior executives escaped consequences by avoiding explicit written instructions [0][1][8]. Some argue the subordinates may have acted independently despite ambiguous encouragement from leaders, much like coded mob or political language [3][9]. Others broaden the lesson into a pessimistic view that people often cheat or behave abusively when they believe they will not be caught, while one tangential thread criticizes eBay’s high seller fees [4][5][6].
7. I don't recommend Tailwind CSS (en.andros.dev)
153 points · 157 comments · by andros
The author argues that Tailwind CSS can speed development but introduces class complexity, weaker readability and debugging, inconsistent naming, and limited CSS learning, while modern native CSS may be preferable depending on a project’s architecture and team needs. [src]
The discussion is split: supporters say Tailwind keeps styling conventions consistent as projects grow, makes onboarding and inheriting code easier, and avoids the cascade and naming problems that often emerge in conventional CSS [0][4][6]. Critics argue that modern CSS Modules, variables, scoped styles, and semantic HTML already solve many of those issues, while Tailwind can obscure design-system concerns and still requires substantial CSS knowledge [2][8]. A notable technical objection is that conflicting utilities may resolve by stylesheet order rather than markup order, prompting tools like `tailwind-merge`, though supporters view features such as `@apply` and other escape hatches as legitimate safeguards rather than flaws [7][9].
8. Running Kimi K3 on MI355X at Better Performance per Dollar Than B300 (wafer.ai)
204 points · 101 comments · by ilreb
Wafer reports that AMD’s MI355X served the 2.8-trillion-parameter Kimi K3 at 952 tokens per second per node, delivering better performance per dollar than Nvidia’s B300 despite lower aggregate throughput, after software and kernel optimizations improved speculative decoding and prefill speed. [src]
The discussion largely focused on terminology: many commenters argued that Kimi should be called “open weight,” not “open source,” because its training data and tooling were not released [0][5]. Others disputed whether training data is analogous to software source code, noting that model weights are learned parameters rather than compiled code and that open-source definitions do not typically require all assets or inputs to be reproducible [3][8]. A key distinction emerged between merely releasing weights and practicing “open science,” as exemplified by projects that publish enough data and methodology to replicate training [8].
9. EU Age Verification Project Mandates Hardware-Bound Attestation (linuxiac.com)
178 points · 125 comments · by RobotToaster
The EU’s open-source age-verification project requires hardware-bound attestation to prevent credential misuse, prompting concerns about compatibility with Linux, custom Android systems, independently built apps, and whether approved hardware and applications could limit its openness. [src]
The discussion split between seeing age verification as a reasonable response to harms from addictive platforms, predators, targeted advertising, and child exposure, versus viewing hardware-bound identity checks as normalized mass surveillance and an anti-competitive requirement favoring Apple and Google [1][2][7]. Critics argued that age restrictions need not require persistent ID records, and warned that “privacy-preserving” systems could gradually make anonymity impossible [4][9], while supporters noted that EU systems may use regulated API-based checks, offer alternatives, and avoid storing full government IDs [5][8]. Linux users also objected that requiring a second supported device effectively disadvantages people who reject major hardware ecosystems [6].
10. SwiftUI After 7 Years (ykvm.com)
159 points · 127 comments · by mpweiher
The author argues that seven years after its launch, SwiftUI remains unreliable and underperforming, with unpredictable layouts, shifting APIs, weak backward compatibility, and limited cross-platform consistency, reflecting what they see as Apple’s broader acceptance of “good enough” software quality. [src]
The discussion is broadly skeptical of SwiftUI as a successor to AppKit/UIKit, with several commenters arguing that declarative/reactive frameworks become unwieldy for complex native applications and work best for simple interfaces [5][8]. Others defend the model as a way to make state and update correctness easier to manage, emphasizing that functional programming is not stateless and citing Bonsai as a successful example [3][7]. The deeper concern is institutional: Apple’s failure to deliver a clearly superior UI framework, unlike its earlier Toolbox→Carbon→Cocoa transitions, may signal a long-term decline in its platform engineering [0].
11. AI poster wins Ohio State Fair contest (ohiostatefair.com)
128 points · 150 comments · by AlexAplin
Christin Billips of Westerville won the 2026 Ohio State Fair poster contest, which received 38 entries; although AI use was previously permitted with disclosure, organizers said it will be prohibited in the 2027 competition. [src]
Commenters disputed whether AI was actually prohibited: some argued the rules implicitly required a human contestant, while others noted that AI use was explicitly permitted when the contest began and only later slated for prohibition in 2027 [1][9][0]. Many found the winning poster obviously AI-generated, citing malformed details such as numbered pigs, broken zipline cables, and an overcrowded composition that judges missed [6][7][8]. The discussion also expressed concern that contests and everyday design will increasingly reward cheap “AI slop” over genuine craft, illustrated by a workplace contest where AI-decorated desks won prizes [2][4].
12. Linux desktop market share has hit over 10% in North America (old.reddit.com)
176 points · 91 comments · by dviola
The Reddit post claiming Linux desktop market share exceeded 10% in North America is inaccessible because the source returned a 403 error, so its evidence and context cannot be verified. [src]
Commenters question the claimed 10% Linux share, noting that measurements vary substantially: Cloudflare reports about 6% for likely human traffic versus 9.3% including bots, while questionable categorization of OS X and macOS undermines confidence in other figures [3][4][7][9]. Some attribute Linux’s apparent growth to ChromeOS/Chromebooks and to fewer people using traditional computers at all, though anecdotes suggest Chromebooks have limited visible adoption outside schools or Google workplaces [0][1][2][8]. Others argue Linux is increasingly polished and may benefit from Microsoft and Apple abandoning or degrading the consumer desktop market, but this remains speculative [5][6].
13. F*: A general-purpose proof-oriented programming language (fstar-lang.org)
172 points · 82 comments · by ducktective
F* is an open-source, proof-oriented programming language combining dependent types, SMT automation, and interactive theorem proving, with compilation to OCaml and verified code generation for C, WebAssembly, F#, and assembly. [src]
Discussion centered on F*’s poor website discoverability: several commenters wanted prominent syntax examples and practical demos, while others argued that language sites should first explain use cases, semantics, memory models, type systems, and compilation targets [0][1][7]. F* proponents pointed to its tutorial and browser-based editor, noting that the introductory material does provide examples, though the links are obscure and the site feels dated [3][5][6]. The language was variously characterized as approachable to F#/proof-language users and as an intimidating “Dwarf Fortress” requiring a substantial learning commitment [4][9].
14. Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM (github.com)
204 points · 46 comments · by vlad_kalinkin
Kakehashi is an experimental Rust userspace translation layer that runs macOS ARM64 Mach-O command-line binaries, including 7-Zip and curl, on Linux aarch64 without a JIT. [src]
Kakehashi is an experimental Rust userspace compatibility layer for running macOS CLI binaries on Linux ARM, with promising early support for 7-Zip, curl, and basic Xcode Git; the author ultimately hopes to support Xcode tools and macOS Homebrew [1][3]. Commenters compared it with Darling and suggested collaboration, while noting that macOS compatibility is a moving target as Apple changes APIs and breaks applications [5][6]. The main debate concerned whether an LLM-assisted implementation can genuinely be “clean room”: the author says it is written from scratch with a different architecture and welcomes audits, but critics argue that reimplementing Darling’s ideas without attribution could still raise provenance and credit concerns [0][4][8][9].
15. A Rant About “Technology” (2005) (ursulakleguin.com)
142 points · 82 comments · by jamesgill
Ursula K. Le Guin argues that all science fiction necessarily involves technology, broadly defined as how societies interact with the material world, while rejecting the common equation of technology with only complex, modern “high tech.” [src]
The discussion largely praises Le Guin as a foundational, highly influential author whose deliberately slower, less violent fiction offers an alternative to modern genre conventions [0][2]. Commenters debated whether her work—and especially the ansible—counts as “hard” science fiction: some emphasized its technological and social imagination [1][3], while others argued that FTL communication violates known physics and therefore belongs to soft SF [5][8][9]. Several agreed that the original essay’s broader definition of technology is reasonable, encompassing ordinary human tools and systems rather than only advanced modern machinery [4][7].
16. Californians' data deletion requests, DROP, become enforceable Aug. 1 (nbcsandiego.com)
132 points · 77 comments · by MilnerRoute
Beginning Aug. 1, California’s DROP platform will require registered data brokers to process residents’ deletion requests within 45 days, with companies facing $200 daily fines for noncompliance; Cal Privacy has already fined 12 brokers. [src]
Commenters generally agree that California can pursue out-of-state data brokers serving California residents, under “long-arm” jurisdiction, though the exact meaning of “doing business” without direct payment remains debated [1][2][8][9]. Several hope other states adopt similar protections, citing persistent spam after giving Dun & Bradstreet a phone number [4]. Discussion also questioned whether DROP applies to HN posts: HN may anonymize accounts rather than delete replied-to comments, but critics say a shared random ID can still make old comments trivially linkable—and cited a particularly serious case involving death threats [3][6][7].
17. Meshdiff – visually compare two STL versions in the browser, client-side (meshdiff.com)
184 points · 19 comments · by projscope
Meshdiff is a client-side, browser-based tool for visually comparing 3D model versions in STL, 3MF, and OBJ formats. [src]
Meshdiff was well received as a practical, privacy-preserving tool for comparing messy real-world STL/3MF/OBJ files entirely in the browser, addressing the common “final_v3” revision problem [1]. The main consensus feature request was synchronized or locked camera controls across viewports [2][3][4][5], along with richer demos and more semantic detection of dimensional changes, rotations, and shifts [5][8]. Several commenters initially misunderstood “STL” as the C++ Standard Template Library rather than stereolithography [0][6][7].
18. Show HN: Bor – Open-source policy management for Linux desktops (getbor.dev)
173 points · 22 comments · by eniac111
Bor is an open-source centralized Linux desktop management system with a Go agent and server that stream policies over mTLS/gRPC, supporting applications and system settings; version 0.8 adds Thunderbird, Microsoft Edge for Business, and FirewallD zone policies. [src]
Commenters largely welcomed Bor as a promising, tidy Linux desktop-management option, especially for nonprofits and organizations managing fleets, while asking how it compares with Ansible, Samba GPOs, SSSD, and other existing tools [0][1][7][9]. They raised practical questions about Cinnamon support, user mapping, non-LDAP enrollment, screen-time controls, policy conflicts, and drift enforcement; the project uses mTLS/gRPC push with filesystem monitoring, but details around reconciliation remain of interest [2][3][6]. The author said LDAP is currently the only authentication option, Cinnamon should work via dconf, and arbitrary root scripts are intentionally excluded for security and auditability, with SSO and possibly controlled scripting planned later [8].
19. Twenty Years of RISC OS Open (riscosopen.org)
154 points · 30 comments · by AlexeyBrin
RISC OS Open celebrates 20 years of community-driven development, highlighting milestones including open-sourcing RISC OS, Raspberry Pi support, Apache 2.0 relicensing, modern hardware features, and plans to move the operating system to 64-bit Arm. [src]
The discussion celebrates RISC OS as an influential niche platform whose design ideas may have survived in systems such as macOS and the Windows taskbar, though those influence claims remain speculative [1][6][7]. Users mainly share nostalgic anecdotes, including writing ARM-assembler applications, early Archimedes systems shipping Arthur before RISC OS, and the enduring legacy of Sibelius [2][3][5]. Sibelius is praised as a notable RISC OS success but also mocked for its notoriously poor UX and crashes [4][9], while one commenter criticizes the project’s website for lacking screenshots [8].
Brought to you by ALCAZAR. Protect what matters.