• 0 Posts
  • 265 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Unfortunately, the incompetence doesn’t matter when they act on it and no one is willing to hold them accountable.

    Like recently how they admittedly deported someone they weren’t allowed to and even the supreme court unanimously ruled against the administration, but the administration just shrugged and ignored it, claiming that the court has no authority over what they consider now to be a sovereign El Savador issue.

    So if they ship off an inconvenient citizen to El Salvador, they claim it’s not their problem because it already happened…


  • I had been planning to, but being lazy about trying to enable my IDE setup but was giving it the benefit of the doubt. Your feedback resonates with how much I end up fighting auto-complete/auto-correct in normal language and seeing it potentially ruin current code completion (which sometimes I have to fight, but on balance it helps more than it annoys). I suppose I’ll still give it a shot, but with even more skepticism. I suppose maybe it can at least provide an OK draft of API documentation… Maybe sometimes…

    On the ‘vibe coding’, on the cases I’ve seen detailed, it seems they do something that, to them, is a magical outcome from technologies that intimidated them. However, it’s generally pretty entry level stuff for those familiar with the tools of the trade, things you can find already done dozens of time on github almost verbatim, with very light bespoke customization. Of course there is a market for this, think of all the ‘no code’/‘low code’ things striving to make approachable very basic apps that just end up worse than learning to code. As a project manager struggles to make a dashboard out of that sort of sensibility, a dashboard that really has no business being custom but tooling has fostered the concept that everyone has a snowflake dashboard, it’s a pain. But maybe AI can help them generate their dashboard. Of course, to be a human subjected to the workflows those PMs dream up is a nightmare. Bad enough already at my work there are hundreds of custom issue fields, a dozen issue types, and 50 issue states with maddening project to project unique workflows to connect the meaning of all this, don’t like AI emboldening people to customize further.

    The thing about ‘vibe coding’ is when they get stuck and they get confused/frustrated about why the LLM stopped getting them what they want. One story was someone vibe coding up a racing game. He likely marveled as his vision materialized. From typing prose without understanding how to code he got some sort of 3D game with cars and tracks and controls. This struck him as incredibly difficult otherwise, but reachable through ‘vibe coding’. Then he wanted to add tire marks when the player did something, maybe on a hard turn) and it utterly couldn’t do it. After all the super hard stuff, why could the LLM not do this conceptually much simpler thing? Ultimately spitting out that the person needed to develop the logic himself (claiming it was refraining to do it because it would be better for him to learn, but I’m wagering that’s the generated text after repeated attempts to generate code that the LLM just could not do).




  • I occasionally check what various code generators will do if I don’t immediately know the answer is almost always wrong, but recently it might have been correct, but surprisingly convoluted. It had it broken down into about 6 functions iterating through many steps to walk it through various intermediate forms. It seemed odd to me that such a likely operation was quite so involved, so I did a quick Internet search, ignored the AI generated result and saw the core language built-in designed to handle my use case directly. There was one detail that was not clear in the documentation, so I went back to the LLM to ask that question and it gave the exact wrong answer.

    I am willing to buy that with IDE integration or can probably have much richer function completion for small easy stuff I know to do and save some time, but I just haven’t gotten used to the idea of asking for help on things I already know how to do.








  • It’s worth a shot, but by and large the more reasonable conservatives are generally no where near those communities. Certainly the moderation of those communities are fanatic about Trump. The conservatives that you might have hoped to call Trump on his stuff have calculated that they can’t afford to challenge Trump even if they personally think he is in the wrong. The ones that have calculated otherwise have been pushed out of the conservative community.


  • For the scope of WebEx and Zoom, it’s… fine… mostly. I mean I hate that I can’t really full screen a remote screen share, so it could be better, but broadly speaking, video, audio, and screen sharing is fine. Not coincidentally, this is pretty much the only standalone stuff Teams bothered to uniquely implement, most everything else is built upon sharepoint…

    It starts getting annoying for chat platform. You want to scroll back, it’s going to be painfully slow. You participate in cross-company conversations, oh boy you get to deal with the worst implementation of instancing to keep your activity segregated I have seen. Broadly speaking it just scales poorly at managing the sorts of conversations you have at a larger company. If your conversations are largely “forget it after a few hours”, you may be fine.

    Then you get into what these platforms have been doing for ages, Lotus Notes and Sharepoint suggesting companies build workflows on top of their platform. Now the real pain and suffering begins.


  • His first term was pretty milquetoast during his term, at least in the ways that these stakeholders cared about. Yeah, he mucked with some trade relationships but largely backed down except for China, and China is a thorn in their side too. The economy basically looked similar to most presidential terms for the last 30 years (except for George W Bush, who had very subpar economic results). Yeah he did some horrible stuff and some incompetent stuff, but economically, his term was just fine (except for 2020, which derailed everyone).

    The 2020 election, January 6th, and Trump’s continuing behavior in the wake of that, and the PJ2025 associates that swarmed around him should have been the sign that he was too dangerous to risk. However they could have still thought that Trump’s behavior was more of a show for riling up a base, and his second term would still give them a chance to have him shuffle off to a golf course while the big boys got what they wanted like usual.

    This term, there just are no winners, at least domestically, and lots of losers.






  • Hell, put any two people on a “knowledge” task and even if both were capable, there’s going to be a person that pretty much does the work and another that largely just sits there. Unless the task has a clear delineation, but management almost never assigns a two person team a task that’s actually delineated enough for the two person team to competently work.

    If the people earnestly try, they’ll just be slower as they step on each other, stall on coordination, and so on.


  • It really can’t. It can take your original prompt and fluff it out to obnoxiously long text. It can take your visual concept and sometimes render roughly the concept you describe (unless you hit an odd gap in the training data, there’s a video of image generation being incapable of generating a full wine glass of wine).

    A pattern I’ve seen is some quick joke that might have been funny as a quick comment, but the poster asks an LLM to make a “skit” of it and posts a long text that just utterly wears out the concept. The LLM is mixing text content in a way consistent with the prompt, but it’s not mixing in any creatively constructed comment, only able to drag bits represented in the training data.

    Now for image generation, this can be fine. The picture can be nice enough in a way analogous to meme text on well known pictures is adequate. Your concept can only ever generate a picture, and a picture doesn’t waste the readers time like a wall of text does. However if you come at an LLM with specific artistic intent, then it will frustrate as it won’t do precisely what you want, and it’s easier to just do it yourself at some point