Live data from Hacker News

Viewing profile — padmi

padmi

HN member
Joined
Sat, May 14, 2022, 3:09 AM UTC
HN karma
1
Public activity
4 items

About padmi

No profile information was provided.

Recent public activity

  1. comment
    Comment #34013253

    Of course option 3 but make "&" required. And ":is(aside) &" is ugly, should be just "aside &". Yes, it starts with letter, but it's the only way to be not ugly.

  2. comment
    Comment #31580991

    oh, nevermind. the date is already sortable.

  3. comment
    Comment #31580932

    2021-02-21 w07 Sun 10 ski with N Why not use day-of-week number to make lines sortable? 2021-02-21 w07-7 Sun 10 ski with N But, in my country, Sunday is first day of week, so 2021-…

  4. comment
    Comment #31374800

    Friendlier sql is MySQL "insert into set". Normal insert, hard to read: INSERT INTO table1 ( field1, field2, field3, ... ) VALUES ('value1', 'value2', 'value3', ... ); vs Easier to…