I have a retroid 4 pro and it plays PS2 fine. The Qualcomm chips in many phones are more powerful than it’s MediaTek Dimensity.
northertech
- 0 Posts
- 17 Comments
As long as they don’t go above N64/PS1. I would say that RetroArch is great. Get some core recommendations, some are better than others.
northertech@fedia.ioto
Selfhosted@lemmy.world•Do you know a remote NAS backup solution without Tailscale?
1·1 day agoWith TCP there are built in listeners on OSs which you can use to test. Also TCP will work before UDP. For whatever reason firewalls and such do weird things with UDP traffic. I always use a cli tool that I can’t remember the name of for testing.
northertech@fedia.ioto
Selfhosted@lemmy.world•Do you know a remote NAS backup solution without Tailscale?
6·2 days agoYes it is uncommon, as people have mentioned it is a Wireguard wrapper. Try just using Wireguard and troubleshoot from there. I would want to know what that ‘simple’ solution is failing. Your workaround could have similar issues.
northertech@fedia.ioto
Lemmy Shitpost@lemmy.world•I can't wait until all these 6-7 kids learn about 9-5
2·2 days agoYou might be a champion of the modern era. Or just really out of touch.
yeah, in no way did pluralizing make sense the way I did it.
Just made it through a technical interview without managing to say that I use Arch, btw. It is harder than you think.
Carolla’s and Camry’s are made it Mexico. The moved them from Cambridge ON, and started making Lexus’ at that plant.
northertech@fedia.ioto
PC Gaming@lemmy.ca•GoldenEye 007 for N64 has been '100% decompiled' — success of half-decade project opens up possibilities for complex mods and ports
2·15 days agoFor real, I have a 8BitDo N64 controller conversation kit to make it a BT controller with a hall effect stick. Does not change a thing. Mario Kart’s controls are atrocious as the controls are for most games. I guess the 3Cs are hard when you are the first generation of 3D games.
Dude, just admit it’s not a bone and I will give you the answer.
Spain and Portugal are way off. The Appalachians extend to the British Isles and are much older than the mountains in the Iberian peninsula.
I just had a recruiter come to me with a post that required 10 years experience for a tech that only has existed for 10 years. So I just asked them, the response was I don’t know. like through some copy paste of another listing, the number was never changed. If they were not a large reputable company, I would have passed.
northertech@fedia.ioto
PC Master Race@lemmy.world•Accidentally causing a Chernobyl meltdown while trying to OC an i9 14900KS
2·19 days agoYou should have used TheBlueMorpho. I did not know of a political connotation.
northertech@fedia.ioto
PC Master Race@lemmy.world•Accidentally causing a Chernobyl meltdown while trying to OC an i9 14900KS
1·19 days agoFirst off, have you used that name on other platforms? it’s a sweet username. I started to leave in typos in all of my writing, so people right away know it was never ran through a LLM. I had an external partner at work comment that I might have given them the only human written report in 2026. I would like to think it works but you are sacrificing some professionalism.
northertech@fedia.ioto
Canada@lemmy.ca•Investors want ‘real proof’ AI spending is paying off, new report suggests - National | Globalnews.ca
81·26 days agoThe crazy thing is that if you use a Ui that shows the reasoning and actually read the full output. You will instantly lose faith in any model’s ability to have some sort of intelligence. The reasoning output is terrifying, I can’t believe an LLM can do anything correctly.
northertech@fedia.ioto
Fediverse@lemmy.world•Maybe a better Threadiverse Major Defederations Graph?
3·29 days agoI always thought that people are drawn into the default instances because they have less friction to sign up and login in third-party apps. Along with new people not quite grasping how the fediverse works when they start using it.



For built in listeners use ncat, but nmap package is not always included. If you are on Windows find some listener Poweshell script, it will be under 10 lines, with Test-Connection. When I was a SysAdmin one repeated problem was UDP traffic was not working. When you tested the TCP port it would work, verifying that the connection is there, but UDP for a variety of reasons is problematic.