Posts
Playing Mina the Hollower on a Orange pi 5 MAX, full speed, no stuttering -- feels comfy af
cross-posted from: https://lemmy.world/post/47849643
Pretty sure most of you will drop a "Well, duh -- that's pretty much a NES game"... which is true, yes. A NES game with plenty of layers (FEX > x86_64 to arm > wine > Directx 12, if my memory serves me right) and the fact that vulkan support is "meh", but still very limited (What you are seeing is pure opengl) makes this a very significant accomplishment. This is not the only game that can run on it -- even Metro 2033 (linux native version) can run quite in an acceptable framerate (10'ish FPS, worst case scenario), and the fact that this is run on a device that barely sips the 10 watts mark... makes this feel very "I'm in the future"-kind of thing.
Oh, and the ingame res is odd like that due to the wacky panfrost support (its gpu "drivers") but its 100% fine when I remove all these terminal windows.
Playing Mina the Hollower on a Orange pi 5 MAX, full speed, no stuttering -- feels comfy af
Pretty sure most of you will drop a "Well, duh -- that's pretty much a NES game"... which is true, yes. A NES game with plenty of layers (FEX > x86_64 to arm > wine > Directx 12, if my memory serves me right) and the fact that vulkan support is "meh", but still very limited (What you are seeing is pure opengl) makes this a very significant accomplishment. This is not the only game that can run on it -- even Metro 2033 (linux native version) can run quite in an acceptable framerate (10'ish FPS, worst case scenario), and the fact that this is run on a device that barely sips the 10 watts mark... makes this feel very "I'm in the future"-kind of thing.
Oh, and the ingame res is odd like that due to the wacky panfrost support (its gpu "drivers") but its 100% fine when I remove all these terminal windows.
ttymenu. A dependency-free dmenu clone for the TTY.
The code can be found by clicking here. Then save it as ttymenu.c and compile this with "gcc ttymenu.c -o ttymenu -O3 -Wall -static (-Bstatic if you are on macos)".
mini95. A minimal, "almost" dependency-free dmenu clone. With a Windows 95 theme.
The code can be found by clicking here. Save it as mini95.c, then compile this with "gcc mini95.c -lX11 -o mini95".
Now introducing "haxx", a nonsense hacking generator.
Gives you a bollywood experience right into your terminal, with more than 1000 ips simulated! An INFINITE amount of simulated names! Over 100 different types of glitches! An overly dramatic hack, just like seen in the movies! And more (If you -REALLY- have a lot of time to spend staring at this command.)
Click here to grab the C code, followed by instructions on how to compile it.
"tm". Todo manager on the CLI for potatoes.
(The date + clock and the menu can be hidden via a toggle for extra flexibility and space. They are in the screenshot just to show em off.)
Manage your to-do tasks in a compact, slick and straightforward manner.
Includes a built-in clock for an extra flex.
Click here to grab the code and compile it with "gcc tm.c -o tm -static -O2". And then type "sudo mv tm /usr/local/bin/." to send the binary into the user binary directory. To run it, simply type "tm".
This code, alongside all my codes are under the "Do Whatever You Want" license. Modify this, sell it using a different name, whatever you want -- I don't care.
"YTS" -- search youtube inside the CLI -and- watch videos in mpv! 100% portable and minimal.
Imagine a world where you could browse -and- watch youtube without using a graphical software or a web browser.
Guess what? Now you can.
With this nifty, minimal and 100% portable piece of software, you can now watch the best youtube has to offer without compromising your potato or waiting several minutes (!) for a video to appear on your screen.
The only caveat is that you need to install mpv.
And nothing else.
The code, alongside instructions on how to compile it can be found by clicking here.
"Procbal" -- dynamic process resource manager.
Dynamically prioritizes CPU or memory access out of a given command.
Can be run as a non-root user.
Instructions on how to compile and usage are provided inside the code right here.
-EDIT- Just improved the code with improved nice sorting, detection and configuration.
"Work!". A "genact-esque" nonsense generator. [CLI command]
Makes you pretend you are working for NASA or for the FBI.
Instructions on how to compile the code and everything else can be found inside the code right here.
The (Catholic/latin) Holy Bible -- straight from the vatican and to your CLI. [CLI command]
A simple, straightforward, zero bloat command that brings you the Gods Word -- from the Vatican and straight into your CLI.
Click here to check the code out and compile it with "gcc theholybible.c -o theholybible -static -O2".
Enjoy.
A C code collection of different programs.
From a dvd CLI screensaver to a btop replacement.
To compile (pretty much anything available in the provided link), just do
gcc filename.c -o whateveryouwant -static
https://gitlab.com/gee.8ruhs/writtenincOpen linkView original on lemmy.worldHow about a VHS effect on the CLI? [Linux command, C code]
For the old farts (like me) out there.
Instructions on how to compile, screenshot, etc are all inside in the code provided @ op.
CLI old TV static effect simulator. [Linux command, C code]
For the "old farts" out there who wants to made their ultrawide screen behave like a old TV.
Instructions how to compile, screenshots, etc are in the code.
Super "mewmew" bros, the cli "infinite" platformer.
Just a little "something" I came up with. Instructions on how to compile, including a screenshot link are in the code.
Brave crashes followed by a /usr/bin/brave-browser: line 39: 16656 Trace/breakpoint trap "$HERE/brave" "$@" error..
Title. This error/crash happens with certain web pages only whilst everything else works as intended. Any ideas of what is going on? Running on sway, on a Orange pi 5 max with 16 GiB of ram. Dietpi. Thanks in advance. And yes, Firefox runs just fine without any crashes whatsoever.
How do I write an android .img file to an external usb disk?
Title. I've tried using dd but it doesn't work -- the .img file is written but it does not boot. Thanks in advance.
"moov atom not found" while trying to play a invidious live stream through yt-dlp.
Title. Non-live streams play as intended however. wat do? Thanks in advance.