0. S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic (arstechnica.com)
1454 points · 496 comments · by maltalex
S&P Dow Jones Indices refused to waive profitability and seasoning requirements for the S&P 500, blocking SpaceX, OpenAI, and Anthropic from accelerated entry into the index and denying them immediate access to billions in passive investment funds following their expected IPOs. [src]
Investors largely support the S&P 500's decision to uphold its inclusion criteria, arguing that maintaining strict standards for profitability and GAAP accounting prevents the index from becoming overly speculative [0][3][7]. While some users express skepticism regarding the long-term stability of AI-driven valuations and the potential for "rug-pulls" after IPOs, others have already shifted to equal-weight indices to reduce their exposure to large-cap tech volatility [1][2]. Despite claims that this news impacted the broader market, commenters noted that recent Nasdaq fluctuations were more likely driven by earnings misses and strong jobs reports [4][8].
1. Pentagon raised threat of Israeli spying on U.S. to highest level, sources say (nbcnews.com)
588 points · 494 comments · by MilnerRoute
The Pentagon has raised the counterintelligence threat level for Israel to "critical" amid concerns that the ally has ramped up aggressive espionage to monitor the Trump administration’s internal deliberations regarding the war with Iran. [src]
The sudden escalation of the Pentagon's threat level regarding Israeli espionage is viewed by some as a delayed official acknowledgment of a long-standing reality [0]. Commenters debate whether this shift is a reaction to failed geopolitical strategies in Iran or a result of domestic political maneuvering by leaders like Netanyahu and Trump [1][3]. While some argue that Israel has uniquely influenced U.S. policy through a "vassal" relationship or the support of American Evangelicals, others question what intelligence Israel would even need to steal given the extensive existing cooperation between the two nations [2][6][9].
2. Ask HN: Why is the HN crowd so anti-AI?
404 points · 672 comments · by Ekami
A software engineer argues that Hacker News users are overly critical of AI-generated code, contending that development speed and product functionality are more important than manual coding elegance. [src]
Hacker News is deeply divided over AI, with some users viewing it as a transformative tool for niche hobbies and rapid development [0][5], while others see it as a threat to the joy of craftsmanship and professional stability [7][9]. Critics express concerns regarding the centralization of power in proprietary "black box" databases, the environmental impact, and the potential for AI to be used as a tool for political control or misinformation [1][8][9]. While proponents highlight significant productivity gains, skeptics argue that AI excels at the initial "90%" of a project but fails at the complex refinement required for high-quality products [3][4]. Some long-time users note that the topic has uniquely shifted the community's tone toward uncharacteristic hostility and personal derision [2][6].
3. Ask HN: Why is the HN crowd so anti-AI?
404 points · 672 comments · by Ekami
A software engineer argues that Hacker News users are overly critical of AI-generated code, contending that execution speed and product functionality are more important than manual coding elegance. [src]
Hacker News is deeply divided over AI, with some users viewing it as a transformative tool for niche hobbies and rapid development [0][5], while others see it as a threat to the joy of craftsmanship and professional job security [7][9]. Critics express concerns regarding the centralization of power in proprietary "non-deterministic databases," the environmental impact, and the potential for AI to be used as a tool for political "mind control" [1][8]. While some argue that AI is currently better at generating "slop" than finished products [4][9], others report a uniquely hostile atmosphere toward AI-related projects that they haven't experienced with other technologies on the platform [2].
4. Meta confirms 1000s of Instagram accounts were hacked by abusing its AI chatbot (this.weekinsecurity.com)
692 points · 252 comments · by speckx
Meta confirmed that hackers hijacked over 20,000 Instagram accounts by exploiting a vulnerability in its AI-assisted recovery chatbot, which incorrectly sent password reset links to unauthorized email addresses for accounts lacking two-factor authentication. [src]
Meta’s claim that its AI chatbot "worked properly" despite a bug allowing over 20,000 account takeovers has drawn sharp criticism for its contradictory logic [0][3][7]. Commentators compared the company's defensive rhetoric to the "the surgery was a success, but the patient died" trope and noted the irony of Meta's strict automated bans on legitimate users while failing to prevent massive security breaches [1][2][6]. The incident has sparked a debate on software liability, with some suggesting that updating commercial codes to disallow liability disclaimers could improve industry standards [4][8].
5. GrapheneOS user reported to authorities for using GrapheneOS (discuss.grapheneos.org)
456 points · 479 comments · by Cider9986
A user reported that age-verification service Yoti threatened to report them to authorities for using GrapheneOS, though GrapheneOS developers and community members suggest the claim may be a fabrication by customer support or a result of the user attempting to bypass verification protocols. [src]
The discussion centers on the perceived erosion of civil liberties in the UK, with users criticizing the reporting of GrapheneOS users to authorities as a shift toward treating "suspicious activity" as a presumption of guilt [0][6]. This sparked a heated debate over whether the US or UK offers better protections; while some argue the US provides superior constitutional rights [1][2], others point to invasive CBP border searches and systemic issues like police brutality and lack of social safety nets as evidence of American hypocrisy [3][5][9]. Despite these tensions, some participants noted that European countries generally avoid US-specific issues like "swatting" [7], while others expressed surprise that such OS-level scrutiny is occurring in the West rather than in countries like China [8].
6. Nvidia is proposing a beast of a CPU system for Windows PCs (twitter.com)
324 points · 537 comments · by tosh
Nvidia is proposing a high-performance Windows PC system featuring 128 GB of shared memory, 6,144 CUDA cores, and a 20-core CPU architecture designed to handle local AI models and gaming. [src]
The discussion centers on Nvidia’s move toward unified memory architecture, which is viewed as a "game changer" for optimizing system utilization and reducing costs, though it raises concerns regarding security and the loss of hardware upgradeability [0][4][6]. While some debate whether local AI will remain a niche application or become a household necessity, others argue that Nvidia’s primary motivation for unified memory is to maintain aggressive market segmentation of VRAM [1][3][5]. Additionally, commenters note that Nvidia is playing catch-up to Apple and Qualcomm, whose existing ARM-based chips already offer high efficiency and unified memory, though Microsoft's poor Windows-on-ARM support remains a bottleneck [2][6][8].
7. Moving beyond fork() + exec() (lwn.net)
352 points · 333 comments · by jwilk
Linux developers are considering a new process-creation primitive to replace the traditional `fork()` and `exec()` pattern, potentially using a "spawn template" or `pidfd`-based API to reduce overhead and better support a native `posix_spawn()` implementation. [src]
Critics argue that `fork()` is a "clever hack" from the 1970s that has become a liability, forcing modern operating systems into specific design trade-offs like overcommit and copy-on-write memory [0][4][9]. While proponents value the elegance of using standard APIs to configure a child process before execution, others contend that this model creates obscure bugs by preserving too much state and complicates the integration of modern features like threads [2][3][5][8]. Alternatives include Windows’ parameter-heavy process creation or moving program loading into unprivileged user-space libraries [1][9].
8. Ntsc-rs – open-source video emulation of analog TV and VHS artifacts (ntsc.rs)
405 points · 122 comments · by gregsadetsky
Ntsc-rs is a free, open-source video effect written in Rust that uses algorithms to accurately emulate analog TV and VHS artifacts in real time for standalone use or as a plugin for major video editing software. [src]
The discussion centers on the aesthetic value of technical failure, with users citing Brian Eno to argue that the "ugly" artifacts of a medium eventually become its cherished signature [0][9]. While some argue that these limitations were originally viewed as state-of-the-art rather than "nasty" [2], there is a high demand for simulation tools because using authentic vintage camcorders is too inconvenient for modern film production workflows [1][4][8]. Technically, enthusiasts emphasize that true emulation must go beyond simple filters to include complex signal behaviors like color subcarrier phase shifts and vertical sync loss [3][5][6][7].
9. New U.S. college grads now have higher unemployment than the average worker (randalolson.com)
228 points · 297 comments · by davidbarker
Since 2019, recent U.S. college graduates have faced higher unemployment rates than the general workforce for the first time on record, a shift economists attribute to factors like the rise of remote work and AI rather than a broad economic recession. [src]
The current unemployment crisis for new graduates is attributed to a "maniacal obsession" with prior experience for entry-level roles [2] and a shift toward remote work that favors experienced global talent over local juniors who require mentorship [8]. Commenters argue that young people are being "eaten" by a system that defunds universities, restricts housing supply, and prioritizes the financial security of older generations [0][1]. While some suggest graduates may simply be too selective [3], others note a pattern of total burnout as students in specialized fields like cybersecurity find the industry essentially closed to newcomers [2][4].
Brought to you by ALCAZAR. Protect what matters.