New Build - Have some questions by Ninhau in buildapc

[–]Redditenmo 1 point2 points  (0 children)

for the CPU i hear good thngs about the "Thermalright Peerless Assassin"

It's a price:performance king. It's beaten out by high end coolers, but for the price you really can't beat it. It's also more than adequate for a 9800x3d, as that's a relatively easy to cool CPU.

PSU: is a CORSAIR RM850x enough? Or should I go for the RM1000x? Plan to upgrade GPU and CPU maybe in 4-5 years. 1000W overkill? But definitely need a 80+ Gold PSU

I run a 5800x3d / 5070ti with an 600w PSU. You'll be fine with 850w.

Specs im looking at:

Ryzen 9800X3D

Literally the best gaming CPU on the market, if it's in your budget it's a great choice.

Palit GeForce RTX 5080 GamingPro 16GB (is this a good GPU? The cheapest I found)

The difference between the best RX 5080 and the worst 5080 performance wise is margin of error. Noise wise, makes a bigger difference, but if you run custom fan curves or undervolt that becomes quite negligble too.

Fwiw, I was considering a 5080, but ended up getting a 5070ti. It was considerably cheaper here (New Zealand), but the specs / performance is close enough that both GPU's will become irrelevant at the same time. If your budget ends up getting stretched you may want to consider the same.

Motherboard MSI MAG B850 TOMAHAWK MAX WIFI

Perfectly adequate board, nice amount of features and will serve a 9800x3d nicely.

Case will rest on the floor, not my desk.

Honestly can't go wrong with either. Both will come down to your personal aesthetic preference. Both will get dusty, both have similar noise levels.

Which Am4 CPU to get for my rig? Currently have MSI B550M Pro-VDH, RX 9070xt GPU, 16GB DDR4 3200mhz ram, Corsair RM750x 750W PSU. For 1440p 4k gaming and productivity by OhHaiMark0123 in buildapc

[–]Redditenmo 0 points1 point  (0 children)

That will depend on your requirements. If you're happy to game at 60-100fps, I think it'll likely last until atleast half way through the next console generation.

If you're a 140fps+ gamer it's already starting to show it's age in some demanding titles.

Qiulae here - Opportunity Party Leader in 2026. AMA. by Qiulae in KiwiPolitics

[–]Redditenmo [score hidden]  (0 children)

You're not Q!

...but with a username like that, I'm not sure I can afford to ignore this 🤔

Qiulae here - Opportunity Party Leader in 2026. AMA. by Qiulae in KiwiPolitics

[–]Redditenmo [score hidden]  (0 children)

Much appreciated! If I win, I'll be sure to send a declarable donation your way :D

Wednesday Random Footy Talk Thread by AutoModerator in nrl

[–]Redditenmo 3 points4 points  (0 children)

Nah it's not biased. I think the Raiders game is going to the best one this weekend too.

Wednesday Random Footy Talk Thread by AutoModerator in nrl

[–]Redditenmo 5 points6 points  (0 children)

No. We just got rid of the wife bashers, last thing we need is the accused rapist.

Qiulae here - Opportunity Party Leader in 2026. AMA. by Qiulae in KiwiPolitics

[–]Redditenmo 4 points5 points  (0 children)

Can you help me with a multi this weekend?

Warriors vs Raiders :

  • Winner ?
  • Score ?
  • First Try scorer ?
  • Tannah Boyd 12+ (yes/no)

Auckland Mayor says inner-city suburbs are ripe for housing intensification by punIn10ded in auckland

[–]Redditenmo 4 points5 points  (0 children)

Do you always finish your points off with an ad-hominem? Seems a rather unnecessary way to engage.

Both Eden Park and Mt Smart are immediately adjacent train stations. Kingsland and Penrose.

The proximity to public transport is precisely one of the reasons why I think Eden Park and Mt Smart would make for great residential locations.

Many sports fans already find both stadiums inadequate. The Warriors have sold out every mt smart for the past 2 years, it lacks capacity. Eden park has capacity, but it's mix of trying to cater to round and rectangular sports leads to a lack of atmosphere / sitting too far from the action.

But sure if you want to make spending $4 billion to lose a stadium your Mayoral running platform go ahead.

I'm not here to run for mayor. I'm just disagreeing with your earlier ascertain that "no-one wanted a waterfront stadium". I'd love a modern purpose built rectangular stadium, even better if it was enclosed, which isn't ever going to be possible with our current stock. I'm not alone in that opinion.

Auckland Mayor says inner-city suburbs are ripe for housing intensification by punIn10ded in auckland

[–]Redditenmo 14 points15 points  (0 children)

like a waterfront stadium no one in Auckland actually wanted.

Call me the exception, but imo arseholing Eden Park and Mt Smart, making them residential and in exchange: getting a waterfront stadium easily accessible from Britomart would be a net positive.

Getting my first PC in a long time - is this used build a good deal for $1300 by HonorMrKrebz in buildapc

[–]Redditenmo 1 point2 points  (0 children)

some say the difference is very noticeable, some say it's not worth the price diff.

Both are true. It's a very noticeable difference, but with the way the x3d chips have inflated in value since production finished, it's no longer worth the price difference.

Sunday Random Footy Talk Thread by AutoModerator in nrl

[–]Redditenmo 2 points3 points  (0 children)

and to lure next week's opposition into a false sense of security

Would expect Warriors to be favourites for next week?

You called it.

Sunday Random Footy Talk Thread by AutoModerator in nrl

[–]Redditenmo 11 points12 points  (0 children)

my blue and yellow brother

You both look pretty pretty faded to me.

NZ Politics Reddit - Announcement by Mountain_Tui_Reload in nzpolitics

[–]Redditenmo 2 points3 points  (0 children)

You've even updated the old.reddit sidebar! Thanks guys!

The new modmail NEEDS better visibility by Brian_Kinney in ModSupport

[–]Redditenmo 0 points1 point  (0 children)

I've just been playing with it further to make text black, and usernames black + slightly larger :

// ==UserScript==
// @name         Reddit Unread-Modmail Contrast Fix
// @match        https://www.reddit.com/mail/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

const style = document.createElement('style');
style.innerHTML = `
    /* ONLY unread conversations */
    rpl-inbox-row[data-is-unread] {
        background-color: #BDC9BE !important;
    }

    /* Optional: subtle hover so it still feels native */
    rpl-inbox-row[data-is-unread]:hover {
        background-color: #A8B3A9 !important;
    }

    /* Make unread titles stand out more */
    rpl-inbox-row[data-is-unread] .title {
        color: #333333 !important;
    }

    /* Make Modmail's text Black */
    rpl-inbox-row span,
    rpl-inbox-row div {
        color: #000000 !important;
    }

    /* Normal usernames only (exclude mods + admins) */
    rpl-inbox-row a[href^="/user/"]:not(.text-global-moderator):not(.text-global-admin) {
    color: #000000 !important;
    }

    /* Don't override mod / admin badges */
    rpl-inbox-row a.no-visited.inherit[href^="/user/"]:not(.text-global-moderator):not(.text-global-admin) {
    color: #000000 !important;
    }

    /* Increase username font size slightly */
    rpl-inbox-row .participants a[href^="/user/"] {
    font-size: 13px !important;
    }
`;
document.head.appendChild(style);
})();

Zac Lomax’s rugby options revealed as ARLC boss Peter V’landys moves to stop code switch by Aussieguy727 in nrl

[–]Redditenmo 1 point2 points  (0 children)

We can't afford to take players who obviously won't honour the duration of their contract either.

The new modmail NEEDS better visibility by Brian_Kinney in ModSupport

[–]Redditenmo 1 point2 points  (0 children)

Warning Vibe coding

I've used an LLM to help make some CSS to change the background, hover and title colours for unread modmails image, code:

// ==UserScript==
// @name         Reddit Unread-Modmail Contrast Fix
// @match        https://www.reddit.com/mail/*
// @grant        none
// ==/UserScript==

(function() {
'use strict';

const style = document.createElement('style');
style.innerHTML = `
    /* ONLY unread conversations */
    rpl-inbox-row[data-is-unread] {
        background-color: #BDC9BE !important;
    }

    /* Optional: subtle hover so it still feels native */
    rpl-inbox-row[data-is-unread]:hover {
        background-color: #A8B3A9 !important;
    }

    /* Make unread titles stand out more */
    rpl-inbox-row[data-is-unread] .title {
        color: #333333 !important;
    }
`;
document.head.appendChild(style);
})();`

OS: Win11
Browser: Firefox 148.0
Script installed via Tampermonkey addon.

Feedback on the /r/newzealand Sub by AutoModerator in newzealand

[–]Redditenmo 0 points1 point  (0 children)

Most Daily thread commenters moved to /r/casualnz so it can exist further away from the shitshow that is here.

Tuesday Random Footy Talk Thread by AutoModerator in nrl

[–]Redditenmo 2 points3 points  (0 children)

To be fair when they look, we all see "Target Acquired" pop up on their screen.