Forwarded from Pavel Durov (Pavel Durov)
This media is not supported in your browser
VIEW IN TELEGRAM
Assign a bot to read and reply for you — with granular control over its rights and chat access.
Please open Telegram to view this post
VIEW IN TELEGRAM
🤮11😁4🤔1
Pavel Durov
Какая прекрасная идея, которая совершенно точно не закончится чем-то неприятным или нежелательным
👍9💯1
❤2👍2
Блог*
Photo
#prog #go #article
Go fuzzing was missing half the toolkit. We forked the toolchain to fix it.
Go fuzzing was missing half the toolkit. We forked the toolchain to fix it.
With gosentry, go test -fuzz uses LibAFL by default. It can fuzz structs natively, run grammar-based fuzzing with Nautilus, detect bug classes that it couldn’t detect before, and create a fuzzing campaign coverage report in one command.🔥6
#prog #go
Обширный комментарий на HackerNews о недостатках принятого в Go подхода к управлению зависимостями
Обширный комментарий на HackerNews о недостатках принятого в Go подхода к управлению зависимостями
😁1🤔1
Forwarded from Лингвошутки
Разработчик добавил в профиль в Linkedin просьбу обращаться к нему на древнеанглийском, и теперь ИИ-рекрутеры начинают письма с обращения My lord
🔥22😁14👌4🌚2
#prog #rust #article
Why I built wrkflw
Why I built wrkflw
If you have spent enough time around CI, you probably know the loop. Change one line in a workflow. Push. Wait for the runner. Watch the job fail for a reason that has nothing to do with the line you changed. Push again. A few rounds later, the real feature is tiny and your git history is mostly you arguing with YAML in public. wrkflw started because I wanted that whole loop to happen on my laptop instead of on GitHub's servers, and preferably without leaving a trail of embarrassing commits behind.
Two years and more edge cases than I expected later, it has turned into a Cargo workspace with sixteen crates. It validates and runs GitHub Actions workflows locally, has a TUI, a proper expression evaluator, four runtime modes, watch mode, secrets, artifacts, cache, reusable workflows, and even a GitLab pipeline parser because apparently I don't know how to leave a side project alone. This post is mostly my attempt to answer the questions people keep asking me: why not just use act, why Rust, and what part was actually hard?
❤18😁1🤔1
Forwarded from HN Best Comments
Re: Microsoft starts canceling Claude Code licenses
This is an AI generated summary of a blog post (https://www.thelowdownblog.com/2026/05/microsoft-cancels-int...) which is a summary of an AI generated article (https://blazetrends.com/microsoft-cancels-claude-code-pilot-...) which is a summary of another AI generated article (https://www.themodelwire.com/article/microsoft-starts-cancel...) which is a summary of an article from The Verge (https://www.theverge.com/tech/930447/microsoft-claude-code-d...). I guess it would be better to link the Verge article instead.
ndiddy, 4 hours ago
This is an AI generated summary of a blog post (https://www.thelowdownblog.com/2026/05/microsoft-cancels-int...) which is a summary of an AI generated article (https://blazetrends.com/microsoft-cancels-claude-code-pilot-...) which is a summary of another AI generated article (https://www.themodelwire.com/article/microsoft-starts-cancel...) which is a summary of an article from The Verge (https://www.theverge.com/tech/930447/microsoft-claude-code-d...). I guess it would be better to link the Verge article instead.
ndiddy, 4 hours ago
Thelowdownblog
Microsoft Cancels Internal Anthropic Licenses As Shift To Token-Based AI Billing Blows Up Annual Budgets In Months
The good news for AI generators and investors is that the technology is beginning to prove out financially as revenues surge. The bad news? ...
😁11❤1
Forwarded from Технологический Болт Генона
> Президент Чехии Павел призвал НАТО «отключить РФ» от интернета
Эту битву НАТО проиграет и РКН это сделает раньше
Эту битву НАТО проиграет и РКН это сделает раньше
😁29😢3
Если вы когда-то хотели рисунок своего персонажа, но у вас не было денег для рисунка у художника на заказ — можете попытать счастья на r/characterdrawing. Там вы можете разместить свой запрос, и, возможно, кто-то из художников сабреддита возьмётся его нарисовать. Безвозмездно (прописано в правилах сабреддита).
Reddit
r/characterdrawing
A place to draw characters for each other, and check out cool character art. This sub focuses on free requests for D&D or other TTRPG characters, and the artists who draw them.
👍5
Блог*
#game Для поклонников Amanita design: вышла демка для Phonopolis, их следующего проекта
Steampowered
Phonopolis on Steam
Phonopolis is a story-driven puzzle adventure set in a hand-painted 3D world made of cardboard. Solve a wide variety of playful puzzles and help Felix end the Leader's oppressive influence in a resonant dystopian city inspired by avant-garde art.
🔥3❤2
#prog #rust #article
The hidden cost of mpsc channels
TL;DR: mpsc-каналы в tokio выделяют память под значения в виде связного списка из массивов фиксированного размера, из-за чего они почти всегда используют больше памяти, чем необходимо для указанной при создании ёмкости. При наличии большого количества каналов небольшой ёмкости это может привести к высокому и при этом не эффективному потреблению памяти.
The hidden cost of mpsc channels
TL;DR: mpsc-каналы в tokio выделяют память под значения в виде связного списка из массивов фиксированного размера, из-за чего они почти всегда используют больше памяти, чем необходимо для указанной при создании ёмкости. При наличии большого количества каналов небольшой ёмкости это может привести к высокому и при этом не эффективному потреблению памяти.
howardjohn's blog
The hidden cost of `mpsc`
Recently I have been spending a lot of time analyzing and optimizing memory usage in our Rust reverse-proxy, agentgateway. One thing that repeatedly came up was a surprisingly large amount of memory allocated to innocent-looking Tokio mpsc channels.
In my…
In my…
🤔2
#prog #abnormalprogramming #article
Jira is Turing-Complete
Конструктивное доказательство через построение регистровой машины Минского — построения с двумя регистрами и двумя типами инструкций.
Jira is Turing-Complete
Конструктивное доказательство через построение регистровой машины Минского — построения с двумя регистрами и двумя типами инструкций.
😁8👌1