• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • It’s especially disappointing given the mission statement of beehaw. You know, the one they require every user to read when signing up and write a statement about?

    … we grew increasingly upset with modern social media. Modern social media has become a breeding ground for hate speech, for trolls, and for bad behavior. We don’t want to recreate that environment. We want to explicitly make a nice little corner of the internet where we can hide from racist, sexist, ableist, colonialist, homophobic, transphobic, and other forms of hateful speech.







  • Have a high yield savings account? Have an investment account? A house with a mortgage? Finding somebody that has none of those is much more rare than somebody who has one of those.

    And now you’ve got: Your standard 1040. Your W-2. Schedule A to deduct the house mortgage, property taxes, etc. Schedule B to report your interest and dividends. Schedule D for capital gains and losses (which still frequently come up even if you didn’t make any transactions all year). 1099-INT from your savings account. 1099-DIV from your investment account.

    And that’s just the super super common stuff that tens of millions of Americans are filling out each year. There’s still more and more byzantine steps for other common cases that aren’t quite as common as the ones I’ve listed above. Have split custody of a child? You’re going to be reading and reading through multiple pages of instructions to determine 1) if you can claim them as a dependent 2) if you can claim them for the child tax credit 3) if you can claim them for EITC.

    And that’s not even getting into the number of places where the instructions are basically to fill out long sections of forms two different ways and then only use one of the two based on the final number. All the work and effort for the other one just gets thrown away. But they can’t just tell you which way to do it up front because there’s no way to know until you get that final number both ways.



  • Yeah that’s one of the major issues I have with it. It gives people a way to take their responsibilities, delegate it to an AI, and wash their hands of the inevitable subpar result. Not even just in programming, I think over time we’re going to see more and more metrics replaced with AI scores and businesses escaping liability by blaming it on those AI decisions.

    Back in the realm of programming, I’m seeing more and more often people “saving time” by trying to use GPT to do the first 90% but then just not doing the last 90% at all that GPT couldn’t do.


  • Not too surprised. I know PHP has a reputation these days of being old and crufty but at the same time there hasn’t really been a killer replacement yet for the same use cases where PHP is/was used. React and Vue are all the rage for frontend work, but their paradigm is all about single page apps which is a bit limiting for something on the scale of Kbin. Other backend frameworks like Django tend to be fairly opinionated and lock you into developing in a certain way without providing a large enough benefit to make it worth it.

    IDK maybe there are better frameworks that I just haven’t heard of. But whenever I go to start personal projects, the options seem to be Express, Flask, or PHP, all of which have their own tradeoffs. Personally I lean more towards Express or Flask but it’s not surprising to see people stick with PHP.