Tauri v2 vs Electron After 6 Months of Real Development — My Honest Take
All tests run on an 8-year-old MacBook Air. I've shipped multiple Mac apps with Tauri v2. I evaluated Electron seriously before choosing Tauri. Here's…
Latest Web news from Tech News
All tests run on an 8-year-old MacBook Air. I've shipped multiple Mac apps with Tauri v2. I evaluated Electron seriously before choosing Tauri. Here's…
All tests run on an 8-year-old MacBook Air. When I decided to build a PDF tool, the obvious choice was a web app. I built a native Mac app instead. He…
When you're working across time zones and someone asks "what time is it in Tokyo?", the answer should be one terminal command away: $ whentime tokyo l…
Your app is in production. Something broke at 2am. Your options are: grep through a rotated log file, squinting at terminal output. Chain together hal…
All tests run on an 8-year-old MacBook Air. Sign & Fill lets users click anywhere on a PDF page to place a stamp or signature image — then drag it…
Каждый, кто активно пользуется GitLab CI/CD, знаком с ситуацией: вы пушите изменения, ждёте минуту-другую, а пайплайн падает из-за мелкой ошибки линте…
Когда производительность начинает иметь значение По производительности Rust находится в той же лиге, что и C++, но с заметно более дружелюбной моделью…
How I Built a Self-Healing Package Manager from Scratch (Rust + AI) The first tool that automatically resolves dependency conflicts by generating adap…
All tests run on an 8-year-old MacBook Air. Some PDFs won't open. Not because the content is gone — because the index that tells readers where to find…
We’ve all been there. It’s a Friday afternoon, a deployment just went out, and suddenly the production reporting service crashes. After an hour of fra…
"Zero-cost abstractions" is one of Rust's core promises. You can write generic, composable, high-level code and the compiler will produce the same mac…
If you find this helpful, please like, bookmark, and follow. To keep learning along, follow this series. 10.2.1 What Are Generics The main purpose of …
TL;DR: I shipped PDF → image conversion this week. The cost? Three days redesigning the converter UI, and falling behind on community content. Solo de…
When your profiler swears everything’s fast but your metrics are screaming bloody murder eBPF From Rust: The 34ms Ghost We Couldn’t See When your prof…
All tests run on an 8-year-old MacBook Air. "Compare these two PDFs" sounds like one problem. It's actually two completely different problems dependin…
When deploying large language models to production, measuring performance accurately is critical. Whether you're using vLLM, SGLang, TensorRT-LLM, or …
If you find this helpful, please like, bookmark, and follow. To keep learning along, follow this series. 9.4.1 General Principles Chapter 9.1, “Unreco…
If you find this helpful, please like, bookmark, and follow. To keep learning along, follow this series. 9.3.1 Propagating Errors When a function you …
All tests run on an 8-year-old MacBook Air. Bates numbering is a sequential stamp applied to every page of a legal document — "EXHIBIT-0001", "EXHIBIT…
Originally published at norvik.tech Introduction Explore the integration of PDF support in a Rust-based image converter. Technical analysis and implic…
All tests run on an 8-year-old MacBook Air. Drawing a black rectangle over text is not redaction. The text is still there. Select all, copy, paste int…
The 6ms latency improvement from one character change — how &str over String transformed our hot path performance Borrowed Strings: API Designs Th…
Приветствую, Хабр! Несколько недель назад свет увидел MQTT control rs – инструмент для визуального создания логики автоматизации поверх MQTT. Рад сооб…
fulgur — (noun, Latin) lightning, flash of lightning. I've been building fulgur , an HTML-to-PDF engine written in Rust. No headless browser, no Chrom…
Building Ferrous Network exposed the limits of general-purpose databases. Here's why I'm writing GraniteDB from scratch. Hey folks, Altug here — found…
If you are active in the Solana ecosystem, there is a very high chance you have money sitting completely frozen on the blockchain. Recently, I was ana…
I shipped v0.2.0 of dnsink — a Rust DNS proxy with threat-intelligence feeds and DNS tunneling detection — to fly.io this week. TCP worked on the firs…
I didn’t start this project because I wanted to build a CLI. I started it because I got annoyed. The Moment That Triggered It I use Wikipedia a lot. N…