0. Midjourney Medical (midjourney.com)
1362 points · 874 comments · by ricochet11
Midjourney has launched a dedicated medical division focused on utilizing its generative AI technology for healthcare and medical visualization. [src]
Midjourney’s medical imaging proposal has sparked debate between those who believe mass data collection and AI can revolutionize early diagnosis [0][7] and medical professionals who warn that ultrasound has physical limitations, such as an inability to see through air or bone [3][6]. Critics emphasize that frequent, asymptomatic scanning of the general population inevitably leads to a "boondoggle" of false positives and "incidentalomas," causing unnecessary anxiety and invasive procedures [1][4][8][9]. Furthermore, skeptics argue that the vision of monthly scans for billions of people is logistically unrealistic and potentially more harmful than beneficial to public health [3][5].
1. Swiss parliament lifts ban on new nuclear power plants (bluewin.ch)
808 points · 1003 comments · by leonidasrup
The Swiss National Council has voted to lift the ban on constructing new nuclear power plants, approving a legislative counterproposal to the "Blackout Initiative." The decision, which aims to ensure long-term energy security, now moves toward a final verdict by Swiss voters in a mandatory referendum. [src]
The Swiss parliament's decision to lift the nuclear ban faces a likely public referendum and intense political opposition from left-leaning and green parties [0]. Proponents argue that nuclear energy is essential for winter energy security and meeting electrification goals, suggesting that modern technology is safe and that high costs are a matter of policy rather than physics [0][1][7]. Conversely, skeptics point to the failure of Small Modular Reactor (SMR) startups, the unresolved issue of long-term waste storage, and the historical trend of massive cost overruns and delays seen in recent European projects [2][4][5][6].
2. Microsoft new Outlook takes 10 seconds to do what Outlook Classic does instantly (windowslatest.com)
751 points · 521 comments · by Adam-Hincu
Microsoft's new WebView2-based Outlook takes approximately 10 seconds to open emails from Windows 11 notifications, whereas the native Outlook Classic performs the same task instantly. The delay is attributed to the web-based architecture, which requires significantly more system resources and processing time than its predecessor. [src]
The transition to the WebView2-based "New Outlook" has been criticized for poor performance and inefficient rendering, though some users note that competitors like Fastmail prove web-based clients can be fast if implemented correctly [0][4]. While some argue the new version is sufficient for basic needs, others highlight that it lacks the advanced features and offline capabilities power users rely on for complex data management [3][6]. This perceived decline in Windows software quality, exemplified by slow app startups and bloat in basic tools like Notepad, has led some professionals to migrate to Linux, which they find more polished and performant for modern workflows [1][2][8]. However, there is disagreement over whether these performance issues are inherent to the OS or caused by specific system configurations and background processes like Windows Defender [5][7][8].
3. I found 10k GitHub repositories distributing Trojan malware (orchidfiles.com)
972 points · 246 comments · by theorchid
A researcher discovered 10,000 GitHub repositories using automated scripts to distribute Trojan malware by cloning legitimate projects and adding malicious zip links to their README files. The campaign exploits GitHub's commit history and tags to appear trustworthy and boost search engine visibility. [src]
The discovery of 10,000 malware-distributing repositories has sparked a debate over the "open source" security myth, with commenters arguing that the ability to read code is useless when users lack the time, interest, or expertise to audit it [0][5]. High-profile anecdotes illustrate this risk, such as a Disney engineer who was compromised for months by a legitimate-looking GitHub plugin that bypassed his password manager and MFA [1]. While some users blame search engines like Bing for surfacing phishing links [3], others emphasize technical defenses like separating TOTP codes from password managers [2][6] or adopting hardware-bound passkeys to prevent credential theft on compromised devices [7]. There is significant frustration with GitHub’s perceived inaction, as observers note that even easily detectable patterns of bot-driven "trending" malware repositories often go unaddressed [9].
4. The AirPods Effect (theescapenewsletter.com)
443 points · 773 comments · by herbertl
The widespread use of AirPods and wireless earphones is contributing to increased social isolation and a 28% decline in spoken communication by creating "social crutches" that discourage spontaneous interactions and meaningful connections with others. [src]
Commenters argue that wearing earbuds is a rational response to the "unnatural" sensory overload and aggressive panhandling found in modern urban environments [0][3][6]. While some view this acoustic isolation as a necessary tool for mental well-being or a preference for quiet over public nuisances like loud phone speakers, others contend it erodes the social skill of talking to strangers and creates a "bourgeoisie wall" that ignores systemic societal issues [4][8][9]. There is also a sharp disagreement regarding safety, with one user recommending earbuds for motorcycle riding to reduce fatigue while another labels the practice as "stupidly dangerous" and illegal [2][7].
5. I told them forced consent was unlawful. 5 years later it cost Elkjop €1.8M (thatprivacyguy.com)
478 points · 295 comments · by speckx
The Norwegian Data Protection Authority fined electronics retailer Elkjøp €1.8 million for violating GDPR by forcing customers to consent to marketing emails as a condition of purchase. [src]
While commenters celebrate the individual's persistence in defending their rights, many argue that such resistance often leads to social friction or significant personal disadvantage in the US [0]. A major point of contention is whether the €1.8M fine is sufficient; some believe it may simply be a "cost of doing business" if it is lower than the profits gained from the violation [2][4][6], while others argue that legal fees and the threat of escalating fines for repeat offenses provide a stronger deterrent [3][8]. Anecdotes highlight the difficulty of opting out of invasive terms, such as apartment leases that claim broad rights to record tenants for commercial use [1][7][9].
6. Ubiquiti: Enterprise NAS, Built on ZFS (blog.ui.com)
413 points · 357 comments · by ksec
Ubiquiti has launched Enterprise NAS (ENAS), a license-free storage platform featuring ZFS architecture, 16 drive bays expandable to over one petabyte, and native UniFi integration for centralized file management and virtualization support. [src]
Ubiquiti's entry into the ZFS NAS market is met with enthusiasm for its "no monthly fee" model and commitment to local, private data storage [0][2]. Users highlight the reliability of Ubiquiti’s ecosystem in offline scenarios, such as capturing burglary footage even after internet access was cut [1][4]. However, skepticism remains regarding the hardware's performance, with concerns about whether ARM-based processors can saturate 25GbE links and if spinning disks can match the speed of NVMe-based alternatives [5][8]. While some praise the brand's longevity and clean interface, others criticize recent hardware as "utter crap" and worry the company may eventually pivot to a subscription model [3][9].
7. .gitignore Isn't the only way to ignore files in Git (nelson.cloud)
592 points · 172 comments · by FergusArgyll
Beyond the standard `.gitignore` file, Git allows users to ignore files locally via `.git/info/exclude` for repository-specific needs or globally through `/.config/git/ignore` to apply exclusions across all projects on a machine. [[src]](https://nelson.cloud/.gitignore-isnt-the-only-way-to-ignore-files-in-git/ "Title: .gitignore Isn’t the Only Way To Ignore Files in Git URL Source: https://nelson\.cloud/\.gitignore\-isnt\-the\-only\-way\-to\-ignore\-files\-in\-git/ Published Time: 2026-06-18T00:00:00Z Markdown Content: I’ve been using Git for so long and I just realized you can ignore files at three different levels and not just with `.gitignore`. The three files you can use to ignore files are: * `.gitignore` * `.git/info/exclude` * `/.config/git/ignore` `.gitignore` is the usual file where you…")
The discussion highlights a strong consensus that global or user-wide gitignore files are superior for OS and IDE-specific files, preventing repository "noise" and accidental commits across multiple projects [0][9]. However, some argue that including these common files in the repository's `.gitignore` is more practical to ensure consistency among all contributors [6][7]. Additionally, users noted that `.gitattributes` can be used to suppress unreadable diffs for lockfiles [1][3], though others caution that these changes should be monitored closely for security reasons [2].
8. Noam Shazeer Joins OpenAI (twitter.com)
353 points · 402 comments · by lukasgross
Noam Shazeer, a co-lead of Google’s Gemini project and a prominent AI researcher, is leaving Google to join OpenAI. [src]
Noam Shazeer, a co-author of the "Attention Is All You Need" paper and former Gemini co-lead, has left Google for OpenAI shortly after a multi-billion dollar deal brought him back to the company [1][8]. While some view his departure as a significant blow to Google’s Gemini progress [7], others argue that LLMs are becoming commodities and that Google’s established product verticals and revenue models provide a stronger long-term moat [9]. The move has sparked debate over Shazeer's outspoken personality and the friction between "big corp" bureaucracy and startup culture [0][4][5], with some observers lamenting the industry's tendency to treat high-profile researchers like professional athletes transferring teams [6].
9. Emacs 31 is around the corner: The changes I'm daily driving (rahuljuliato.com)
466 points · 282 comments · by frou_dh
Emacs 31 introduces significant built-in enhancements, including simplified Tree-sitter integration, a new experimental Markdown mode with live code-block fontification, editable Xref buffers, and improved window management commands, reducing the need for external packages and complex user configurations. [src]
Long-time users emphasize that Emacs remains a premier "power-tool" for serious work due to its speed, configurability, and the ubiquity of its keybindings across modern operating systems and CLI tools [0][8][9]. While some argue the steep learning curve and potential for physical strain remain barriers [6], others suggest that modern LLMs have made managing complex configurations significantly easier [4]. There is a growing consensus that recent updates like Tree-sitter and improved LSP support have revitalized the project, allowing it to catch up to modern IDEs while maintaining a superior, code-centric screen density [1][2].
10. Local Qwen isn't a worse Opus, it's a different tool (blog.alexellis.io)
488 points · 253 comments · by alphabettsy
Developer Alex Ellis argues that local AI models like Qwen 27B are specialized tools for privacy-sensitive tasks and data analysis rather than direct replacements for frontier models like Claude Opus, noting that while they offer significant value for airgapped workflows, they remain prone to hallucinations and infinite loops during complex coding. [src]
Experienced users argue that different LLMs function like distinct musical instruments rather than simple commodities, requiring specific prompting "vibes": Claude mirrors the user's tone, GPT demands precision to avoid overengineering, and Qwen excels when filling structured formats like XML [0]. While some compare these nuances to managing human helpers [2], critics argue this perspective is unscientific and akin to finding patterns in a slot machine [1][3][9]. Despite current limitations in long-horizon tasks and high power consumption [8], there is optimism that the rapid pace of improvement will soon bring local models to the level of previous frontier benchmarks like Opus [4][6].
11. The founder of Craigslist has given away half a billion dollars (independent.co.uk)
417 points · 320 comments · by Tomte
Craigslist founder Craig Newmark has donated $500 million to charity and defended The Giving Pledge against criticism from fellow billionaires like Peter Thiel, who has recently discouraged the ultra-wealthy from participating in large-scale philanthropy. [src]
Craig Newmark is widely praised for his modest lifestyle and "good water pressure" philosophy [0], with users noting that even his multi-million dollar real estate purchases remain relatively humble for a billionaire [1][5][8]. However, critics argue that Craigslist’s success is partially built on facilitating rampant scams that the platform fails to address [4]. The discussion also reflects a divide over American wealth: some see the country as the premier destination for upward mobility [3], while others view its economic structure as an unstable "asymmetric upside down pyramid" fueled by growing resentment toward the rich [2][6][7].
12. Show HN: Are You in the Weights? (intheweights.com)
463 points · 244 comments · by turtlesoup
This new tool allows users to determine if they are recognized by various AI models by querying multiple LLMs in parallel to identify traces of their personal data within the models' training weights. [src]
The discussion centers on significant privacy concerns, as users warn that all entered names are publicly listed on an endless leaderboard [1] and advise against using real identities [0][3]. While users enjoy the 8-bit aesthetic [9], many report that the AI frequently "hallucinates" their identities, misidentifying them as athletes, writers, or forum posters [2][3][6]. Despite technical issues like rate-limiting [7], the creator notes that while the tool is expensive to run, they have optimized costs using specific models like Kimi K2 [4][8].
13. DeepSeek Introduces Vision (chat.deepseek.com)
493 points · 203 comments · by RIshabh235
We couldn't summarize this story. [src]
DeepSeek’s new vision capabilities offer a cost-effective alternative to ChatGPT and Claude for image interpretation, though the system remains focused on analysis rather than generation [0][4]. Users have observed the model increasingly "reasoning" in Chinese, which some attribute to the language's higher token efficiency or the model's native training data [2][3][5]. While some debate the utility of voice features, others argue that speech-to-text combined with AI summarization is a superior method for rapid "brain-dumping" and clear communication [1][6].
14. A website that lists websites to submit your website to (submission.directory)
439 points · 94 comments · by azeemkafridi
Submission.Directory is a hand-picked collection of platforms where users can submit websites, startups, and products to improve search engine rankings, earn backlinks, and reach new audiences. [src]
The emergence of website submission directories is viewed as a modern revival of 1990s tools like "Submit It" and DMoz, though the focus has shifted from search engine indexing to targeting specific niche audiences [0][9]. While some users appreciate these lists for product discovery, others warn they act as a "recipe for spam" and "shortcuts" for drive-by posters who fail to engage with communities authentically [1][8]. Notable anecdotes include the creator of BetaList, who built a similar directory to redirect rejected startups [2], and observations that platforms like Medium have transitioned from high-prestige sites to hubs for "AI slop" [5].
15. Hospitals and universities repurposing drugs at lower cost (kcl.ac.uk)
339 points · 179 comments · by giuliomagnifico
A King’s College London study reveals that hospitals and universities are repurposing generic drugs through late-stage clinical trials at costs up to 90% lower than the pharmaceutical industry, offering a sustainable system for providing affordable medical treatments outside the traditional patent model. [src]
While hospitals and universities can identify new uses for existing drugs, the lack of a formal regulatory pathway to update official indications without manufacturer consent limits commercial support and insurance coverage [0][4][6]. Commenters highlight how patent laws and FDA approval requirements create perverse incentives, such as insurers paying $17,000 monthly for a patented, potentially less effective variant of a cheap, off-patent drug [2]. There is disagreement over the cause of high costs: some blame a "mafia-like" lack of competition [1], while others argue that US generic prices are actually lower than international averages and that high brand-name prices stem from government-granted monopolies rather than free-market capitalism [8]. Additionally, US regulations requiring insurers to spend a fixed percentage of premiums on care may paradoxically discourage them from seeking cheaper treatment options [7].
16. CS 6120: Advanced Compilers: The Self-Guided Online Course (2020) (cs.cornell.edu)
450 points · 60 comments · by ibobev
Cornell University offers a self-guided, PhD-level online course on advanced compilers that features video lessons, research papers, and open-source hacking tasks using LLVM and the Bril intermediate representation. [src]
The course's curriculum sparked debate over whether "advanced" compilers should focus on optimization and SSA form rather than basic lexing and parsing [1][3]. A central technical disagreement emerged regarding trace compilation; while some argue it is a "dead end" that fails on complex, branchy code [0][6][9], others point to its success in numerical computing (JAX) and high-performance runtimes like LuaJIT [2][7]. The course author noted that while tracing may be less practical industrially, it remains a valuable "mind-expanding" concept for students [9].
17. Can you see three trees? (not-ship.com)
320 points · 146 comments · by Pamar
The 3-30-300 rule is a growing urban planning standard requiring residents to see three trees, have 30% neighborhood canopy cover, and live within 300 meters of a park, though recent studies show most global cities currently fail to meet these health-critical benchmarks. [src]
Commenters debate the greenness of London, with one user describing the financial district as a "concrete/glass wasteland" devoid of sidewalk trees [0], while others counter that London is among the world's greenest cities and features the ubiquitous London plane tree [2][6]. Beyond London, users share anecdotes about the profound calming effects of staring at trees [5] and the psychological "neuroticism" caused by living in urban environments without access to nature or fresh air [9]. Discussions also highlight successful urban forestry in Singapore and Amsterdam [1][3], though some note that maintaining city vegetation is increasingly difficult in European climates due to drought and pests [7].
18. Modos Color Monitor Pushes E-Paper Displays Further (spectrum.ieee.org)
344 points · 84 comments · by Vinnl
Modos is crowdfunding the "Flow," an open-source 13.3-inch color e-paper monitor featuring a 60-Hz refresh rate and a custom "Enchanter" controller designed to minimize latency for desktop use. [src]
The Modos Color Monitor has generated excitement for its high-end specs, such as a 60Hz refresh rate and 3,200 x 2,400 resolution, which could make e-paper viable for coding and outdoor use [2][3]. While some users question the high price and potential limitations of the pen input, others argue that the technology's historical speed issues stem from low-power controllers rather than the panels themselves [1][4][5]. However, there is a debate over whether e-ink is the right choice for interactive displays, with some suggesting that transflective or Memory-in-Pixel (MIP) LCDs offer better efficiency and performance for high-refresh tasks [8][9].
19. What was nice about the UI of Windows 2000 (movq.de)
204 points · 179 comments · by npongratz
Windows 2000 is praised for its clean, consistent user interface that utilized 3D reliefs, distinct icons, and visible scrollbars to provide clear visual clues for interactivity. The author argues that modern "flat" designs have abandoned these intuitive metaphors, making contemporary software less efficient and harder to navigate. [src]
The Windows 2000 era is remembered for its consistent, skeuomorphic design language that used visual metaphors to clearly indicate interactable elements [3][5]. While some argue the "Start" button was a logical guide for new users [1], others recall it being counterintuitive since the computer was already "started" [8]. A central point of contention is the shift toward modern "flat" UIs; critics argue this has turned computing into "unpredictable magic" where users must guess what is clickable [0][2], whereas proponents suggest younger users find modern touch interfaces more intuitive than the "drab" office aesthetics of the past [7][8].
Brought to you by ALCAZAR. Protect what matters.