Joachim Breitner

Results 453 comments of Joachim Breitner

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- Hmm, interesting use case. Let’s put it this way: With the current architecture of `arbtt` internally, as well as the log...

**Original comment by leromarinvit (Bitbucket: [leromarinvit](https://bitbucket.org/leromarinvit), GitHub: [leromarinvit](https://github.com/leromarinvit)).** ---------------------------------------- Without looking at the source much - is it because of the string sharing described here? https://www.joachim-breitner.de/blog/381-Exploiting_sharing_in_arbtt Maybe a sliding window...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- I am still not convinced. Another problem is that so far, `arbtt` is pretty independent of the sample rate: You can...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- Maybe before implementing this, a refactoring to use `sqlite` instead of my simple file format is the right thing to do…...

**Original comment by amenthes (Bitbucket: [amenthes](https://bitbucket.org/amenthes), GitHub: [amenthes](https://github.com/amenthes)).** ----------------------------------------

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- Indeed I believe that originally, I had this semantics for `idle` in mind, and a while the code was actually able...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- I don’t think it is much an issue of files, but rather of inadequat algorithms. If you specify some time constraint...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- In the `bash` environment, what is the value of the `LANG` environment variable? (`echo $LANG`)?

**Original comment by Philipp Uhl (Bitbucket: [ph_uhl](https://bitbucket.org/ph_uhl), ).** ---------------------------------------- Ok, had to create an account eventually, I guess... ``` $ echo $LANG de_DE.UTF-8 ``` On bash it does work properly...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- Hi Philipp :-) right, and I bet it works because this environment variable is set, telling the program that the encoding...