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

help-circle


  • Tesla and to a lesser degree spaceX are where the money comes from.

    Everything else, Twitter, xAi, the boring company are all vanity projects.

    We’re seeing the start of the tipping point. Tesla is being substantially harmed by his personal fuckery, but it’s always been a meme stock, so the price is much higher than it should be. This means that when the crash finally comes it should be extremely messy.

    SpaceX is already being used to bail out xAi - if Tesla was healthy musk would rather use it’s funds instead - and with musk fighting with Trump they could get some contracts wiped out. They’ve got enough actual products (star link) without competitors that they’re probably safe for now.



  • You absolutely can’t use LLMs for anything big unless you learn to code.

    Think of an LLM as a particularly shit builder. You give them a small job and maybe 70% of the time they’ll give you something that works. But it’s often not up to spec, so even if it kinda works you’ll have to tell them to correct it or fix it yourself.

    The bigger the job is and the more complex the more ways they have to fuck it up. This means in order to use them, you have to break the problem down into small sub tasks, and check that the code is good enough for each one.

    Can they be useful? Sometimes yes, it’s quicker to have an AI write code than for you to do it yourself, and if you want something very standard it will probably get it right or almost right.

    But you can’t just say ‘write me an app’ and expect it to be useable.







  • OhNoMoreLemmy@lemmy.mltoFediverse@lemmy.worldHappy #GlobalSwitchDay
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    6
    ·
    8 months ago

    Wasting other people’s time.

    If you want to use an LLM that’s fine, but if you’re cutting and pasting it into a discussion you should warn other people that it’s not human generated.

    And most of it isn’t wrong, it’s just a giant wall of text that’s largely irrelevant to the conversation.






  • There are things you can manage, but they tend to be about controlling your environment.

    JD Vance is the perfect example of someone that benefited from the military. Fit in (and let’s be honest being a straight white male still helps). Find a job that involves sitting behind a desk. Get some experience pulling a 9-5 for a few years, and then go to university for free. Don’t get injured. Don’t get PTSD.

    All of this attitude with a capital A is too late. You can’t Attitude yourself out of a missing leg, and you can’t Attitude yourself out of PTSD. You can learn to cope better but coping well with PTSD is still worse than not having it.

    Either have a plan to avoid danger or you need to be lucky.


  • I mean the fundamental problem is that humans are dicks and moderation is always needed. It should also be paid, and supported with counciling and recovery time when needed. Dealing with toxic content is a job.

    Federation isn’t very good at this. The tech is great but everyone is a volunteer and there’s (afaik) no global ban hammer so trolls move from one instance to another. Bluesky currently has venture capital to pay for moderation teams, and centralized ban options.

    I don’t know how long this can last without advertising revenue though.


  • Because it all connects together, and you can program them jointly to help solve tasks.

    Having email and version control inside emacs makes it easy to set up an email based patch system.

    Of course this system will then benefit from the existing code highlighting, introspection, and an integrated debugger.

    Integrating it with your time planner means you can automatically add commits to your journal as a way of tracking what you’ve been working on.

    The old joke always was emacs is a great operating system, it just needs a good text editor.

    The real downside for me is everything is just a little bit janky. It all almost works perfectly and the code is right there to fix it, if you can be bothered. Generally I can’t.