Viewing profile — kritixilithos
kritixilithos
HN member- Joined
- Tue, Aug 14, 2018, 6:03 PM UTC
- HN karma
- 45
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About kritixilithos
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #19169117
Actually the following is even shorter /A/{N;d;} So all together this gives the following ls|sed '/A/{N;d;}'
-
comment
Comment #19164952
Nicely done using Unix utils. You can have a pure sed solution (save the `ls` invocation) that is much simpler, albeit obscure, that hinges on the fact that every number has a `dat…
- story
-
comment
Comment #18866962
Reached 96 bytes (now where would that last byte be hmmmm). And as you can see, my sed skills aren't as good as yours either :) Nice meeting a fellow golfer, this was fun :)
-
comment
Comment #18863348
Are you tails? Anyways, thanks for helping me tie with first place :)
-
comment
Comment #18862794
There's even an implementation of lisp in sed :) https://github.com/shinh/sedlisp/
-
comment
Comment #18857184
That's probably because you used BSD sed. Running it on my BSD sed also gives an error, presumably because it thinks the `}` is a part of the label in `binput}`. However it works f…
-
comment
Comment #17925143
As another user of iTerm2, I am currently using several keyboard mappings from key to key (like Tab being interpreted as Esc), do you know whether Kitty supports that? As far as I …
-
comment
Comment #17878138
Congratulations! Are you familiar with code golf? If not, I recommend it. In Code Golf, the objective is to complete a programming task in the shortest program possible, measured i…