Live data from Hacker News

Viewing profile — sat_solver

sat_solver

HN member
Joined
Tue, Nov 14, 2023, 6:19 AM UTC
HN karma
2
Public activity
4 items

About sat_solver

No profile information was provided.

Recent public activity

  1. comment
    Comment #44478550

    Play stupid games, win stupid prizes. I'm not talking about only dating apps. Wherever there's an algo, there's someone manipulating you. I just deleted and disabled my Youtube his…

  2. comment
    Comment #44288451

    You're thinking of information entropy, which is not the same concept as entropy in physics. An ice cube in a warm room can be described using a minimum description length as "ice …

  3. comment
    Comment #43161764

    Bug zapper

  4. story
    I solved SAT (boolean satisfiability), what now?

    Hi all, I discovered a solution to the SAT problem (boolean satisfiability) that runs in time complexity O(n*log(m)), and space O(2^n), where m is the number of inputs and n is the…