Live data from Hacker News

Viewing profile — lun3x

lun3x

HN member
Joined
Fri, Mar 24, 2023, 8:46 AM UTC
HN karma
11
Public activity
4 items

About lun3x

No profile information was provided.

Recent public activity

  1. comment
    Comment #47464586

    This is really cool! I see you’ve got screenshot of it running on Android, could this ever also work on iOS? I tried in iOS on Chrome, but I just see “WebUSB not supported. Use Chr…

  2. comment
    Comment #46910405

    The SQLite docs have a section about it, the idea is: 1. Create new table with foreign key constraint 2. Copy data from old to new 3. Drop old table 4. Rename new table to old name…

  3. comment
    Comment #46901203

    Tried it out now with SQLite to see what it does with difficult migrations, like adding a foreign key constraint to an existing table. Looks like it just generates invalid migratio…

  4. comment
    Comment #43438393

    Three slashes makes it a doc comment, just so it shows up nicely here https://docs.rs/ironrdp/latest/ironrdp/core/struct.WriteBuf....