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

---
title: Best Collections posts — July 2026 | daily.dev
description: The most upvoted Collections posts from July 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/collections/best-of/2026/07
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/collections/best-of/2026/07
og:type: website
og:site_name: daily.dev
og:title: Best Collections posts — July 2026 | daily.dev
og:description: The most upvoted Collections posts from July 2026, 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 — July 2026

1. 1  
[](https://daily.dev/posts/elon-musk-says-x-will-open-source-its-entire-codebase-after-a-security-review-5y7se71kx "Elon Musk says X will open source its entire codebase after a security review")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 8w  
Elon Musk says X will open source its entire codebase after a security review  
Elon Musk announced that X (formerly Twitter) plans to open source its entire codebase with no exceptions, pending completion of a security vulnerability review. No timeline was provided for when the review will conclude or when the code will be made publicly available.  
144  
34
2. 2  
[](https://daily.dev/posts/nub-a-new-node-js-toolkit-claiming-faster-installs-and-script-running-than-bun-and-pnpm-3tcqg70i0 "Nub: a new Node.js toolkit claiming faster installs and script running than Bun and pnpm")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
Nub: a new Node.js toolkit claiming faster installs and script running than Bun and pnpm  
Nub is a new JavaScript toolkit that layers on top of Node.js, bundling a package manager, script runner, Node version manager, and TypeScript runtime in a single native binary. Its team claims a warm reinstall of 1,100+ packages in 346ms, compared to 1.9s for Bun and 3.45s for pnpm — though these benchmarks are self-reported and unverified. Nub positions itself between pnpm and Bun: faster than pnpm while maintaining full Node.js compatibility, making it relevant for projects that can't migrate to a different runtime. As a new project, it lacks the production track record and ecosystem maturity of pnpm or Bun.  
97  
18
3. 3  
[](https://daily.dev/posts/bun-rewrote-its-runtime-from-zig-to-rust-in-11-days-using-64-parallel-ai-agents-rgruvy6fo "Bun rewrote its runtime from Zig to Rust in 11 days using 64 parallel AI agents")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 9w  
Bun rewrote its runtime from Zig to Rust in 11 days using 64 parallel AI agents  
Bun's creator Jarred Sumner rewrote the entire Bun JavaScript runtime from Zig to Rust in 11 days using 64 parallel Claude Code AI agents. The motivation was structural memory safety: Zig lacks RAII-style Drop semantics, causing persistent use-after-free and double-free bugs that code review couldn't fix. The agent workflow used adversarial review agents, a PORTING.md guide, and a LIFETIMES.tsv file to preserve behavioral fidelity across the codebase. The rewrite cost \~$165,000 in API tokens — compared to an estimated one year of work for three engineers. Bun v1.4.0 ships the result: 128 bugs fixed, memory usage down from 6.7 GB to 609 MB in one benchmark, binary size reduced \~20%, and HTTP throughput up 2–5%.  
76  
33
4. 4  
[](https://daily.dev/posts/qwen3-8-max-alibaba-s-2-4-trillion-parameter-open-weight-model-benchmarked-0pqptx1df "Qwen3.8 Max: Alibaba's 2.4 trillion parameter open-weight model benchmarked")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
Qwen3.8 Max: Alibaba's 2.4 trillion parameter open-weight model benchmarked  
Alibaba's Qwen team has announced Qwen3.8 Max, a 2.4 trillion parameter mixture-of-experts model positioned as frontier-competitive. A preview is live but open weights aren't released yet. Across 8 benchmark tasks including 3D rendering, SVG generation, math reasoning, and agentic workflows, it scored 65/80 (81.25%), placing second behind Fable 5 and ahead of Claude Opus 4\. It achieved perfect scores on three tasks. A notable limitation is inconsistent behavior during long-running agentic sessions, particularly with Claude Code. The open weights release is confirmed but pending.  
56  
9
5. 5  
[](https://daily.dev/posts/eve-online-s-carbon-engine-framework-is-now-open-source-9xkjwioau "EVE Online's Carbon engine framework is now open source")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 9w  
EVE Online's Carbon engine framework is now open source  
Fenris Creations (formerly CCP Games) has open sourced Carbon, the C++ and Python framework powering EVE Online and the upcoming EVE Frontier MMO. Carbon is a modular collection of over two dozen components covering rendering (Trinity), physics (Destiny), networking (IO), memory/threading (Core), and a Python-C++ bridge (Blue), among others. Most modules are MIT-licensed. It is not a turnkey engine like Unity or Unreal — there is currently no documentation or standalone example project, though Fenris plans to build a minimal test game. The motivation is community contribution, and Carbon remains in active production use for EVE Online.  
37  
5
6. 6  
[](https://daily.dev/posts/codepen-2-0-what-s-new-and-what-s-changed-us8bwgekd "CodePen 2.0: what's new and what's changed")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
CodePen 2.0: what's new and what's changed  
CodePen 2.0 is officially released after five years of development, merging the Classic Pen and Project editors into a unified, extensible editor. Key additions include a real file system (replacing the old HTML/CSS/JS three-file limit), ES module support, version history with rollback, one-click deployment to a codepen.app subdomain with custom domain support, real-time collaborative editing, and an Omnibar command palette. The standout new feature is the Blocks system — a visual build pipeline configurator supporting Vite, Vue, Tailwind, Lightning CSS, MJML, and Nunjucks without manual config files. The Classic Editor remains accessible for beginners and educators. AI features are planned but not yet available. CodePen has remained bootstrapped throughout development.  
35  
7
7. 7  
[](https://daily.dev/posts/aurora-dsql-architecture-how-aws-built-a-multi-region-oltp-database-bi4smvrnj "Aurora DSQL architecture: how AWS built a multi-region OLTP database")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
Aurora DSQL architecture: how AWS built a multi-region OLTP database  
AWS published a research paper on Aurora DSQL, their multi-region OLTP database. The architecture disaggregates compute, storage, and coordination into independently scalable components: Query Processors, Storage Nodes, Adjudicators, Journals, and Crossbars. Key design choices include relying on AWS TimeSync for synchronized physical clocks enabling 0-RTT consistent reads, Optimistic Concurrency Control with Snapshot Isolation to avoid lock contention, strong linearizable consistency as the default, a single-leader two-phase commit protocol for low-latency commits, and scan pushdown to storage nodes. Tradeoffs include hard transaction size limits (3,000 rows, 10MiB), retry overhead from write-write conflicts on hot keys, WAN latency before conflict detection in multi-region deployments, and friction with foreign keys and high-locality sequences.  
31
8. 8  
[](https://daily.dev/posts/jellyfin-loses-three-core-team-members-to-burnout-and-internal-friction-rrdnt3mmk "Jellyfin loses three core team members to burnout and internal friction")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
Jellyfin loses three core team members to burnout and internal friction  
Jellyfin, the popular open source self-hosted media server, is facing a leadership crisis after founder Joshua Boniface stepped down as Project Leader after 7.5 years, co-founder Andrew Rabert departed due to internal friction over a desktop client rewrite, and core team member Anthony Lavado announced his exit. Boniface cited burnout, mental health risks, and an unsustainable workload. The project had flagged burnout as a concern as early as May 2026, partly attributing it to the surge of AI-generated pull requests adding review burden. Despite the departures, the remaining team insists the project will continue with no hostile fork planned.  
29  
2
9. 9  
[](https://daily.dev/posts/canvas-ui-applies-webgl-shaders-to-real-interactive-html-using-the-html-in-canvas-api-x8rlhw13a "Canvas UI applies WebGL shaders to real, interactive HTML using the HTML-in-Canvas API")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
Canvas UI applies WebGL shaders to real, interactive HTML using the HTML-in-Canvas API  
Canvas UI is a component library that applies WebGL visual effects (liquid, glass, fire, particles) over real, interactive DOM content using the experimental HTML-in-Canvas browser API. Unlike older canvas approaches that produce static screenshots of HTML, this API lets the browser render live DOM elements as WebGL textures — preserving links, forms, text selection, and accessibility. The library follows the shadcn distribution model (CLI-based source pulling rather than package installation) and supports React, Vue, Svelte, Solid, and vanilla TypeScript. It also ships a shadcn-compatible registry usable by AI coding agents via MCP. The main limitation is browser support: currently requires Chrome 148–150 via origin trial, with graceful degradation to plain HTML elsewhere.  
30  
1
10. 10  
[](https://daily.dev/posts/laravel-13-20-adds-first-party-image-processing-and-other-new-features-hgi55fw6f "Laravel 13.20 adds first-party image processing and other new features")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 8w  
Laravel 13.20 adds first-party image processing and other new features  
Laravel 13.20 introduces a first-party Image facade that wraps Intervention Image v4 with a fluent, Laravel-native API for upload-process-store workflows. The facade handles driver configuration, filename generation, and storage, supporting GD and Imagick drivers with an immutable API. Other additions include a #\[WithoutMiddleware\] attribute for controller methods, a dedicated Redis session prefix to avoid key collisions, quiet bulk increment/decrement methods for Eloquent models, enum support for the WithoutOverlapping queue middleware, and minor fixes like collision-free migration timestamps.  
23  
3
11. 11  
[](https://daily.dev/posts/shadcn-typeset-a-single-css-file-for-styling-rendered-markdown-fxmsep3uv "shadcn/typeset: a single CSS file for styling rendered markdown")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 8w  
shadcn/typeset: a single CSS file for styling rendered markdown  
shadcn released typeset, a single CSS file utility that handles styling for rendered markdown output. It targets a common pain point: markdown renders as unstyled HTML, requiring developers to manually style headings, paragraphs, lists, and tables for each project. Typeset wraps all styles in a typeset container class, lives directly in your project for easy customization, and supports streaming markdown for LLM output use cases. A configurator is available to preview defaults before adopting it.  
22  
3
12. 12  
[](https://daily.dev/posts/react-aria-components-are-now-available-in-shadcn-ui-gyzi6eyu9 "React Aria components are now available in shadcn/ui")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
React Aria components are now available in shadcn/ui  
React Aria is now officially supported in shadcn/ui. Developers can opt in via the CLI using \`--base aria\` or by selecting React Aria during \`shadcn/create\`. The update covers components, documentation, CLI, styles, and skills. The integration was primarily implemented by Devon Govett, the creator of React Aria.  
21  
2
13. 13  
[](https://daily.dev/posts/turso-is-building-a-postgres-compatible-database-in-rust-inidui3cg "Turso is building a Postgres-compatible database in Rust")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
Turso is building a Postgres-compatible database in Rust  
Turso, the team behind the Rust-based SQLite rewrite (libSQL), is building a Postgres-compatible database on the same core engine. The architecture uses a single Rust VDBE bytecode VM with multiple SQL frontends — SQLite first, Postgres next. Notable design choices include auto-updating materialized views, MVCC concurrent writes, full async support with WASM (enabling browser execution), and deterministic simulation testing inspired by FoundationDB. The Postgres frontend is already runnable from source but is early-stage. The project is MIT-licensed, open to contributions, and explicitly prioritizes correctness over performance as a multi-year effort. Extensions may eventually be supported via WASM containers.  
20  
3
14. 14  
[](https://daily.dev/posts/cosmic-desktop-gets-a-frosted-glass-visual-style-in-epoch-1-3-zo9pwxu4w "COSMIC desktop gets a frosted glass visual style in Epoch 1.3")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 8w  
COSMIC desktop gets a frosted glass visual style in Epoch 1.3  
System76 has released COSMIC Epoch 1.3, featuring an optional frosted glass visual style for their Rust-based desktop environment. The effect is already available on Pop!\_OS 24.04 via Settings > Desktop > Appearance. The update also includes translation updates and minor refinements, with other Linux distributions expected to receive the update soon.  
20  
3
15. 15  
[](https://daily.dev/posts/t3-code-s-new-inbox-style-sidebar-is-available-in-the-latest-nightly-build-lw2z7gmgg "T3 Code's new inbox-style sidebar is available in the latest nightly build")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
T3 Code's new inbox-style sidebar is available in the latest nightly build  
T3 Code's latest nightly build introduces Sidebar V2, an inbox-style redesign of the left sidebar. Instead of a project-grouped tree, threads appear as rich cards that can be 'settled' (archived) or snoozed. Features include auto-settle by inactivity, project filtering, and Cmd+K command palette search. The feature is opt-in via a beta toggle in settings. Creator Theo reports it has helped him complete more work than before, attributing the improvement to treating threads as tasks to close rather than a persistent navigation tree.  
20  
4
16. 16  
[](https://daily.dev/posts/microsoft-s-dynamic-winrt-projection-for-node-js-and-electron-what-s-new-in-windows-app-dev-cli-v0--ac5hyfi1h "Microsoft's dynamic WinRT projection for Node.js and Electron: what's new in Windows App Dev CLI v0.5.0")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
Microsoft's dynamic WinRT projection for Node.js and Electron: what's new in Windows App Dev CLI v0.5.0  
Microsoft has released Windows App Dev CLI v0.5.0 with a public preview of a dynamic WinRT API projection for Node.js and Electron. Three npm packages enable JavaScript/TypeScript apps to call Windows APIs directly without C++ native addons or node-gyp. A shared prebuilt runtime dispatches COM vtable calls at runtime, handling WinRT patterns like async, structs, enums, and events. Available APIs include on-device AI (Phi Silica, Windows ML), notifications, file pickers, clipboard, networking, sensors, and cryptography. The release also adds expanded UI automation (screen recording, input injection), improved WinUI 3 crash diagnostics with automatic HRESULT and XAML stack surfacing, a Claude Code plugin, and a VS Code extension with AppxManifest editor support.  
15  
1
17. 17  
[](https://daily.dev/posts/microsoft-s-xbox-layoffs-id-software-obsidian-and-the-industry-fallout-iwttd2sto "Microsoft's Xbox layoffs: id Software, Obsidian, and the industry fallout")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
Microsoft's Xbox layoffs: id Software, Obsidian, and the industry fallout  
Microsoft's latest Xbox restructuring eliminated approximately 3,200 roles across its gaming division, with id Software losing roughly two-thirds of its Doom (2016) developers, ZeniMax Online Studios losing its entire top leadership, and Obsidian Entertainment being redirected away from new IP toward major franchises like Fallout. Industry insiders are speaking out: id Software producer Andrew Willis publicly criticized large publishers as poor stewards of the industry, arguing monopolistic structures prevent future landmark franchises and advocating for developer-owned studios. Obsidian director Brandon Adler pushed back on claims the studio has lost its identity, noting key creative leads remain. Labor unions in the US and Canada filed unfair labor practice charges against Microsoft, protests were held at Redmond, and worker support organizations mobilized for affected employees. The cuts reflect a broader structural shift in the games industry, with physical game sales declining and veteran developers exiting the field.  
15  
1
18. 18  
[](https://daily.dev/posts/codeberg-bans-primarily-ai-generated-projects-after-member-vote-3f2oipmqg "Codeberg bans primarily AI-generated projects after member vote")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
Codeberg bans primarily AI-generated projects after member vote  
Codeberg, the nonprofit open-source hosting platform, has banned projects consisting primarily of AI-generated code following a member vote that passed 358 to 144 (71% in favor). The policy targets fully autonomous LLM-generated projects with minimal human involvement, while small amounts of AI-assisted code remains acceptable. Key motivations include server strain from LLM crawlers, SSD price spikes driven by AI hardware demand, concerns about copyleft laundering through LLMs, and the legal ambiguity around copyright of AI-generated output. Codeberg also voted to never use user or project data to train LLMs. Enforcement details remain unclear, but active community projects and those with pre-LLM history are largely unaffected.  
14  
5
19. 19  
[](https://daily.dev/posts/what-s-coming-in-postgresql-19-graph-queries-checkpoint-control-and-beta-2-fixes-ffxnyuzfk "What's coming in PostgreSQL 19: graph queries, checkpoint control, and beta 2 fixes")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
What's coming in PostgreSQL 19: graph queries, checkpoint control, and beta 2 fixes  
PostgreSQL 19 Beta 2 is now available, with general availability expected around September–October 2026\. The headline feature is SQL/PGQ, a standardized ISO syntax for querying graph-shaped data directly in Postgres by defining property graphs as views over existing tables. Queries are rewritten to regular SQL joins, making it suitable for authorization graphs, org hierarchies, and dependency trees — but not a replacement for native graph databases like Neo4j for deep traversal workloads. Variable-length path traversal is not yet supported. The release also extends the CHECKPOINT command with MODE FAST (existing behavior), MODE SPREAD (paced writes to reduce I/O spikes), and a FLUSH\_UNLOGGED option for forcing dirty buffers from unlogged tables to disk. Beta 2 also includes fixes for vacuumdb, pg\_createsubscriber, temporal table syntax, and postgres\_fdw foreign-table statistics handling.  
14  
1
20. 20  
[](https://daily.dev/posts/visual-studio-july-2026-copilot-update-new-sdk-based-agent-built-in-skills-and-org-wide-instructi-psgavsdh1 "Visual Studio July 2026 Copilot update: new SDK-based agent, built-in skills, and org-wide instructions")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
Visual Studio July 2026 Copilot update: new SDK-based agent, built-in skills, and org-wide instructions  
The July 2026 Visual Studio update brings several Copilot improvements: a new agent built on the GitHub Copilot SDK (public preview) for a more consistent experience across CLI, VS Code, and Visual Studio; built-in .NET and Azure skills in the agentic tool picker; a 'Review Selection' feature for inline code review comments; org-wide custom instructions for Copilot Business/Enterprise plans; branch context attachment in Copilot Chat; and a new opt-in C++ toolset auto-discovery property for MSVC builds.  
25  
3
21. 21  
[](https://daily.dev/posts/mitchell-hashimoto-starts-superlogical-beginning-with-a-terminal-multiplexer-eaqqccwhc "Mitchell Hashimoto starts Superlogical, beginning with a terminal multiplexer")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
Mitchell Hashimoto starts Superlogical, beginning with a terminal multiplexer  
Mitchell Hashimoto, co-founder of HashiCorp and creator of the Ghostty terminal emulator, has founded Superlogical — a new company starting with a modern terminal multiplexer built on libghostty. The team includes veterans from HashiCorp, Vercel, Poolside, and Heroku. Planned features include persistent sessions, web and native macOS/iOS access, live session sharing, and improved scrollback UX. The longer-term vision is a unified layer bridging interactive developer sessions, CI/CD pipelines, and production systems — a 'multiplexer for all work.' Ghostty remains a non-profit with no commercialization plans. Superlogical is currently hiring and accepting newsletter signups for beta access.  
16  
1
22. 22  
[](https://daily.dev/posts/tanstack-table-v9-beta-tree-shakable-features-new-state-management-and-lower-memory-usage-vg00oy4om "TanStack Table V9 beta: tree-shakable features, new state management, and lower memory usage")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
TanStack Table V9 beta: tree-shakable features, new state management, and lower memory usage  
TanStack Table V9 is now in beta with a major architectural overhaul. Features are now opt-in and tree-shakable, starting at \~5kb with sorting, filtering, and pagination as separate registerable modules — TypeScript enforces this at the API level. State management is rebuilt on TanStack Store for fine-grained re-render control, and memory usage is reduced at scale. The rewrite was partly prompted by the React Compiler becoming stable, which broke patterns V8 relied on. Migration is gradual thanks to a \`useLegacyTable\` hook and \`stockFeatures\` import. Framework adapters for React, Angular, Vue, Svelte, Solid, Preact, and Lit are all supported.  
14  
3
23. 23  
[](https://daily.dev/posts/jdk-27-feature-freeze-valhalla-lands-in-main-and-a-java-hackathon-onhx5wnbq "JDK 27 feature freeze, Valhalla lands in main, and a Java hackathon")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 7w  
JDK 27 feature freeze, Valhalla lands in main, and a Java hackathon  
JDK 27 has entered Ramp-Down Phase 1, locking in its feature set. Key inclusions are G1 GC as the universal default garbage collector, compact object headers enabled by default, JFR data redaction, post-quantum TLS key exchange, and further previews of the PEM API and structured concurrency. Project Valhalla's JEP 401 (value types) and JEP 539 (strict field initialization) have been merged into JDK main, targeting JDK 28 early-access builds — a significant first step rather than a final release. Guidance is available for users combining Java agents with the AOT cache in JDK 27\. Researchers also demonstrated accessing NVIDIA GPU tensor cores directly from Java via Project Babylon, achieving 7.3 TFLOP/s. A hackathon on hackster.io themed around modern Java runs until August 2nd for US participants.  
13  
1
24. 24  
[](https://daily.dev/posts/laracon-us-2026-announcements-lsp-blade-formatting-doctor-and-more-duitpcez3 "Laracon US 2026 announcements: LSP, Blade formatting, Doctor, and more")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 6w  
Laracon US 2026 announcements: LSP, Blade formatting, Doctor, and more  
Laracon US 2026 keynote introduced a wide range of Laravel updates. Key framework additions include Laravel LSP for multi-editor language server support (NeoVim, Zed, Sublime Text, Cursor, OpenCode), Blade file formatting in Pint 1.30, and a new \`artisan doctor\` health-check command covering environment config and security audits. Other framework additions include \`artisan dev\`, a head tag API, refreshable locks, debounced jobs, and a CPX tool similar to npx for PHP. On the AI SDK front, human-in-the-loop tool approval, filesystem tools for agents, multimodal embeddings, and OpenAI-compatible provider support were added. Laravel Cloud gains scale-to-zero Flex compute with sub-500ms cold starts (including MySQL), autoscaling managed queues with FIFO ordering, a built-in secrets manager, monorepo deployments for Next.js and Nuxt, and HIPAA compliance for Private Cloud.  
15  
2
25. 25  
[](https://daily.dev/posts/ubisoft-barcelona-workers-strike-over-layoffs-as-black-flag-resynced-hits-two-million-sales-0mvxe4q8x "Ubisoft Barcelona workers strike over layoffs as Black Flag Resynced hits two million sales")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 8w  
Ubisoft Barcelona workers strike over layoffs as Black Flag Resynced hits two million sales  
Ubisoft Barcelona is laying off 51 employees despite Assassin's Creed Black Flag Resynced selling two million copies on launch day and peaking at nearly 100K concurrent Steam players. Workers organized a three-day strike through Spanish union CGT, arguing they won't benefit from the game's commercial success. The studio proposed new Assassin's Creed projects to save jobs, but Ubisoft declined, redirecting Barcelona exclusively to Rainbow Six. The cuts are part of a broader restructuring targeting €200 million in savings by March 2028, following a $1.25 billion Tencent investment. Ubisoft has also closed studios in Winnipeg, Belgrade, Stockholm, and Halifax, with additional layoffs at multiple other locations. Net bookings fell 54% year-on-year. CEO Yves Guillemot described the shift as moving away from dependence on individual game launches toward a 'more selective model' relying on back-catalog and live service titles.  
11  
4

[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/2026/07#page","url":"https://daily.dev/sources/collections/best-of/2026/07","name":"Best Collections Posts — July 2026","description":"The most upvoted Collections posts from July 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/collections/best-of/2026/07#items","numberOfItems":25,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/elon-musk-says-x-will-open-source-its-entire-codebase-after-a-security-review-5y7se71kx","name":"Elon Musk says X will open source its entire codebase after a security review"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/nub-a-new-node-js-toolkit-claiming-faster-installs-and-script-running-than-bun-and-pnpm-3tcqg70i0","name":"Nub: a new Node.js toolkit claiming faster installs and script running than Bun and pnpm"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/bun-rewrote-its-runtime-from-zig-to-rust-in-11-days-using-64-parallel-ai-agents-rgruvy6fo","name":"Bun rewrote its runtime from Zig to Rust in 11 days using 64 parallel AI agents"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/qwen3-8-max-alibaba-s-2-4-trillion-parameter-open-weight-model-benchmarked-0pqptx1df","name":"Qwen3.8 Max: Alibaba's 2.4 trillion parameter open-weight model benchmarked"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/eve-online-s-carbon-engine-framework-is-now-open-source-9xkjwioau","name":"EVE Online's Carbon engine framework is now open source"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/codepen-2-0-what-s-new-and-what-s-changed-us8bwgekd","name":"CodePen 2.0: what's new and what's changed"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/aurora-dsql-architecture-how-aws-built-a-multi-region-oltp-database-bi4smvrnj","name":"Aurora DSQL architecture: how AWS built a multi-region OLTP database"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/jellyfin-loses-three-core-team-members-to-burnout-and-internal-friction-rrdnt3mmk","name":"Jellyfin loses three core team members to burnout and internal friction"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/canvas-ui-applies-webgl-shaders-to-real-interactive-html-using-the-html-in-canvas-api-x8rlhw13a","name":"Canvas UI applies WebGL shaders to real, interactive HTML using the HTML-in-Canvas API"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/laravel-13-20-adds-first-party-image-processing-and-other-new-features-hgi55fw6f","name":"Laravel 13.20 adds first-party image processing and other new features"},{"@type":"ListItem","position":11,"url":"https://daily.dev/posts/shadcn-typeset-a-single-css-file-for-styling-rendered-markdown-fxmsep3uv","name":"shadcn/typeset: a single CSS file for styling rendered markdown"},{"@type":"ListItem","position":12,"url":"https://daily.dev/posts/react-aria-components-are-now-available-in-shadcn-ui-gyzi6eyu9","name":"React Aria components are now available in shadcn/ui"},{"@type":"ListItem","position":13,"url":"https://daily.dev/posts/turso-is-building-a-postgres-compatible-database-in-rust-inidui3cg","name":"Turso is building a Postgres-compatible database in Rust"},{"@type":"ListItem","position":14,"url":"https://daily.dev/posts/cosmic-desktop-gets-a-frosted-glass-visual-style-in-epoch-1-3-zo9pwxu4w","name":"COSMIC desktop gets a frosted glass visual style in Epoch 1.3"},{"@type":"ListItem","position":15,"url":"https://daily.dev/posts/t3-code-s-new-inbox-style-sidebar-is-available-in-the-latest-nightly-build-lw2z7gmgg","name":"T3 Code's new inbox-style sidebar is available in the latest nightly build"},{"@type":"ListItem","position":16,"url":"https://daily.dev/posts/microsoft-s-dynamic-winrt-projection-for-node-js-and-electron-what-s-new-in-windows-app-dev-cli-v0--ac5hyfi1h","name":"Microsoft's dynamic WinRT projection for Node.js and Electron: what's new in Windows App Dev CLI v0.5.0"},{"@type":"ListItem","position":17,"url":"https://daily.dev/posts/microsoft-s-xbox-layoffs-id-software-obsidian-and-the-industry-fallout-iwttd2sto","name":"Microsoft's Xbox layoffs: id Software, Obsidian, and the industry fallout"},{"@type":"ListItem","position":18,"url":"https://daily.dev/posts/codeberg-bans-primarily-ai-generated-projects-after-member-vote-3f2oipmqg","name":"Codeberg bans primarily AI-generated projects after member vote"},{"@type":"ListItem","position":19,"url":"https://daily.dev/posts/what-s-coming-in-postgresql-19-graph-queries-checkpoint-control-and-beta-2-fixes-ffxnyuzfk","name":"What's coming in PostgreSQL 19: graph queries, checkpoint control, and beta 2 fixes"},{"@type":"ListItem","position":20,"url":"https://daily.dev/posts/visual-studio-july-2026-copilot-update-new-sdk-based-agent-built-in-skills-and-org-wide-instructi-psgavsdh1","name":"Visual Studio July 2026 Copilot update: new SDK-based agent, built-in skills, and org-wide instructions"},{"@type":"ListItem","position":21,"url":"https://daily.dev/posts/mitchell-hashimoto-starts-superlogical-beginning-with-a-terminal-multiplexer-eaqqccwhc","name":"Mitchell Hashimoto starts Superlogical, beginning with a terminal multiplexer"},{"@type":"ListItem","position":22,"url":"https://daily.dev/posts/tanstack-table-v9-beta-tree-shakable-features-new-state-management-and-lower-memory-usage-vg00oy4om","name":"TanStack Table V9 beta: tree-shakable features, new state management, and lower memory usage"},{"@type":"ListItem","position":23,"url":"https://daily.dev/posts/jdk-27-feature-freeze-valhalla-lands-in-main-and-a-java-hackathon-onhx5wnbq","name":"JDK 27 feature freeze, Valhalla lands in main, and a Java hackathon"},{"@type":"ListItem","position":24,"url":"https://daily.dev/posts/laracon-us-2026-announcements-lsp-blade-formatting-doctor-and-more-duitpcez3","name":"Laracon US 2026 announcements: LSP, Blade formatting, Doctor, and more"},{"@type":"ListItem","position":25,"url":"https://daily.dev/posts/ubisoft-barcelona-workers-strike-over-layoffs-as-black-flag-resynced-hits-two-million-sales-0mvxe4q8x","name":"Ubisoft Barcelona workers strike over layoffs as Black Flag Resynced hits two million sales"}]},{"@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":"July 2026"}]}]}
```

