Live data from Hacker News

Viewing profile — supurbly

supurbly

HN member
Joined
Mon, Mar 16, 2020, 4:52 AM UTC
HN karma
24
Public activity
4 items

About supurbly

No profile information was provided.

Recent public activity

  1. comment
    Comment #30367314

    Or GAMMA for Google, Apple, Microsoft, Meta, Amazon

  2. comment
    Comment #27575479

    That could just be your client trying to handle a pixel-sized thing that isn't exactly aligned to your display's pixel grid.

  3. comment
    Comment #27506286

    Looks like frenck plans to file issues against Fedora too: > I just did notice Fedora redistributing some of my packages because of your question, so will file a similar request wi…

  4. comment
    Comment #22784521

    You could have a file with functions binding, for example, `grep` to `my_grep`, then `source` that file in a subshell: ( source with_my_prefix.sh cat file | grep phrase | sort | se…