• 6 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • It depends on the project, but in some teams I was in we standardized in a format of multi-line commits where we simply added the issue reference as a prefix in the commit message followed by a short summary, and we added a link to the pull request in a separate line.

    We floated the idea of setting up a commit message linter but those cause more problems than the ones they solve.



  • One thing that’s conspicuously absent from this announcement is real-world data on performance improvements. It’s fine that the theoretical change in stores can be up to 20%, but that does not map linearly to wall time. Do those hypothetical performance improvements justify switching to an entirely new x86-derived ISA? Perhaps switching to ARM gets more bang for the buck, specially if that bang is capped so low. Surely the world can get greater performance improvements by buying AMD and stick with AMD64.





  • If it’s simple then it has been asked tens of times in SO

    That’s fine. If that’s the case then mark the question as duplicate and move on. If not, it should eventually help someone else. There’s no need to shut down honest questions, specially as Stack Overflow’s main problem is abusive moderators who repeatedly make mistakes misclassifying questions and even completely failing to understand them.



  • rmam@programming.devtoProgramming@programming.devThe Fall of Stack Overflow
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    5
    ·
    edit-2
    11 months ago

    How about this. SO is a conglomerate of volunteering peers, who do not work for you (…)

    And that’s fine. Ignore the question and move on with your life.

    As you’ve said, you are only a volunteer. You don’t own the service nor do you get to dictate what other people’s doubts are worthy or not. If you want to help others them share whatever you can share. Otherwise go find a better use of your time without getting in the way of every other volunteer.

    It is not a tutorial site, a help desk, or a source of free labor. It’s denigrating to treat it that way.

    Stack Overflow states quite clearly in its home page that it is “A community-based space to find and contribute answers to technical challenges”.

    Call it “help desk” or whatever. Stack Overflow is by design a place to ask questions to technical challenges.

    You do not get to dictate what other people find challenging. You do not get to abuse services to abuse people by denigrating them.



  • Most questions can be answered by RTFM. That does not automatically mean the questions should not be asked.

    Proponents of RTFM seem to believe all manuals are written well, when that’s the exception and not the norm.

    If all you have to say is RTFM, everyone would be better off if you sat out the question and let others chime in. The overall posture reeks of ladder pulling.


  • rmam@programming.devtoProgramming@programming.devThe Fall of Stack Overflow
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    11 months ago

    It feels like they’re trying to be a sort of “wikipedia” of every programming problem and solution.

    It looks to me that they could effectively address that by improving their search combined with question grooming, and not shutting down posters.

    I mean, what’s a naive poster asking dumb questions other than a new user wanting to contribute? Is this the people they want to insult away?


  • For me the real problem with Stack Overflow, as someone who was one of the earliest users of the service, is when you ask a question now you don’t actually get a good answer anymore. Often your question just gets deleted by moderators.

    This. I recall that I posted some question over a framework and if it supported a feature, and the question was shut down because a moderator complained it lacked a minimum working example. Unreal.



  • You are on a team and that team has at least one member that isn’t pulling their weight. The reasons why generally range from a lack of work ethic to a lack of talent.

    I think they are pushing the incompetence angle too hard in a way that the author seems to be trying to elevate himself at the expense of others.

    If your team hired and retained a guy, that means that team member passed the hiring bar you passed and justified his place in the organization. It’s highly unlikely he started to underperform because he unlearned stuff or suddenly became incompetent. Odds are you’re dealing with a team member that is experiencing mental health issues such as burning out.

    If that’s the case, the mere thought that a team member decided to devote his time writing up articles on how to stab team members in the back when they’re at a low point of their life reeks of a toxic work environment.








  • rmam@programming.devtoProgramming@programming.devConsider SQLite
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    1 year ago

    From the article:

    There are a few legitimate downsides to using SQLite. First off, the type system. It’s bad. Luckily, as of a month ago, you can use strict typing instead, which somewhat improves the situation.

    That’s a terribly weak argument. No details, no rationale, not objective evidence, no insightz nothing. “It’s bad.” That’s the full extent of the analysis.

    Quite weak.