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].
10. Pokemon Emerald Ported to WebAssembly (100k FPS) (pokeemerald.com)
350 points · 100 comments · by tripplyons
A developer has ported Pokémon Emerald to WebAssembly, allowing the game to run directly in web browsers at speeds of up to 100,000 frames per second. [src]
The project is a WebAssembly port of a Pokémon Emerald disassembly that requires users to provide their own ROM, a distinction that may help it navigate complex legal and DMCA issues [1][3]. While users praised features like the high-speed mode and functional saving, others reported bugs including UI crashes and text rendering errors where items appeared as numbers [4][6][7][8]. The discussion also highlighted the ease of modern development, with one commenter noting they built a similar emulator in just three hours using AI to handle the technical specifications [5].
11. Home alone: Remote work, isolation, and mental health (science.org)
191 points · 193 comments · by speckx
I am unable to summarize the requested article because the provided source link is blocked by a security verification page and contains no news content. [src]
While research suggests remote work increases isolation and mental distress—particularly for those living alone—commenters argue this reflects a societal failure where social systems are tied exclusively to the workplace [2][5]. Many users contend that remote work actually improves mental health by reclaiming commute time for family and chosen communities, though others argue that "forced" interaction with diverse colleagues is a necessary social good [0][6][9]. There is significant skepticism regarding the study's methodology, with some suggesting that post-pandemic economic stress or AI-related job anxiety may be the true drivers of declining mental health rather than the lack of an office [7][8].
12. Motorola effectively bricked its entire line of WiFi routers without explanation (mashable.com)
215 points · 139 comments · by thisislife2
Motorola has effectively bricked its line of WiFi routers due to a weeks-long outage of the MotoSync+ app, which is required for setup and troubleshooting. The company has not provided an explanation, though some users report seeing "Server License Expired" errors within the application. [src]
The consensus among commenters is that mandatory apps for hardware configuration are a major "dealbreaker" and a point of failure for consumer electronics [0][2]. While some argue that apps offer lower friction for non-technical users, others point out the absurdity of a "chicken-and-egg" situation where one must download an app to set up the internet access required to download it [3][5]. Users shared anecdotes of refusing "smart" appliances entirely or discovering that manufacturers like Bosch are now locking physical features behind app connectivity as a cost-cutting measure [2][7][8]. To bypass these restrictions, there is a call to only purchase hardware compatible with open-source firmware like OpenWRT or to use LLMs to reverse-engineer and "crack" abandoned proprietary software [1][4][6].
13. The intracies of modern camera lens repair (2024) (salvagedcircuitry.com)
253 points · 86 comments · by transistor-man
A technician successfully restored a non-functional Sigma 45mm f/2.8 lens by identifying and replacing a blown 2-amp surface-mount fuse on the control PCB. The repair involved a detailed electrical analysis of the lens's DC-DC converter and microcontroller systems to ensure proper power delivery and communication. [src]
Modern mirrorless lenses have evolved into complex electronic devices, often featuring microcontrollers and USB-C ports for firmware updates and customization of physical controls [0][9]. While first-party manufacturers like Canon typically update lenses through the camera body, third-party makers like Tamron and Sigma utilize USB ports or external docks to bypass proprietary communication protocols [2][3][7]. This shift toward software-driven hardware is criticized by some for increasing complexity and cost [4][5], contrasting sharply with the cinema industry where purely mechanical, manual-focus lenses remain the standard [1]. Additionally, technical discussions highlighted the limitations of fuses in protecting modern lens electronics [6] and shared practical repair tips, such as using double-sided tape to organize tiny screws during disassembly [8].
14. Zeroserve: A zero-config web server you can script with eBPF (su3.io)
267 points · 62 comments · by losfair
Zeroserve is a high-performance, zero-config web server that uses userspace eBPF programs as its sole configuration and scripting engine. It serves entire websites from single tarballs using `io_uring`, outperforming Nginx in small-file static serving and proxying while providing modern TLS and sandboxed middleware. [src]
Zeroserve's approach of replacing declarative configuration with eBPF scripting is met with skepticism, as users often prefer standard directives over writing C code [0]. While some see value in a self-contained binary for serving static files [6][9], others argue this use case is increasingly niche and question the project's single-threaded design [1][7]. A significant portion of the discussion focuses on the project's heavy use of AI, leading to concerns about "vibe coding" and the potential for hallucinated documentation [2], though the author clarifies that core components were developed manually [8].
15. The Smart TV in Your LivingRoom Is a Node in the AIScraping Economy (blog.includesecurity.com)
203 points · 89 comments · by nikcub
Bright Data is using a software SDK embedded in smart TVs and mobile apps to turn consumer devices into residential proxy nodes for AI web-scraping. This system bypasses VPNs and throttles to harvest data, often operating while devices are "idle" but still actively in use. [src]
Users increasingly treat smart TVs as "dumb" displays by refusing to connect them to the internet to avoid data extraction and intrusive advertising [0][1]. However, manufacturers often make this difficult by displaying persistent troubleshooting alerts or requiring connectivity just to read the privacy policies users are forced to accept [1][2][7]. Technically, these devices may act as residential proxies that bypass user-configured VPNs, creating a "cat-and-mouse game" where scrapers use home hardware to hide their traffic from the very services also hosted on major cloud providers [4][5][8]. While some suggest poisoning the scraping data with "horseshit" as a defense, others warn that being an unwitting proxy node could lead to serious legal risks if the connection is used for illegal activity [3][6].
16. The Smart TV in Your LivingRoom Is a Node in the AIScraping Economy (blog.includesecurity.com)
203 points · 89 comments · by nikcub
Bright Data’s SDK turns smart TVs and mobile devices into residential proxy nodes for AI web-scraping, bypassing VPNs and using up to 200GB of monthly bandwidth to harvest data while avoiding datacenter blocks. [src]
Users frequently attempt to isolate smart TVs by never connecting them to the internet, though some fear that guests or family members might inadvertently "fix" the connection and trigger years of stored data harvesting and firmware-driven advertisements [0][1]. Technical analysis reveals that some SDKs are designed to bypass user-configured VPNs on mobile devices to ensure traffic remains on residential or cellular interfaces [8]. While some suggest poisoning the scraping economy with fake data [6], others note the difficulty of defending websites against traffic originating from these legitimate residential proxies [5].
17. Python JIT project was asked to pause development (discuss.python.org)
176 points · 96 comments · by kbumsik
The Python Steering Council has paused new development on CPython’s experimental JIT compiler, requiring a formal Standards Track PEP within six months to justify its permanent inclusion. While bug fixes may continue, the project must address long-term maintenance, compatibility, and performance metrics to remain in the main codebase. [src]
The Python Steering Council’s request for a formal PEP and a six-month resolution window has sparked debate over whether this is a necessary safeguard against technical debt or a "poison pill" designed to kill the project [0][1]. While some view the move as a reasonable demand for a long-term maintenance plan and a thorough investigation of alternatives [1][5], others interpret the language as "gaslighting" that disrespects contributors and risks destroying development momentum [4][7]. This tension reflects a long history of "drama" regarding Python JIT implementations, with some users arguing that CPython should instead focus on pluggable infrastructure to avoid sidelining external projects like PyPy [2][6].
18. Pre-Modern Armies for Worldbuilders, Part I: Why They Fight (acoup.blog)
180 points · 52 comments · by gostsamo
Historian Bret Devereaux explores how pre-modern military recruitment systems are inextricably linked to their parent societies, arguing that armies invariably recreate civilian social hierarchies and economic structures on the battlefield through principles like employment, entitlement, vocation, and clientage. [src]
The discussion highlights the historical tendency for warrior classes to become parasitic, obsolete entities that drain state resources long after their military utility has faded, with users citing the Ottoman Janissaries, Sparta, and the modern military-industrial complex as examples [0][5][8]. Commenters drew parallels between military organization and "Conway’s Law," noting that armies inevitably recreate their civilian social structures on the battlefield [2][4]. However, some critics dismissed the article as speculative and "sententious bloviation," arguing it lacked sufficient historical evidence and failed to prioritize simple motivations like financial gain [1][3].
19. Sem: New primitive for code understanding – not LSPs, but entities on top of Git (ataraxy-labs.github.io)
171 points · 57 comments · by rohanucla
Sem is a command-line tool built on top of Git that provides semantic code understanding by tracking changes to entities like functions and classes rather than raw lines. [src]
The discussion centers on Sem's potential to improve code understanding for both humans and AI models, with users suggesting it could evolve to track data flow and "blast radius" beyond simple call graphs [0][4][8]. While the tool is praised for its utility in refactoring and model-assisted development, some users criticized the installation process as "user-hostile" for modifying git configurations without clear reversal instructions [1][7]. The creator clarified that Sem is a standalone CLI that only overrides `git diff` if explicitly configured, and noted that while they currently focus on structural analysis, they are open to exploring hybrid static-runtime instrumentation [3][8][9].
Brought to you by ALCAZAR. Protect what matters.