#FloatingPoint
New blog post! I really hope I'll get a decent amount of people mad with this one 😈😈😈

#programming #computing #floatingpoint #geometry

lisyarus.github.io/blog/posts/i...
It's OK to compare floating-points for equality
lisyarus.github.io
April 14, 2026 at 3:53 PM
floatingPoint
February 9, 2025 at 3:00 AM
floats are impossible, they cant be done. stop asking about floats.
= Floats in AT Protocol =

a modest proposal by @vmx.cx

hackmd.io/@vmx/floats-...

please share if you <3 #atprotocol and also numeric data types

#datamodels #atproto #whynofloats #float64 #ieee754 #atgeo
April 2, 2026 at 6:16 AM
A post in which I claim it's no work at all to perform integer division in floating point.
marc-b-reynolds.github.io/math/2026/08...

#floatingpoint #optimization
August 10, 2026 at 8:14 PM
3/16春コミで販売した本をBoothにて通販を開始しました。
新刊2冊宜しくお願いします。
h-o-h.booth.pm
h-o-h - BOOTH
H2Oの同人誌の通販してます。お気軽に覗いてね。FloatingPoint(¥ 500), あちあちホット(¥ 500)
h-o-h.booth.pm
March 17, 2025 at 5:36 AM
Proceedings of 9th #ICMETE2025 are now available; incl. our #keynote paper on "Polynomial Representation of Rounded Floating-Point Addition Using *PHDDs" link.springer.com/book/10.1007... @unibremen.bsky.social @dfki.bsky.social #PolyVer #FloatingPoint #addition #arithmetic
September 24, 2026 at 3:05 PM
Vamos a treta de hoje: faz aí 0.1 + 0.2 que nem o Sr Incrível 👀😂

#treta #float #floatingpoint

Cc: @aleatorio.dev.br @jeffquesado.ulivre.dev @lobaorn.bsky.social

youtu.be/O6FsyQZzJJ0?...
Mr. Incredible learns the truth about floating point numbers
YouTube video by Meme Dev
youtu.be
May 4, 2025 at 9:47 PM
Infographic: Four critical DeepSeek enablers

The DeepSeek team has introduced several high-impact changes to Large Language Model (LLM) architecture to enhance performance and effici...

Read more here - https://globaladvisors.biz/dsv3

#DeepSeek #MLA #MOE #FloatingPoint #RL #CoT
January 30, 2025 at 7:18 PM
Another #FloatingPoint refinement of pair arithmetic. This time on the so-called "sloppy add"
arxiv.org/abs/2404.05948

AFIK: latest refinement of the accurate building blocks are in this: hal.science/hal-02972245

& weakened constraint versions by Rump & Lang www.tuhh.de/ti3/paper/ru...
On the robustness of double-word addition algorithms
We demonstrate that, even when there are moderate overlaps in the inputs of sloppy or accurate double-word addition algorithms in the QD library, these algorithms still guarantee error bounds of $O(u^...
arxiv.org
February 8, 2025 at 1:19 PM
It's OK to compare floating-points for equality
lisyarus.github.io
April 19, 2026 at 3:55 AM
Infographic: Four critical DeepSeek enablers

The DeepSeek team has introduced several high-impact changes to Large Language Model (LLM) architecture to enhance performance and effici...

Read more here - https://globaladvisors.biz/dsv3

#DeepSeek #MLA #MOE #FloatingPoint #RL #CoT
January 30, 2025 at 7:18 PM
#APLQuest 2013-07: Write a function that selects the floating point (non-integer) numbers from a numeric vector (see apl.quest/2013/7/ to test your solution and view ours). #APL #DataFiltering #FloatingPoint
APL Quest 2013-7: Float Your Boat
Write a function which selects the floating point (non-integer) numbers from a numeric vector.
apl.quest
November 17, 2025 at 2:03 PM
An excellent introduction to #quantization used for #LLMs 👌🏽:

“Quantization From The Ground Up”, Sam Rose, Ngrok (ngrok.com/blog/quantiz...).

On HN: news.ycombinator.com/item?id=4751...

#AI #Math #FloatingPoint #NumericalAnalysis #Numbers #NeuralNetworks #Precision #Accuracy
Quantization from the ground up | ngrok blog
A complete guide to what quantization is, how it works, and how it's used to compress large language models
ngrok.com
April 29, 2026 at 1:18 PM
i gave up and asked an ai for help with a floatingpoint issue
it gave me a solution that made the problem even worse lmao
so now im still stuck on floating point math but after tweaking the lazy sweep algorithm abit i have lightning fast full 3d on the cpu with the only gpu code being to push […]
Original post on abyss.cafe
abyss.cafe
July 15, 2025 at 9:17 PM
🚨SaaS Moves You Missed🚨 

CloudCruise, a browser automation infrastructure layer for healthcare AI agents, raised a $5M seed round led by Floating Point.

https://www.trysignalbase.com/news/funding/cloudcruise-raises-5m-seed-funding

#CloudCruise #FundingNews #FloatingPoint
CloudCruise Raises $5M Seed Funding
CloudCruise has raised $5.0 million in new investment capital. The company provides a specialized platform designed to simplify the development and deployment of browser agents for developers. Its core offering allows users to design an agent once and then trigger it through an API. A key feature of CloudCruise's technology is its ability to automatically detect and repair any issues that arise, ensuring that these agents run smoothly and reliably without constant manual oversight. This capability helps developers maintain consistent performance for their automated tasks and reduces the operational burden associated with managing browser-based processes. This funding round marks a significant milestone for CloudCruise as it seeks to accelerate its strategic growth initiatives. The $5.0 million in capital will be primarily allocated to enhancing the company's product development roadmap and scaling its operational infrastructure. CloudCruise plans to invest in expanding its engineering team to introduce new features and refine existing functionalities, further solidifying its platform's capabilities. Additionally, a portion of the funds will support the expansion of its customer success and support teams to better serve its growing user base. The investment underscores confidence in CloudCruise's innovative approach to developer tools and its potential to address a critical need for efficiency and reliability in automated web interactions. By strengthening its technology and expanding its team, CloudCruise aims to meet increasing market demand for robust and resilient browser agent solutions. This capital infusion will enable the company to continue delivering a high-value proposition to developers, allowing them to focus on core development rather than agent maintenance. With this new funding, CloudCruise is well-positioned to strengthen its market presence and continue its mission of providing an indispensable tool for developers worldwide. The company anticipates using these funds to drive sustained innovation and expand its reach within the global developer community, supporting a wider array of businesses in deploying sophisticated and dependable browser agents.
www.trysignalbase.com
March 24, 2026 at 8:31 PM
Rob Pike’s deep dive on floating-point math via Knuth is a reminder that numerical correctness is foundational, not optional.

As systems scale (AI, finance, infra), these “old” lessons become critical again.

research.swtch.com/fp-knuth

#ComputerScience #FloatingPoint #SoftwareEngineering
research!rsc: Pulling a New Proof from Knuth’s Fixed-Point Printer
research.swtch.com
January 18, 2026 at 9:53 PM
⚙️ Precision meets automation: Herbie helps improve imprecise floating point formulas automatically, boosting numerical accuracy with ease. A must-see for developers and researchers! 🔗 #HN #FloatingPoint #Automation 🤖
Herbie Tutorial
herbie.uwplse.org
April 4, 2026 at 6:08 AM
Intel 8087 Adder — Discover how Intel's 8087 adder enabled 80s computing & paved the way for modern AI

Read more →

#Intel8087 #FloatingPoint #AIHistory
Intel 8087 Adder
Discover how Intel's 8087 adder enabled 80s computing & paved the way for modern AI
airanked.dev
June 13, 2026 at 8:00 PM
IEEE754 moment.

#ieee754 #floatingpoint
October 16, 2025 at 10:08 AM
Sertifioitu IEEE 754 -hetki Ilmatieteen laitoksella.

#ieee754 #floatingpoint #ohjelmointi
December 12, 2024 at 4:37 PM
昨日FloatingPoint楽しかったし、昼からSyrup見損ねて、もうフジロック見る気力がなくなってしまtァ
July 27, 2024 at 11:13 AM