Live data from Hacker News

Viewing profile — albertoCaroM

albertoCaroM

HN member
Joined
Fri, May 26, 2017, 3:23 AM UTC
HN karma
175
Public activity
32 items

About albertoCaroM

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #45556927

    I loved onivim2

  3. 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…

  4. story
  5. comment
    Comment #33266991

    Is there Asciidoctor tree-sitter grammar? I can't find one.

  6. story
  7. comment
    Comment #27258885

    Sicp with JavaScript https://source-academy.github.io/sicp/

  8. 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.

  9. 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…

  10. story
  11. 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…

  12. 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.

  13. 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…

  14. story
  15. 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…

  16. story
  17. comment
  18. 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…

  19. comment
    Comment #22986177

    https://github.com/EbookFoundation/free-programming-books/bl...

  20. story
  21. story
  22. 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…

  23. story
  24. 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…

  25. 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 …