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.

Latest in Languages & Runtimes


dev.to > aleksander_mako_1d1cd1320 > how-to-scrub-huge-video-files-in-the-browser-without-blowing-up-ram-2n8g

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....


dev.to > flowerfestival > building-a-browser-game-with-astro-cloudflare-workers-and-a-verifiable-d1-leaderboard-1mji

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…...


linuxfordevices.com > tutorials > linux > tar-command-in-linux

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…...


crypto.news > bitcoin-core-32-adds-faster-validation-and-fee-changes

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…...


devops.com > can-rust-improve-real-django-api-performance-testing-django-bolt-beyond-synthetic-benchmarks

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....


dev.to > sunnysahijwani > how-long-does-a-redis-sentinel-failover-actually-take-i-measured-it-31ho

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....


dev.to > whywave > five-hundred-milliseconds-of-silence-how-a-voice-agent-decides-you-have-finished-4jjn

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…...


hackernoon.com > time-series-cardinality-why-one-more-indexed-column-costs-more-than-a-million-more-rows

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…...


medium.com > @technologycarnival > gdscript-exploring-the-next-generation-of-scripting-for-game-development-b2d5e85b2ff9

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…...


dev.to > leojulieta > java-27-lts-novidades-migracao-e-testes-de-desempenho-jmn

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…...