Viewing profile — thalesmello
thalesmello
HN member- Joined
- Mon, Dec 29, 2014, 7:05 PM UTC
- HN karma
- 76
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About thalesmello
No profile information was provided.
Recent public activity
-
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.…
-
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…
-
comment
Comment #39810038
That's based on relevance. Same goes for: Portuguese -> Brazil flag; Spanish -> Mexico flag; German -> Austria flag; Italian -> Switzerland flag ;)
- comment
-
comment
Comment #24336546
Finally! The perfect language for my spaghetti code!
-
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…
-
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.
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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.
-
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.
-
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…
-
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…
-
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.
-
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 …
- story
- story
-
comment
Comment #10641185
learnxinyminutes.com solves your problem about how the language works, but doesn't give you problems to work with.
-
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…
-
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…
-
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?
-
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 …