HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Bromskloss

no profile record

comments

Bromskloss
·9 lat temu·discuss
> application code or library code

Do the two call for different styles?
Bromskloss
·9 lat temu·discuss
More to the point statement of the problem: https://en.wikipedia.org/wiki/Pancake_sorting
Bromskloss
·10 lat temu·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 lat temu·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 lat temu·discuss
:-/
Bromskloss
·10 lat temu·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 lat temu·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 lat temu·discuss
Would it be even better to smoothly join with the zero level instead of coming to a sudden halt?
Bromskloss
·10 lat temu·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 lat temu·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.)