Viewing profile — CIAvash
CIAvash
HN member- Joined
- Mon, Jan 02, 2012, 11:54 AM UTC
- HN karma
- 55
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About CIAvash
Recent public activity
- story
-
comment
Comment #36467648
Not the point of the article, but the script can be written more concisely: #!/usr/bin/env raku run «git switch $_», :!out, :!err and last for ; run «git branch -d $_» for run( , :…
- story
- story
- story
- story
- story
-
comment
Comment #26682851
I'm not very knowledgeable on this. But, a program that wants to support RTL languages, in this case a terminal, needs to support bidirectional text and text shaping.
-
comment
Comment #26670181
Currently I'm aware of two terminal that support RTL languages, Konsole and gnome-terminal. The terminal itself doesn't need to be RTL, but the text that is entered or printed. Her…
-
comment
Comment #26657713
Wezterm, like Alacritty doesn't support RTL languages.
-
comment
Comment #26645546
I needed a fast and simple way of finding information about movie and TV series, and also their IMDB, RottenTomatoes, and Metacritic ratings and an average rating of them. So that'…
- story
- story
-
comment
Comment #24889184
There are a lot of misinformation here. Nobody has to block Iranians. Look at GitHub, they limited Iranian accounts, not block them.
-
comment
Comment #13583098
I like many things about Perl 6, but I mention only the ones I used in my project. MAIN subroutine makes it very easy to create simple CLIs, multiple dispatch, gradual typing, subs…
-
comment
Comment #13165490
There is a doc for entering unicode characters: https://docs.perl6.org/language/unicode_entry.html It also has an Emacs section. For a more detailed explanation for Emacs see my bl…
- story
- story