pathsjs's comments

pathsjs | 4 years ago | on: Discipline by King Crimson

Am I the only one who likes what King Crimson did until the 70s, and does not understand the direction they went with Discipline? I have tried listening to it and later albums, but I never got it. Anyone here can help me better appreciate King Crimson's music from the 80s on?

pathsjs | 5 years ago | on: You can't tell people anything (2004)

Why not? It's a stereotype for pure mathematicians to like what they do because it's not applied, even though - like all stereoptypes - it has to be taken with a grain of salt.

The thing is, once something is applied, it has to deal with all the complexity and uglyness of the real world. But if you stick to abstract ideas, you are only limited by your imagination and logic. The mundane aspects of an applied field can detract from the pure beauty of an abstract subject.

I am not saying that this is always true, and sometimes it is nice to see applications of some abstract concepts. But many people intentionally shy away from applications towards a more theoretical field.

pathsjs | 5 years ago | on: Words that don't translate into English

The least translatable idiom from Italian in my head is "Ti voglio bene". It could be translated as "I love you", but that loses a lot of nuance. The literal translation of "I love you" is "Ti amo".

So in Italy you have two different expressions that are rendered by the same one in English. But the two are very much not interchangeable. "Ti amo" has a romantic connotation, whereas "Ti voglio bene" does not. What's more, you can also use "Ti voglio bene" in a romantic context, to mean that you love the other person, but not only from the point of view of a romantic relationship though. In a romantic relationship, especially between younger people, it can happen that one says "Ti voglio bene" well before "Ti amo", which has a heavier implication. On the other hand, "Ti voglio bene" can be used with a sibling or a friend, often abbreaviated TVB, whereas "Ti amo" would not be used in this context. As you can see, it is quite difficult to even translate the difference, but it is something well present in the head of italian people.

pathsjs | 6 years ago | on: Nim Community Survey 2019 Results

There are many libraries for that, but I suggest cligen. It is the simplest command line parser I have found across all programming languages.

pathsjs | 6 years ago | on: Erdős–Bacon number

I personally want to thank you. As a mathematician, I always dislike the way maths is displayed in most movies. It was very refreshing to see students compute De Rham cohomology and discuss Galois theory (if I recall correctly) in a major Hollywood production.

Then again, "It's my turn" has a proof of the snake lemma in it! :-) (but the scene is much less realistic)

pathsjs | 6 years ago | on: Table Detection and Extraction Using Deep Learning

I wish it was, but it isn't. There are various kinds of tables, that may have delimited lines or not, or they may be unaligned cells, each showing a key and a value... If you actually have in mind some solution that works well (either a paper, a github project, a commercial product) I'd be eager to know

pathsjs | 6 years ago | on: Show HN: Charade, a Python Server for Composable NLP API

This a project we have been developing for a while. It is a server that allows to deploy APIs for many natural language processing tasks, while being able to mix technologies, and develop multiple different models for the same task.

A team using Charade can develop and evolve a suite of NLP capabilities - say NER, sentiment analysis and so on - while maintaining the possibility to customize them on particular datasets, and compose servers where only the relevant capabilities are deployed.

Charade is not itself a library for NLP tasks, although it provides some examples of models developed using various libraries. The teams using Charade will develop and customize their own models, using the provided ones can serve as example, or to provide some capabilities in a larger deployment.

We hope you will find it useful!

pathsjs | 6 years ago | on: Show HN: Autopilot written in Keras for Self Driving Cars

> At the current state of my model the model basically just clones the human driver as good as possible. That means the the amount of brake is higher in curves

I read in another comment that you are still in high school, so maybe the above is because you do not have actual driving experience. But this is not how human drivers drive.

Human drivers brake before the curves, while usually accelerate during curves. This improves stability.

This is something you may want to consider for your next iterations. In any case, congratulations for your impressive work!

page 2