I've liked using Aves recently
take6056
I'd say a battery is at least something that should be "chargeable", either one time or rechargeable. I dont think you can use solar cells to store energy back into the sun.
Not saying that my definition does work for the dirt fuel cell, talked about in the article, though.
Isn't there any other place on sky island that you can teleport to?
Lemmy
First! And I actually did quite poor...
It seems like ChatGPT can write, but from what I've understood about the technology it always sounded more like it was taught to "speak". Not with sounds obviously, but the sentences are build without necessarily knowing all characters that make it up, like children do with speech before learning to write.
I'm not a researcher on the topic, so I could've interpreted something wrong. I'd like to see Cunningham's law proven right, if I did!
I thought this was a pretty good in-depth explanation of the infinite case and the finite case: https://www.youtube.com/watch?v=zTsRGQj6VT4
Maybe Firefox, Thunderbird or Steam are running in XWayland and that causes different behaviour between them. Just guessing.
I would look into a library that does manipulation of odt (or docx). Code whatever algorithm you need to do the restructuring. Now your left with an in memory representation of the document that you can hopefully figure out how many pages it spans, or save it to a temporary file.
All depends really on how feature rich the odt libraries are and/or how deep you want to dive into the spec.
I feel like this is an XY problem. Is there an underlying issue your trying to resolve?
I set it to only update when I start it. Hopefully the big updates will become less frequent.
Haven't tried online yet, but I didn't get any warnings, so I think that should work.
I'm using this package: https://aur.archlinux.org/packages/gamescope-session-steam-git Looking at the source here: https://github.com/ChimeraOS/gamescope-session-steam/blob/main/usr/bin/steamos-session-select
You can see it looks for a script to shutdown steam or defaults to normal shutdown. I pointed
os-session-select
to a script that restarts my sddm service, before shutting down steam, so it returns me into the default session. It was a bit finicky though and I hacked a systemd service into it to ensure the script didn't get killed.Hope this helps. Might clean it up some time and put it in a repository/on the aur.
EDIT: I was inspired by ChimeraOS; it uses that
os-session-select
for its main project as well to return to the gnome desktop.