YAHwism, Niebocentryzm (wklęsła Ziemia – Concave Earth), #Skycentrism, BLENDER & LuxCore Render, *physical* absurd of #Copernican Revolution explained, the inside Earth / geocosmos, basics of spirituality, #Jewishness (JeWsus, Holy Spirit Shikainyah, protestant÷catholic critic), computer programming, Python scripts, C++, astrophotography, science, physics, web aggregation, computer graphics, analysis, fact checking, some politics and economics blogging, skies, moonscape,IT
NC - SC
◇◇◇◇◇ REMARK – THIS IS NOT MY MAIN BLOG ◇◇◇◇◇◇
Search This Blog
Tuesday, May 13, 2025
It turned out that hibernation aka s2disk is BETTER (generally quicker due to [Z]RAM usage) **while** using FireDragon web browser [Linux]
But smartphonized//controlled s**t can comprehend??
Thursday, March 13, 2025
Again s2disk failures, BUT:: 1×Hibernated under NV proprietary & restored under NOUVEAU initcpio. 1×HIBERNATION OK
Preface
Indeed, its maybe not full J. S. Mill's methodology here.
•„halfy-simply” OK..............
„Darwin's award” for whole America: Real causes are undefined still.
Thus, NLP and CBDC is a polymorphism... overworked USA thinks that a solution to bug is a patch, no... . THEY LIE YOU ALL THE TIME, DEVALUATING YOUR OWN TIME, OR EVEN –MONEY.
Saturday, September 28, 2024
Fish (s)hell: BEWARE of adding entries to config.fish manually, PACMAN OVERWRITES IT automatically at system actualization/maintenance. Use the „source” directive!!
Design patterns & good practices – don't want having multiple small files (w/ longer fsck!!!) –the fish's source directive
Of course, pacman.conf NoUpgrade directive can omit this negative result/impact – but I don't like too much mess (chaos, if you can read) in system, although. It suffices American language is narcistic psychopathy chaos from ancient view! Why they code, code, code!!!?? Maybe to make something similar to Esperanto? No, rather to be still unfunky „monkey” — despite IT, sci, & more.
Yea, but Linux administration has to be practical.
I remember regressions even from good open source soft of Bender/Bfor Artists!!!!
Sunday, August 25, 2024
A some clue from grepping?? AND ROXTERM CAN'T COPY HTML FORMAT YOU „VARIOUS CURIOUS”
Error „listing” from Kbuild/make:
/HIBERPATCH/krnl_with_hiber_modifs/linux611/src/linux-6.11-rc3/samples/bpf/xdp_sample.bpf.h: * perf uses -Wstrict-aliasing=3 which makes build fail
Next worst a[s]pect of Linux is you need... the debugger for debugger, AND some de fucto compiler for even a... compiler.
GCC can't do KERNEL — even after I figured out that opts: mrproper, localmodconfig, all in CONJUNCTION (AND W/ BIN. PATCH IN MAKE CMD. about .mod files)
(GCC version 14.1.1 20240522 )
1) „LIVE” PATCH IN MAKE (in/usr/bin/ !!!) about *.mod Modula2 – I made with simple hexeditor by searching .mod ... string and replacing binary with 4ex. „m-d”.
CC /HIBERPATCH/krnl_with_hiber_modifs/linux611/src/linux-6.11-rc3/tools/objtool/libsubcmd/exec-cmd.o
error: unknown warning option '-Wstrict-aliasing=3'; did you mean '-Wstring-plus-int'? [-Werror,-Wunknown-warning-option]
2) Important: the make invocation!!! Repaired the prior very strange error
Aliasing... as in Windows??!! WHAT do you want to program, sado-masochists neocorpoRATionists?!
Into software, philosophy is essential.
I don't think Torvalds have clear orientation what is most important in kernel programming.
Summary
Thursday, August 22, 2024
Sado-masochists: how it is possible that LXQt FM can't show even the-NORMAL progressbar or progress percent?? Not this stalled proforma shit!!!
—sth of kind: Make your own distribution.
Whole identity of America: you're ...kings, not the kings.
Whole 1:22 «hours» before the „NORMAL” progressbar has been shown in LXQt archive manager fuckility.
Afterword
Wednesday, February 28, 2024
Damned „manually”: Clang «fast» Compiler still, 2024, NOT fully compatible with «gcc-code»: The nsxiv app’s compilation is one example.

Problem WAS, I updated some packages in Arch Linux and, after that, tried to replace old sxiv’s program custom enhanced variant to the new nsxiv from its git repository.
3 „old-fashioned” errors
— with fast Clang compiler, „new technology” of compilers, that are also accompanied (across… MULTIPLE Arch Linux packages) with the LLVM compiling orientation:
clang-16: warning: treating ‚c’ input as ‚c++’ when in C++ mode, this behavior is deprecated [-Wdeprecated]
autoreload.c:70:17: error: assigning to ‚char *’ from incompatible type ‚void *’
scratch.buf = erealloc(scratch.buf, scratch.len);^~~~~~~~ autoreload.c:73:9: error: cannot initialize return object of type ‚char *’ with an rvalue of type ‚void *’ return memcpy(scratch.buf, filepath, len); ^~~~~~~~
autoreload.c:87:9: error: assigning to ‚char *’ from ‚const char *’ discards qualifiers
base = strrchr(filepath, ‚/’);
^~~~~~
3 errors generated.
Rerun make with old, „straight” gcc
(by unset CXX & unset CC bash commands- and OK:
CC autoreload.o
c99 -Wall -pedantic -O2 -DNDEBUG -D_XOPEN_SOURCE=700 -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1 -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/local/include/freetype2 -c -o autoreload.o autoreload.c
CC commands.o
c99 -Wall -pedantic -O2 -DNDEBUG -D_XOPEN_SOURCE=700 -DHAVE_LIBEXIF=1 -DHAVE_LIBFONTS=1 -DHAVE_INOTIFY=1 -I/usr/include/freetype2 -I/usr/local/include/freetype2 -c -o commands.o commands.c
CC image.o
Yea, this one was simple.
But generally, in IT world we have bigger projects that must be (re)compiled (or linked dynamically), DUE TO *.SO libraries issues.
There is no „hot” alternative. I don’t want the difficult special scientific system distrubution — I prefer to, AS WITH the icu lib, to put *ALTERNATIVE* libs in its special folder – not in /etc/alternatives but in /usr/local/lib/ICUxx, for example. While the icu library is the most wide, heavy alternative (Libre Office tends to link version after version of icu!!!), the (re)compilation of application turns out to be solution (as it was with BibleTime, also).
Some time ago, I replaced Arch Linux packages with the manjaro repo – resulted, not instantly but after update+manually, QGIS started working.
Previously I run QGIS from chrooted Debian system (that is, the container – not the VM nor similar, but live ability to change root directory – the SO objects are linked from distribution file tree).
Theory of Concave Earth PC Programs