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].
Brought to you by ALCAZAR. Protect what matters.