







A one-minute compile became fifteen seconds. Here's what was wrong and how to fix it.
[bug] tauri build errors out at bundling step · Issue #5175 · tauri-apps/tauri
Describe the bug When running tauri build the binary builds fine but then immediately errors out with thread '<unnamed>' panicked at 'Can't detect any appindicator library'...
Taelin on Twitter / X
aaand it is now 1280x fasterQuickSort is synthesized in 6 seconds now, in a single thread(down from 20 seconds with 256 threads!)that's by not matching accumulator arguments - which is wasteful. I implemented that in preparation for a "NeoGen Net" experiment. everything is… https://t.co/qdwkiQbRnI— Taelin (@VictorTaelin) April 13, 2025
[bug] Docs not accessible · Issue #13162 · tauri-apps/tauri
Describe the bug https://tauri.app/ Reproduction Just go to https://tauri.app/ Expected behavior See actual docs Full tauri info output -none- Stack trace Additional context No response
[feat] MacOSX Support for tauri-driver · Issue #7068 · tauri-apps/tauri
Describe the problem tauri-driver does not support Mac. I have a Tauri app that has some platform-specific code in it. (Think: tauri-plugin-deep-link). I need to write automated tests of my app, an...

Tauri vs. Electron: performance, bundle size, and the real trade-offs
A breakdown of the choice between Tauri and Electron for cross-platform apps, backed by practical comparisons and benchmark data.


tauOS
Discover the future of desktop computing with tauOS, currently in development. tauOS is designed with ease of use in mind, featuring human-centric design, an unbreakable core, and an syncing service that synchronizes files, configurations, keys, and more across all your devices.

Compiling Models to Megakernels
Fine-grained synchronization, deep pipelines, and zero kernel launch overheads, automatically.

atomicdotdev/smolvm-desktop
The desktop companion for smolvm: an open source, cross-platform Tauri app for managing smolvm machines, images, volumes, and more.
Building a browser. · tauri-apps · Discussion #4219
Hi the community, I like Tauri, and i want to use him everywhere! I think to start a new project which will be a little web browser. I am really curious about what do you think to start this kind o...
Standard full-repository scan shows only generic heartbeat for 40+ minutes — expected behavior? · Issue #70 · openai/codex-security
Summary A standard full-repository scan has been running for more than 43 minutes while the CLI prints only a generic Running scan heartbeat once per second. There are no phase changes, completed/p...
Essentials of Compilation
Compilers are notoriously difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure ...

A faster way to calculate the day-of-the-week
A range of fast modulus techniques that beat compiler output
There's no reason for software to be slow anymore
The other day, I saw a viral tweet saying that people talking about how LLMs are causing slow, bloated, code are going to eat crow once they re-write everything in super-optimized assembly. We're not quite at the point where we want to write everything in assembly, but some variant of what Nolan Lawson said about testing, you can choose how many bugs you want now, which I less eloquently noted here, is becoming more true for performance.