frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

To Infinity but Not Beyond

https://meyerweb.com/eric/thoughts/2025/08/20/to-infinity-but-not-beyond/
29•roosgit•3h ago

Comments

mananaysiempre•2h ago
At the risk of pointing out the obvious: (1-2^-24) × 2^128 ≈ 3.40282e+38 is the maximum finite single-precision (32-bit) floating-point value, (1-2^-53) × 2^1024 ≈ 1.79769e+308 is the maximum finite double-precision (64-bit) one, and 2^15 = 32767 and 2^31 = 2147483647 are of course the maximum signed 16-bit and 32-bit integer respectively. Also, 2^25 = 33554428 + 4 = 33554400 + 32, which I don’t see a good reason for.

Don’t know why browsers don’t use actual floating-point infinies (which, yes, obey a + Inf = Inf [edit: Inf not a] and a × Inf = (sgn a) Inf for finite a, which should in fact have been covered in either an assembly course or a numerics course). I’m guessing something on the Web ended up subtracting Inf - Inf = NaN and crapping out.

tialaramex•1h ago
You wrote "a + Inf = a" but er, presumably you meant "a + Inf = Inf" where a is some finite float ?

These are intuitive mathematical properties but would need to also be underscored for the IEEE floats because the relationship between the reals (which we definitely can't generally handle with a computer) we learned in school and the floats implemented by today's machines is unclear to many programmers. You absolutely can't expect people whose only language is Javascript to understand e.g. "floats aren't normal" even to the level of laughing at a T-shirt joke.

Ride in Your Privately-Owned Train Cars to See North America

https://www.amtrak.com/privately-owned-rail-cars
41•jasoncartwright•50m ago•31 comments

Using Podman, Compose and BuildKit

https://emersion.fr/blog/2025/using-podman-compose-and-buildkit/
89•LaSombra•2h ago•13 comments

D4d4

https://www.nmichaels.org/musings/d4d4/d4d4/
294•csense•3d ago•34 comments

Weaponizing image scaling against production AI systems

https://blog.trailofbits.com/2025/08/21/weaponizing-image-scaling-against-production-ai-systems/
23•tatersolid•1h ago•0 comments

AI Mode in Search gets new agentic features and expands globally

https://blog.google/products/search/ai-mode-agentic-personalized/
38•meetpateltech•2h ago•37 comments

Show HN: OS X Mavericks Forever

https://mavericksforever.com/
76•Wowfunhappy•2d ago•21 comments

Show HN: ChartDB Cloud – Visualize and Share Database Diagrams

https://app.chartdb.io
5•Jonathanfishner•21m ago•0 comments

Show HN: Using Common Lisp from Inside the Browser

https://turtleware.eu/posts/Using-Common-Lisp-from-inside-the-Browser.html
15•jackdaniel•1h ago•0 comments

Activeloop (YC S18) Is Hiring Member of Technical Staff – Back End Engineering

https://careers.activeloop.ai/
1•davidbuniat•1h ago

Mark Zuckerberg freezes AI hiring amid bubble fears

https://www.telegraph.co.uk/business/2025/08/21/zuckerberg-freezes-ai-hiring-amid-bubble-fears/
146•pera•2h ago•148 comments

AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'

https://www.theregister.com/2025/08/21/aws_ceo_entry_level_jobs_opinion/
38•JustExAWS•28m ago•2 comments

Margin debt surges to record high

https://www.advisorperspectives.com/dshort/updates/2025/07/23/margin-debt-surges-record-high-june-2025
63•pera•1h ago•75 comments

The Open-Office Trap (2014)

https://www.newyorker.com/business/currency/the-open-office-trap
34•cebert•3h ago•25 comments

Sütterlin

https://en.wikipedia.org/wiki/S%C3%BCtterlin
16•anonu•2d ago•11 comments

To Infinity but Not Beyond

https://meyerweb.com/eric/thoughts/2025/08/20/to-infinity-but-not-beyond/
30•roosgit•3h ago•2 comments

Show HN: I replaced vector databases with Git for AI memory (PoC)

https://github.com/Growth-Kinetics/DiffMem
134•alexmrv•7h ago•34 comments

AI crawlers, fetchers are blowing up websites; Meta, OpenAI are worst offenders

https://www.theregister.com/2025/08/21/ai_crawler_traffic/
32•rntn•1h ago•11 comments

Why are anime catgirls blocking my access to the Linux kernel?

https://lock.cmpxchg8b.com/anubis.html
667•taviso•22h ago•694 comments

Show HN: I was curious about spherical helix, ended up making this visualization

https://visualrambling.space/moving-objects-in-3d/
807•damarberlari•23h ago•131 comments

Code review can be better

https://tigerbeetle.com/blog/2025-08-04-code-review-can-be-better/
319•sealeck•14h ago•180 comments

Epson MX-80 Fonts

https://mw.rat.bz/MX-80/
124•m_walden•4d ago•41 comments

A statistical analysis of Rotten Tomatoes

https://www.statsignificant.com/p/is-rotten-tomatoes-still-reliable
178•m463•13h ago•94 comments

Home Depot sued for 'secretly' using facial recognition at self-checkouts

https://petapixel.com/2025/08/20/home-depot-sued-for-secretly-using-facial-recognition-technology-on-self-checkout-cameras/
213•mikece•21h ago•280 comments

Data, objects, and how we're railroaded into poor design (2018)

https://www.tedinski.com/2018/01/23/data-objects-and-being-railroaded-into-misdesign.html
73•dvrp•8h ago•36 comments

Universal Tool Calling Protocol (UTCP)

https://github.com/universal-tool-calling-protocol/python-utcp
51•edweis•3d ago•51 comments

SK hynix dethrones Samsung as world’s top DRAM maker

https://koreajoongangdaily.joins.com/news/2025-08-15/business/tech/Thanks-Nvidia-SK-hynix-dethrones-Samsung-as-worlds-top-DRAM-maker-for-first-time-in-over-30-years/2376834
153•ksec•3d ago•60 comments

Sixteen bottles of wine riddle

https://chriskw.xyz/2025/08/11/Wine/
21•chriskw•3d ago•8 comments

Gemma 3 270M re-implemented in pure PyTorch for local tinkering

https://github.com/rasbt/LLMs-from-scratch/tree/main/ch05/12_gemma3
394•ModelForge•23h ago•55 comments

Python f-string cheat sheets (2022)

https://fstring.help/cheat/
95•shlomo_z•8h ago•18 comments

Mirror Ball Emoji Proposal (2018) [pdf]

https://www.unicode.org/L2/L2019/19310-mirror-ball-emoji.pdf
47•michalc•4d ago•35 comments