frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Foremerge – Catch intent conflicts between parallel coding agents

https://github.com/naw103/foremerge
40•naw103•13h ago•11 comments

Show HN: Mini-AGI – Dynamic continual learning model trained on 8GB VRAM

https://github.com/volotat/mini-AGI/
257•volotat•1d ago•57 comments

Show HN: Lossless-memory – a personal AI memory that never summarizes

https://github.com/aru-labs/lossless-memory
60•aru-labs•17h ago•21 comments

Show HN: A competition for small neural networks that play strategy games

https://tinybrains.dev
106•codetiger•1d ago•39 comments

Show HN: Radius – A Meetup.com Alternative

https://radius.to/
160•radius89•1d ago•75 comments

Show HN: Jev Powered Obsidian Search

https://github.com/Emlembow/jev-graph-search
3•MikeLembo•6h ago•0 comments

Show HN: jevals – replacing LLM judges with typed Jev decisions

https://github.com/openlayer-ai/jevals
42•gbayomi•1d ago•2 comments

Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI

https://sigabrt.dev
78•4815162342•2d ago•34 comments

Show HN: Vellum, the best diagram editor you'll ever use

https://vellum.blueprintr.io
10•JoshJamesAnthon•14h ago•6 comments

Show HN: Blackgit – use Git to only download those cared files

https://github.com/zhuzhonghua/blackgit
3•zhonghua•10h ago•1 comments

Show HN: Gdocs-me-up: a high-fidelity Google Docs exporter

https://github.com/behdad/gdocs-me-up
20•behdad•1d ago•8 comments

Show HN: Differential – a TUI diff reviewer with semantic grouping

https://github.com/thepartly/differential
3•gogoout•10h ago•0 comments

Show HN: Primescript – Academic Markdown editor with vector search and LaTeX

https://primescript.com
2•mac-r•3h ago•0 comments

Show HN: Four-Leaf MCP, open-source job search and interview prep

https://github.com/fourleafai/clover-public
3•frank_clover•12h ago•0 comments

Show HN: CUA-S1 – A System One Model for Computer Use

https://github.com/trycua/cua
90•frabonacci•2d ago•10 comments

Show HN: Combinators in Array Languages

https://blog.softwarewrighter.com/2026/09/21/rabbit-hole-sage-y-combinator/
3•softwarewright•12h ago•0 comments

Show HN: Viaduct – C4 models that coding agents can read and update

https://c4.quietgridlabs.com/
3•igrlgkv•12h ago•0 comments

Show HN: AURA – Open-source behavioral threat detection for LLMs

https://github.com/kate8382/AURA
2•kate8382•13h ago•0 comments

Show HN: Agent Chaperone – Screen AI agent tool calls and results with Jev

https://github.com/agent-chaperone/agent-chaperone
4•sepehrsafari•13h ago•0 comments

Show HN: A website that tracks US food prices every day

https://www.kadoa.com/food-prices
28•hubraumhugo•10h ago•9 comments

Show HN: Fusion-runtime – self-hosted voice agents, STT+LLM+TTS in one process

https://github.com/SamarthUrs18/fusion-runtime
2•samarthurs18•14h ago•0 comments

Show HN: AI Changed How We Write Code. Why Hasn’t Code Review Changed?

https://github.com/otobongfp/code-graph-view
3•otobong•14h ago•2 comments

Show HN: We built a network for AI agents and humans to exchange services

https://gingerpal.com/
2•streetai•14h ago•1 comments

Show HN: Distributed SQLite on Modal

https://github.com/modal-projects/sqlite-modal
4•botirk•14h ago•1 comments

Show HN: Lightspeed, build real time apps the Laravel way (+asteroids demo)

16•jv22222•1d ago•4 comments

Show HN: Judge HN Threads with Jev

https://hnjudge.vercel.app
4•rishi_•14h ago•0 comments

Show HN: A GUI for non programmers for Epic's version control system Lore

https://www.anchorpoint.app/lore
5•m_niedoba•20h ago•0 comments

Show HN: All of FreeCAD 1.1.3, every workbench and FEM, running in the browser

https://freecad.virtastic.app/
4•dumpstertechops•14h ago•2 comments

Show HN: HN for Me – Jev curates Hacker News based on your interests

https://github.com/raahelpie/hn-for-me
2•raahelb•15h ago•3 comments

Show HN: PokerTools Arena – Local AI vs. AI Poker LLM Benchmark Table

https://github.com/pokertools-arena/pokertools-arena.github.io
3•arthuqa•15h ago•1 comments
Open in hackernews

Show HN: val – An arbitrary precision calculator language

https://github.com/terror/val
34•crap•1y ago
Wrote this to learn more about the `chumsky` parser combinator library, rustyline, and the `ariadne` error reporting crate.

Such a nice DX combo for writing new languages.

Still a work in progress, but I thought I'd share :)

Comments

jasonjmcghee•1y ago
Hey nice! We have similar interests. I built something similar, but with way less calculator functionality than you did :D

But the main idea I was going for was real-time JIT evaluation with rendered errors (specifically learning / using cranelift JIT) - less to do with the calculator aspect.

I ended up choosing miette for errors.

https://github.com/jasonjmcghee/basic-treesitter-cranelift-j...

occamatl•1y ago
> sqrt(10^100)-1 -> 100000000000000000000000000000000000000000000000000

Not what I expected.

emaro•1y ago
In the readme it says it uses double precision for numbers. Also not quite whet I expected from 'arbitrary precision'.
chriswarbo•1y ago
Hmm, yeah. It cites `bc` as prior art, which is quite widely used; but another interesting arbitrary-precision calculator is spigot https://www.chiark.greenend.org.uk/~sgtatham/spigot/spigot.h...
mananaysiempre•1y ago
Also the AOSP calculator, of course[1,2,3].

[1] https://chadnauseam.com/coding/random/calculator-app

[2] https://dl.acm.org/doi/10.1145/2911981

[3] https://dl.acm.org/doi/10.1145/3385412.3386037

emmelaich•1y ago
Ivy does big numbers (not arbitrary) but does rationals too. It's an APL subset.

    0.1 + 0.2
    3/10
https://github.com/robpike/ivy
lttlrck•1y ago
the addition of astro_float fixed this.
primitivesuave•1y ago
The UI is awesome, amazing work! However, arbitrary precision implies that there is no fixed upper limit to the number of digits - simple tests like `0.1 + 0.2 == 0.3` and `2^53 == 2^53 + 1` (both produce "false") indicates you're still using IEEE 754 double precision floats.

If "arbitrary precision" is not as important to you as "high precision", a 128 bit decimal has enough precision for 99% of real-world applications.

crap•1y ago
Thanks for checking it out! Should have been more clear that this is actively being worked on. This is ultimately the goal, and I'm currently working on integrating `astro_float` as the base for numbers.
primitivesuave•1y ago
That is awesome, I look forward to following the project and hopefully contributing! I became a better Rust programmer from reading your code :)
jdhwosnhw•1y ago
Do you mean, the first returns false and the second returns true?
primitivesuave•1y ago
Ah you're right, thank you for pointing it out!

In the previous version of this comment (where I was still reading it incorrectly) I added a fun fact, that the significand of an IEEE 754 double-precision float is only allocated 52 bits, but the "hidden bit trick" provides an extra bit of precision when the normalized form starts with 1.

I_complete_me•1y ago
I wish you well. And I clicked you a star on github. Keep up the good work.
crap•1y ago
Thanks to everyone who gave feedback!

Arbitrary precision is now supported in 0.3.0 after integrating the `astro_float` (https://docs.rs/astro-float/latest/astro_float/index.html) `BigFloat` type as the base for numbers in the language.

Still working out the kinks, but its live so give it a try!

lttlrck•1y ago
This is cool.

It love to have to base conversion functions, even if it's print only. Does that fit at all?

lttlrck•1y ago
and different input base notations, 0x, o, 0b etc
crap•1y ago
This definitely fits, base conversion is on the roadmap!
librasteve•1y ago
very cool, welcome to the small club of CLI calculator authors! before I read this I knew of frink and crag (https://raku.land/zef:librasteve/App::Crag since you ask)

Crag is built on raku so has some neat tricks up its sleeve - you can see Crag of the Day to see some in action...

  crag '0.1+0.2=0.2'   #True (arbitrary precision)
  crag '₃₆123.45'      #3F.G77777  (base 36)
  crag 'e ** (i * π) =~= -1'   #True  (math symbols, complex numbers)
  crag '0rMCMXLIV'     #1944 (Roman numerals)
  crag '^<௪௨ mph>'     #42mph  (Unicode and units)
hee hee
johannesrexx•1y ago
Rewrite it like so

> 1/10 + 2/10 == 3/10 true >