It’s probably what they started testing and have now concluded to be “ok”, even if newer versions have been released. You can’t drop your tests and start over just because new versions keep getting released.
- 4 Posts
- 164 Comments
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•Privacy-preserving alternative to Ring cameras (Raspberry Pi Zero 2W)!English
1·1 month agoiirc pine64 so has a camera in their store
InFerNo@lemmy.mlto
Games@lemmy.world•Hands On with the Anbernic RG Rotate: Weird, Unique, and Instantly my FavoriteEnglish
2·1 month agoIs the market getting saturated? I have an Odroid Ultra and feel like there isn’t a real good upgrade out there.
InFerNo@lemmy.mlto
Gaming@beehaw.org•Steam is basically a PC gaming monopoly, so why isn’t anyone mad?
7·2 months agoBattle.net, Ubisoft Connect, EA (formerly Origin), Microsoft Store, …
Steam is a lot of things. If selling games is the only baseline for comparison, then you can add Fanatical, Humble Bundle, IndieGala, …
There’s a lot of overlap.
Steam Workshop? ModDB
Steam Chat? Discord
It bundles it all conveniently and there aren’t any drop in alternatives.
InFerNo@lemmy.mlto
Games@lemmy.world•I can now save my game in Pokemon Yellow again after 25 years.English
3·3 months agoI went right off the deep end. I followed along with someone else doing it, some YT video.
InFerNo@lemmy.mlto
Games@lemmy.world•I can now save my game in Pokemon Yellow again after 25 years.English
4·3 months agoIt’s not hard. My Game Gears were broken and now I fixed 4 of them by replacing all caps.
I got the Pinecil for soldering and it’s so easy to use and versatile. I got a couple of flux pens so the result looks nice and clean.
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•My new little home server + my first experiences with running a serverEnglish
16·3 months agoBackup backup backup
You spent time setting it up, now keep that time investment safe.
Create a disk image at least once and keep a more regular copy of your important files.
InFerNo@lemmy.mlto
Linux@lemmy.ml•What are some of your most useful or favorite terminal commands?
2·3 months agoI just tried your use case, and it did move the files to the correct folder.
using zsh:
user@computer ~ touch test.jpg user@computer ~ touch test2.jpg user@computer ~ mv test.jpg ./Public user@computer ~ mv test2.jpg $_ user@computer ~ ls ./Public test2.jpg test.jpg user@computer ~ using bash:
[user@computer Public]$ mkdir test [user@computer Public]$ ls test test2.jpg test.jpg [user@computer Public]$ mv test.jpg ./test [user@computer Public]$ mv test2.jpg $_ [user@computer Public]$ ls test [user@computer Public]$ ls test/ test2.jpg test.jpg [user@computer Public]$using bash and full path:
[user@computer Public]$ ls test test2.jpg test.jpg [user@computer Public]$ mv test.jpg /home/user/Public/test [user@computer Public]$ mv test2.jpg $_ [user@computer Public]$ ls test [user@computer Public]$ ls test/ test2.jpg test.jpg [user@computer Public]$What shell are you using? You can check it by using
echo $0.user@computer ~ echo $0 /usr/bin/zsh[user@computer ~]$ echo $0 /bin/bashI can’t reproduce it, even when putting the directory path in quotes, it still simply moved the file.
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
3·3 months agoidk what issues you have, I have it running on 5 devices
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
101·3 months agoOn android you can hide/remove with revanced.
InFerNo@lemmy.mlto
Games@lemmy.world•Nvidia Announces DLSS 5, and it adds... An AI slop filter over your gameEnglish
144·4 months agoIsn’t this like applying instagram filters, which can be done on run of the mill smartphones?
InFerNo@lemmy.mlto
Technology@beehaw.org•Age Verification Laws Are Multiplying Like a Virus, and Your Linux Computer Might be Next
4·4 months agoI couldn’t find any threads on the forum about this. I would like to know how/if Arch will handle this.
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•Introducing Habitat - A Social Platform for Local CommunitiesEnglish
1·4 months agoWe have a very strong national use of Hoplr, so it’ll be really hard to get people over and I haven’t seen any malpractice by Hoplr yet.
Could you not simply render a lower resolution? It’s basically what I did in the past 30 years when my PC isn’t up to the task even on low settings.
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•big list of selfhosted chat apps to meet all your friends on a real "server"English
1·5 months agoWhy does virola have a checkmark and all the others don’t?
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•Question: Is there a Self Hosted Discord like app?English
43·5 months agoYes, Mattermost. It’s very similar to Slack and Discord. I have hosted it for years for our organization.
There’s a web interface, and has an app available. Can have all sorts of integrations and bridges to other services.
InFerNo@lemmy.mlto
Selfhosted@lemmy.world•Western Digital details 14-platter 3.5-inch HAMR HDD designs with 140 TB and beyondEnglish
4·5 months agoI’d put this in a mirror configuration tbh.
InFerNo@lemmy.mlto
Free and Open Source Software@beehaw.org•A curated list of awesome FOSS games
2·5 months agoIn your link, the source is in the src folder
The license is GPLv2. I believe the file is called GNU.TXT in the repository, at least that’s what I have in mine https://github.com/InFerYes/dday
Additionally there’s LICENSE.TXT with some information by Id Software, who open sourced the engine on which this game is based.
My repository’s code is what runs on the active servers. Powabanga’s has installers for the clients.

Helldivers 2 broke Linux with an update. You have to use Proton experimental for it to work again.