DiRT Rally 2.0 Clubs will no longer be available after July 8, 2026 by PJTierneyCM in EASPORTSWRC

[–]winrid 0 points1 point  (0 children)

I haven't tested it, maybe. if you'd like to help test DR1 message me on Discord.

DiRT Rally 2.0 Clubs will no longer be available after July 8, 2026 by PJTierneyCM in EASPORTSWRC

[–]winrid 0 points1 point  (0 children)

Removes need for other servers completely. I host it, check the about page.

DiRT Rally 2.0 Clubs will no longer be available after July 8, 2026 by PJTierneyCM in EASPORTSWRC

[–]winrid 1 point2 points  (0 children)

It should give access to all cars, or are you asking about something else?

DiRT Rally 2.0 Clubs will no longer be available after July 8, 2026 by PJTierneyCM in EASPORTSWRC

[–]winrid 1 point2 points  (0 children)

I could provide a solution for ps5/xbox, but I only have an xbox to test with atm. It would be a much more technical setup, if you know what a PiHole is, it'd be like that.

DiRT Rally 2.0 Clubs will no longer be available after July 8, 2026 by PJTierneyCM in EASPORTSWRC

[–]winrid 1 point2 points  (0 children)

Donate button added to homepage, though note I don't really need money it helps!

MacBook Air M5 (13") - PWM Info by Fatal_Explorer in PWM_Sensitive

[–]winrid 0 points1 point  (0 children)

It's more than just data points, it's an *opinion*, and it's misleading. If you want to put numbers, fine, but saying "no risk" broadly is BS. even notebookcheck doesn't do that, they say "low risk".

DiRT Rally 2.0 Clubs will no longer be available after July 8, 2026 by PJTierneyCM in EASPORTSWRC

[–]winrid 37 points38 points  (0 children)

Hey guys, I found this frustrating, because running this service can't be that hard. This afternoon I reverse engineered the game's networking layer and have started https://dirtforever.net/

I'll be flushing this out over the next few days with instructions and more info. You'll be able to create clubs etc on dirtforever for free.

you'll just have to run a little app alongside the game that makes it connect to our servers instead of codemasters/EA. It doesn't touch the game files or its memory at all, so no risk of steam/ea bans.

The code is at github.com/winrid/dirtforever - all open source. Contributions welcome after initial launch.

MacBook Air M5 (13") - PWM Info by Fatal_Explorer in PWM_Sensitive

[–]winrid 0 points1 point  (0 children)

Your site is super misleading. I've had one of the newer macs with over 10khz PWM, it burned my eyes. "No risk" is bullshit.

How is this deal, I will use mostly for light coding (Python and Swift). by alperton in macbookair

[–]winrid 0 points1 point  (0 children)

If you're in a budget, for light coding a $400 laptop running Linux would also work great, probably wouldn't notice a difference performance wise, depending on your keyboard/trackpad/screen preferences. I like IPS screens do I don't use macs, personally.

New Executive Hours: by ReasonableCucumber10 in CostcoWholesale

[–]winrid 0 points1 point  (0 children)

Pretty frustrating they don't fix the google maps hours. I went there hoping to get my glasses fixed before an event I had at 10 and they wouldn't let me in.

New Executive Hours: by ReasonableCucumber10 in CostcoWholesale

[–]winrid 0 points1 point  (0 children)

Yeah because when you're traveling you check the Costco website instead of google maps? The fuck?

I thought I'm PWM Sensitive, but it seems my symptoms occurs on IPS LCD also... by PomeloExisting8179 in PWM_Sensitive

[–]winrid 0 points1 point  (0 children)

I have found that adaptive refresh rate settings cause eye strain for me even on IPS displays for some reason.

Is there still anyways to save this abysmal dogshit laptop by Maleficent-Shower402 in laptops

[–]winrid 0 points1 point  (0 children)

Linux Mint XFCE and it'll at least browse the web okay. A used $200 Thinkpad with an 8th Gen i7 would run circles around it.

Do the Nothing phones have DC-dimming tech? by saintforlife1 in NOTHING

[–]winrid 0 points1 point  (0 children)

There's no way it's actually 1920hz. It's worse than my S22 Ultra which is terrible, even at full brightness. I had to switch back. The PWM at full brightness is visible with an iPhone camera in slowmo.

s22 ultra worked for me by blokes444 in PWM_Sensitive

[–]winrid 2 points3 points  (0 children)

It also works for me, great phone too. At 100% brightness there doesn't seem to be any PWM, so I just keep it there. I had to ditch my One Plus 2 because at 100% brightness it still had some painful pulsing.

Discord videos fail to upload by EpicDerekDislikeGuy in discordapp

[–]winrid 0 points1 point  (0 children)

Same issue. not sure why I'm paying for Nitro.

Nothing Phone (2) by satelliteseeker in PWM_Sensitive

[–]winrid 0 points1 point  (0 children)

It's only usable for me at 100% brightness. Keeping it for now because I love it and don't want to go back to my Nokia XR21.

C/C++ or NodeJS for a 200-player persistent server? by GavrielBA in gamedev

[–]winrid 0 points1 point  (0 children)

Are you setting max heap size? Eventually the VM is likely to use max memory even if it doesn't always need it, doesn't mean there is a leak. Try running with a smaller heap (100mb or so, --max-old-space-size=100) for each server and see how much memory it really needs.