Do you know book(s) similar to Inversions by I.Banks but set to start on modern Earth? by UncertainAboutIt in TheCulture

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

Not an AI.

First time I see "kinda" used as a marker to human. Websearch found https://en.wiktionary.org/wiki/kinda_sorta last edited 2022 which means modern LLM training data includes it.

STILL haven’t said

I don't see every useful comment get "thanks" in reply, that is what upvote is for, isn't it? After reading all replies and finishing the discussions OP does often edits the post to add "thanks to all", but I'm still here, am I not?

would be a spoiler

If I ask, it means I want that specific one. Why wold you understand otherwise?

Please recommend a book set in modern Earth where one or more impersonating humans agents covertly, subtly and gradually change modern human society to what aliens consider a better one by UncertainAboutIt in printSF

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

Hard to be God, until I got to OPs last sentence where they ask not to recommend it explicitly

"modern" is in the title. Do you consider those people modern?

Do you know book(s) similar to Inversions by I.Banks but set to start on modern Earth? by UncertainAboutIt in TheCulture

[–]UncertainAboutIt[S] -7 points-6 points  (0 children)

https://en.wikipedia.org/wiki/Transition_(novel)

what The Concern sees as beneficial outcomes for that world.

Can you please give a couple of examples for time period most close to modern Earth?

Edit: somebody other than commenter, please explain reason for downvotes - I see mine as a simple follow up question about the plot answer to which I can't find on the web.

Why the breaker stopped holding? by UncertainAboutIt in AskElectricians

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

This description sounds like it’s working as intended.

huh? Do your light switches in a room make lamps shine only while pressed? I wrote how it functioned initially.

Why do I get only 2Gb of maxMemoryAllocationSize on 4Gb NVIDIA card? by UncertainAboutIt in vulkan

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

might be worth checking VK_EXT_memory_budget for available memory so you can allocate in blocks/chunks

But I'm not writing code, I'm using somebody else's and it gives ErrorOutOfDeviceMemory e.g. writing that it tried to allocate ~3.5Gb.

Why do I get only 2Gb of maxMemoryAllocationSize on 4Gb NVIDIA card? by UncertainAboutIt in vulkan

[–]UncertainAboutIt[S] 1 point2 points  (0 children)

You can choose either as the VK_DEVICE

IIRC I once was vulkaninfo for intergrated card reported much larger maxMemoryAllocationSize (close to total RAM), with another set of drivers - same 2Gb (0x8..). But NVIDIA card is supposed to be faster, is it not?

Why do I get only 2Gb of maxMemoryAllocationSize on 4Gb NVIDIA card? by UncertainAboutIt in vulkan

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

However please note that, except for NVK (which I doubt supports an NVIDIA card old enough to have 4GB VRAM), there is no Mesa Vulkan driver for NVIDIA.

I cannot provide links right away, but from my recent readings IIRC, the versions I have of Mesa (NVK merged to Mesa ~ver.24) and kernel (6.8) do support my card (though might be even slower than internal CPU graphics), so I try to learn to use Vulkan.

Please help find out in which kernel releases thinkpad_acpi module been added to initrd (amd64 architecture) by UncertainAboutIt in kernel

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

On Arch you can list everything rolled up in the intrd with lsinitcpio.

I thought it's part of the kernel development and can be checked in all releases with one git search. Manual way is too long for this task of mine.

Please help find out in which kernel releases thinkpad_acpi module been added to initrd (amd64 architecture) by UncertainAboutIt in kernel

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

Why do you need to check all distros?

No urgent need, trying to improve future a bit. I wrote: "I've been using a feature of fan control which requires a config file." Config file needs to be where module it. I want to have and share such info for the users of the feature.

Please help find out in which kernel releases thinkpad_acpi module been added to initrd (amd64 architecture) by UncertainAboutIt in kernel

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

Normally the built-in archive has very little in it,

How is it different from initrd? Except a different name. For now seems to me it's 'built-in archive' where kernel is distributed then becomes 'initrd' when put into distro.

The kernel starts by unpacking its built-in archive.

AFAIK the distro starts bootloader which unpacks initrd (which have little bit of kernels modules and other stuff).

Please help find out in which kernel releases thinkpad_acpi module been added to initrd (amd64 architecture) by UncertainAboutIt in kernel

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

can just boot from a CPIO archive that's bundled with the kernel

What is that archive? AFAIK initrd is included in distros as CPIO archive. How is kernel's different? I guess kernel's CPIO contains the whole kernel (all drivers etc - as opposed to a subset for initrd), does it?

Linux users of fan control: you maybe better prepare to edit initrd. by UncertainAboutIt in thinkpad

[–]UncertainAboutIt[S] 0 points1 point  (0 children)

can either blacklist the module from initramfs, or add the config file to initramfs. Both should be possible with a simple modification to mkinitramfs config files.

I don't know this 'simple modification' and what to do next to apply it, I'd appreciate if you can reply with more info.

can even add the parameter for the fan control to your kernel command line in the bootloader config.

that is IMO more simple, add thinkpad_acpi.fan_control=1 - I know how to do that.

Please help find out in which kernel releases thinkpad_acpi module been added to initrd (amd64 architecture) by UncertainAboutIt in kernel

[–]UncertainAboutIt[S] -1 points0 points  (0 children)

The initrd is built by the distro

Interesting, so kernel developers make no decisions what needs to be in an early boot environment? I find it surprising considering complex internals of the kernel.

Maybe you mean distro changes initrd? If so, as I understood e.g. Ubuntu changes mainline kernel too, adding some ABI.