Reports

Epic vs Apple: What to Expect?

September 11, 2020 by “No Bugs” Bunny


Quote:

Apple won a battle, but not the war

Another Quote:

one should not try to mount such attacks without some big and heavy ace up their sleeve



Filed under: OtherReports

Read more

Quick Update on C++ Compiler Bug Hunt (overall, 15 bugs reported, 8 already fixed)

May 8, 2018 by “No Bugs” Bunny

Some time ago, I wrote a post about kscope – mini-project on finding and reporting bugs in modern C++ compilers. The point was that there is a way to use C++ facilities to make C++ code self-mutating (more strictly – pseudo-randomized using externally supplied ITHARE_KSCOPE_SEED macro), which allows finding certain classes of bugs during randomized […]

Filed under: OtherReports

Tagged With: C/C++GCC/ClangMSVC
Read more

#ACCU2018. Day 2. Threads and Locks ARE a Dead End, Period!

April 11, 2018 by “No Bugs” Bunny

IMG_0245.jpg

As the Day 2 of ACCU2018 is over, here is my report about it. Kotlin ~= Java with a Better Syntax Keynote of Day 2 was about Kotlin (titled “Kotlin/Native – Embracing existing ecosystems”), delivered by Hadi Hariri. While the talk as such was pretty good, I wasn’t convinced that Kotlin is worth the trouble. My takeouts from […]

Filed under: OtherReports

Tagged With: C/C++Multithreading
Read more

#ACCU2018 Day 1. From Gender Equality to (kinda-)Quantum Computing, with Threads and C++ copy/move in between

April 11, 2018 by “No Bugs” Bunny

IMG_0223.jpg

As #ACCU2018 is underway, and as I am here, it would be strange if I wouldn’t use the opportunity to tell about what I like (and don’t like ;-)) here. Diversity in Tech – What Can We Do? Gen Ashley was opening the conference with a keynote speech on “Diversity & Inclusivity in Tech”. Main point: […]

Filed under: OtherReports

Read more