frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hephaestus – Autonomous Multi-Agent Orchestration Framework

https://github.com/Ido-Levi/Hephaestus
72•idolevi•6d ago•12 comments

Show HN: I'm a pastor/dev and built a 200M token generative Bible

https://www.anselm-project.com/bible/genesis/Genesis%201:1-2:3
9•mrprmiller•3h ago•1 comments

Show HN: Sparktype – a CMS and SSG that runs entirely in the browser

https://app.sparktype.org
38•mattkevan•5d ago•9 comments

Show HN: PingStalker – A macOS tool for network engineers

https://www.pingstalker.com/?hn
66•n1sni•5d ago•27 comments

Show HN: TidesDB – Fast, transactional storage optimized for flash and RAM

https://github.com/tidesdb/tidesdb
10•alexpadula•7h ago•1 comments

Show HN: I built an HTTP client that perfectly mimics Chrome 142

https://github.com/arman-bd/httpmorph
34•armanified•1d ago•6 comments

Show HN: I built a self-hosted error tracker in Rails

https://telebugs.com
73•kyrylo•1w ago•49 comments

Show HN: React Source Lens – Jump from UI components to source code in one click

https://www.npmjs.com/package/react-source-lens
2•ombedzi•8h ago•0 comments

Show HN: Find matching acrylic paints for any HEX color

https://acrylicmatch.com/
55•dotspencer•6d ago•19 comments

Show HN: Every-few-days satellite timeline for any spot, Sentinel-2 SR

https://mzoom.space
3•varik•9h ago•1 comments

Show HN: Patternia – A compile-time compile-time pattern matching DSL for C++

https://github.com/SentoMK/paaternia
2•sentomk•9h ago•0 comments

Show HN: OtterLang – Pythonic scripting language that compiles to native code

https://github.com/jonathanmagambo/otterlang
15•otterlang•1d ago•8 comments

Show HN: Complex Zeta Function in JavaScript – deep math

https://www.zeta-calculator.com/
2•cpuXguy•10h ago•0 comments

Show HN: I scraped 3B Goodreads reviews to train a better recommendation model

https://book.sv
590•costco•4d ago•257 comments

Show HN: qqqa – A fast, stateless LLM-powered assistant for your shell

https://github.com/matisojka/qqqa
159•iagooar•3d ago•84 comments

Show HN: See chords as flags – Visual harmony of top composers on musescore

https://rawl.rocks/
126•vitaly-pavlenko•4d ago•28 comments

Show HN: Dynamic code and feedback walkthroughs with your coding Agent in VSCode

https://www.intraview.ai/hn-demo
44•cyrusradfar•3d ago•11 comments

Show HN: Serve 100 Large AI models on a single GPU with low impact to TTFT

https://github.com/leoheuler/flashtensors
6•leonheuler•23h ago•1 comments

Show HN: Tech Job Notify

https://www.techjobnotify.com/
2•jlemee•17h ago•3 comments

Show HN: Three Emojis, a daily word puzzle for language learners

https://threeemojis.com/en-US/play/hex/en-US/2025-11-07
31•knuckleheads•2d ago•25 comments

Show HN: TabPFN-2.5 – SOTA foundation model for tabular data

https://priorlabs.ai/technical-reports/tabpfn-2-5-model-report
72•onasta•3d ago•12 comments

Show HN: Ambient light sensor control of keyboard and screen brightness in Linux

https://github.com/donjajo/als-led-backlight
26•donjajo•1w ago•2 comments

Show HN: A CSS-Only Terrain Generator

https://terra.layoutit.com
368•rofko•5d ago•82 comments

Show HN: Flutter_compositions: Vue-inspired reactive building blocks for Flutter

https://github.com/yoyo930021/flutter_compositions
45•yoyo930021•3d ago•24 comments

Show HN: OSS implementation of Test Time Diffusion that runs on a 24gb GPU

https://github.com/eamag/MMU-RAG-competition
21•eamag•2d ago•0 comments

Show HN: Command line YouTube downloader,a universal media solution for everyone

https://github.com/Saffron-sh/m2m
17•saffron-sh•2d ago•7 comments

Show HN: C++ Quantum Simulator written from scratch

https://github.com/braketware/hilbert-qusim
7•lofri•1d ago•0 comments

Show HN: VoxConvo – "X but it's only voice messages"

https://voxconvo.com
10•siim•2d ago•16 comments

Show HN: I built a website to visualize company financial data

https://myfinsight.com/
7•eadanlin•1d ago•2 comments

Show HN: Geofenced chat communities anyone can create

https://vicinity.social/
54•clarencehoward•20h ago•60 comments
Open in hackernews

Show HN: val – An arbitrary precision calculator language

https://github.com/terror/val
34•crap•6mo 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•6mo 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•6mo ago
> sqrt(10^100)-1 -> 100000000000000000000000000000000000000000000000000

Not what I expected.

emaro•6mo ago
In the readme it says it uses double precision for numbers. Also not quite whet I expected from 'arbitrary precision'.
chriswarbo•6mo 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•6mo 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•6mo 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•6mo ago
the addition of astro_float fixed this.
primitivesuave•6mo 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•6mo 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•6mo 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•6mo ago
Do you mean, the first returns false and the second returns true?
primitivesuave•6mo 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.

johannesrexx•6mo ago
Rewrite it like so

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

I_complete_me•6mo ago
I wish you well. And I clicked you a star on github. Keep up the good work.
crap•6mo 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•6mo ago
This is cool.

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

lttlrck•6mo ago
and different input base notations, 0x, o, 0b etc
crap•6mo ago
This definitely fits, base conversion is on the roadmap!
librasteve•6mo 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