adius

↗ HN profile [ 102 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. LuaCAD models solids in Lua rather than the OpenSCAD language, with operator overloading for CSG (`a + b`, `a - b`, `a * b`). It ships with a CLI and a desktop app, including a preview area and a text editor. I've…

  2. Woxi is an interpreter for the Wolfram Language written in Rust. It comes with Woxi Studio, a Mathematica-like GUI built with iced, but you can also use Woxi through a CLI, Jupyter kernel, Python package, npm package,…

  3. I wanted to make LLMs easier and faster to use by not having to give the same verbose instructions over and over again. Therefore, cai provides many high level commands for great usability: - cai value capital of…

  4. I realized that I'm more interested in the all-time top content on Hacker News than in whatever is popular right now. To better keep track of which posts I've already read, I built a small web app that displays all…

  5. Mathematica is an incredible piece of software, and the Wolfram Language is actually quite pleasant to use once you get used to the syntax. Unfortunately, the high licensing costs of Mathematica make it inaccessible to…

  6. While using LLMs I realized 2 points: - I often still prefer Google, because I feel like I can get an answer quicker - I'd rather ask a smaller LLM a few questions than gpt-4 just one - The latency of LLMs is often…