Live data from Hacker News

Viewing profile — thalesmello

thalesmello

HN member
Joined
Mon, Dec 29, 2014, 7:05 PM UTC
HN karma
76
Public activity
35 items

About thalesmello

No profile information was provided.

Recent public activity

  1. comment
    Comment #48189017

    Still Apple keeps shooting their foot with their software. I'd love to see an update to iOS and Mac OS that doesn't feel sluggish. They nailed hardware, software is sorely lacking.…

  2. comment
    Comment #40710899

    I'm happy that exists as an alternative for those who care about this. I (meat-eater) am done with leather alternatives for now. A while back, I bought the official leather-alterna…

  3. comment
    Comment #39810038

    That's based on relevance. Same goes for: Portuguese -> Brazil flag; Spanish -> Mexico flag; German -> Austria flag; Italian -> Switzerland flag ;)

  4. comment
  5. comment
    Comment #24336546

    Finally! The perfect language for my spaghetti code!

  6. comment
    Comment #23685023

    There's a bit of misunderstanding in your statement. Most of the money made by companies in payments systems comes from transaction fees, not from interest. When companies offer yo…

  7. comment
    Comment #23638302

    Most people I interact with in the US actually use SMS or iMessage, that's why I have hold this view. It might be a bit dated though.

  8. comment
    Comment #23638168

    They already have Facebook Pay on messenger, and WhatsApp is mostly unheard of. Maybe it doesn't make sense to launch it in the USA. WhatsApp is however overwhelmingly used in Braz…

  9. comment
    Comment #18010865

    Just to make sure, my "ninja trick" was meant in an ironic manner. In my opinion, it sucks JavaScript has two equality operators, and it's inexcusable for it to have two different …

  10. comment
    Comment #18008388

    > You'll have to show me one inventive and useful "ninja" trick revolving around the use of '==' Sure! For starters, you can write if (foo == null) { ... } Because `undefined` gets…

  11. comment
    Comment #17676163

    Mathematics require the exact type of abstract thinking machines suck at. Machines can execute things fast, learn things fast (provided we have well stablished rules), but than can…

  12. comment
    Comment #17031034

    As the one who implemented Airflow at my company, I understand how overwhelming it can be, with the DAGs, Operators, Hooks and other terminologies. This looks like a good enough mi…

  13. comment
    Comment #16806618

    `->` is a bad practice? I like to use it at the end of a long `%>%` pipe. Reading the whole thing feels a lot more natural.

  14. comment
    Comment #16625609

    I actually find R to have the elegant parts of List, with a more traditional language syntax. I frankly like a lot.

  15. comment
    Comment #16306225

    Pipenv solved the most annoying problem Python had before: inconvenient version isolation. Dependencies were installed globally by default, and virtualenv was too cumbersome to use…

  16. comment
    Comment #16094276

    I was delighted to find out Nintendo took the care to approach this issue the way they did. If I had children, I would definitely buy a Nintendo Switch for them because of their fo…

  17. comment
    Comment #15894517

    As much as I love Vim and R, I think the experience is pointless without embedded graphs. It would be perfect if it was possible to view a graph in a Vim split.

  18. comment
    Comment #12757237

    I particularly don't find the problem it solves appealing. The power of Node comes specifically from its everything async programming model, Javascript is just a detail. So what's …

  19. story
  20. story
  21. comment
    Comment #10641185

    learnxinyminutes.com solves your problem about how the language works, but doesn't give you problems to work with.

  22. comment
    Comment #10590352

    For me, a lot of things simply make more sense. For example, in Sublime, the system configuration files can be modified, but you shouldn't do that. Instead, you have to write on yo…

  23. comment
    Comment #10574696

    OCaml is a nice language and it surely has advantages. But don't treat that as a competitive advantage. All of the benefits mentioned can be easily found in other programming langu…

  24. comment
    Comment #9685910

    Oracle doing it's part and releasing updated versions of Java whereas Google is stuck in time. Is it really Oracle's fault?

  25. comment
    Comment #9566734

    Projects like this are really cool in terms of providing different tools for when you need to work with Excel. However, I don't see tools like this or for any other language being …