Viewing profile — supurbly
supurbly
HN member- Joined
- Mon, Mar 16, 2020, 4:52 AM UTC
- HN karma
- 24
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About supurbly
No profile information was provided.
Recent public activity
-
comment
Comment #30367314
Or GAMMA for Google, Apple, Microsoft, Meta, Amazon
-
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.
-
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…
-
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…