Post B4OUTVBVksBP8eKOnY by p@fsebugoutzone.org
(DIR) More posts by p@fsebugoutzone.org
(DIR) Post #B4OUJL9GDO317EQhpA by fluffy@fsebugoutzone.org
1 likes, 0 repeats
@p how are things these days?there's some construction next door here, so i was reminded of you
(DIR) Post #B4OUTVBVksBP8eKOnY by p@fsebugoutzone.org
0 likes, 0 repeats
@fluffy > how are things these days?Business as usual, man. Nothing astonishing today. How about you?> there's some construction next door here, so i was reminded of you MYSTERIOUS
(DIR) Post #B4ZR363OPFUsXko6kK by fluffy@fsebugoutzone.org
1 likes, 0 repeats
@p not too much! lately i put on white noise, i'm wondering if there is some way to determine which white noise has the best effects. if you look online, companies are selling white noise boxes for example for babies and they have various distributions with various purported effects, so it's fun to think about.
(DIR) Post #B4ZREYwvJTmnLaFTsG by p@fsebugoutzone.org
0 likes, 0 repeats
@fluffy Nice. Yeah, I have no idea; you try, like, analyzing them in audacity? There's also, like, there are samples all over this feller: https://en.wikipedia.org/wiki/Colors_of_noise
(DIR) Post #B4ZRpTda1fOfaRnr16 by p@fsebugoutzone.org
0 likes, 0 repeats
@fluffy I mean, I probably wouldn't purchase a box for it given that you can just do this sort of thing:awk 'BEGIN{for(t=0;;t++){n=t*t*t; printf "%c%c", (255&(n/256)), (255&n)}}' | aplay -f cd(Probably use C for less fictitious math because awk is not ideal for doing bytes directly but the awk script is a little easier to fit on a line to give you the idea.)