Live data from Hacker News

Viewing profile — florianj

florianj

HN member
Joined
Mon, Feb 17, 2025, 5:57 PM UTC
HN karma
7
Public activity
3 items

About florianj

florianj.com

Recent public activity

  1. comment
    Comment #45365696

    Great write-up. Love how everyone is sharing their solutions. Fun fact, this is an actual business problem we have to solve at our company (Listen Labs). We have an AI customer int…

  2. comment
    Comment #45364081

    How did you use DP for scenario 2 and 3? The table seems to be way to big unless you do some optimizations. Also did you optimize for the best case in any way vs expected cases?

  3. comment
    Comment #43083497

    I still remember my first job porting a VB6 code to VB.net. The code was written before object-oriented code was a thing. Back then I thought OO would have solved it. Looking back …