FLOSS virtualization hacker, occasional brewer

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

help-circle

  • I don’t doubt that locally hostable models will be important for agentic tasks but I suspect they are still going to be bigger than most can comfortably host for time being. I still think there will be a place for the super large models for more complex reasoning although how much will be due to the intrinsic knowledge in the weights and how much due to the plumbing around them remains too be seen.

    And if course LLM’s are not going to be the end point of the search for AGI. Whatever their architecture they will still need copious amounts of compute.





  • Plastics, waxes, solvents, synthetic fibres and even pharmaceuticals. There are second order products from cracking like hydrogen which are important for things like fertilizer but that is rather carbon intensive.

    You can use organic oils for some of these. However organic oils are more complex so need to be broken down into simpler building blocks which all takes energy and processing. Of course you also need to grow oil bearing plants which also tend to require a lot of fertilizer.







  • 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.