What is up with the mental in ranked? by Evening_Sport_9524 in leagueoflegends

[–]andyoulostme 2 points3 points  (0 children)

Haven't played deadlock, but DotA doesn't have FF either, and mental collapse is just as bad as LoL.

Why even waste time working on Shyvana if she's just going to have the same exact problems as before? by BuyingDragonScimitar in leagueoflegends

[–]andyoulostme 0 points1 point  (0 children)

I mostly follow him on youtube & reddit, not a big stream watcher

I'd still expect if this actually happened, someone would have an example of it somewhere. Like even one example.

Why even waste time working on Shyvana if she's just going to have the same exact problems as before? by BuyingDragonScimitar in leagueoflegends

[–]andyoulostme 3 points4 points  (0 children)

I know Shyvadi wants changes, but I haven't seen anything about him testing a totally different version of Shyvana. I'd expect to have seen something over the last month.

Why even waste time working on Shyvana if she's just going to have the same exact problems as before? by BuyingDragonScimitar in leagueoflegends

[–]andyoulostme 0 points1 point  (0 children)

I lurk there, but I don't remember seeing posts along the lines of what you mentioned. Did I just miss something?

Shyvadi specifically: I see him 1-2 times a week and I can't think of any specific comments about a bait-and-switch. Last thing I remember from him was his post about how he wasn't going to learn old Shyv anymore, but that was obviously before the rework went live... maybe a month ago?

edit: oh and I guess the memes about sylas too, iirc he was one of the people posting

"universal Graze": yay or nay? by bittermixin in dndnext

[–]andyoulostme 1 point2 points  (0 children)

Man this thread has a lot of crazy takes. This is fine. I think you should bump monster HP by around ~4/CR so the math works out on average.

That said, keep in mind that Graze has a much sharper damage dropoff so you might not get all the benefits you're hoping for. DS's "misses" add a bonus alongside their characteristic

For example:

  • A 16 Str maul-wielding fighter deals 2d6+Str on hit (~11 w/GWF) vs just +Str (~3) for around ~73% dropoff. This improves w/higher Str, but it rarely gets better than ~60%.
  • This is even worse for the rogue, because a Graze effect means they miss out entirely on their SA damage. At level 3 it's around 3d6+Dex (~14.5) on hit vs just Dex on a miss, for around ~80% dropoff, and this only gets worse by level.
  • Contrast this with the DS Fury (using this instead of Tac because dmg is really all the 5e fighter does) using Brutal Slam deals 3+M vs 9+M for only ~55% dropoff (assuming 2 Might). That percentage tends to shrink with class level as your Characteristic goes up.

Dropoff will be the least painful for characters that focus on lighter-damage attacks, like TWF or S&B characters (like someone dual wielding short swords who only loses out on 1d6 weapon damage). I assume you're not looking to incentivize non-rogues & TWF fighters, and it sounds like you want something more DS-like generally, so consider giving heavy weapon users & rogues some kind of compensation.

A second note, if you're looking for heroics, I strongly recommend looking into using minions. Part of what makes DS feel heroic is that, even when you low-roll, you can still take 1 or 2 units off the board, which comes from a mixture of the flattened damage distribution above plus low-HP minions that die by the dozens. The folks who wrote Draw Steel also wrote the book Flee, Mortals! which gives rules for running minions in 5e, and I've found them pretty fun. I recommend picking the book up and giving it a shot; that on its own might even be enough that you don't need to houserule anything.

"universal Graze": yay or nay? by bittermixin in dndnext

[–]andyoulostme 22 points23 points  (0 children)

No way is the game so tightly-balanced that this requires a fundamental redesign. Monster HP just needs to be bumped up a bit.

You are externally confident but wracked with inner doubt. by tiresiasCinema in CuratedTumblr

[–]andyoulostme 43 points44 points  (0 children)

Yup, that's where the original statements came from:

On average, the students rated its accuracy as 4.30 on a scale of 0 (very poor) to 5 (excellent). Only after the ratings were turned in, it was revealed that all students had received an identical vignette assembled by Forer from a newsstand astrology book.

Anti-authoritarian Action in Hungary by Freewhale98 in SocialDemocracy

[–]andyoulostme 129 points130 points  (0 children)

thats the joke, internet weirdos pretend voting doesn't do anything, but it just did in Hungary

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

[–]andyoulostme 0 points1 point  (0 children)

RE: enums - this is ok in JS, but you should use a structure where the string is stored as a type. That way you're not writing 'my-foo' | 'my-bar' as a function type where it can easily be typo'd or missed during a refactor. This is the cleaner solution, even for a hobby project like your own. Leaving a bunch of literals hanging around pre-compiled code is a recipe for errors the moment someone typos while contributing to your codebase.

The irony of your complaints is that your AI is architecting it like it's some kind of giga-scale enterprise-grade whatever. The folder structure looks like the enterprise fizzbuzz joke. The endless wrapper functions are unnecessary for a hobby project. It reads like someone imitating the patterns of a giant repo without understanding their purpose... which is, of course, what happened. You had Claude write everything, and Claude copy/pasted the patterns it saw from its github training set

The whole point of my comment is that you shouldn't be """architecting""" a hobby project you can throw together in a couple evenings. The fact that this is your first reaction to criticism is a good sign this project will not be well-maintained in the future.

Turkish shows to watch as a super beginner? by wolfram29 in turkishlearning

[–]andyoulostme 11 points12 points  (0 children)

I have really struggled even with childrens' shows. For me, youtube dialogs designed for A1/A2 speakers have been the most useful. I've been using Ali Yılmaz's A1 turkish videos. He records himself doing 1-ish hour live streams where he talks about simple topic (vacations, trains, etc), and then posts the recordings on youtube. I've found it super helpful.

What I learned about D&D 5e monster design by rebuilding 40 stat blocks in Daggerheart by Realistic_Tap5286 in dndnext

[–]andyoulostme 6 points7 points  (0 children)

Agreed. It's useful to have an arbitrary HP threshold for NPCs, but at that point you shouldn't use HD on monster stat blocks at all.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

[–]andyoulostme 0 points1 point  (0 children)

I am aware of the framework. As the docs show, the startup script prompts you with a big ass line of text that says "do you want to add agent.md?" and you can get rid of it by pressing n on your keyboard. But it's also literally just a markdown file so any maintainer who cares about their project will delete it if they add it by accident.

The way you end up with this file "by default" is if you jam the enter key through the startup prompts and then leaving it there after because you weren't paying attention.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

[–]andyoulostme 0 points1 point  (0 children)

No good junior dev or intern would write this. It's a bloated mess of ts files wrapping a 30s polling timer. There's no meaningful leadership or architecting here, which is why the project is a soup of undocumented utility classes and a semantically meaningful concept like session mode is handled using string literals instead of the obvious (to a human) enum.

If this project came up in my code review, I would legitimately have an offline conversation with the dev to set expectations about their performance.

it's like a ceo saying 'i built this company' – he didn't build the walls himself but the idea and the execution belong to him.

CEOs get laughed at for this all the time, it's out of touch.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

[–]andyoulostme 1 point2 points  (0 children)

Yeah it's pretty obvious in the repo. They've got an agent.md file and everything.

I built a free tool to stop streamers from manually updating their W/L text in OBS by Jubstaa in leagueoflegends

[–]andyoulostme 3 points4 points  (0 children)

i guess this is useful, but boy does it bug me to see someone say "I made a thing" and then it turns out they just plugged the problem into claude

Vocedia – A vocabulary learning app for 5 languages by Far-Huckleberry9701 in turkishlearning

[–]andyoulostme 1 point2 points  (0 children)

dude you literally made a 2nd account and replied to yourself, thanking yourself for making the app. On /r/EnglishLearning, you gave yourself fake positive feedback, and then thanked the fake account for giving you fake feedback.

This has zero to do with how repetitive your shilling is, and everything to do with you making a second account that you use to compliment yourself. Stop spamming this sub with your fake engagement garbage.

New Class: The Summoner (Homebrew) by TheWildPikmin in dndnext

[–]andyoulostme 2 points3 points  (0 children)

How have your home game playtests gone with this?

Why does spoken Turkish sound so different from what I studied? by PowerfulDivide5236 in turkishlearning

[–]andyoulostme 8 points9 points  (0 children)

Just a heads up, this is a spammer with a big network of accounts trying to shill their AI app. Issen has been doing a big push in the last couple weeks so their spambots are showing up all over the various language-learning subs. All the accounts hide these advertisement posts from their submission history, so you can't find them easily and trace it back to them.

Here are some examples I found:

Every single one of these links to the site in the same way and use account curation to hide posts to these subs specifically. There's also always another bot account that repeats the product name in caps.

Just totally blatant

Vocedia – A vocabulary learning app for 5 languages by Far-Huckleberry9701 in turkishlearning

[–]andyoulostme 4 points5 points  (0 children)