<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/collections/best-of/2025/11" -->

---
title: Best Collections posts — November 2025 | daily.dev
description: The most upvoted Collections posts from November 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/collections/best-of/2025/11
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/collections/best-of/2025/11
og:type: website
og:site_name: daily.dev
og:title: Best Collections posts — November 2025 | daily.dev
og:description: The most upvoted Collections posts from November 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Collections — November 2025

1. 1  
[](https://daily.dev/posts/enhancing-gemini-cli-interactive-and-polished-experience-lxusoq2wn "Enhancing Gemini CLI: Interactive and Polished Experience")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 42w  
Enhancing Gemini CLI: Interactive and Polished Experience  
Gemini CLI versions 0.9.0 and 0.15.0 introduce major improvements to terminal interaction and user experience. Version 0.9.0 adds pseudo-terminal (PTY) support using node-pty, enabling interactive commands like vim and git rebase to run directly in the CLI with full terminal state streaming and two-way interaction. Version 0.15.0 focuses on UI polish with mouse support, persistent headers, stable input positioning, and elimination of visual glitches like screen flicker and bouncing prompts. These updates transform the CLI into a more sophisticated, visually refined tool with improved terminal resizing and accessible chat history.  
123  
4
2. 2  
[](https://daily.dev/posts/rising-viability-of-linux-gaming-as-nearly-90-of-windows-games-now-compatible-atwnvjijk "Rising Viability of Linux Gaming as Nearly 90% of Windows Games Now Compatible")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 45w  
Rising Viability of Linux Gaming as Nearly 90% of Windows Games Now Compatible  
Linux gaming on Steam has crossed 3% market share for the first time, reaching 3.05% in October 2025—a 50% increase from the previous year. This growth is driven by improved compatibility layers like Proton (enabling 90% of Windows games to run on Linux), the popularity of Steam Deck (accounting for 27% of Linux gaming), and Windows 10's end of support pushing users toward alternatives. Popular distributions include Arch Linux, Linux Mint, CachyOS, and Bazzite, with new hardware like Lenovo's Legion Go S further expanding the ecosystem.  
101  
6
3. 3  
[](https://daily.dev/posts/megabonk-developer-withdraws-from-the-game-awards-over-indie-qualification-concerns-snikf6tdg "Megabonk Developer Withdraws from The Game Awards Over Indie Qualification Concerns")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 42w  
Megabonk Developer Withdraws from The Game Awards Over Indie Qualification Concerns  
Vedinad withdrew Megabonk from The Game Awards' Best Debut Indie Game category after clarification that it wasn't their first game, having previously released titles under different studio names. The withdrawal highlights ongoing industry debates about what qualifies as an 'indie' game, with similar controversies involving nominees like Dave the Diver (developed by a Nexon subsidiary). The Game Awards organizer Geoff Keighley acknowledged the withdrawal and the need for clearer guidelines on indie game qualifications in award frameworks.  
39  
6
4. 4  
[](https://daily.dev/posts/introducing-visual-studio-2026-and-net-10-lts-a-leap-forward-in-development-nmdj84h3k "Introducing Visual Studio 2026 and .NET 10 LTS: A Leap Forward in Development")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 43w  
Introducing Visual Studio 2026 and .NET 10 LTS: A Leap Forward in Development  
.NET 10 brings major performance and productivity improvements, with Blazor achieving 76% faster loading times through optimized script delivery and 20% faster component rendering. Visual Studio 2026 introduces AI-native capabilities with GitHub Copilot integration, 50% faster solution loading, and adaptive debugging tools. The release includes built-in passkey authentication, declarative state persistence, 10x faster hot reload for large apps, and full C# 14 support with over 5,000 bug fixes implemented from community feedback.  
39
5. 5  
[](https://daily.dev/posts/ubuntu-26-04-resolute-raccoon-snapshot-1-released-for-download-sinuorrod "Ubuntu 26.04 'Resolute Raccoon' Snapshot 1 Released for Download")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 41w  
Ubuntu 26.04 'Resolute Raccoon' Snapshot 1 Released for Download  
Ubuntu 26.04 'Resolute Raccoon' has entered development with its first snapshot release, marking the beginning of a five-month cycle toward the LTS release in April 2026\. This initial snapshot focuses on foundational package updates and tooling adjustments. Key features planned for the final release include GNOME 50, a transition to Wayland-only desktop environment, new applications like Showtime video player and Resources system monitor, enhanced App Center with DEB/APT management, and x86-64-v3 package variants for improved performance on modern CPUs. The development roadmap includes monthly snapshots, a feature freeze in February 2026, and a beta release in March 2026.  
32  
1
6. 6  
[](https://daily.dev/posts/open-source-release-tokio-quiche-simplifies-async-quic-and-http-3-jyxfkudmw "Open-Source Release: tokio-quiche Simplifies Async QUIC and HTTP/3")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 44w  
Open-Source Release: tokio-quiche Simplifies Async QUIC and HTTP/3  
Cloudflare open-sourced tokio-quiche, an asynchronous QUIC library for Rust that combines quiche protocol with Tokio runtime. The library simplifies building QUIC applications by providing async UDP socket integration, connection management, and HTTP/3 support out of the box. It uses an actor model architecture and supports custom protocols through traits. Already powering Cloudflare's production infrastructure including iCloud Private Relay and Oxy proxies, handling millions of HTTP/3 requests per second, the library is now available for developers to build QUIC-based applications in the Rust ecosystem.  
29
7. 7  
[](https://daily.dev/posts/announcing-htmx-4-0-embracing-the-fetch-api-and-modern-enhancements-mxhcluue6 "Announcing htmx 4.0: Embracing the Fetch API and Modern Enhancements")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 44w  
Announcing htmx 4.0: Embracing the Fetch API and Modern Enhancements  
htmx 4.0 transitions from XMLHttpRequest to the modern fetch() API, introducing explicit attribute inheritance with the :inherited modifier, native streaming support, and idiomorph integration for DOM morphing. The release simplifies history management by removing localStorage-based snapshots, enhances the event system with improved hx-on scripting, and adds support for partial elements and view transitions with queuing. An alpha version is currently available with a stable release planned for early 2027, while version 2.0 will continue to receive indefinite support.  
24  
1
8. 8  
[](https://daily.dev/posts/net-conf-explore-the-future-with-net-10-and-visual-studio-2026-5zrlhzjth ".NET Conf: Explore the Future with .NET 10 and Visual Studio 2026")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 44w  
.NET Conf: Explore the Future with .NET 10 and Visual Studio 2026  
.NET Conf 2025 is a free virtual conference from November 11-13 featuring the launch of .NET 10 and Visual Studio 2026\. The event covers Visual Studio 2026's enhanced profiler and debugger tools, .NET 10 migration capabilities with Azure integration, C# 14 features, Blazor and .NET MAUI improvements, and AI integrations including Copilot advancements and Microsoft Agent Framework. Sessions include Microsoft experts and global community speakers sharing real-world applications and advanced techniques, with an additional Student Zone day on November 14 for beginners.  
21
9. 9  
[](https://daily.dev/posts/apple-to-launch-budget-macbook-with-iphone-chip-in-early-2026-sf5mycnyd "Apple to Launch Budget MacBook with iPhone Chip in Early 2026")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 44w  
Apple to Launch Budget MacBook with iPhone Chip in Early 2026  
Apple plans to release a budget MacBook under $1,000 in early 2026, featuring an iPhone A-series chip instead of traditional Mac processors. Internal testing shows the smartphone chip outperforms the M1 processor. The device will have a sub-13.6-inch LCD display and targets students, casual users, and businesses as a competitor to Chromebooks and entry-level Windows PCs. Apple will also launch M5-powered MacBook Air and Pro models around the same timeframe.  
17  
3
10. 10  
[](https://daily.dev/posts/cloudflare-outage-on-november-18-2025-a-database-permissions-mishap-oxniqsfnn "Cloudflare Outage on November 18, 2025: A Database Permissions Mishap")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 42w  
Cloudflare Outage on November 18, 2025: A Database Permissions Mishap  
Cloudflare experienced a three-hour outage on November 18, 2025, affecting major services like Shopify, Amazon, and ChatGPT. A database permissions change in their ClickHouse cluster caused the bot management feature file to double in size with duplicate entries, exceeding proxy system limits and triggering widespread 5xx errors. A faulty query generated corrupted configuration files every five minutes, creating intermittent failures that initially appeared as a DDoS attack. Engineers resolved the issue by halting faulty file generation, deploying a known-good configuration, and restarting services. Cloudflare committed to stricter validation protocols, global kill switches, and comprehensive failure mode reviews to prevent future incidents.  
15
11. 11  
[](https://daily.dev/posts/snapchat-open-sources-valdi-framework-for-cross-platform-mobile-development-hmujukb7h "Snapchat Open Sources Valdi Framework for Cross-Platform Mobile Development")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 43w  
Snapchat Open Sources Valdi Framework for Cross-Platform Mobile Development  
Snap Inc. open-sourced Valdi, a cross-platform mobile UI framework used internally for eight years. The framework compiles TypeScript directly to native views for iOS, Android, and macOS without web views or JavaScript bridges. Valdi claims 2x faster rendering and 75% less memory usage compared to competitors, featuring hot reload, VSCode debugging, and FlexBox layouts. The release sparked debate among developers comparing it to React Native's recent architectural improvements that also eliminated JavaScript bridges.  
12
12. 12  
[](https://daily.dev/posts/announcing-new-features-in-f-10-and-c-14-with-net-10-sgvs6hcgs "Announcing New Features in F# 10 and C# 14 with .NET 10")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 43w  
Announcing New Features in F# 10 and C# 14 with .NET 10  
F# 10 ships with .NET 10, bringing ergonomic improvements and performance optimizations without major breaking changes. Key enhancements include scoped warning suppression, auto property access modifiers, ValueOption for optional parameters to reduce heap allocations, tail-call optimization for computation expressions, concurrent awaiting in task expressions with the and! keyword, improved compiler performance through type subsumption caching, parallel compilation in preview mode, and better trimming support for smaller assemblies.  
10
13. 13  
[](https://daily.dev/posts/flutter-3-38-dart-3-10-enhancements-for-the-future-of-app-development-8mmwrqrrg "Flutter 3.38 & Dart 3.10: Enhancements for the Future of App Development")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 43w  
Flutter 3.38 & Dart 3.10: Enhancements for the Future of App Development  
Flutter 3.38 and Dart 3.10 introduce developer productivity improvements including dot shorthand syntax, stable build hooks, and a new analyzer plugin system. Flutter adds web enhancements with better hot reload, experimental Widget Previews, and the GenUI SDK for AI-powered interfaces. Platform support extends to iOS 26/Xcode 26 and Android NDK r28, with Android predictive back gestures and 16KB page size compatibility. DevTools receives network panel improvements and Flutter Inspector bug fixes.  
10

[See all Collections archives](/sources/collections/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/collections/best-of/2025/11#page","url":"https://daily.dev/sources/collections/best-of/2025/11","name":"Best Collections Posts — November 2025","description":"The most upvoted Collections posts from November 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/collections/best-of/2025/11#items","numberOfItems":13,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/enhancing-gemini-cli-interactive-and-polished-experience-lxusoq2wn","name":"Enhancing Gemini CLI: Interactive and Polished Experience"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/rising-viability-of-linux-gaming-as-nearly-90-of-windows-games-now-compatible-atwnvjijk","name":"Rising Viability of Linux Gaming as Nearly 90% of Windows Games Now Compatible"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/megabonk-developer-withdraws-from-the-game-awards-over-indie-qualification-concerns-snikf6tdg","name":"Megabonk Developer Withdraws from The Game Awards Over Indie Qualification Concerns"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/introducing-visual-studio-2026-and-net-10-lts-a-leap-forward-in-development-nmdj84h3k","name":"Introducing Visual Studio 2026 and .NET 10 LTS: A Leap Forward in Development"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/ubuntu-26-04-resolute-raccoon-snapshot-1-released-for-download-sinuorrod","name":"Ubuntu 26.04 'Resolute Raccoon' Snapshot 1 Released for Download"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/open-source-release-tokio-quiche-simplifies-async-quic-and-http-3-jyxfkudmw","name":"Open-Source Release: tokio-quiche Simplifies Async QUIC and HTTP/3"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/announcing-htmx-4-0-embracing-the-fetch-api-and-modern-enhancements-mxhcluue6","name":"Announcing htmx 4.0: Embracing the Fetch API and Modern Enhancements"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/net-conf-explore-the-future-with-net-10-and-visual-studio-2026-5zrlhzjth","name":".NET Conf: Explore the Future with .NET 10 and Visual Studio 2026"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/apple-to-launch-budget-macbook-with-iphone-chip-in-early-2026-sf5mycnyd","name":"Apple to Launch Budget MacBook with iPhone Chip in Early 2026"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/cloudflare-outage-on-november-18-2025-a-database-permissions-mishap-oxniqsfnn","name":"Cloudflare Outage on November 18, 2025: A Database Permissions Mishap"},{"@type":"ListItem","position":11,"url":"https://daily.dev/posts/snapchat-open-sources-valdi-framework-for-cross-platform-mobile-development-hmujukb7h","name":"Snapchat Open Sources Valdi Framework for Cross-Platform Mobile Development"},{"@type":"ListItem","position":12,"url":"https://daily.dev/posts/announcing-new-features-in-f-10-and-c-14-with-net-10-sgvs6hcgs","name":"Announcing New Features in F# 10 and C# 14 with .NET 10"},{"@type":"ListItem","position":13,"url":"https://daily.dev/posts/flutter-3-38-dart-3-10-enhancements-for-the-future-of-app-development-8mmwrqrrg","name":"Flutter 3.38 & Dart 3.10: Enhancements for the Future of App Development"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/collections/best-of"},{"@type":"ListItem","position":5,"name":"November 2025"}]}]}
```

