FLOSS virtualization hacker, occasional brewer

  • 2 Posts
  • 173 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle

  • I think the two principle arguements he’s making are open weights allow for misaligned models and these models are using distillation to more efficiently train.

    I don’t really care about the distillation point - it seems it’s just hoovering up the internet with extra steps. It’s really up to Anthropic to deal with by enforcing their ToS. Sauce for the goose etc…

    I can see the argument about alignment but it’s not a new problem. In the FLOSS world we generally don’t put restrictions on use on the code we release even if it might get used for bad stuff. It certainly wouldn’t hurt for the authorities to test open models to find out where the guardrails are but ultimately rather than banning the tech you need to enforce the law against the people that use the tech to do bad stuff.



  • The more Musk confidently posts bullshit outside of his lane (“Homers original”) the more he gets revealed for what he really is. I used to think he was a pretty smart on the spectrum engineer but now I realise he’s a rich kid gambler who through doubling down has managed to be lucky at capitalism.

    I’m looking forward to seeing the a Odyssey as the Greek myths were a big part of the stories I read as a kid and Nolan generally can be relied on to make good films (Interstellar and Tenent being two of the rare misses for me).





  • I’ve long been off the critical path because as a tech lead I have a lot more random stuff (and meetings) to deal with. I’ve been able to vibe code some non-production stuff like scripts to unify feature lists across JIRA, specs and the upstream docs which has helped free up time to hand craft more code on production.

    I don’t care too much about the quality or maintainability of those scripts as long as they make my life a bit easier. I do care about the maintainability of the production code base.


  • The last big update to my git workflow was when I discovered --update-refs as it makes maintaining a stack of feature branches much easier. So far I really only have one “main” dev branch and then peel off the sub-branches at they need merging upstream.

    However I shall have to investigate how the history commands are exposed in magit. I can see it being useful if you have long held branches that take a while to upstream but are useful to have in your trees.