HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kovrik

no profile record

comments

kovrik
·9 tháng trước·discuss
They don't support port forwarding anymore though.
kovrik
·năm ngoái·discuss
I love Vim and use Vim bindings everywhere I can (Emacs, Firefox, Intellij etc.).

But I don't think it is actually more efficient than traditional editing, but rather just a different way of editing which may be (or may be not) more convenient to _some_ people (myself included).

Especially nowadays with modern IDEs and auto-completions and AI code helpers, it's not really about text editing anymore, it's not the bottleneck.
kovrik
·2 năm trước·discuss
Not sure if those are the same though?

Async, await, iterators, futures etc. are pretty much standard constructs in almost all programming languages / concurrency frameworks.

Whereas Actions, Transitions, Pending State, Reducers etc. are React-specific idiosyncrasies.

I guess that's the main issue people have with React, when you learn it you have to spend so much time to learn all these React-specific constructs and idiosyncrasies that are not transferable anywhere else.
kovrik
·2 năm trước·discuss
Could you please share what other learning materials you used?
kovrik
·4 năm trước·discuss
Alzabo Soup (https://www.alzabosoup.com/)
kovrik
·4 năm trước·discuss
Gene Wolfe.

The whole Solar Cycle (The Book of the New Sun, Urth of The New Sun, The Book of The Long Sun, The Book of The Short Sun), Fifth Head of Cerberus, Peace, There Are Doors, The Sorcerer's House ... .

Wolfe is a genius.

Before that I also finished Malazan.
kovrik
·4 năm trước·discuss
Really? I have the opposite experience. I _want_ to love CL but Clojure wins when it comes to IDE support and libs and documentation.

Maybe it's just me but I find (SB)CL tooling to be very obscure: ASDF, QuickLisp, Roswell etc. My main issue with it is that it's all written in CL itself and doesn't provide handy CLI tools to execute common tasks (compile app, build package, run tests, deploy etc.). Not to mention that documentation is horrendous.

Basically, I want it to have something like Maven/Gradle/Leiningen to manage dependencies, run tasks and so on. Am I missing something?
kovrik
·12 năm trước·discuss
Wow, great answer, many thanks for that!
kovrik
·12 năm trước·discuss
Could someone give an advice on how to grok Lisp, please?

I write Clojure code, read Lisp books, articles etc.

But I don't feel 'magic' yet.

How did you get 'addicted' to Lisps?