Spyke

Posts

linux·LinuxbyGustavoM

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.

View original on lemmy.world
linux_gaming·Linux GamingbyGustavoM

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.

View original on lemmy.world
linux·LinuxbyGustavoM

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.

View original on lemmy.world
commandline·Command LinebyGustavoM

"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.

View original on lemmy.world
linux·LinuxbyGustavoM

"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.

View original on lemmy.world
linux4noobs·Linux 101 stuff. Questions are encouraged, noobs are welcome!byGustavoM

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.

View original on lemmy.world