• 0 Posts
  • 65 Comments
Joined 2 years ago
cake
Cake day: July 24th, 2023

help-circle








  • This is just bullshit… And one of the reasons why the barely functioning democracy is on the best way to an autocratic fascist oligarchy.

    There’s two candidates to vote for. One is bad for the Palestinians, one is much worse for them. If I don’t vote, the one that is much worse gets a higher chance of winning…

    Democracy especially if you only have 2 choices is about making compromises.

    Apparently a lot of people wasted (likely) all their future choices for an absolute *** (there’s two many words that are fitting). That Trump still has such a high approval just confirms to me that we as Europeans should just cut ties with them.






  • As you’re being unkind all the time, let me be unkind as well :)

    A calculator also isn’t much help, if the person operating it fucks up. Maybe the problem in your scenario isn’t the AI.

    If you can effectively use AI for your problems, maybe they’re too repetitive, and actually just dumb boilerplate.

    I rather like to solve problems that require actual intelligence (e.g. do research, solve math problems, think about software architecture, solve problems efficiently), and don’t even want to deal with problems that require me to write a lot of repetitive code, which AI may be (and often is not) of help with.

    I have yet to see efficient generated Rust code that autovectorizes well, without a lot of allocs etc. I always get triggered by the insanely bad code-quality of the AI that just doesn’t even really understand what allocations are… Arghh I could go on…


  • Yes, I know, I tried all kinds of inputs, ways to query it, including full code-bases etc. Long story short: I’m faster just not caring about AI (at the moment). As I said somewhere else here, I have a theoretical background in this area. Though speaking of, I think I really need to try out training or refining a DeepSeek model with our code-bases, whether it helps to be a good alternative to something like the dumb Github Copilot (which I’ve also disabled, because it produces a looot of garbage that I don’t want to waste my attention with…) Maybe it’s now finally possible to use at least for completion when it knows details about the whole code-base (not just snapshots such as Github CoPilot).