Hana Dus�kov� 🏳️‍🌈
banner
hanicka.net
Hana Dus�kov� 🏳️‍🌈
@hanicka.net
Hey! It's me! Hana! 花

C++, CTRE, co_curl, SG7 chair, EWG co-chair, constexpr queen, italian greyhound is sleeping in my bed, a victim of bad unicode adoption
Pete told me about implicitly deducing type of function depending on the variable / parameter type in Rust. And I think it's kinda cool.

(Don't quote me)
November 12, 2025 at 6:48 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
The Meeting C++ live stream was made possible by our video sponsor Woven by Toyota!
November 8, 2025 at 11:31 PM
Reposted by Hana Dus�kov� 🏳️‍🌈
lol, what nerd did that?
November 2, 2025 at 8:43 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
Schedule of Meeting C++ 2025
meetingcpp.com
October 31, 2025 at 1:30 PM
Buying anything Harry Potter related is sponsoring hate.
A portion of every dollar spent on Harry Potter merchandise goes to anti-transgender campaigns.
October 29, 2025 at 12:27 PM
Reposted by Hana Dus�kov� 🏳️‍🌈
The last update to the schedule for Meeting C++ 2025
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
The last update to the schedule for Meeting C++ 2025
www.meetingcpp.com
October 28, 2025 at 12:15 PM
Reposted by Hana Dus�kov� 🏳️‍🌈
Take a look at fil-c, a memory safe C and C++ compiler based on clang
fil-c.org
#cpp
#cplusplus
Fil-C
fil-c.org
October 22, 2025 at 8:20 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
i know someone stole a bunch of gems of major historical and cultural significance from the louvre, and i have to ask:

has anyone checked the british museum yet?
October 21, 2025 at 3:00 AM
How is that JavaScript has a async RAII destructors and C++ doesn't...
October 8, 2025 at 9:32 PM
Reposted by Hana Dus�kov� 🏳️‍🌈
This is a beautiful post capturing so much (maybe all?) of my feelings around AI and especially as it intersects with art. I have no notes.
October 8, 2025 at 2:41 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
Welcoming Woven by Toyota to the Video sponsors
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
Welcoming Woven by Toyota to the Video sponsors
www.meetingcpp.com
September 25, 2025 at 9:29 AM
Jaw wired shut ... that's new.
September 18, 2025 at 6:21 PM
If you experience performance issues while scrolling in macOS Tahoe. You can fix it by setting following default for the app itself:

defaults write com.macromates.textmate NSAutoFillHeuristicControllerEnabled -bool NO
September 17, 2025 at 8:44 PM
Reposted by Hana Dus�kov� 🏳️‍🌈
During NDC TechTown I will interview 6 very interesting people:

* Hana Dusíková - @hanicka.net
* Jason Turner - @lefticus.bsky.social
* Klaus Igleberger
* Anders Schau Knatten
* Nicole Patricia Mazzuca
* Mathias Kalle Dalheimer

The interviews will be broadcast on www.youtube.com/playlist?lis...
September 16, 2025 at 11:47 AM
TextMate is still working in Tahoe 😅
September 16, 2025 at 10:10 AM
Any tips where to host 4-5 immutable binary artifacts around 20MB each?
September 11, 2025 at 9:10 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
"Compiler: GCC/4.2.1 (Linux 5.4; Linux; x64) LLVM/9.0 (MSVC, like Borland) Clang/9.0"

(by @vriska.bsky.social)
September 11, 2025 at 4:48 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
Built a simple regex engine this week, and also threw together a visualizer site

Visualizer website: miniregex.lesleylai.info
Repo: codeberg.org/Lesley/minir...
September 7, 2025 at 7:02 AM
Few moments after today's total lunar eclipse.
September 7, 2025 at 7:39 PM
"everybody" knows they shouldn't write
constexpr bool what = std::is_constant_evaluated();
nor use
if constexpr (std::constant_evaluated())

but do you know about
const bool wtf = std::is_constant_evaluated();

I'm really sorry 😶‍🌫️
September 2, 2025 at 6:18 PM
Reposted by Hana Dus�kov� 🏳️‍🌈
True story!!!
August 30, 2025 at 12:50 PM
The convener selection for C++ is basically about how to pronounce GIF 😅🫣
August 30, 2025 at 7:10 AM
Checkout what happen when I told @matt.godbolt.org "write me an emulator" and he did.
My ACCU talk is now up! I put a lot of work into this one: writing 2 versions (well...maybe more) of a ZX Spectrum emulator in C++. I had a blast: I hope you will too, following my journey of self-discovery: can this old dog and learn some new (C++) tricks? Watch: www.youtube.com/watch?v=jlt_...
Keynote: Teaching an Old Dog New Tricks - Matt Godbolt - ACCU 2025
ACCU Membership: https://tinyurl.com/ydnfkcyn --- Keynote: Teaching an Old Dog New Tricks - Matt Godbolt - ACCU 2025 --- As a self-proclaimed C++ dinosaur, I set out to prove that my comfortable,…
www.youtube.com
August 30, 2025 at 6:54 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
Years of experience has taught me that transphobia correlates 100% with assholery.
August 21, 2025 at 12:47 AM
Reposted by Hana Dus�kov� 🏳️‍🌈
Chandler Carruth is the creator of Carbon, and he leads the C++, C Lang, and LLVM teams at Google. In this episode, he joins @kball.llc to talk about Carbon and the future of the language.

@chandlerc.blog

softwareengineeringdaily.com/2025/08/14/c...
Carbon and Modernizing C++ with Chandler Carruth - Software Engineering Daily
Carbon is a programming language developed by Google as a successor to C++, and it aims to provide modern safety features while maintaining high performance. It’s designed to offer seamless interopera...
softwareengineeringdaily.com
August 14, 2025 at 11:31 AM