Viewing profile — manusachi
manusachi
HN member- Joined
- Wed, Nov 15, 2017, 8:40 PM UTC
- HN karma
- 355
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About manusachi
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #44782394
Blind people often go upto 600 words per minute and more with text-to-speech, which is, I think, would be an equivalent to 5x and more.
-
comment
Comment #44607914
Yes "the continuity of residence" is required for naturalization. > An applicant for naturalization ... must have resided continuously in the United States after his or her lawful …
- story
-
comment
Comment #42818279
One of the long-awaited features was recently merged!
- story
-
comment
Comment #41633511
*Statically typed ;)
- story
-
comment
Comment #40700964
To be fair, what made Elixir take off, other than syntax there is also the developer experience overall, including documentation, package manager, unit testing framework out of the…
-
comment
Comment #40619148
Do you know what other ecosystem comes closest to the existing in Python? I've heard good things about Julia. 13 years ago when I was trying to explore the field R seemed to be the…
-
comment
Comment #40530774
I guess it has something to do with those functions frequently used in guards. _Notice tuple_size/1, map_size/1, byte_size/1 and some other functions/macros are defined in Kernel a…
-
comment
Comment #40530242
Some companies from the section "Who is using Elixir" are probably not using elixir anymore unfortunately. 1. Bleacher Report gutting out OTP[0] 2. I've heard that Toyota Connected…
-
comment
Comment #40484985
Agree! For that very reason in Elixir `import` is discouraged in favor of `alias`
- story
-
comment
Comment #39435710
For those who is interested, as mentioned in the article, Gleam is already near v1 (v1.0.0-rc2)! And in a recent talk[1] Louis shared the idea, that there won't be major changes to…
-
comment
Comment #38743453
They also used to be "pretty jazzed about Elixir" and had it in their stack [1], at least while Steve Cohen was there (btw, Steve is also the author of lexical[2] - one of the newe…
- story
- comment
- story
-
comment
Comment #36516042
A real world example of relatively complex filter conditions + flattened transformations simplified with comprehension I usually bring up is: https://github.com/hexpm/bob/blob/177a…
-
comment
Comment #36321959
AFAIR, it should be possible to convert dialyzer specs to that new type system annotations. It would probably be not as precise, but could be a good enough starting point to then g…
- story
-
comment
Comment #34632246
Do they "redefine the industry" every cycle?
-
comment
Comment #34592106
I also like both of them. I use Fira Code ( https://github.com/tonsky/FiraCode ) for code editor and IBM Plex Mono for terminal.