pathsjs's comments

pathsjs | 9 months ago | on: Why Writing by Hand Is Better for Memory and Learning

In fact, this is an opportunity to anticipate what is going to be written. I studied maths, so I am not sure how it would work for other fields of study. But one thing that worked very well for me was to write everything, spoken or written, before it was said, or to try to stay 10 seconds ahead of the lecture. This would keep my attention and it would require an active comprehension, like continuously doing exercises. I was then able to recall what was said much better. And I could take advantage of the pauses to get a little ahead so I would not get lost in the next difficult passage. Of course, this only works in fields where there is a strong logical connection between the various parts of the lecture, so that you can indeed try to figure out yourself, it would not work where there is a lot of memorization

pathsjs | 11 months ago | on: The cultural divide between mathematics and AI

Grothendieck did not have a comprehensive view of mathematics, nor he ever claimed to. There are vast swathes of mathematics (e.g. PDE or probability) that never fell under Grothendieck's radar

pathsjs | 11 months ago | on: The cultural divide between mathematics and AI

Computational mathematics may have adopted conventions from computer science, but I assure you that the alphabetical order convention is definitely the standard in most pure mathematics (with some exceptions, such as the Ascoli-Arzelà theorem)

pathsjs | 1 year ago | on: DeaDBeeF: The Ultimate Music Player

I'd be curious to try it but I don't understand from the site whether it is mobile only. It claims that there is a utility to sync with desktop but then it doesn't run on desktop?

pathsjs | 1 year ago | on: Lessons in creating family photos that people want to keep (2018)

I suggest Mylio: it ticks all the things you required, except possibly of `multiple files as part of the same "image"`.

It will store everything locally, keep your folder structure, every metadata is inside a sidecar XML, allows for various notions of "date" and more.

Not affiliated with them, just a happy user

pathsjs | 1 year ago | on: QwQ: Alibaba's O1-like reasoning LLM

I mean, isn't it trivial? For instance, you can make any Euler characteristic you want by making a cell complex with a 1-cells and b 2-cells and then the Euler characteristic will be 1 + b - a. Am I missing something? If this is the problem and this is how the model looks for a solution, yes, it is overcomplicating things.

pathsjs | 1 year ago | on: X ordered to pay €550k to Irish employee fired after yes-or-resign ultimatum

I am Italian and at my previous work at a bank, I had a two month notice (originally one, but increased with seniority). As far as I know, it is pretty common in Italy, and employers know that when they hire someone, the person will only join one to three months later due to this - or sometimes they offer to pay the penalty

pathsjs | 1 year ago | on: Qwen2-Math

I was going to write the same thing. I checked the first three problems and all solutions are partial at best. Now, don't get me wrong, this is still impressive. But putting the problems there with the implication that qwen solves them correctly when it doesn't does not really inspire trust

pathsjs | 4 years ago | on: Ask HN: What is your “I don't care if this succeeds” project?

I am making a series of books on commutative algebra. The first one is available at https://www.ams.org/open-math-notes/omn-view-listing?listing...

There is a sequel on homological methods, which is not online, and I am currently trying to publish both. When I have time, I would like to write a third volume on homotopical methods (essentially all the stuff needed for André-Quillen cohomology and the cotangent complex).

pathsjs | 4 years ago | on: Beyond Smart

Good luck learning everything that humanity knows about physics in six years! :-) Luckily, you don't really need to do that before starting research

pathsjs | 4 years ago | on: Nim 1.6

Wow, what a great invention I have been missing! You made my day! :-)

pathsjs | 4 years ago | on: Nim 1.6

> who needs interpretation when compile times are that fast!

Well, interpretation is pretty useful for a REPL. And a REPL is not just useful to avoid compilation, but also as a way to explore a new API. And, most importantly, to preserve the results of long computations when you do not know yet what to do with it. If computing a value takes half an hour, you certainly don't want to recompute it each time you change something. Rather, you keep an open session, such as a REPL or a notebook, and keep computing with the already existing value

page 1