es
Feedback
trace!("TheBestTvarynka")

trace!("TheBestTvarynka")

Ir al canal en Telegram
212
Suscriptores
Sin datos24 horas
+27 días
+530 días
Archivo de publicaciones
We don't stop playing because we grow old; we grow old because we stop playing.
(George Bernard Shaw) I wish you to continue playing as long as you can 🙃 🤓🤓🤓

https://dou.ua/lenta/sitenews/summer-survey-2026/ If you are from Ukraine, please take the survey. I already did. It will help others to understand the job market better 😌

👀👀👀
+1
👀👀👀

I updated the projects page on my blog: https://tbt.qkation.com/projects/ ✨ I know you most likely don't know what it looks like before 😁, but at least you can look and rate it now 😌

IMG, I hate computers
    #[test]
    fn tclipboard() {
        let mut clipboard = Clipboard::new().unwrap();
        println!("{:?}", clipboard.get_image().unwrap());
    }
When I run this test from Yakuake, Konsole, or Alacritty:
thread 'tests::tclipboard' (189820) panicked at dataans/src-tauri/src/main.rs:227:48:
called `Result::unwrap()` on an `Err` value: ContentNotAvailable - "The clipboard contents were not available in the requested format or the clipboard is empty."
When I run this test from VS Code's built-in terminal: success 🟢. Wtf? 🤯 The problem was in the Wayland. When I turned on the wayland-data-control feature of the arboard crate, the test become green in all terminals. Why did it work in VS Code? I suppose that VS Code internally uses the X11 clipboard protocol (emulates it) or something like that. I did not want to research that 😐

Finally, I have time to write a proper blog post. Here it is: https://tbt.qkation.com/posts/announcing-grafily-0-3/

Repost from HN Best Comments
Re: GitHub Actions down again today We’ve had GitHub actions for long enough, it’s time for GitHub consequences. thepaulmcbride, 48 minutes ago

👆👆👆

lmao, I've never seen this picture before. It's so accurate 😁 src: https://bonkersworld.net/organizational-charts
lmao, I've never seen this picture before. It's so accurate 😁 src: https://bonkersworld.net/organizational-charts

https://diffshub.com/
View code changes from any public GitHub diff—PRs, comparisons, commits, diffs, and patches—with a super-freaking-fast, beautiful, and virtualized interface by replacing github.com with diffshub.com.
Yep, just replace github with diffshub.com in the URL and get the super-fast diff. Use Bun Zig to Rust rewrite as an example: https://diffshub.com/oven-sh/bun/pull/30412 😁 Even with >1M lines changed it loads super fast

https://luciofranco.com/blog/tonic-joins-grpc/ TL;DR:
it has finally reached a point where we are ready to upstream the tonic project into the CNCF owned grpc org. I will continue to be a core maintainer of the project but we will be welcoming engineers from Google, LinkedIn and Datadog to help maintain the new and old projects. This is tonic reaching its adulthood and finally reaching for the next level. Rust users can expect a very good and solid production-ready implementation from the gRPC-Rust team over the next year.

I'm just a boy with adult money 🥺 🤩🤩🤩
+2
I'm just a boy with adult money 🥺 🤩🤩🤩

We adopted Rust for its security and are seeing a 1000x reduction in memory safety vulnerability density compared to Android’s C and C++ code. But the biggest surprise was Rust's impact on software delivery. With Rust changes having a 4x lower rollback rate and spending 25% less time in code review, the safer path is now also the faster one.
https://blog.google/security/rust-in-android-move-fast-fix-things/

Until I write a blog post, here is a demo video of most of the features. If you have any feedback or questions, I would like to hear them 😊

I just released a new version of my Obsidian plugin: Grafily v.0.3.0. 🟠 Release notes ➡️ https://github.com/TheBestTvarynka/grafily/releases/tag/v.0.3.0 🟠 Source code ➡️ https://github.com/TheBestTvarynka/grafily Finally, after months of work, this plugin is usable. It still lacks many features, but at least it's starting to look like I wanted from the start 😊. I described all new major features in the release notes, including demo screenshots. I am planning to write a blog post with more detailed descriptions and explanations of some design decisions, but I will do so later when I have time 😔

Top 10 reasons why I don't want a MacBook 😁
Top 10 reasons why I don't want a MacBook 😁

// Trust me, I am Engineer!
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unsafe-argument */
https://github.com/TheBestTvarynka/grafily/blob/12ae7710af035775f0c6180f88221061f43b8c20/src/layout/fullGraph/index.ts#L333-L335

https://www.blender.org/press/anthropic-joins-the-blender-development-fund-as-corporate-patron/
This support will be dedicated towards Blender core development, to maintain and continuously improve foundational features like the Blender Python API, which enables developers and artists alike to extend and improve the software for custom workflows.
😯😲

You do not know it yet, but this quiz is what you need this evening: https://this.quiz.is.fckn.gay/index.html
This is the unfair Rust quiz, a collection of extremely hard and sometimes even unfair questions about Rust, made by the gayest people you know.
Currently there are four sections: * Unsafe * Miscellaneous * Trait Solver * Borrow Checker
Source code: https://github.com/BoxyUwU/rust-quiz

(src)
(src)