

Handheld Cacodemon
-plays Doom-
Programmer by day, burnt out by night.
Handheld Cacodemon
-plays Doom-
Ah sorry, I don’t think that exists but would love to see it as well if it does.
Their store page says it runs some sort of Linux OS.
Is it possible to open a terminal and a file manager?
Could you install Wine through the terminal (something like sudo apt install wine
or sudo pacman -S wine
) and then run the .exe with Wine?
The latter could be done with the terminal (cd path/to/windows/game/files/; wine 'The Game.exe'
), but if there’s a file manager you could probably select the .exe and run it with Wine.
Sorry to give such broad instructions, I’m not sure what the Anbernic runs, exactly.
deleted by creator
[ The person editing this and has done plenty of research from multiple trustworthy sources. ]
That reads sus. Like “Trust me bro” in nicer words.
Thanks!
Man, I should add that to my To Watch list…
And another one, and another one gone
They could very well just do みゃ/Mya in their language. Even みゃお/Myao
Especially Balinese people do this unironically, and a lot.
Thank you!
Does anyone have a (reliable) (news) source on this?
Often news sources make sure anything that could make their news source look bad, like controversial topics, are someone else’s exact words that they quote so you can’t be mad at them for calling it a “war crime”…
Who has 105 days off in a year‽
EDIT I forgot weekends, man it’s time to sleep.
Ah, yeah okay, good to know!
My 3D experience went swimmingly on my N3DS 😅
To add to @ParetoOptimalDev@lemmy.today
The uutils are MIT licensed, simply put it means “do whatever you want with it, as long as you credit us”.
The coreutils are GPL, simply put “do whatever you want with it but only in other GPL works, also credit us”.
The coreutils make sure forks will also be open source.
While the uutils aren’t closed source, they do allow you to make closed source forks.
The uutils’ license is too permissive.
I don’t mind using it for larger teams, it can be great for organised communication such as dev teams!
But it shouldn’t replace documentation.
(Also, Discord itself is a proprietary, censoring telemetry wasp nest, your FOSS dev team shouldn’t be organised in it but Matrix, XMPP, IRC channels or something else open.)
Likely not anytime soon as they tend to hold off latest features and prefer older (but maintained) LTS versions of just about everything. Also especially not if it turns out to be a bad idea; they explicitly build Mint without Snaps since their inclusion in the Ubuntu base.
Mainly memory safety; split
(which is also used for other programs like sort
) had a memory heap overflow issue last year to name one.
The GNU Coreutils are well tested and very well written, the entire suite of programs has a CVE only once every few years from what I can see, but they do exist and most of those would be solved with a memory and type safe language.
That said, Rust also handles parallelism and concurrency much better than C ever could, though most of these programs don’t really benefit from that or not much since they already handled this quite well, especially for C programs.
If anything, I think it’s people used to Windows or macOS that don’t want anything to change that tend to hate Linux systems; it’s not exactly Windows/macOS (and doesn’t run exactly the MS Office and Adobe suits) so they hate it.