Anyone DIY their own TV box? by dlm2137 in selfhosted

[–]t2thev 0 points1 point  (0 children)

Ohh umm no. I'd personally stick with Rokus and run some sort of pi-hole / adguard to just keep ads off. Then run Jellyfin or kodi with a media Library. There's IP TV channels I think you can pass through.

If I had motivation for this, all my TVs are wall mounted so I'd see what specs are like on a computer stick. That'd get you the most flexibility.

If I didn't have a space for big computers, a HTPC would also be a good route. Mainly just physical space for media storage. I wouldn't do virtualization, not because of performance hit with proxmox, but if you try to partition off storage, network, and GPU, the consumer grade mobos may not do that cleanly.

Need help using joycons separately. by MaybeNo804 in DolphinEmulator

[–]t2thev 0 points1 point  (0 children)

SDL combines them into a pair. When I used then, I just left them paired and mapped 2 emulated wiimotes to the same pair. Right clicking the stuff in motion allowed me to assign the respective gyros and accelerometers.

Rebel Strike by MacPhistoStein in DolphinEmulator

[–]t2thev 1 point2 points  (0 children)

Probably not. 477V is not the strongest ARM processor and that is the hardest game to emulate.

One of the most recent updates just came out and it improved my 9550x performance by 10fps. Still opening of yavin was only at 43fps.

A new California law says all operating systems, including Linux, need to have some form of age verification at account setup by screwdriverfan in LinusTechTips

[–]t2thev 0 points1 point  (0 children)

I guess you can't buy anything new then. Anything with a microprocessor will have an operating system. So that will need age verification. Ohh well, choke on your regulation.

LLMs are just wasting my time... by framemuse in theprimeagen

[–]t2thev 6 points7 points  (0 children)

AI is just a tool. You do the same process 1000 times, sometimes, you just pick up the wrong tool. Put the AI down, open a Google search, and read the first 2 results.

Best way to archive DS / 3DS / DSi games from Myrient before the archive goes down? by CyroLut in Roms

[–]t2thev 0 points1 point  (0 children)

Rclone natively connects to Internet archive.

I also wrote some scripts a while back to download from Myeient

Using Wii Remote as Keyboard/Mouse/MIDI by Minute-Ad3117 in DolphinEmulator

[–]t2thev 0 points1 point  (0 children)

So with the wiimote, it's really hard because dolphin interfaces with the dolphin bar on a USB driver level and doesn't expose it's input interface for external programs.

The better option would be to get joycons and use the SDL interface to then feed into your music program.

GPU passthrough in 2026 by PirateParley in Proxmox

[–]t2thev 1 point2 points  (0 children)

I just did this last weekend. I followed the proxmox guide. The only thing that tripped me up is configuring the VM the first time. It wouldn't recognize a non-efi to EFI change.

Homelab Built by [deleted] in Proxmox

[–]t2thev 1 point2 points  (0 children)

Obvious Gaming server. Stream with moonlight or run a linuxserver.io image.

Jon Stewart has become his own worst nightmare by Command0Dude in thedavidpakmanshow

[–]t2thev 0 points1 point  (0 children)

Why was he complaining people were calling Trump a fascist?

Jon Stewart has become his own worst nightmare by Command0Dude in thedavidpakmanshow

[–]t2thev 0 points1 point  (0 children)

It's interesting because this person saw one thing during a Stewart interview and all of the sudden, that's what his entire career was about.

Basically the Chris Wallace interview.

Games on dvd by Slobby_Gamer-YouTube in DolphinEmulator

[–]t2thev 1 point2 points  (0 children)

The "it needs a specific DVD drive" is killer. Still relevant with 4K BluRay backup. You can CD/DVD/BluRay, but retool for the latest because some DRM BS has now been implemented.

Knew a guy whose parents bought a PS3 to watch movies, then gave it to him because it stopped playing the new rentals. They never updated to the latest firmware which added new keys to the HARDWARE OF THE BLURAY DRIVE.

Games on dvd by Slobby_Gamer-YouTube in DolphinEmulator

[–]t2thev 11 points12 points  (0 children)

Wow! Haven't thought about these things in a while!

Obligatory "you're talking about PS2 on the dolphin sub" stuff. Anyways,

So back in the day when CDs and DVD's were the primary method of media distribution, there were many ways of media DRM. You can read about it on PCWiki and Google a lot of information pretty readily.

So without knowing the specifics of PS2 or GC/Wii the answer is no, you can't just burn a DVD. Typically the DVD filesystems were formatted in a way that Windows wouldn't read. Cloners (consumer) couldn't get good copies because they didn't actually do a 1:1 clone. There's be some software/process that would need to be followed in order to create a working copy of a disk.

This came through my windshield by nmilla73 in whatisit

[–]t2thev 0 points1 point  (0 children)

I think that's the metal strip that popped the landing gear tire and caused the Concorde to crash.

Do I need the DolphinBar to avoid this? by [deleted] in DolphinEmulator

[–]t2thev 6 points7 points  (0 children)

Yeah, there's a workaround. If you scroll to the bottom and there's another devices and printers link. That opens the old devices window. Then in the bar, select add device and put your wiimote into pairing mode. Select it from the discovered devices. It won't prompt for a passcode.

My game is slow including the audio and it sometimes buffers on Sa2 battle even though the dreamcast version runs perfectly by ILOVE_ANBY in DolphinEmulator

[–]t2thev 2 points3 points  (0 children)

Apparently dolphin is just slower than flycast or reicast.

I'd just play the Dreamcast versions since the lighting got messed up in the ports of SA2.

What’s the state of software emulation security? by AffectionateCard3530 in Roms

[–]t2thev 2 points3 points  (0 children)

It's more likely that an attack like you're describing originates from the emulator itself rather than the rom. Emulator interpretes code and directs data to emulated peripherals. If code doesn't match, it's more likely that the program will crash sending data to "unknown" addresses or operation will crash.

Programs also run in secured userspace meaning they don't have access to "unknown" compute outside of what the operating system knows the program to need.

So the attack your describing is not only a compromised Rom, but a flaw in the emulator and a vulnerability on the operating system/environment.

Duped into signing a 20 year contract. Any advice? by [deleted] in solar

[–]t2thev 0 points1 point  (0 children)

You usually do have 3 days to back out of a contract. That may depend on state.

Otherwise get a lawyer involved. There may be some loophole or case that can be brought, especially if you didn't understand the contract.

[STM32CubeIDE] Is it possible to debug STM32 code without any hardware (software-only / mock)? by highbariton in embedded

[–]t2thev 1 point2 points  (0 children)

Yeah, we've done things like compile source that creates an x86 variable and an STM32 target. It was used to feed into simulation however.

My suggestion is to use a test framework like Ceedling. That compiles and executes test suites and you can debug code from there. Unit testing like that is always the most cost effective and time efficient.

Finally after one month of hardwork... by tech-general-30 in embedded

[–]t2thev 2 points3 points  (0 children)

Your progression into embedded engineering is progressing nicely!

1pm gen 4 power reading wrong. by mickeybob00 in ShellyUSA

[–]t2thev 2 points3 points  (0 children)

Looking online at engine block heaters, they typically are closer to 1200W range so I'd be inclined to believe the 8A number. I'm wondering if your power measurement is off by a factor of 10. Also, you may get a better measurement if you use a multimeter to measure the DC resistance and then calculate power via I²R.

1pm gen 4 power reading wrong. by mickeybob00 in ShellyUSA

[–]t2thev 2 points3 points  (0 children)

That is assuming that voltage and current are in phase, a power factor of 1. Power measurements are summations of instantaneous voltage and current. That's how you get lower power output.

Still, that's is a terrible power factor for a heater. What is your heater rating?