Viewing profile — matchai
matchai
HN member- Joined
- Mon, Nov 07, 2016, 4:06 PM UTC
- HN karma
- 71
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About matchai
Recent public activity
-
comment
Comment #39141777
Starship maintainer here. `custom` spawns a child process of your shell, so it's probably being slowed down by a slow shell init script. If the custom script you're running doesn't…
-
comment
Comment #24000834
Starship can be quickly configured to have a select few "modules" enabled. This can be configured with `prompt_order`, documented here: https://starship.rs/config/#prompt I, for on…
-
comment
Comment #23959565
Starship maintainer here. I'm happy to answer any questions have about how it works. Every render of the prompt is fully stateless. Starship has no tracking, telemetry, and never c…
-
comment
Comment #20939138
That wifi dongle in particular supports packet injection, and supports aircrack-ng for penetration testing.
-
comment
Comment #17983331
Sounds like Microsoft has now disabled the feature: https://twitter.com/FPresencia/status/1039899988837511169
-
comment
Comment #17785868
- Multiple Windows Yes. https://stackoverflow.com/a/29965036 - Telemetry opt-in Yes. https://code.visualstudio.com/docs/supporting/FAQ#_how-to-di...
-
comment
Comment #16651310
For those not using Travis, ci-reporter supports CircleCI too, and is extensible to support any other CI platform. https://github.com/JasonEtco/ci-reporter
-
comment
Comment #15949656
I typically use the json file from emojilib when parsing emojis. It is regularly updated and can be added to JS projects as a dependency. https://github.com/muan/emojilib/blob/mast…