Live data from Hacker News

Viewing profile — hbirler

hbirler

HN member
Joined
Fri, Jan 21, 2022, 11:23 PM UTC
HN karma
1
Public activity
3 items

About hbirler

No profile information was provided.

Recent public activity

  1. comment
    Comment #34190582

    A Python to SQL compiler already exists https://db.cs.uni-tuebingen.de/publications/2022/snakes-on-a...

  2. comment
    Comment #30031409

    Multiplying the 32bit floats 99999.0f and 9999.0f results in 999889984 (Firefox's result). So I guess this hints at what Firefox might be doing :) Float multiplication's result: ht…

  3. comment
    Comment #30031322

    For 99999 x 9999: Firefox 96 displays 999889984 Edge 97 displays 999890001 The answer should be 999890001, so Edge is right and Firefox is wrong