frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Ask HN: What Interests You in Crypto?

1•bix6•20s ago•0 comments

M8.7 Earthquake in Western Pacific, Tsunami Warning Issued

https://earthquake.usgs.gov/earthquakes/eventpage/us6000qw60/executive
2•jandrewrogers•3m ago•0 comments

Show HN: I built an app to collect and manage user feedback for startups and dev

https://www.fidbaq.xyz/
1•averadev•6m ago•0 comments

Double-slit experiment holds up when stripped to its quantum essentials

https://news.mit.edu/2025/famous-double-slit-experiment-holds-when-stripped-to-quantum-essentials-0728
1•bookofjoe•6m ago•0 comments

CBS News investigation of Jeffrey Epstein jail video reveals new discrepancies

https://www.cbsnews.com/news/jeffrey-epstein-jail-video-investigation/
4•ivape•8m ago•0 comments

Show HN: AI-ready portfolio with 40 personality modules for strategic system use

1•Devinlam•9m ago•0 comments

Eleven Missing Terraform Features

https://josnyder.com/blog/2025/missing_terraform_features.html
2•oftenwrong•10m ago•0 comments

Show HN: Empromptu.ai – No code, AI app builder with RAG, model, evals etc.

1•anaempromptu•14m ago•0 comments

Novo Nordisk Shares Plummet as Competition Weighs on Sales

https://www.wsj.com/business/earnings/novo-nordisk-stock-earnings-q2-2025-b12fb01c
2•JumpCrisscross•14m ago•0 comments

DIY Dual-Screen Cyberdeck: Sleek Design, Ultimate Functionality [video]

https://www.youtube.com/watch?v=cigAxzQGeLg
2•learnedbytes•16m ago•0 comments

Looking for feedback on my podcast for early stage founders

https://www.youtube.com/channel/UCpEOzlrkSIdgtSIKbj6ZAHA
1•itsmechase•19m ago•1 comments

Get Latest Startup Funding Data

https://justraisedfunding.com
2•chiswanjo•20m ago•0 comments

Can banks individually create money out of nothing? (2014)

https://www.sciencedirect.com/science/article/pii/S1057521914001070
3•RyanShook•22m ago•0 comments

US labor activist Chris Smalls assaulted by IDF during Gaza aid trip, group says

https://www.theguardian.com/us-news/2025/jul/29/chris-smalls-amazon-labor-union-gaza
7•NomDePlum•26m ago•1 comments

Are all residential proxy services criminal organizations?

https://www.hcaptcha.com/report-are-all-residential-proxy-services-criminal-organizations
4•amirhirsch•29m ago•2 comments

Sensitive Compartmented Information Facility

https://en.wikipedia.org/wiki/Sensitive_compartmented_information_facility
2•handfuloflight•32m ago•0 comments

Starter Code for Agentic Systems

https://github.com/lorenseanstewart/llm-tools-series
3•lorenstewart•32m ago•4 comments

Radxa E24C and E54C: fanless PCs with 4 GigE ports and Rockchip processors

https://liliputing.com/radxa-e24c-and-e54c-are-small-cheap-fanless-pcs-with-four-gigabit-ethernet-ports-and-rockchip-processors/
1•PaulHoule•33m ago•0 comments

Earthquake of magnitude 8 strikes off Russia's Kamchatka

https://www.reuters.com/business/environment/earthquake-magnitude-8-strikes-off-russias-kamchatka-usgs-says-2025-07-29/
7•david927•37m ago•1 comments

Mar-a-Lago Accord?

https://corporate.nordea.com/article/98321/macro-markets-mar-a-lago-accord
2•TMWNN•37m ago•0 comments

US Space Force scheduled to launch eighth X-37B mission

https://www.spaceforce.mil/News/Article-Display/Article/4256759/us-space-force-scheduled-to-launch-eighth-x-37b-mission/
2•TMWNN•37m ago•0 comments

ChatGPT Gave Instructions for Murder, Self-Mutilation, and Devil Worship

https://www.theatlantic.com/technology/archive/2025/07/chatgpt-ai-self-mutilation-satanism/683649/
1•bretpiatt•39m ago•0 comments

SSRIs as Cancer Therapy

https://www.science.org/content/blog-post/ssris-cancer-therapy
3•EA-3167•40m ago•0 comments

From Ontologies to Agents: The Semantic Web's Quiet Rebirth

https://seanfalconer.medium.com/from-ontologies-to-agents-the-semantic-webs-quiet-rebirth-dc109199b608
2•sfalc•44m ago•0 comments

YouTube to Be Included in Australia's Teen Social Media Ban

https://www.bloomberg.com/news/articles/2025-07-29/youtube-to-be-included-in-australia-s-teen-social-media-ban
6•mfiguiere•45m ago•1 comments

We have appended an Editors' Note to a story about Mohammed Zakaria al-Mutawaq

https://twitter.com/nytimespr/status/1950311365756817690
1•nailer•45m ago•0 comments

Launching Maybind

https://maybind.com/about
3•alessandro_may•46m ago•1 comments

Show HN: Robotics AI Cells – Modular AI Functions for Faster Robot Programming

https://github.com/aemiliotis/Robotics-AI-cells
1•aemiliotis•54m ago•0 comments

Notes on Spite

https://hollisrobbinsanecdotal.substack.com/p/notes-on-spite
2•jger15•54m ago•0 comments

Show HN: Zkshare – PIN protected secret sharing with client-side encryption

https://github.com/streetsmart-ai/zkshare
1•streetsmartai•57m ago•0 comments
Open in hackernews

Detached Point Arithmetic

https://github.com/Pedantic-Research-Limited/DPA
12•HappySweeney•11h ago

Comments

gbanfalvi•11h ago
This feels so obvious and simple how is this not already a standard thing everywhere? Is it because the mantissa and point position don't both fit into a single register?
HextenAndy•11h ago
It is a standard thing. It's called floating point.
Cthulhu_•11h ago
It already is; the author is trying to sell a solution to a problem that is known, well-understood and worked around, often with programming language types like `Money` or numerical calculation libraries. The "30 year compound interest inaccuracy" problem was solved 50+ years ago.

I'm really not sure what the angle of the author and their "organization" is, which was only created this month. The library and idea is cool and all, but it strongly implies the author didn't actually do any research before building a solution, one that probably (but I'm not qualified to say) has some issues they overlooked. See e.g. https://cs.opensource.google/go/go/+/master:src/math/big/flo... for a modern implementation of big accurate floating point numbers.

fake edit: reading that this was AI generated, my time and attention was wasted on this.

HextenAndy•11h ago
Surely that's just normal floating point but missing e.g. normalisation? Floating point is literally an int exponent and an int mantissa. Except real floating point adjusts the exponent to avoid integer overflow in the mantissa - which is where rounding happens.

In DPA the mantissa just overflows (silently in the C implementation) and then what?

withinboredom•11h ago
He increased the size of a float from 4 bytes to 9 bytes, so it is more accurate; then claims that it is so much better. If he did the same implementation, but in 4 bytes; and it was more accurate. Then ... maybe this would be "revolutionary" (to quote TFA).
bradrn•11h ago
Er… this may be a stupid question, but how is this actually different to ordinary floating-point arithmetic? Ordinary IEEE-754 floating-point numbers already store the mantissa and exponent in separate fields, don’t they?
HextenAndy•11h ago
Exactly.
pixelpoet•11h ago
Oh dear, author quoting himself for his legendary contributions... embarrassing.

> Every error compounds.

https://en.wikipedia.org/wiki/Kahan_summation_algorithm

floppyd•11h ago
There are two places in the readme where author quotes themselves, my eyes might never roll back
nephrite•11h ago
They just reimplemented floating point with bigger mantissa and exponent. Rounding erorrs will appear with sufficiently large/small numbers.
ncruces•11h ago
Actually, the exponent is smaller. IEEE 754 64-bit binary floats have an 11 bit exponent, 1 sign bit, and 53 bit mantissa (one of the bits of the mantissa is implied, by actually knowing what they're doing, rather than… whatever this is).
cmrx64•11h ago
Displeased with this trend of LLM-assisted “research”. The central claims are false, the examples of floating point are false and off by a factor of 1e11, the latency numbers are complete WTF and disconnected from reality (‘cycles’ of what).

Fixed point arithmetic with a dynamic scale is presented along the way motivating floating point in probably every computer architecture class. It’s a floating point.

This guy needs to open a book. I recommend Nick Higham’s _Accuracy and Stability of Numerical Algorithms_.

vgo96•11h ago
I think you are discrediting LLMs, gemini 2.5 pro catches most of the flaws in the author's article. I think the author just doesn't understand floating point.
kragen•10h ago
How do you know if Gemini caught the flaws you didn't notice?
cmrx64•10h ago
possibly so. I’m even seeing GPT 4.1-mini ripping it apart when prompted with only the content. DeepSeek (not with thinking) is fooled.
withinboredom•10h ago
So does ChatGPT 4.1: https://chatgpt.com/share/6888d177-4ebc-8013-b3a2-2648ebea91...
cmrx64•10h ago
to properly plumb the LLM here you should also freshly ask it “Tell me what is right with this:”

I prompted them without anything except the content and they autonomously decide it’s either all nonsense or they take the bait and start praising it.

GaggiX•10h ago
I wouldn't be surprised if the author suffers from Bipolar Disorder or Schizophrenia reading the repo and his own citations, also a quite dumb LLM if used.
constantcrying•11h ago
There is a fundamental theorem of numerical analysis, due to Kahan, that certain, very desirable properties of modeling the real numbers on a computer are incompatible.

Again and again people try to "fix" IEEE floating points without realizing that they are trying to do something akin to creating free energy. Whenever you start out with a project like this you have to start by asking yourself what desirable property you are willing to let go of. Not presenting that flaw makes the whole thing look either dishonest or uninformed.

>Any real number x can be represented as

This statement is just false. I do not know why you would start out by making such a basic error. The real numbers are uncountable you can not represent all real numbers by a pair of integers. This is basic real analysis

>The mathematics is elementary. The impact is revolutionary.

???

>Special thanks to everyone who said "that's just how it works" - you motivated me to prove otherwise.

Maybe the people know better than you? It is after all a mathematical theorem.

vgo96•11h ago
The author says that every real number x can be represented as

x = m * 2^p

where m is an integer(mantissa) and p is an integer (point position)

Well this is clearly wrong, take x = 1/3 for example

1/3 = m * 2^p

m = 1 / (3 * 2^p), where m is an integer, doesn't hold true for any integer p.

If the author had read first 2 pages of

https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.h...

they could have avoided the embarrassment.

cmrx64•11h ago
brilliant reference, thank you!
SetTheorist•10h ago
Amusingly, even the numbers in the first example are counter-examples to the author's false claim: neither 0.1 nor 0.2 can be represented thusly.
cscheid•11h ago
I’m dismayed that people are willing to put their names on garbage like this.

If you want the serious version of the idea instead of the LLM diarrhea, just go Jonathan Shewchuk’s robust predicates work: https://people.eecs.berkeley.edu/~jrs/papers/robustr.pdf from 1997.

ncruces•10h ago
Thanks, didn't know this one! Have some reading to do.

For a library that implements just the two component version of this, commonly known as a double-double, for a mantissa of 107 bits and an exponent of 11, see: https://github.com/ncruces/dbldbl

agnishom•11h ago
Isn't this how floating point already works?
kragen•10h ago
This is incorrect. There are a number of eerors, as others have pointed out, but for me the most central one is not that almost all reals are uncomputable numbers, but that the product of two 64-bit integers is 128 bits, as anyone who has done arbitrary-precision rational math has noticed.

I think it's great to experiment with improving fundamental algorithms, but not to make misleading claims about your results.