• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: October 25th, 2023

help-circle








  • I see it this way: If you want a mathematically “unique” idea, it should be “perpendicular” to the rest of your thinking. If things contradict, they “intersect”. An LLM CAN do such a thing, but it needs the appropriate context to achieve true perpendicularity to all dimensions. The space of problems the LLMs know how to solve is much smaller than the space we’ve utilized. Their problem solving space is only increasing. We need to socialize these machines now, imo. They are nascent but very dangerous. I think we’re lucky they’re mostly being used to farm content.




  • Is there a reason you want to start with lisp? If you’re like, intellectually incapable of complex languages, the simple one I’m familiar with is python, which works great for a beginner who doesn’t want to get into the nitty gritty of implementation. As long as you’re not developing for a business or similar, I doubt you’ll even notice there is an efficiency difference. IMO, the increased readability is tantamount to Python’s usefulness to newbies.



  • I don’t use C++ and I complain about it all the time. Never have I had a project that couldn’t be completed in equal or better accuracy in something other than C++, and the amount of development time it adds on just to use the damn thing is prohibitive. Let alone fast compilation for iterative design, or reduction in boilerplate. I feel the only thing C++ has is seniority and a smidgen of performance, and performance is rapidly being approached or exceeded by projects like rust.

    I think there are two types of programming languages:

    Good ones that are expressive and readable, like you need from a language.

    And

    Things that sorely need replacement.

    Sorry, I just really fucking hate that quote. It’s so pretentious and stupid, and doesn’t allow for the development of anything new unless people don’t like it. Programmers are surprisingly conservative.