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].
Brought to you by ALCAZAR. Protect what matters.