Live data from Hacker News

Viewing profile — SlySherZ

SlySherZ

HN member
Joined
Mon, Mar 21, 2016, 11:22 AM UTC
HN karma
177
Public activity
56 items

About SlySherZ

No profile information was provided.

Recent public activity

  1. comment
    Comment #41514084

    Do you know how to create a local branch that tracks a gerrit commit? Usually I just do git commit --amend to update gerrit, but then I lose access to my patch's history (it's stil…

  2. story
  3. comment
    Comment #37013367

    The article is hard to follow for me, but if I understood it correctly, this is not true: > That is just not going to happen in (classical) reality, though. Because once you proper…

  4. comment
    Comment #33111949

    There's a common way people from scientific communities (such as HN) look at the world - there's a "real world" out there, and in order to improve our understanding of things we sh…

  5. comment
    Comment #32911659

    Portugal, either Porto or Braga. Let me know if you'd like to meet!

  6. comment
    Comment #28378114

    If you like this, do yourself a favor and go watch the entire Human Behavioral Biology course from Standford, it's also taught by Sapolsky: https://www.youtube.com/watch?v=NNnIGh9g…

  7. comment
    Comment #27861073

    Alright, I'll try. Last time you used an higher level interpreted language (like JS), did you have to worry whether or not the machine instructions it was generating were the right…

  8. comment
    Comment #22235758

    Location: Portugal Remote: yes Willing to relocate: no Technologies: JavaScript (Node), C/C++, Ruby, Rust, Elixir, Python Résumé/CV: https://github.com/slysherz/slysherz.github.io/…

  9. comment
    Comment #21691681

    Location: Portugal Remote: Yes Willing to relocate: not at the moment Technologies: JavaScript (NodeJS), C/C++, Ruby, Rust, Elixir Résumé/CV: https://github.com/slysherz/slysherz.g…

  10. comment
  11. comment
    Comment #21028439

    For everyone that enjoyed this, there's an entire free online MIT course called Performance Engineering of Software Systems[1] where you'll learn plenty more tricks and common pitf…

  12. comment
    Comment #20873533

    Location: Esposende, Portugal Remote: Yes Willing to relocate: No Technologies: Javascript, NodeJS, C++ but also dabble in Ruby, Rust and Elixir Résumé/CV: Available on request Ema…

  13. comment
    Comment #18259909

    If I remember correctly, when you learn a new language after age 10, the brain encodes the new language in a region adjacent to the one where your mother language is encoded, which…

  14. comment
    Comment #17045785

    Elixir newbie here. If I remember correctly IO is implemented as a process, which means that different write requests are processed sequentially in the order they arrive to the pro…

  15. comment
    Comment #16692952

    Yes, there is JSDoc[1] which allows you to add type annotations in comments, that can then be used by some tool. The VSCode editor is able to leverage the TypeScript engine even wi…

  16. story
  17. comment
    Comment #16323371

    As @Cursuviam said, Introduction to Algorithms is a pretty good introduction: https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V... There are two things that make the lec…

  18. comment
    Comment #16319246

    For everyone interested in this, I would like to recommend the MIT Advanced Data Structures course, by prof. Erik Demaine (mentioned in the article). The part of the course about c…

  19. story
  20. comment
    Comment #16222602

    The graphs about languages seem very weird. Let's take a look at the "Which languages do developers prefer by age?": Python: 84.6% C: 54.0% C++: 48.2% Java: 48.2% JavaScript: 47.6%…

  21. comment
    Comment #16145781

    Using uBlock with Firefox, you can right click anywhere on the page and open the "block element" thingy, which allows you to block anything on the page that you don't like :)

  22. comment
    Comment #16119126

    Notice that your first and last example are somewhat simple to explain conceptually, so they should also be simple to build by composing the right building blocks: "Play" gives awa…

  23. comment
    Comment #16116807

    I've been thinking about this for a while, there are some cool things you could do with command-based interfaces. My take on it atm is to have a flexible (should work if you mistyp…

  24. comment
    Comment #16069068

    For me, the most awesome part is the debugging experience out of the box. If you're programming for NodeJs (or other supported languages, with a bit of configuration), you can clic…

  25. story