Creator of LULs (a script which helps links to point to your instance)

Come say hi here or over at https://twitch.tv/AzzuriteTV :) I like getting to know more people :)

Play games with me: https://steamcommunity.com/id/azzu

  • 0 Posts
  • 38 Comments
Joined 2 months ago
cake
Cake day: May 10th, 2026

help-circle





  • The thing is, are they really leaving money on the table? Higher prices means less customers, yes, but also higher profits per unit. We don’t actually know right now how many people would be willing to pay these new prices: if it costs twice as much but half the customers are still fine buying it, then profit stayed the same. And with no choice, I suspect much more than half are going to pay double.

    Of course, the people who wouldn’t do that are a potential market, but they are also a much lower profit margin. Comparably, that’s probably not that much for these people.




  • my default mode of thinking assumes that I am the best at everything

    Well then you are not quite with me though, I’m not even remotely the best at most things, and I know that. Everyone is pretty terrible at the things they haven’t practiced, and I haven’t spent a significant amount of practice with most things.

    But to me, it is not important in the evaluation of how good I am in total that I’m good at many things. Everyone has different things that they are good at. Rather, for example, my ability to accurately assess my skills in different areas is one of the things what makes me actually good, i.e. not overestimating myself in things I’m terrible at, and not underestimating myself in things I’m actually good at. I think that is a skill everyone should be good at.

    Obviously, this whole evaluation includes a plethora of factors, and this is just one of them. Truly getting into why I think I’m probably one of the best humans around would take too long for such a casual thread, and is likely not even close to being desired information for anyone.

    And it’s not even guaranteed that my evaluation is any good, and anyway, everybody’s evaluation is different. I do not actually know if the criteria by which I judge myself and others are good right now, it’s very possible they change in the future once I know more. Other people’s set of criteria might be better than mine. As such, I don’t actually presume to tell anyone what I think of them unless they specifically want to know.

    I’m not at any specific “mode” and I do think my way of thinking about myself is very healthy.











  • I’m not talking about the work contributors do, obviously that is invaluable.

    But if you do a review, and you see that a function should be extracted at one point to avoid code duplication, is it really faster to tell the contributor that a function needs to be extracted there, compared to just extracting it yourself as you see it?

    The value of a review is collaborative truth finding and learning. If there is an LLM on the other end, that’s just not happening.


  • That is just mostly wrong. Around 90% of the time, when you do a review, just fixing the issue that you found is much faster than explaining the issue and saying what needs to be done instead.

    Reviews plainly are for educating the contributor to what constitutes “non-shit”(using your terminology) code on the repo. If that wasn’t the case, you could just not do a review and just change the code, without any interaction at all. Why would you communicate the change that needs to be done otherwise?

    Rarely of course, something is so complicated that it actually takes more time to come up with the right code than do a review. But that is only a rare thing.