Install
Languages & Runtimes
Language ecosystems, compilers, runtimes, package managers, performance, and best practices.
- 11 Subtopics
- 7 Tracked terms
- Last 30 days Feed window
Inside Languages & Runtimes
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Editors, IDEs & Developer Experience
- Frontend Web
- Backend & APIs
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Languages & Runtimes
How to Scrub Huge Video Files in the Browser Without Blowing Up RAM
10+ min ago (23+ words) Vidstudio is a multi track video editor that works entirely inside the browser without any back end... Tagged with frontend, javascript, performance, webdev....
Building a Browser Game with Astro, Cloudflare Workers, and a Verifiable D1 Leaderboard
48+ min ago (975+ words) A browser game can calculate a score entirely on the player's device. A public leaderboard needs a different answer to the question: why should the server believe that score? That distinction became one of the most useful design decisions while…...
tar Command in Linux: Create, List, and Extract Archives
4+ hour, 1+ min ago (1630+ words) tar turns a folder into a single file on any Linux system, and the same command compresses it on the way. Understanding the option string is the whole job, because tar -czvf stacks four unrelated jobs into one word. Read…...
Bitcoin Core 32 adds faster validation and fee changes
1+ hour, 31+ min ago (1512+ words) Bitcoin Core 32.0 has entered its final release-candidate testing cycle after developers tagged v32.0rc1 on Sept. 14, bringing fee estimation, block-validation performance and security fixes closer to a planned Oct. 10 release. The Bitcoin Core project’s official GitHub release shows v32.0rc1 at commit d0231bb, signed with…...
Can Rust Improve Real Django API Performance? Testing Django-Bolt Beyond Synthetic Benchmarks
2+ hour, 11+ min ago (848+ words) Django-Bolt uses Rust to accelerate Django request handling, but real-world gains depend on database work and where an API spends its time....
How long does a Redis Sentinel failover actually take? I measured it
3+ hour, 16+ min ago (442+ words) I killed an in-memory database primary on purpose — fifteen times, across three... Tagged with redis, devops, docker, database....
Five hundred milliseconds of silence: how a voice agent decides you have finished
4+ hour, 57+ min ago (1796+ words) Every voice assistant makes one decision more often than any other and discusses it less than any other: the person went quiet, have they finished the thought or are they taking a breath? You can get it wrong in both…...
Time-Series Cardinality: Why One More Indexed Column Costs More Than a Million More Rows | HackerNoon
5+ hour, 37+ min ago (1160+ words) Cardinality is a consequence of how many dimensions you index your readings by. Here is where the curve bends, measured, and what you can do about it without leaving Postgres. You did not hit an engine ceiling. You changed a…...
GDScript++: Exploring the Next Generation of Scripting for Game Development
1+ hour, 39+ min ago (132+ words) Game development has become more accessible than ever. Modern engines allow developers to create 2D and 3D games without building every…Continue reading on Medium » GDScript++: Exploring the Next Generation of Scripting for Game Development Game development has become more accessible than…...
Java 27 LTS: novidades, migração e testes de desempenho
5+ hour, 49+ min ago (192+ words) Esses pontos convergem para mais performance, menor custo de infraestrutura e entrega mais rápida – seja em grandes corporações ou em projetos indie. Valor significa que a instância não tem identidade de referência; o compilador a armazena diretamente na pilha ou…...