HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Bromskloss

no profile record

comments

Bromskloss
·4 years ago·discuss
> I pay a usenet subscription, and subscription to indexers

Wait! You can get Usenet these days? Is it only for piracy or other things as well? Where can I sign up?

Also, what is an indexer in this context? Is it something you need only for piracy, or is it about Usenet in general?
Bromskloss
·8 years ago·discuss
I accidentally typed a question mark, but I meant it to be an exclamation!
Bromskloss
·8 years ago·discuss
I miss Ubuntu One? :-(
Bromskloss
·9 years ago·discuss
> application code or library code

Do the two call for different styles?
Bromskloss
·9 years ago·discuss
More to the point statement of the problem: https://en.wikipedia.org/wiki/Pancake_sorting
Bromskloss
·10 years ago·discuss
> It's untyped, which makes it ideal for web-based programming and rapid prototyping. Given its Lisp heritage, Scheme is a natural fit for artificial intelligence.

Why does being untyped and having a Lisp heritage make Scheme suitable for these three tasks?
Bromskloss
·10 years ago·discuss
I can't check right now, but it's possible that the patent predates my use of the technique. Even if not, I don't know how I could prove it.

By the way, it wasn't done in code; I did it manually in Ardour [0].

[0] <https://ardour.org/>
Bromskloss
·10 years ago·discuss
:-/
Bromskloss
·10 years ago·discuss
I thought _tearing_ referred to a value being read while in the midst of being updated, so that, for example, some of the read bits comes from the old value and some from the new value.
Bromskloss
·10 years ago·discuss
Sorry, my wording was unclear. I mean asymptotically approaching zero, as opposed to, say, going to zero in a straight line and then switching to a constant zero once you get there (thereby creating a discontinuous derivative).
Bromskloss
·10 years ago·discuss
Would it be even better to smoothly join with the zero level instead of coming to a sudden halt?
Bromskloss
·10 years ago·discuss
Do you mean that a compiler optimisation could cause tearing of the mentioned data types? That's surprising to me and I'd like to know more about it.
Bromskloss
·10 years ago·discuss
I had to cut off an audio file abruptly once, and I found that I could smooth out the abruptness by quickly fading in a reverberated version of the audio, just as the original audio was about to end, and then letting it ring for a fraction of a second after the original had ended.

(I say "fading in", but it might have been that I had the reverb applied but dry, and transitioned to wet just before the signal ended.)