Live data from Hacker News

Viewing profile — tuqqu

tuqqu

HN member
Joined
Sun, Aug 25, 2024, 4:13 PM UTC
HN karma
2
Public activity
2 items

About tuqqu

No profile information was provided.

Recent public activity

  1. comment
    Comment #46007048

    Strict types determine whether a function accepts a variable of a certain type, casts it, or throws a TypeError. It does not affect int + string operations or anything else really

  2. comment
    Comment #41348503

    author here: yeah, as someone pointed out already, I could not find a way to make them async. PHP only has Fibers, and they are not sufficient for that.