AstroLightz
AstroLightz@lemmy.world
<p>Hobbyist developer, Linux enthusiast, and Arch Linux user.</p> <blockquote> <p><em>“The only things constant in this world are death and taxes, I’ve got both!”</em> — <em><strong>Skeleton Merchant, Terraria</strong></em></p> </blockquote>
Posts
-
Open-World Games with Drivable Motorbikes?
I’m looking for good Steam games to wishlist for the Steam Summer Sale coming soon. Mainly, I’m looking for any open-world game that features motorbikes/motorcycles as drivable vehicles. It doesn’t have to be a racing game. (Side tangent: I wish Forza Horizon 6, or any Forza game, had motorbikes in it.) Games I already have that do have bikes in them: Cyberpunk 2077 GTA IV and V Burnout Paradise Just Cause 2 and 3 Saints Row 2, 3 and 4 Watch_Dogs 1, 2, and Legion Also, please only recomm...
-
PC Games like Legend of Zelda: Breath of the Wild
I’m looking for any games on PC (preferably Steam) that plays like The Legend of Zelda: Breath of the Wild. Mainly, I’m looking for large, open-world games, with lots of things to do, with an over-arching narrative/destination available. Think Minecraft, with but an actual definitive objective to complete. I’m aware of Fromsoft’s work (Elden Ring), but I’m looking for non-soulslike games.
-
[Python] Question for People Familiar with Sphinx Documentation
cross-posted from: lemmy.world/post/46764460 Question for People Familiar with Sphinx Documentation So, I’m making documentation for my project using Sphinx with hatch/hatchling. I’m currently using the sphinx-rtd-theme as my theme. I already make a quickstart page for my project, but the src directory page is included in the sidebar. I would like to rename it to “Source Files”, but when changing the header in my modules.rst file, it gets reset each time I build. The main extensions I’m u...
-
Post #656436
I try to follow the 3, 2, 1 backup procedure: 3 copies Spread across at least 2 devices (Computer, Server, other devices) At least 1 copy on a separate storage disk (USB flash drive)
-
Arch: Control VLC through terminal commands?
I’m making a Python script to play music through VLC and I wanted to add a way to control audio playback of VLC, like pause/play, next/previous, etc. I know I can change shuffle mode before launching VLC with the –random and –no-random arguments. However, is there a way to change playback settings through the Linux terminal while VLC is running?