Viewing profile — albertoCaroM
albertoCaroM
HN member- Joined
- Fri, May 26, 2017, 3:23 AM UTC
- HN karma
- 175
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About albertoCaroM
No profile information was provided.
Recent public activity
-
comment
Comment #46244755
Whoa! This is a revelation. I already loved Nix and used nix-shell extensively, but this is the missing piece: fully reproducible Python scripts without compromise.
-
comment
Comment #45556927
I loved onivim2
-
comment
Comment #43877612
Although the study by Prat et al. (2020) suggests that linguistic aptitude is a better predictor than numeracy for learning programming in Python, it should be read carefully, as i…
- story
-
comment
Comment #33266991
Is there Asciidoctor tree-sitter grammar? I can't find one.
- story
-
comment
Comment #27258885
Sicp with JavaScript https://source-academy.github.io/sicp/
-
comment
Comment #27238288
Hi Mark. I just bought your book in leanpub. I own the book about common lisp and haskell, I find your style very pragmatic succint. Please follow witting books like those.
-
comment
Comment #27232223
I agree with you it's a very opinionated article but despite I program every single day on C and C++, I agree with some points he claims. For example, I think the implicit conversi…
- story
-
comment
Comment #27231223
I suppose It's joke. There are countless successful open source projects (libraries , frameworks and languages). Open source have come to stay, besides, nobody forbidden you to put…
-
comment
Comment #27091224
When I read eloquent javascript I thought the are several similitudes between the two books. Maybe you can give it a try.
-
comment
Comment #26736885
If you are interested in desktop implementations, you can access the telegram desktop source code, which also uses WebRTC: https://github.com/telegramdesktop/tdesktop/blob/a506e9b9…
- story
-
comment
Comment #26080636
if anyone is interested in look an android alternative, which uses the point of gaze to activate the keyboard. I suggest looking the Samsung's application Talk, it's available from…
- story
- comment
-
comment
Comment #23637125
Its a small language that fits in your head. It’s very simple and has a very good native support of http, cookie. It deploys to a single file. I think too It’s a a very good option…
-
comment
Comment #22986177
https://github.com/EbookFoundation/free-programming-books/bl...
- story
- story
-
comment
Comment #21734857
yes It worths, SICP is a great book!, It's the same you are working with Clojure, Javascript or C++. Its purpose isn't to teach Scheme or Lisp but it is to teach a bunch of techniq…
- story
-
comment
Comment #21112624
Indeed, you always have to look for new ways to improve, but you don't have to change the way you work, Likely you are doing a lot of things well. I think better advice is, be curi…
-
comment
Comment #21112538
Indeed, Usually, all coding advices are too emphatic or clickbait. ex: The 10 languages you have to learn in 2020. The most important js framework. The 10 books you must read. But …