Readit News logoReadit News

Deleted Comment

kerneloops commented on Tonal.js: Functional music theory lib   github.com/tonaljs/tonal... · Posted by u/brianzelip
kerneloops · a year ago
See also: Well-typed music does not sound wrong (experience report), Haskell 2017

https://dl.acm.org/doi/10.1145/3122955.3122964

kerneloops commented on Tell HN: Python's print function is thread-unsafe    · Posted by u/kerneloops
kerneloops · 2 years ago
A survey of some other languages:

C printf: MT-Safe locale.

C++ std::cout: safe, unless you call sync_with_stdio(false).

JVM System.out.println: safe in common JVMs.

C# Console.WriteLine: safe.

Go fmt.Printf: safe.

Rust println!: safe.

Ruby puts: safe.

So it seems that Python is the outlier here.

kerneloops commented on Joplin – An open-source note taking and to-do application with synchronisation   github.com/laurent22/jopl... · Posted by u/3np
kerneloops · 2 years ago
The only problem to me is that the "official" Joplin Server is proprietary: https://github.com/laurent22/joplin/blob/dev/packages/server...

u/kerneloops

KarmaCake day161January 4, 2022View Original