Post B4OUSxCiz9g58KAg0e by p
 (DIR) More posts by p
 (DIR) Post #B4NRQ4l3wxLYfiCzuy by fluffy
       2026-03-18T09:07:03.891585Z
       
       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 #B4OUSxCiz9g58KAg0e by p
       2026-03-18T21:15:54.683121Z
       
       3 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 #B4VVnRRHk6GOl12CFE by fluffy
       2026-03-22T06:33:47.894322Z
       
       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 #B4ZRE8B9jkr1hfEkqm by p
       2026-03-24T04:01:26.507447Z
       
       1 likes, 1 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 #B4ZRp4e3q2eZSSNAps by p
       2026-03-24T04:08:07.100928Z
       
       1 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.)