Not much to say

  • 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2024

help-circle


  • These guys are not in any way stopping att violent extremism.

    The guy on the photo, Johan Forssell, had advocated - and slammed on social media - that we should send home entire families based on a single individuals crime. Yet when his own son was found to be part of a violent nazi organisation it was handled like a case of boys will be boys. He’s constantly generalising over immigrants and yet he’s only part of the conservative party that have been paving the way, openly, for the party that started as a nazi party in the 90s, in order to get to power.

    These changes might look harmless but these fucks are just power hungry sell-outs that have decided that nazis are fit to rule if it allows themselves to stay mildly relevant.

    There is no current definition of honest living and everyone from the ruling parties that was asked about it have answered wildly different.








  • I’ve been writing a slightly larger project with frontend, bff and backend and I need to take it in small batches so that I can catch when it misunderstands or outright does a piss job of implementing something. I’ve been focusing a lot on getting all the unit tests I need in place which makes me feel a bunch better.

    The bigger and more complex the projects get, the harder it is for the LLM to keep stuff in context which means I’ll have to improve my chunking out smaller scoped implementations or start writing code myself I think.

    All in all I feel pretty safe with my project and pleased with the agents work but I need to increase testing further before bringing anything live.


  • You are completely correct, and to be honest I’ve tested commercial product features in prod as well on teams that have the capacity to handle it and make a living on it, unlike this maintainer.

    I’m also experimenting heavily with vibe coding and I think it has many uses for a seasoned programmer while getting a lot of flak.

    Of course there are issues and problems with it, but for me it had been helping out a lot.




  • To be fair they would have needed to spend time testing the manual implementation as well.

    The problem I see mainly is that even if this rolls out perfectly, the erratic and changing nature if llms still make it pointless as a proof of concept. Next time Claude might fuck up in a fringe way that’s not covered by unit tests and is missed by manual tests.

    On the other hand I guess I’ve been guilty myself on numerous occasions to implement fringe bugs into production code, but at least I learn from it.




  • As someone who’s been using it in my work for the last 2 years, it’s my personal observation that while the models aren’t improving that much anymore, the tooling is getting much much better.

    Before I used gpt for certain easy in concept, tedious to write functions. Today I hardly write any code at all. I review it all and have to make sure it’s consistent and stable but holy has my output speed improved.

    The larger a project is the worse it gets and I often have to wrap up things myself as it shines when there’s less business logic and more scaffolding and predictable things.

    I guess I’ll have to attribute a bunch of the efficiency increase to the fact that I’m more experienced in using these tools. What to use it for and when to give up on it.

    For the record I’ve been a software engineer for 15 years