Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thalesmello
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
thalesmello
4mo ago
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.
▲
by
thalesmello
2y ago
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-alternative case for my everyday-carry Roav sunglasses, but it
3.
▲
by
thalesmello
2y ago
That's based on relevance. Same goes for: Portuguese -> Brazil flag; Spanish -> Mexico flag; German -> Austria flag; Italian -> Switzerland flag ;)
4.
▲
by
thalesmello
6y ago
Finally! The perfect language for my spaghetti code!
5.
▲
by
thalesmello
6y ago
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 you better rewards, that's them competing to have yo
6.
▲
by
thalesmello
6y ago
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.
7.
▲
by
thalesmello
6y ago
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 Brazil, and highly lacking good Venmo-like apps. I did not
8.
▲
by
thalesmello
8y ago
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 null types. That fact that you can use the fo
9.
▲
by
thalesmello
8y ago
> 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 coerced to `null`, it
10.
▲
by
thalesmello
8y ago
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't (at our current moment in time) come up with useful
11.
▲
by
thalesmello
8y ago
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 mid-term alternative. However, I have a few questions (which I
12.
▲
by
thalesmello
8y ago
`->` 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.
13.
▲
by
thalesmello
9y ago
I actually find R to have the elegant parts of List, with a more traditional language syntax. I frankly like a lot.
14.
▲
by
thalesmello
9y ago
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 easily. Pipenv solves all of those headaches.
15.
▲
by
thalesmello
9y ago
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 focus in this aspect. Since I don't have any, I bought th
16.
▲
by
thalesmello
9y ago
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.
17.
▲
by
thalesmello
10y ago
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 the point in taking away the good part, and keep t
18.
▲
Webcomplete.vim: complete words from your browser in Neovim
(github.com)
1 points
by
thalesmello
10y ago
|
0 comments
19.
▲
Exploring Async Techniques in JavaScript
(github.com)
4 points
by
thalesmello
11y ago
|
0 comments
20.
▲
by
thalesmello
11y ago
learnxinyminutes.com solves your problem about how the language works, but doesn't give you problems to work with.
21.
▲
by
thalesmello
11y ago
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 your user settings. On VSCode, you can't modify the
22.
▲
by
thalesmello
11y ago
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 languages, except for maybe pattern matching, but that can b
23.
▲
by
thalesmello
11y ago
Oracle doing it's part and releasing updated versions of Java whereas Google is stuck in time. Is it really Oracle's fault?
24.
▲
by
thalesmello
11y ago
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 widely adopted. Here is why: 1 - Most of the times, peo
25.
▲
by
thalesmello
11y ago
> I guess the whole point is to write cross-platform code, but is the .NET environment that much better than Swift/Xcode? You said it all. The whole point is cross platform development. People use Swift to develop apps for Apple pro
26.
▲
by
thalesmello
11y ago
In Brazil all food manufactures are required to put in the package whether the product contains gluten or not. Isn't that the case in the United States?
27.
▲
by
thalesmello
12y ago
The Vim mode in RStudio is rather disappointing. Doesn't even have support for macros.
28.
▲
by
thalesmello
12y ago
Most of this issues could be walked around: - For the dot syntax, all you have to do is define the __call__ method. You could do that by creating an object that encapsulates the dictionary, defines a __call__ method, and repasses the method
29.
▲
by
thalesmello
12y ago
So, if I want get the sum of an array of numbers, the only option is to use recursion or a reduce function? Is there a way to accomplish this using a for loop while sticking to let keywords?
30.
▲
by
thalesmello
12y ago
Nope. The founder of http://magnetis.com.br spent most of his life working in a bank and in a fund. Money wasn't a problem, but he was unhappy. He's got a management background, and never programmed until his late thir
More ›