0. Someone bought 30 WordPress plugins and planted a backdoor in all of them (anchor.host)
1194 points · 340 comments · by speckx
A malicious buyer acquired a portfolio of over 30 WordPress plugins and planted a sophisticated backdoor that remained dormant for eight months before injecting SEO spam via `wp-config.php`. WordPress.org has since closed the affected plugins, which include popular tools like Countdown Timer Ultimate and Popup Anything on Click. [src]
The incident highlights a critical vulnerability in modern software where attackers can simply purchase dependencies or bribe employees to insert backdoors, a tactic fueled by the massive financial incentives of cryptocurrency [0][7]. Commenters argue that the industry's reliance on massive trees of unvetted transitive dependencies makes supply chain attacks nearly inevitable [1][3][9]. While some debate whether "bug-free" software is even possible, others contend that we possess the technical tools to achieve high quality but consistently prioritize speed and cost over security [2][4][5][8].
1. GitHub Stacked PRs (github.github.com)
898 points · 524 comments · by ezekg
GitHub has introduced Stacked PRs in private preview, featuring a new CLI and native UI support to help developers break large changes into a chain of small, independently reviewable pull requests that can be merged together. [src]
The introduction of stacked PRs on GitHub aims to replicate the Phabricator and Mercurial workflow, which proponents argue makes reviewing large features more manageable by breaking them into smaller, logical chunks [0][8]. While some users find the concept redundant or confusing compared to reviewing individual commits [3][4], others highlight that current GitHub UX makes manual stacking difficult due to merge conflicts and target branch issues [7]. Despite Git's dominance and speed, there is a lingering debate over whether its API is inferior to Mercurial's, leading to the rise of tools like `jujutsu` to bridge the gap [1][2][9].
2. All elementary functions from a single binary operator (arxiv.org)
854 points · 294 comments · by pizza
Researcher Andrzej Odrzywołek has identified a single binary operator, $eml(x,y) = \exp(x) - \ln(y)$, that can generate all standard elementary functions and constants, enabling a uniform tree-based structure for symbolic regression and scientific computation. [src]
The discovery of a single binary operator (EML) capable of representing all elementary functions is seen as a potentially significant breakthrough for modeling complex data and wave functions via gradient descent [0]. However, critics argue that while mathematically elegant, the approach suffers from an exponential "expression blow-up"—for instance, simple multiplication requires a depth-8 tree with over 40 leaves—making it computationally inefficient compared to traditional polynomials or NAND-gate logic [2][6]. Furthermore, some note that EML is not unique in its universality, as other binary operators like $1/(x-y)$ can also derive all elementary operations [1]. While some users have already begun testing LLMs on their ability to compose EML trees, others remain skeptical of the practical hardware trade-offs compared to traditional math coprocessors [3][5].
3. The dangers of California's legislation to censor 3D printing (eff.org)
501 points · 469 comments · by salkahfi
California bill A.B. 2047 proposes mandating print-blocking algorithms on all 3D printers to prevent the production of firearms, a move critics argue will criminalize open-source software, stifle innovation, and create significant consumer privacy and surveillance risks. [src]
Commenters argue that California's legislation is ineffective because 3D printing is a less reliable method of manufacturing firearms than using metal pipes or purchasing unregulated components like rifled barrels [0][1]. While some believe the bill is a genuine, if misguided, attempt by gun control lobbyists to prevent the production of handgun frames and "Glock switches," others suspect it is driven by gun manufacturers seeking to eliminate competition from a growing cottage industry [1][2][6]. Critics contend the law unfairly targets 3D printing technology and innovators while failing to address the underlying availability of ammunition or the reality of the hundreds of millions of firearms already in national circulation [3][5][9].
4. Apple's accidental moat: How the "AI Loser" may end up winning (adlrocha.substack.com)
436 points · 384 comments · by walterbell
Apple is emerging as a surprise AI winner by leveraging its "unified memory" chip architecture and vast ecosystem of personal user context to run increasingly commoditized, high-performance open-source models locally on-device, avoiding the massive infrastructure costs and privacy concerns plaguing competitors like OpenAI. [src]
Apple’s strategy is viewed by some as a classic "leapfrog" approach, waiting for competitors to make sunk investments before architecting a superior, integrated consumer solution [0][2]. There is a growing consensus that local models are rapidly closing the gap with cloud-based AI; if local performance reaches the level of current top-tier models within the next two years, the need for third-party cloud subscriptions may vanish for many users [1][6]. However, skeptics argue that hardware constraints like RAM will limit mobile local AI [9], while others criticize Apple for maintaining a "walled garden" that increasingly prioritizes integrated advertising over user experience [4][7].
5. US appeals court declares 158-year-old home distilling ban unconstitutional (nypost.com)
460 points · 337 comments · by t-3
The 5th U.S. Circuit Court of Appeals has struck down a 158-year-old federal ban on home distilling, ruling that the Reconstruction-era law is an unconstitutional overreach of congressional taxing power. [src]
The ruling has sparked debate over the federal government's power to regulate non-commercial home activities under the Commerce Clause, with some users arguing that precedents like *Gonzales v. Raich* and *Wickard v. Filburn* should be overturned next [0][6]. While many expect federal marijuana legalization within a decade due to broad public support, others remain opposed due to the "negative externalities" of the smell and smoke in public or multi-family housing [1][3][4]. Additionally, commenters clarified that the primary danger of home distilling is fire rather than methanol poisoning, which historically stems from industrial alcohol rather than grain fermentation [5].
6. Nothing Ever Happens: Polymarket bot that always buys No on non-sports markets (github.com)
469 points · 274 comments · by m-hodges
"Nothing Ever Happens" is an open-source Python bot designed to automatically buy "No" outcomes on standalone, non-sports markets on the Polymarket prediction platform. [src]
The "Nothing Ever Happens" bot is presented as a "meme" project that bets against fantastical outcomes, leveraging the fact that 73% of Polymarket events resolve to "No" [0][1]. While some argue this strategy capitalizes on a human bias toward "exciting" outcomes that are often overpriced, others contend that market efficiency and bookie cuts likely price these bets at their fair value, negating potential profits [2][4][7][8]. Commenters emphasize that while inefficient markets may offer positive expected value (EV) initially, open-sourcing such strategies quickly leads to a stable feedback loop where the market reprices to eliminate the edge [3][9].
7. Android now stops you sharing your location in photos (shkspr.mobi)
424 points · 319 comments · by edent
Google has updated Android to automatically strip geolocation metadata from photos shared via the web, Bluetooth, and email to enhance user privacy, a move that complicates the functionality of niche websites and services that rely on geotagged image data. [src]
The consensus among commenters is that stripping EXIF data is a necessary privacy protection, as most users are unaware they are sharing live GPS coordinates with random websites [0][1]. However, critics argue this "toddler-proofing" approach breaks legitimate workflows, such as government data collection or file naming, and frustrates power users who want full control over their data [3][4][9]. Some participants remain skeptical of Google's motives, noting that the company often prioritizes privacy only when it doesn't interfere with advertising revenue or data consolidation [2][6].
8. Make tmux pretty and usable (2024) (hamvocke.com)
457 points · 278 comments · by speckx
This guide explains how to customize tmux by editing the `.tmux.conf` file to improve usability and aesthetics. It provides specific configurations for remapping prefix keys, creating intuitive pane splits, enabling mouse support, and applying custom color schemes to the status bar and panes. [src]
While many users have migrated from tmux to modern alternatives like Zellij for its superior UI and mouse handling [0][4], others have returned to tmux due to stability issues or specific key-binding fixes [2]. A significant portion of the community argues that tmux should be used minimally for session persistence rather than complex window management, which they prefer to handle via native terminal features or window managers [5][8][9]. For those seeking a middle ground, "Control Mode" (`tmux -CC`) is highlighted as a way to integrate tmux sessions directly into a terminal's native tabs and scrollback [6].
9. The economics of software teams: Why most engineering orgs are flying blind (viktorcessan.com)
417 points · 281 comments · by kiyanwang
Most engineering organizations lack financial visibility, failing to track the roughly €1 million annual cost of an eight-person team against the 3x to 5x value return required for viability. As AI reduces the competitive moat of large codebases, companies must shift from activity metrics to rigorous economic analysis. [src]
The discussion centers on whether the primary challenge of software engineering is the technical implementation or the conceptual task of defining what to build [0][4][8]. While some argue that programming is merely a means to explore a problem space [0], others contend that complex engineering remains a significant hurdle that cannot be dismissed as easy [4][8]. There is strong skepticism regarding the article's optimism for AI agents; critics argue that LLMs currently produce "bricked" codebases where structural integrity is sacrificed for a polished exterior, eventually leading to a total inability to make progress [3][5]. Despite these technical concerns, some commenters find the prospect of an "agent-to-agent" world appealing if it eliminates corporate bureaucracy and management layers [1][2].
10. Stanford report highlights growing disconnect between AI insiders and everyone (techcrunch.com)
263 points · 406 comments · by ZeidJ
Stanford’s 2026 AI Index report reveals a widening gap between optimistic industry experts and a skeptical public increasingly anxious about AI's impact on jobs, healthcare, and the economy. [src]
A sharp divide exists between leadership and "AI experts" who see massive productivity gains—such as condensing two-week projects into minutes [5]—and rank-and-file engineers who find the technology underwhelming and its promises "rosy" but unfulfilled [0][1]. Critics argue that the push for AI is creating a "mania" that sidelines engineering rigor in favor of useless proofs of concept [7], while younger generations increasingly view AI as a "bad or immoral" tool associated with cheating [4][9]. Furthermore, there is significant concern that viewing junior engineers as replaceable by AI will cause organizations to "rot from the inside" by destroying the pipeline for future senior talent [6][8].
11. Microsoft isn't removing Copilot from Windows 11, it's just renaming it (neowin.net)
376 points · 287 comments · by bundie
We couldn't summarize this story. [src]
The discussion reflects a deep frustration with Microsoft’s tendency to add "bloat" to simple utilities, such as integrating AI into Notepad or previously attempting to replace Paint with Paint 3D [2][5]. While some users find the ability to toggle these features off acceptable, others view the renaming of Copilot as a superficial change that mirrors past empty corporate gestures [1][3]. Consequently, many users are migrating to Linux for a cleaner experience, though some remain on Windows due to kernel-level anti-cheat in games or superior battery life on mobile hardware [0][4][8].
12. Servo is now available on crates.io (servo.org)
482 points · 152 comments · by ffin
The Servo project has released version 0.1.0 of its web engine as a crate on crates.io, offering a high-performance embedding API and a new long-term support (LTS) version for developers. [src]
The availability of Servo on crates.io has sparked debate over whether AI should be used to accelerate the development of such critical, underfunded infrastructure [0], though some users strongly reject the idea of "vibe-coded" foundational tools [1]. A significant portion of the discussion focuses on Rust’s versioning system, with critics arguing that Cargo’s handling of 0.x versions discourages reaching 1.0 and creates semantic confusion [3][6]. While some see the release as "too little too late" due to the rise of system-provided webviews [9], others are already experimenting with the crate for tasks like CLI-based webpage rendering [7] and suggesting the eventual replacement of its C++ SpiderMonkey engine with a native Rust alternative [4][8].
13. This year’s insane timeline of hacks (ringmast4r.substack.com)
345 points · 201 comments · by laurex
The first four months of 2026 have seen an unprecedented wave of cyberattacks by state-linked and criminal alliances, including a massive 200,000-device wiper attack on Stryker, breaches of FBI and Lockheed Martin systems, and a 1.5-billion-record Salesforce exploitation targeting hundreds of global organizations. [src]
The tech industry is entering a "ransomware apocalypse" as generative AI lowers the barrier for sophisticated phishing, malvertising, and supply chain attacks previously reserved for nation-states [0][7]. While some see security as a promising career path for the youth, veterans warn of extreme burnout caused by corporate negligence and the potential for AI to eventually automate defensive roles as well [0][1][6]. Despite the escalating severity of these breaches, the general public remains largely indifferent due to "crisis fatigue" and a constant stream of competing global anxieties [2][5]. Ultimately, experts suggest that without systemic accountability for sloppy security practices, the internet may become fundamentally unsafe for the average user [4][9].
14. The Future of Everything Is Lies, I Guess: Safety (aphyr.com)
330 points · 181 comments · by aphyr
The proliferation of machine learning systems endangers physical and psychological safety by enabling sophisticated cyberattacks, automated harassment, and large-scale fraud while lowering the barrier for developing "unaligned" or malicious models. These technologies also facilitate the expansion of autonomous weaponry and increase the trauma experienced by human content moderators. [src]
The discussion centers on the inherent difficulty of "alignment," with some arguing that commercial and governmental interests are fundamentally adversarial to individuals [0]. While some participants believe humans are biologically or socially predisposed toward prosocial alignment [2][3], others contend that human history is defined by violent value misalignments and that systems like markets or civilizations were specifically invented to manage these conflicts [4][5]. This debate extends to anthropological theories, contrasting the idea of "everyday communism" and gift economies against the modern tendency to view all human interactions through a market-based lens [7][8][9].
15. Building a CLI for all of Cloudflare (blog.cloudflare.com)
336 points · 107 comments · by soheilpro
Cloudflare is rebuilding its Wrangler CLI to cover its entire API surface, introducing a technical preview (`npx cf`) and a "Local Explorer" tool to help developers and AI agents manage both remote and local resources with consistent, schema-driven commands. [src]
The introduction of a unified Cloudflare CLI sparked a debate over the choice of TypeScript, with critics arguing it lacks the performance of languages like C or Go [0][8], while proponents highlight its modern developer experience and suitability for scripting [5]. Users expressed a strong desire for better permission management, specifically requesting features to identify required API token scopes before deployment [2][9]. Additionally, early feedback on the tool emphasizes the need for standardized help flags, consistent formatting across subcommands, and non-interactive behavior for basic command queries [3].
16. AI could be the end of the digital wave, not the next big thing (thenextwavefutures.wordpress.com)
178 points · 255 comments · by surprisetalk
The "late-cycle investment theory" suggests that AI is the final optimization stage of the 1970s digital revolution rather than a new technological surge, characterized by high capital costs, incumbent dominance, and a focus on efficiency within existing systems. [src]
The discussion highlights a divide between those who view AI as a tool for unprecedented creative and technical unlocking and those who see it primarily as a mechanism for labor exploitation and the degradation of digital quality [1][5][9]. Some developers report a rapid decline in their ability to code without AI assistance, while others argue that "muscle memory" remains intact for experienced professionals and that boilerplate should have been automated long ago [0][3][7]. Beyond the workplace, users are noting a decline in the online shopping experience due to a flood of AI-generated imagery, leading some to return to physical retail [2][8].
17. WiiFin – Jellyfin Client for Nintendo Wii (github.com)
259 points · 128 comments · by throwawayk7h
WiiFin is an experimental, open-source homebrew client that allows Nintendo Wii users to stream media from Jellyfin servers via server-side transcoding. It supports library browsing, secure authentication, and video playback using an integrated MPlayer CE engine. [src]
Jellyfin is gaining significant momentum over Plex, evidenced by its rising popularity on platforms like TrueNAS and its expanding ecosystem of community-driven clients [0][4]. While users appreciate Jellyfin's simplicity and lack of bloat, debates persist regarding its security model; some recommend strict isolation via VPNs, while others argue that a standard reverse proxy is sufficient for most threat models [1][5][6][8]. Meanwhile, Plex faces criticism for prioritizing unwanted features over core user needs, though some power users still prefer its centralized authentication for managing remote family access [2][3][7].
18. I went to America's worst national parks so you don't have to (substack.com)
195 points · 182 comments · by surprisetalk
A veteran traveler critiques several major U.S. national parks for overcrowding and boredom, ultimately naming South Carolina's Congaree the worst due to its stagnant water, extreme humidity, and aggressive mosquito infestations. [src]
Commenters largely dismiss the author's critiques as "trolling," arguing that even the most crowded parks like Zion offer solitude if visitors venture beyond the "Disneyland" main attractions or hike more than two miles from trailheads [0][2][4]. While some acknowledge the grueling nature of the Grand Canyon's switchbacks and the intense congestion at Zion during peak seasons, they maintain these sites possess an "immediate majesty" that the author fails to appreciate [1][5][8]. Others suggest that state parks or less-famous national sites like Congaree often provide a superior, less-crowded experience compared to the "tourist traps" of major parks [3][9].
19. The paper computer (jsomers.net)
288 points · 88 comments · by jsomers
James Somers explores the potential for advanced AI to enable a "paper computer" workflow, where physical objects like notebooks and cards serve as interfaces for digital tasks to reduce screen time and eliminate the distractions inherent in modern computing. [src]
The concept of "Paper Computing" envisions using physical paper as a tangible, distraction-free interface for digital tasks, such as managing emails through pen-strokes or viewing live media projected onto pages [0][1][5]. Proponents highlight its potential to reduce screen addiction for children and provide a more "freeing" experience than traditional displays [0]. While some see this as a "rebirth of faxing" or a return to the skeuomorphic ideals of the Apple Newton [2][3][6], skeptics argue that digital-first workflows are more efficient for long-term organization and that "actually good AI" should automate tasks entirely rather than just changing the format of human labor [1][7]. Notable inspirations for this vision include Bret Victor’s DynamicLand and the "Young Lady's Illustrated Primer" from science fiction [6][8].
Brought to you by ALCAZAR. Protect what matters.