0. An OpenAI model has disproved a central conjecture in discrete geometry (openai.com)
1421 points · 1047 comments · by tedsanders
An OpenAI model has successfully disproved a central conjecture in discrete geometry, marking a significant milestone in the application of artificial intelligence to complex mathematical problem-solving. [src]
The successful disproof of a discrete geometry conjecture has sparked debate over whether LLMs are merely "recombining" training data or performing genuine discovery, with some arguing that even human mathematical breakthroughs often involve unfolding truths already implicit in existing axioms [0][1]. While some mathematicians are optimistic that these tools can help manage the "exploding complexity barrier" of modern research [2], others contend that LLMs remain "permutation machines" incapable of the artistic "creation" required for paradigm-shifting leaps like calculus [3][7][8]. Critics also point out that as AI achieves "PhD-level" milestones, skeptics frequently move the goalposts to demand genius-level innovation [5], while some professionals express concern that such progress may eventually render lifelong human expertise obsolete [6].
1. Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment (lesnumeriques.com)
957 points · 771 comments · by healsdata
Five major European mobile payment providers, including France's Wero and Spain's Bizum, are uniting to launch an independent, interoperable payment network for 130 million users starting in 2026 to challenge the dominance of Visa and Mastercard. [src]
Users generally praise the shift toward sovereign payment systems like Wero and iDEAL for improving security by eliminating the need to share sensitive card data with merchants [0]. While some argue that government-backed systems like Brazil’s PIX offer superior functionality and national autonomy [1][2][8], others warn that these platforms lack the robust consumer fraud protections and chargeback mechanisms provided by Visa and Mastercard [7]. There is also significant skepticism regarding the fragmented nature of European apps and the slow timeline for commercial adoption [4][5], alongside a debate over whether central bank control represents a democratic safeguard or a move toward authoritarianism [3][6].
2. Meta blocks human rights accounts from reaching audiences in Saudi Arabia, UAE (alqst.org)
1077 points · 471 comments · by giuliomagnifico
Human rights organizations are condemning Meta for geo-blocking the Facebook and Instagram accounts of NGOs and activists in Saudi Arabia and the UAE following government requests to restrict content under local cybercrime laws. [src]
The discussion highlights a tension between social media's original promise to spread democracy and its current role as a tool for state-level censorship and propaganda [1][4]. While some argue that platforms are forced to comply with local laws to avoid being banned entirely [5][7], others contend that the "privatized profits, socialized harm" model incentivizes companies to prioritize revenue over human rights [0][3]. Users are increasingly skeptical of large-scale networks, though they struggle to find viable alternatives that balance community connection with protection against state influence [6][8].
3. GitHub confirms breach of 3,800 repos via malicious VSCode extension (bleepingcomputer.com)
1052 points · 457 comments · by Timofeibu
GitHub confirmed that a malicious Visual Studio Code extension was used to gain unauthorized access to approximately 3,800 internal repositories. [src]
The breach highlights a critical vulnerability in VS Code's extension ecosystem, where a lack of explicit permissions allows malicious plugins to silently exfiltrate private keys and tokens [3][4][7]. Commenters expressed frustration that Microsoft, which owns VS Code, NPM, and GitHub, has yet to implement a unified solution to secure these obvious attack vectors [0][4]. While some suggest migrating away from VS Code or implementing strict internal pre-approval for all software, others argue that preventing exfiltration is nearly impossible once a developer machine is compromised [5][6][7].
4. Tennessee man jailed 37 days for Trump meme wins settlement after lawsuit (fire.org)
767 points · 509 comments · by ceejayoz
Tennessee man Larry Bushart won an $835,000 settlement from Perry County after being jailed for 37 days for posting a Donald Trump meme on Facebook. Bushart’s federal lawsuit alleged that local officials retaliated against his protected speech by mischaracterizing the political meme as a threat. [src]
The discussion centers on the lack of accountability for officials who abuse their power, with many arguing that law enforcement should face criminal charges or personal financial liability for wrongful arrests [0][3][5]. While some suggest that settlements should be paid from police pensions to create internal incentives for reform, others contend that taxpayers should remain responsible to encourage voters to take government oversight more seriously [3][9]. There is a sharp disagreement over whether further incarceration is the solution, with some warning that criminalizing police errors risks an escalating cycle of political retaliation [1][6].
5. Everything in C is undefined behavior (blog.habets.se)
504 points · 713 comments · by lycopodiopsida
The author argues that writing correct C or C++ is nearly impossible due to pervasive and subtle undefined behavior, suggesting that developers should use LLMs to identify these hidden risks in legacy codebases. [src]
The discussion centers on the premise that Undefined Behavior (UB) is so pervasive in C that writing non-trivial, standards-compliant code is nearly impossible for humans [2][8]. While some argue that common practices like pointer casting are "clearly" dangerous [6], others point out that even seemingly benign code—such as reading a `volatile` variable twice in a `printf` call—can trigger UB due to unsequenced side effects [0]. A major point of contention is the disconnect between hardware and the C standard: many programmers mistakenly believe C is a "low-level" mirror of hardware, yet the language specification often forbids operations that modern CPUs handle without issue, such as unaligned pointer casts [1][7]. Ultimately, while some view these "rough edges" as sensationalized [4], others argue that the flexibility of C is a "mine
6. Google Declaring War on the Web (tante.cc)
633 points · 439 comments · by cdrnsf
Google is shifting its search paradigm toward AI-generated summaries that decontextualize information, a move critics argue monopolizes access to information and threatens the participatory web by reducing original content to unpaid raw material for synthetic responses. [src]
The rise of generative AI is creating a cultural schism between those who value rapid, corporate-led innovation and those who prefer artisanal, sustainable, and human-centric work [1][3]. While some argue that AI makes original human art more precious [4], others fear it is "downskilling" the workforce as professionals replace thoughtful analysis with automated summaries [8][9]. Furthermore, there is growing concern that Google is breaking its symbiotic relationship with the open web by scraping content to provide direct answers, effectively cutting off the traffic that incentivizes creators to publish [0][2][5].
7. Qwen3.7-Max: The Agent Frontier (qwen.ai)
718 points · 292 comments · by kevinsimper
Alibaba Cloud has introduced Qwen3.7-Max, a proprietary model optimized for autonomous agents, featuring advanced coding, office automation, and long-horizon reasoning capabilities. It demonstrates significant performance gains in complex tasks, such as a 35-hour autonomous kernel optimization and high-revenue startup management simulations. [src]
Users are increasingly adopting Qwen models as high-quality, free alternatives to proprietary tools like Claude Code for smaller tasks, though performance varies significantly based on hardware configurations [0][8]. While some express a desire for Qwen models to be hosted on US-domiciled hyperscalers to facilitate production use, others argue that using foreign models provides a privacy advantage by keeping data away from one's own government [2][7]. However, significant skepticism remains regarding corporate espionage and the security of using Chinese-developed models on sensitive proprietary codebases [9].
8. GitHub is investigating unauthorized access to their internal repositories (twitter.com)
632 points · 338 comments · by splenditer
GitHub is investigating a security incident involving unauthorized access to several of its internal code repositories. [src]
The discussion highlights significant concern over GitHub's decision to announce a major security breach—involving the exfiltration of approximately 3,800 internal repositories—exclusively on X/Twitter rather than official status pages [1][3][8]. Users questioned the security architecture that allowed a single developer account such broad access [2], while others debated whether the rise in such incidents is linked to more capable AI models [5]. To mitigate risks from extensions and supply chain attacks, commenters suggested using static analysis tools, sandboxing, or switching to alternative editors like Zed [0][4][6][9].
9. Incident Report: Railway Blocked by Google Cloud [resolved] (status.railway.com)
559 points · 357 comments · by aarondf
Railway has resolved an incident where its services were blocked due to a Google Cloud Platform account suspension. [src]
The incident has reignited criticism of Google Cloud Platform’s (GCP) reputation for automated account terminations and poor human support, with users noting that competitors like AWS typically contact customers before taking drastic actions [0][4][8]. While some argue GCP experiences fewer catastrophic infrastructure outages than its rivals, others attribute this to a smaller market share or point to high-profile disasters like the UniSuper account deletion as evidence of systemic risks [1][3][5]. Meanwhile, some users expressed disappointment that Railway relies on a hyperscaler despite marketing itself as an alternative, while others questioned Railway's own internal handling of the situation [2][6].
10. SpaceX S-1 (sec.gov)
453 points · 375 comments · by cachecow
Space Exploration Technologies Corp. (SpaceX) filed an S-1 registration statement with the SEC on May 20, 2026, for an initial public offering of its Class A common stock, seeking to list on the Nasdaq under the ticker symbol "SPCX" while maintaining Elon Musk's majority voting control. [src]
The SpaceX S-1 filing reveals that the company's largest revenue stream is now a $1.25 billion monthly cloud services agreement with Anthropic, totaling $45 billion over three years [0][4]. While Starlink is a significant "cash machine" with $11.4 billion in revenue, the overall financials show heavy losses and high capital expenditure, leading to debate over whether the company's valuation is driven by fundamentals or "hype and momentum" [1][5]. Commentators are particularly divided on the integration of xAI and Twitter/X into the business, with some viewing the circular AI spending as a "fugazzi" and others noting the impressive scale of the Colossus data centers [2][6][7].
11. College students drown out AI-praising commencement speeches with boos (tomshardware.com)
378 points · 386 comments · by iancmceachern
College students at several U.S. universities booed commencement speakers for praising AI, reflecting deep anxieties about the technology's impact on the job market for new graduates. [src]
The backlash against AI-focused commencement speeches was driven by a perceived lack of empathy and a condescending tone from speakers like Eric Schmidt, who told graduates to "deal with it" regarding AI's disruption of their industries [0][4]. While some commenters argue that adapting to technological shifts is a historical necessity [2], others highlight a generational divide where older executives push a technology that young adults are actively rejecting [3]. Beyond the technology itself, the protests were fueled by a refusal to accept "messages of despair" about the job market and personal controversies surrounding the speakers [1][6].
12. Apparently Google hates us now (twitter.com)
506 points · 252 comments · by zeitg3ist
The provided link is inaccessible because the content failed to load due to disabled JavaScript or browser compatibility issues. [src]
Commenters argue that Google has transitioned from a state-of-the-art tool to an indifferent conglomerate that prioritizes shareholder gains over search quality and user experience [1]. Many believe Google no longer needs to direct traffic to external sites because it has already scraped their data to train AI models [0], while others suggest the platform's decline is exacerbated by relentless wiki spammers and malware, which Google may be "legitimately" filtering out [3]. This dissatisfaction has led users to migrate to alternatives like Kagi, iCloud, and even Yandex to find results that Google seemingly suppresses [1][4][6]. Amidst this, a debate emerged comparing Google’s data scraping to the way ad-block users have historically denied creators revenue [2][8].
13. Incident Report: May 19, 2026 – GCP Account Suspension (blog.railway.com)
454 points · 264 comments · by 0xedb
Railway has published an incident report detailing a service outage caused by an unexpected Google Cloud Platform account suspension. [src]
The consensus among commenters is that Google Cloud Platform (GCP) has become an unreliable B2B partner due to frequent, automated account suspensions and a history of abrupt service deprecations [0][1][8]. While some users demand to know the specific root cause for the suspension, others argue that Google’s opaque "black box" enforcement often punishes businesses for unrelated personal account issues or "vibe coding" errors [3][4][7][9]. To mitigate these risks, participants suggest diversifying infrastructure through secondary failovers or migrating to more stable alternatives like DigitalOcean, AWS, or Azure [0][2][6][9].
14. Flipper One Tech Specs (docs.flipper.net)
519 points · 176 comments · by gregsadetsky
The Flipper One is an upcoming Linux-based multi-tool featuring a Rockchip RK3576 CPU, 8GB of RAM, a Raspberry Pi RP2350 microcontroller, and extensive connectivity including Wi-Fi 6, HDMI, and an M.2 expansion port. [src]
The Flipper One represents a significant shift from the Flipper Zero, moving from a simple microcontroller to a powerful 8-core Linux-based system with 8GB of RAM [1][2]. While some users appreciate its potential as a portable Raspberry Pi alternative, others are disappointed by the apparent lack of integrated sub-GHz radio and the choice of a low-resolution grayscale display [3][4]. Discussion regarding its value is split: some argue it could replace low-end general-purpose computers, while others question its utility if the price exceeds $300, noting that a cheap laptop and dongle could perform similar tasks [2][7][9].
15. Map of Metal (mapofmetal.com)
446 points · 185 comments · by robin_reala
The Map of Metal is an interactive website that provides a visual history of heavy metal genres, offering prints for purchase and recommending a desktop or tablet for the optimal experience. [src]
The creator of Map of Metal shared that the site was originally a Flash project ported to HTML5 to preserve the "experimental" spirit of the early web, which many users feel has since been lost to SEO and monetization [0][2]. While users praised the map's historical depth, some noted missing subgenres like "blackgaze" or "metalstep" and suggested adding modern "spiritual successors" to classic bands [1][3][5]. The discussion also touched on the evolution of genre definitions, such as the shifting historical perspective on whether artists like Jimi Hendrix or Led Zeppelin qualify as foundational metal [4].
16. Saying goodbye to asm.js (spidermonkey.dev)
408 points · 158 comments · by eqrion
Mozilla has disabled asm.js optimizations by default in Firefox 148 and plans to remove the code entirely, as the technology has been superseded by the more advanced and widely adopted WebAssembly. [src]
The retirement of asm.js marks the end of a pivotal era where it served as a bridge for high-performance web applications, such as the early versions of Figma [8]. While WebAssembly (WASM) is the official successor, some users argue that asm.js remains superior for specific tasks due to its ability to call Web APIs directly, its support for zero-copy buffers, and instances where it outperforms WASM in raw speed [5][6][7].
The discussion highlights a historical divide between Mozilla’s asm.js and Google’s PNaCl; while PNaCl offered native-like features like shared-memory threading, it suffered from slow startup times and poor portability compared to the purpose-built WASM bytecode [1][3]. Despite WASM's dominance, some developers lament the "abysmal" rate of ecosystem maturity and the loss
17. Declining America (tbray.org)
382 points · 173 comments · by AndrewDucker
Canadian technologist Tim Bray declined an invitation to a U.S.-based conference, citing concerns over threats to Canadian sovereignty and the personal risk of border officials scrutinizing his social media history. [src]
The discussion centers on the decline of the United States as a destination for technologists, with some arguing that recent political outcomes are the result of systemic institutional failure [0][5]. While some users believe the U.S. has permanently damaged its international trust, others point to historical precedents like post-WWII Germany to suggest recovery is possible [2][7]. Debates also emerged regarding the nature of nations, with some viewing them as "historical hallucinations" that should be replaced by global brotherhood, while others argue that borders represent essential, deep-seated ethno-cultural differences [4][6][9]. Additionally, commenters defended the thread's relevance to Hacker News, noting that the political climate directly impacts the movement and safety of high-profile technologists [8].
18. Show HN: I reverse engineered Apple's video wallpapers (github.com)
426 points · 106 comments · by kageroumado
A developer has open-sourced Phosphene, a tool created by reverse-engineering macOS frameworks to allow users to integrate custom, battery-efficient video wallpapers directly into the system's native settings. [src]
The project evokes nostalgia for Windows Vista’s aesthetic, though users are divided on whether moving wallpapers are a fun "vibe" or a distraction that could be "vomit-inducing" on large monitors [0][8]. While some worry Apple might break the reverse-engineered functionality, others believe the underlying system is stable enough that it won't be a priority for updates [3][5]. Much of the discussion centers on the passage of time, with users joking about the realization that Vista was released nearly two decades ago [2][4][6].
19. Japan is gripped by mass allergies. A 1950s project is to blame (bbc.com)
349 points · 157 comments · by ranit
Japan is tackling a national hay fever crisis caused by post-WWII reforestation projects that blanketed the country in pollen-heavy cedar and cypress monocultures, prompting a 30-year government plan to halve pollen levels by thinning plantations and restoring biodiverse natural forests. [src]
While Japan's allergy crisis is linked to 1950s monoculture "tree farms" that were never harvested due to cheaper imports [7][8], commenters debate whether the specific tree species or modern hygiene standards are the primary drivers [0][5]. Some suggest that "arboreal sexism"—the urban preference for male trees to avoid messy fruit—has artificially increased pollen loads [4], while others point to a lack of microbial diversity in sanitized environments as a likely cause for skyrocketing allergy rates [3]. Personal observations vary by region, with some noting high pollen levels in European spruce forests without similar health epidemics [0][9], while others report a recent "epidemic" of sneezing in offices elsewhere [1].
Brought to you by ALCAZAR. Protect what matters.