Expert developer, Buddhist

  • 6 Posts
  • 182 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle








  • That’s so cool, maybe the first time in the history of humanity that we see open source tax software, that’s guaranteed to be accurate to the law. For one year at least

    It runs Scala / Java, and has docker configs, decent documentation. And an ominous message explaining that some parts were too secret to open source so they had to rewrite chunks of it. Overall, it seems like it was a big project just to get this published, and I am impressed they managed it, given the software team was comprised of 3 different agencies and several contractor firms




  • Don’t worry, as agents are on the rise, LLMs are learning iterative testing & tool use. I just published a new MCP tool for Cline which uses WolframAlpha to solve maths and other knowledge. It works great, and Cline can iterate to try different variants of prompts it sends to Wolfram if the syntax isn’t quite right. Then it ingests the result into context and can continue with the knowledge it gained


  • Jesus, my very gentle post was “Removed by mod”? Even though it has 6 upvotes and 1 downvote? Okay

    Ok, here’s the definition of capitalism, plain and simple:

    Capitalism is an economic system where private individuals and businesses own the factors of production, and prices and production are determined by supply and demand.

    Characteristics of capitalism

    • Private ownership: Private individuals and businesses own the means of production, such as capital goods.
    • Free market: Prices and production are determined by supply and demand in a free market.
    • Profit motive: The primary motivation is to make a profit.
    • Market competition: Businesses compete with each other for business.
    • Private control: Private individuals and businesses control the production and consumption of goods and services.






  • Not only does it need to do everything from memory management to job scheduling, it also has all of the UI and graphics driver complexity blended in. Usually that’s a different layer that the kernel historically didn’t worry about, it would be as if GTK is part of Linux, along with the programming language. Then there’s shit like WebAssembly and WebGL, databases, sandboxing, permissions, user management… A Brower is like a cross platform OS built to run on another OS