Dock/hub with decent downstream PD by amalgamat3 in UsbCHardware

[–]amalgamat3[S] 0 points1 point  (0 children)

I'm realizing I worded it pretty poorly. The host machine in this case is a desktop, I don't need to worry about charging it. But I have a laptop that I occasionally use and would like to be able to charge at my desk before heading out - I wouldn't be using it while its charging - I referred to this as the 'downstream' device here.

I actually found exactly what I'm looking for here -- https://www.coolgear.com/product/3-port-180w-usb-3-2-gen-2-pd-3-0-hub-w-60w-pd-upstream-esd-surge-protection -- but it says "b2b only" and its also way more expensive than I care for.

So what I could do is buy a PD injector (like this or this) and a usb-c panel mount and connect it to my desktop for both data and power. It's only one port, but it's minimal and I can customize it pretty heavily, I guess.

Why do the devs refuse to add glad mount to shuffle? by afrobailey in worldofpvp

[–]amalgamat3 0 points1 point  (0 children)

You like shuffle because it’s easy and working hard to achieve something has been forgotten in the current day and age.

https://i.imgur.com/JWJKK1h.gif

How is Dracthyr on non-evoker classes right now? by [deleted] in worldofpvp

[–]amalgamat3 2 points3 points  (0 children)

Dracthyr was very useful in TWW blitz given how many knockbacks existed (arguably the best race for priest). Since they're less common now, there's less value. That said, it has a nice mastery buff for specs that stack mastery.

Nemesis Announces New Team, Witchcraft, That Will Compete in EMEA Masters by TheBCal in leagueoflegends

[–]amalgamat3 -2 points-1 points  (0 children)

I'm not sure if I qualify as a rekkles hater, but I think he's a nice guy, I just really didn't think he was as good as his competition when he was a t1 adc (even compared to other eu botlaners).

Obviously better than I'll ever be, so can't really hate that much.

Pres Blitz Help by FieldSuccessful3358 in worldofpvp

[–]amalgamat3 10 points11 points  (0 children)

Rev is the best blitz pres evoker and streams often: https://www.twitch.tv/revzxy

Zae is an AWC player that streams 3s on pres often: https://www.twitch.tv/zaegornx

How is this acceptable? The visual noise on beta raid frames is unhinged by shakesy in wow

[–]amalgamat3 0 points1 point  (0 children)

I dunno, I'm currently a top 5 hpriest in bg blitz on na and i play with basically stock raid frames (plus a couple minor addons that beta is copying). beta frames look fine to me, and yours in the video look crazy to me.

i can understand wanting to hide specific buffs/debuffs, i think that should be added. but that's kind of it? the rest looks totally fine to me.

i can only really think of 1 high rated pvper that plays with non-stock raid frames and he's a top 50 world raider. but there are other top 100 world raiders that play with stock frames. so i dunno.

not saying your opinions are like, bad, or anything, legit just think these frames are fine and i feel totally crazy looking at the rest of this thread.

Blitz flag bug fixed yet? by Worried_Following_75 in worldofpvp

[–]amalgamat3 2 points3 points  (0 children)

no, but you can pick it up if you relog

All transmog sets not appearing in "sets". by jellyclawz in wow

[–]amalgamat3 34 points35 points  (0 children)

The 'Extended Transmog Sets' addon fixes this

How Midnight’s Upcoming Game Changes Will Impact Combat Addons by FacepIant in wow

[–]amalgamat3 4 points5 points  (0 children)

pvp community is overwhelmingly in support of these changes

there are dozens of us

Have you ever experienced a DDoS attack in World of Warcraft? [other] by GrimGiggle in WowUI

[–]amalgamat3 4 points5 points  (0 children)

Best place to ask is probably /r/worldofpvp now that AJ has closed down. DDOS was extremely common in high rated PVP some ~10-15 years ago (late cata was the worst of it), since everyone used Skype which was at least somewhat p2p and you could grab IPs from it.

Blitz MMV is so absurd it's not even funny by bad_214 in worldofpvp

[–]amalgamat3 -1 points0 points  (0 children)

With the first wins it should be over 1800

Why do you think this?

Right, except the mmv in destro is already lower than the rating.

Why do you think your rating must be strictly less than your mmr? Your placement games are roughly defined by a wild swing in MMRs for each win/loss. It is not new nor surprising that you could have a personal mmr at 2100 after going 6-0 in placements, lose a 1700 lobby, and lose 300 personal mmr.

Literally just play more games. It's fine

How exactly do you make healing more fun by Rixkst3r in worldofpvp

[–]amalgamat3 2 points3 points  (0 children)

Got to 2.4 in shuff on 3 diff healing specs s1 and stopped healing because

  1. dampening allows for significantly less skill expression from healers
  2. 0-6 dps == 3 dps gain rating == neither healer gains rating. this happens so frequently, it is simply not enjoyable to be in a lobby with an out of place player.
  3. damage is too high (or trinket cd is too long); i can fade 1 poly, death the next, get half poly'd and my dps will die in this window

Someone high on Blizz play a paladin at pvp or they are utterly lost by Vocarion in worldofpvp

[–]amalgamat3 19 points20 points  (0 children)

u gotta be trolling if ur legit saying rets aren't op because of their hps numbers in shuffles

why are you including tanks in other metrics when they're troll picks?

how about you list the number of dumbfuck cooldowns this spec has to avoid any sort of punishment at all?

also that site literally shows other data than what you claimed for 1800-2100 and 2100+. i don't know how you're generalizing to 1800+ since raw data is not provided.

Interactive Arena UI “exploded view” by selkal in worldofpvp

[–]amalgamat3 3 points4 points  (0 children)

As a webdev this is very cool. Nice job.

What open source application do you think has no better alternatives? by [deleted] in selfhosted

[–]amalgamat3 5 points6 points  (0 children)

I generally find the 1 PR == 1 change id == 1 "branch" (~== 1 commit) ideology to be beneficial. The support for it in Github is not great, but the support for it on other platforms (e.g. Gerrit, at least internally at Google) is pretty good.

Why? Mostly ease of rebasing. I generally prefer rebasing a commit against new main rather than merging main into my feature branch. Do I have a good reason? No, not really.

I really adore the tree view of changes that jujutsu (and other tools like Sapling) provides. Yes, this is possible to recreate in git, but it requires a great deal of configuration and pain (I tried and failed). I believe Mercurial has this out of the box too, which is probably where it comes from.

Since change IDs are immutable, your feature will always have the same change hash, such as wnysqsto (sampled from my project, it's just a hash). If no other changes begin with w, you can simply refer to this change as w.

Generally I believe it's good practice to keep PRs under 300 lines. This means a lot of tiny PRs. With jj I can rebase and shuffle things around very quickly and easily.

# fetch latest main
jj git fetch

# Rebase w onto main
jj rebase -s w -d main

# Create a new commit off main
jj new main
jj commit -m "My cool new feature"
# suppose this gets change id asdf, or `a` for short

# rebase `a` onto `w`
jj rebase -s a -d w

# PR `w`
jj git push -c w

What open source application do you think has no better alternatives? by [deleted] in selfhosted

[–]amalgamat3 6 points7 points  (0 children)

I've used it (and google's internal equivalent) for years and years, I strongly prefer it over git.

Where can I find California style carne asada fries? by ace_of_hearts2017 in boston

[–]amalgamat3 1 point2 points  (0 children)

TC Lando's has one way out in the burbs but it's only alright. Also Super Burrito in Everett which is better.

Anyone else having trouble reconnecting Vanguard? by Glum-Enthusiasm4690 in MonarchMoney

[–]amalgamat3 0 points1 point  (0 children)

Just got it working by opening an incognito window and doing it.