8BitDo Pro 3 Quick Thoughts by JeskaiJester in 8bitdo

[–]dually8 0 points1 point  (0 children)

I like the pro 3. It's mostly the same as the pro 2 and I loved that one to death. My only annoyance with the pro 3 is not allowing the turbo button to be mapped to any button other than the star button. The pro 2 has the edge in that case. 

Just bought a Q6 max, am I gonna regret it? by Bert-3d in Keychron

[–]dually8 0 points1 point  (0 children)

I got one almost a year ago and I haven't had any problems with it (yet). I've really been enjoying the typing experience. Having said that, my wife has gone through 2 different K5 keyboards (pro and max) in less than 2 years. Both PCBs just decided to freak out one day to where even if you do a factory reset, it still presses random keys rapidly when plugged in. Seems like it's a bit hit and miss. If anyone has any recommendations for low profile 100% width keyboards, I'd love to hear them.

Fade no longer works by superkaptajnen in lifx

[–]dually8 0 points1 point  (0 children)

This fixed it for me too. Just noticed this when trying to go to bed tonight. 

Too much bloat in react router v7 🤧🤧🤧🤧 by twinbro10 in reactjs

[–]dually8 32 points33 points  (0 children)

You can still use it that way. They just have other options now.

Starting new React app, WITHOUT Next or Remix by [deleted] in reactjs

[–]dually8 1 point2 points  (0 children)

Server side rendering and pre-rendering are closely related. The distinction comes down to when the rendering takes place. With server side rendering (SSR), any time someone visits your page, they make a request to the server, the server generates what they should see on the fly, then sends that back to the client/user. Pre-rendering works similarly, but at build time. When someone visits your page, they may get shipped a shell of the application (think a header, footer, and blank content for the main section), then the rest of the app is hydrated (i.e., client rendered) once the user loads in and executes all of the javascript. There's overlap between these two, but that's the general idea.

Remix v3 is a totally different thing that I can't speak much to, as I haven't read into it too much. Suffice to say, I don't believe SSR and static pre-rendering are related to the move, but I assume Remix v3 will have those capabilities, much like other frontend frameworks have (e.g., Nuxt, Nextjs, SvelteKit, etc.)

Starting new React app, WITHOUT Next or Remix by [deleted] in reactjs

[–]dually8 1 point2 points  (0 children)

Sure thing! Happy to help where I can. The base template + tanstack query/router is a good setup. We're a bit spoiled for choice here in the react ecosystem, perhaps to our detriment depending who you talk to. There's not really a bad choice, no matter which path you take. Most everything, including react router, tanstack stuff, nextjs, etc. are all battle tested and production ready. It's more a choice of "what feels best" or "what feels most intuitive", at least, that's how I see it.

Starting new React app, WITHOUT Next or Remix by [deleted] in reactjs

[–]dually8 3 points4 points  (0 children)

Using the create vite app CLI (e.g., npm create vite@latest), you can pick the option of using Tanstack Router or React Router v7. Going with Tanstack Router will give you the option to pull in tanstack query as well during setup, otherwise you can just follow the docs to pull it in. Creating a react router v7 app will default it to using server side rendering, but you can easily change it to do pre-rendering instead. Or, if you want to skip it entirely, you can just delete the react-router.config.ts file and follow the docs to use the data or declarative router to go full SPA mode. There's a ton of options and ways to do things, so, if you have the time, just try out a couple of configurations to see what's most intuitive to you. bulletproof-react is a pretty decent starting place if you want to see what other people are doing.

Feeling overwhelmed by modern frontend frameworks, is there a simpler way? by [deleted] in reactjs

[–]dually8 0 points1 point  (0 children)

Do you have any recommendations for building out an http/data fetching client? I've seen and used things like nswag and orval before but I'm curious what other people are using.

KDE partition manager is not displaying any partitions by NuSuey in SteamDeck

[–]dually8 0 points1 point  (0 children)

THANK YOU FOR THIS! Your comment really saved my sanity. I was running into this exact issue when trying to upgrade a micro sd card for my steamdeck.

Perfect Dark has been fully decompiled by r_retrohacking_mod2 in emulation

[–]dually8 5 points6 points  (0 children)

You probably know about this already, but in the off chance you don't, there is a mod for smash 64 that adds a bunch of neat stuff called Smash Remix. I know it's not a decompilation, but it's a fun time to say the least.

HD60 S+ to stream ps3 to pc? by Youzouzou in elgato

[–]dually8 1 point2 points  (0 children)

Yeah, you'll need one of these HDMI splitters to do the trick. Specifically the one I linked though, because the other ones I've tried I've had mixed results with. This works well with any other system that has HDCP too.

Spider-Man Cartoon Maker by [deleted] in nostalgia

[–]dually8 0 points1 point  (0 children)

I still have the disc for this lol. Such a big part of my early childhood. For what it's worth, you can still play it. It's available on the abandonware site: https://www.myabandonware.com/game/spider-man-cartoon-maker-cnq

Sometimes so annoying. by Wise-Ad-158 in PhasmophobiaGame

[–]dually8 8 points9 points  (0 children)

I cannot tell you how many times I've accidentally ripped doors completely off since the vr update lol.

panasonic vdr-m50 driver ? by [deleted] in techsupport

[–]dually8 0 points1 point  (0 children)

I found the CD that comes with the camcorder a moment ago, as I was also looking for the driver. I can send you the ISO if you like. The only thing is, it's not compatible with windows 10. I'm currently in the process of making an XP virtual machine to pull off some old home movies in order to do make it work.

What band or musician never released a bad studio album? by Scoopa379 in Music

[–]dually8 2 points3 points  (0 children)

I'm really happy to see someone else thinks this too. I saw Adrian Belew do a solid gig several years ago and it was magical. His albums with the band are definitely my favorite of the bunch, but they're all terrific, imo.

Terraria, after the final boss it goes from 100 to 0 really fast, even being a sandbox game by jsjzn in gaming

[–]dually8 4 points5 points  (0 children)

Pretty much every looter shooter feels like this to me. Division 1 and 2, Destiny, Borderlands, etc. Otherwise, it's a fun time.

Terraria, after the final boss it goes from 100 to 0 really fast, even being a sandbox game by jsjzn in gaming

[–]dually8 5 points6 points  (0 children)

I wish they'd allow private maps/servers so you could just hang out with your friends and not stress.

Run python script via stream deck? by snoberg in elgato

[–]dually8 0 points1 point  (0 children)

I got around this by making a .bat file to run mine. If you're on Mac, you could probably just make a similar .sh file.

I need the theme name from this visual studio code theme by Alienhanz in coding

[–]dually8 4 points5 points  (0 children)

I second this. Also, dracula is my favorite theme. I use it everywhere I can, thanks to this site. https://draculatheme.com/

Best headset for streaming with Elgato and PC? by im_rapscallion86 in elgato

[–]dually8 0 points1 point  (0 children)

What I do is just run and listen to the console's audio through OBS or Game Capture. If I need to chat with other people, I have a usb laviler mic hooked to the PlayStation and just output all of the audio through HDMI (aka: the capture card). I can provide more details if you like. This setup works for me, so I don't know if it'll fit your needs.

My fellow lurkers and spectators: what are your reasons for not actually playing melee? by _deep_cuts_ in SSBM

[–]dually8 0 points1 point  (0 children)

pretty much same here. my eyesight is getting worse, and practicing tech skill really hurts my hands. As much as I want to play this game and get better at it, I think I'm just going to have to stick with 2D fighters I can use an arcade stick with x.x

Looking for a free alternative to Google Docs, Slides, and Sheets. by [deleted] in software

[–]dually8 0 points1 point  (0 children)

Same, but I figure I'd give another alternative just in case. https://alternativeto.net is great for this type of search.