We are going to find out and we better get ready to deal with it.
Organize, organize, organize. We must do everything we can to bring more and more people into active opposition to the regime.
We must build the capacity of our neighborhoods to support hourly workers so they can join us when it's time to call general strikes across the country to protect the vote.
Im basically trying to debug an issue in btop where under heavy system load it can sometimes just hang (the stress test i’m using is filling up RAM with garbage until the whole system gets severe levels of thrashing). It’s pretty annoying to reproduce and often instead of hanging it crashes instead (or maybe commit 6164470 always crashes while 1.4.6 hangs. can’t really tell for sure nope 1.4.6 also crashes). For the crashes, the backtraces seem to always be like this:
(gdb) thread apply all bt
Thread 2 (Thread 0x7fc967ed3780 (LWP 6988)):
#0 0x00007fc967aaa4fe in __syscall_cancel_arch () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#1 0x00007fc967a9f788 in __internal_syscall_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#2 0x00007fc967a9fd9c in __futex_abstimed_wait_common () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#3 0x00007fc967aa4504 in __pthread_clockjoin_ex () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#4 0x000000000043ddb1 in Runner::run (box=..., no_update=no_update@entry=false, force_redraw=force_redraw@entry=false) at src/btop.cpp:749
#5 0x0000000000441069 in btop_main (args=...) at src/btop.cpp:1166
#6 0x00000000004378d2 in main (argc=<optimized out>, argv=<optimized out>) at src/main.cpp:11
Thread 1 (Thread 0x7fc9665fd6c0 (LWP 13929) (Exiting)):
#0 0x00007fc967aa46dc in __pthread_kill_implementation () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#1 0x00007fc967a51a02 in raise () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#2 0x00007fc967a3aed1 in abort () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#3 0x00007fc967caea64 in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6
#4 0x00007fc967cc109a in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6
#5 0x00007fc967cae5ee in std::terminate() () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6
#6 0x00007fc967cae506 in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6
#7 0x00007fc967ef9f52 in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libgcc_s.so.1
#8 0x00007fc967efa67a in _Unwind_ForcedUnwind () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libgcc_s.so.1
#9 0x00007fc967aaab80 in __pthread_unwind () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#10 0x00007fc967a9f733 in __syscall_do_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#11 0x00007fc967a9f788 in __internal_syscall_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#12 0x00007fc967a9f7cd in __syscall_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#13 0x00007fc967b1f124 in sendto () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#14 0x00007fc967b2b274 in __netlink_request () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#15 0x00007fc967b2b5b6 in getifaddrs_internal () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#16 0x00007fc967b2c2e8 in getifaddrs () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#17 0x000000000053c1ca in Net::IfAddrsPtr::IfAddrsPtr (this=0x7fc9665fc8b0) at src/linux/../btop_shared.hpp:335
#18 Net::collect (no_update=<optimized out>) at src/linux/btop_collect.cpp:2611
#19 0x000000000044412e in Runner::_runner () at src/btop.cpp:619
#20 0x00007fc967aa2aed in start_thread () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
#21 0x00007fc967b1d768 in __clone3 () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
Who knew the future would be what it is? War, famine, pestilence, death — always with us. I was kinda hoping we might eliminate a few of those by now. Idiocracy empowered by idiots makes that unlikely.
Hang in there. Maybe science and reason will come back into vogue.
Megumin being #1 isn't surprising at all, I don't remotely agree, I don't find her to be a top 5 girl even in her own show, and she's not even the cutest KonoSuba Loli (that would be Princess Iris), but I won't deny that tons of people absolutely adore the Explosion Loli.
I did NOT expect Rem to be #2, I guess Re:ZERO is very popular on that site, but still... All I know about Rem is that I find the pink-haired girl way cuter.
Asuna at #3, yeah, that makes sense, she's a very iconic Waifu.
Zero Two at #4 is another big surprise, I think she's pretty awesome, but I kinda felt Darling in the FRANXX had been something of a fad, the poorly-received ending not helping matters. Still, I'm all for Zero Two doing well.
Aqua at #5, yeah, with KonoSuba being so popular that makes sense. For the record, she's my favorite of the trio.
Emilia at #6 - is Re:ZERO and its girls really this popular, or is the site a major outlier?
Kurisu at #7 is another pleasant surprise, I really like her, but didn't expect her to place anywhere near this high.
#8 is Holo, no surprise she makes the Top 10, some people might even be disappointed she's not in the Top 5.
2B at #9 is actually a MASSIVE surprise given just how poorly vidya girls fare on that site (more on that later), with the android girl absolutely mogging the likes of Tifa and Samus. I love 2B, so I don't mind her as the top video game heroine, though I wonder just how much the anime helped her, given this site's bias.
Tohru makes the Top 10, another surprise, I knew she was pretty popular, but THIS popular?
Froppy as the #1 MHA girl and the #11 girl overall is insanely impressive for a side character, you'd definitely have expected Uraraka ahead of her, hell, even Toga got way more hype in later years.
Darkness is unlucky #13, kinda getting spanked by Megumin and Aqua - though given her fetishes, she might appreciate this humiliation!
I've literally never even heard of Mai Sakurajima, but she's #14...
Rin Tohsaka and Shinobu rounding out the Top 16, again, no surprise these girls are very popular.
DESCARGA LA EDICIÓN EN ESPAÑOL DE 325 #13 “De vuelta a lo básico”: https://archive.org/details/325-13-espanol + La portada Hemos traducido el último número de la revista 325, un interesante y necesario proyecto insurreccional de contrainformación y análisis
Author: John ZerzanTitle: Yes, CollapseDate: July 2023Notes: This is an adaptation on an earlier book review: <worldliteraturetoday.org>Source: 325 #13 — ‘Back to Basics’. <darknights.noblogs.org/files/2025/09/325-13-en.pdf> French deconstructionist Jacques Derrida famously remarked that “there is nothing outside the text.” Nothing outside the symbolic order.
Author: LTitle: Informal OrganisationDate: March 2025Source: 325 #13 — ‘Back to Basics’. <darknights.noblogs.org/files/2025/09/325-13-en.pdf> The concept of ‘informal organisation’ refers to a form of organisation that operates outside the traditional hierarchical structures typically associated with formal institutions or established anarchist groups. Informal
Download PDF here: 325#13 -‘Back to Basics’ – 2025 Download HI-RES cover Originally released in March 2025, the PDF online version of 325 #13 is out now. 76 pages of anarchist, anti-capitalist and anti-civilisation writings, coverage and news. Continues the focus on high-technologies whilst providing space for
KI Navigator #13: Künstliche Intelligenz überholt das Daily
Wenn KI-Modelle in Sprintplanung und Daily Stand-up einsteigen, verändern sich nicht nur Tools, sondern auch die Teamrollen und der Teamspirit in der Praxis.