Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Z
Posts
4
Comments
342
Joined
1 yr. ago

  • Hey Siri, what is a “backup”.

  • Literally anything in the past 14 months showed multiple times, that he is part of the problem.

  • Agree. Probably best notebook for students and also for smaller companies, if you’re not relying on high end hardware.

  • And so is every other cent invested into any US tech company. This also includes watching a single ad on YouTube. So stop with those boycotts, if I have no other choice but to use those services on a daily basis.

  • Exact same issue. I don’t want to use Apple, but the QoL is so amazing with their devices.

  • Damn. I always hated her. But. Her rhetoric is 10/10. This is what made Trump president. She is starting to get dangerous.

    She will run for president and she will win.

    1. has nothing to do with the fediverse, as it is a centralized, non-federated platform
    2. services like that will never be successful, unfortunately. Social platforms only work if enough people you know use it. But you will never know it in the first place, as individual owners lack the proper marketing to spread around the word.
  • Habemus Pedophilio

  • laughs in RFK Jr

  • Oh surprise, an inexperienced person is doing stupid things and does not even know when to rather stfu, which is a stupid thing only inexperienced people do.

  • *jealous Hegseth noises

  • It is one thing to use coding agents to produce code. It is another to trust it on reviewing it.

    This reminds me of the C compiler written by Claude Code, which was compiling everything, except printf("Hello from CCC!\n");

  • Hetzner just killed my public IP address because of a random and baseless abuse report. No reaction from their end, just silence. I immediately started migrating to another hoster and deleted my account.

    I hope for some large red numbers for Hetzner.

  • Yeah I know. I just don’t like ActivityPub from a technical point of view. But that’s the same with VHS vs Betamax. You just have to go with the popular choice, even though it is worse than others.

  • Go white knight somewhere else.

  • If this is another tool using ActivityPub, I’m gonna get mad.

  • Does it matter? You still did not check the date.

  • Deleted

    Permanently Deleted

    Jump
  • Assume whatever you want. I couldn’t care less.

  • Deleted

    Permanently Deleted

    Jump
  • An important factor is to be very specific with what you want it to do. For that, many now use a “plan” mode, where you discuss about a change first, adding more and more context. In addition to that MCP and RAG will improve the quality tremendously, if you use them correctly. But even if you are careful and used all the tools possible, the LLM might randomly hallucinate. Maybe it affects only a misplaced semicolon in the code. But if it is happening to the orchestrator-agent, then a whole feature is affected. The worst part: you cannot test this, as in many cases, the code is syntactically correct. Just the implementation is not logical at all.

    So even for the bad case, where you have a wrong feature with working code, you can mitigate this by introducing a critic-agent, which is by default critical towards everything unless proven otherwise.

    That’s at least how I do it. And it works well. But it took me roughly 2 full months to get to this state. So you cannot compare this to classical “Oh I just open up CODEX and then I have working software”, because that will not work.