HackerTrans
トップ新着トレンドコメント過去質問紹介求人

clumsycomputer

no profile record

投稿

Pl-archive: an extensive catalog of the Pretty Lights musical project

prettylights.stews.io
1 ポイント·投稿者 clumsycomputer·3 年前·0 コメント

Show HN: Power tools for publishing quality curations to the web

2 ポイント·投稿者 clumsycomputer·3 年前·2 コメント

Ask HN: p(react): Classical .vs Functional? or wrong question?

1 ポイント·投稿者 clumsycomputer·3 年前·0 コメント

clumsy-math: a library / system for generating and analyzing discrete rhythms

github.com
1 ポイント·投稿者 clumsycomputer·4 年前·1 コメント

Show HN: Simple library for generating .wav file data in TypeScript

github.com
4 ポイント·投稿者 clumsycomputer·4 年前·1 コメント

Ask HN: Anyone Have Expertise in Trigonometry?

17 ポイント·投稿者 clumsycomputer·4 年前·20 コメント

Show HN: A simple UI for curating awesome music

clumsycomputer.com
2 ポイント·投稿者 clumsycomputer·4 年前·3 コメント

Show HN: A novel math library for the TypeScript community

github.com
1 ポイント·投稿者 clumsycomputer·4 年前·0 コメント

コメント

clumsycomputer
·3 年前·議論
Thank you. I've opted to forego data editing in the app for now, but a path exists to make that a reality. My priority is to allow people to experiment and build on the foundations I've laid here however they see fit. One benefit of the current API is that any data source can easily be integrated.
clumsycomputer
·3 年前·議論
ive ejected out of the next ecosystem and work in preact now. some of the optimizations being adopted across react and next had me worried about insurmountable lock-in! with that said vercel's github integration is a beautiful thing that i will continue to use. the automated preview deployments are just too clutch
clumsycomputer
·3 年前·議論
love these type of optimizations... blurhash seems to be giving me more pleasant results that thumbhash on the few examples i ran through it! thumbhash seems to over emphasize/crystalize parts of the image and results in a thumbnail that diverges from the source in unexpected ways.

either way this is awesome, and thanks for sharing
clumsycomputer
·3 年前·議論
this would be fuckin magical
clumsycomputer
·4 年前·議論
Looking for product manager / dev role at small startup

typescript react ui ux

Colorado

https://clumsycomputer.com/software/resume
clumsycomputer
·4 年前·議論
unfortunately don’t have permission to download, but love the style very much! hopefully i’ll remember to try it out in the future when i get a chance
clumsycomputer
·4 年前·議論
for those interested in a typescript / react alternative checkout https://github.com/clumsycomputer/clumsy-graphics
clumsycomputer
·4 年前·議論
howdy hn,

laid out in the link above is a number of concepts dealing with the generation and analysis of discrete rhythms.

there is also a reference implementation of these concepts written in typescript

this has been a labor of love and curiosity, which started out with the goal of helping generate algorithmic art. along the way it has become an art in itself, and believe there are many applications outside of art where this can be applied. i most interested to hear from others how this might be used within cryptography and data encoding

if anyone has the the time to look through these concepts and chat, id be grateful
clumsycomputer
·4 年前·議論
https://www.clumsycomputer.com/software/resume

https://github.com/clumsycomputer

  location: colorado
  remote: yes
  relocate: yes
i'm a balanced frontend developer who has worked on a variety of products across several companies

my free time is focused on developing, maintaining, and sharing open-source software that assists developers in their creative pursuits. you can checkout the packages i've released at https://www.clumsycomputer.com/software/packages

i'm happiest when collaborating with others, and really enjoy the process of iterating on a problem until an effective/understandable solution is realized
clumsycomputer
·4 年前·議論
“A Day in the Park” is beautiful
clumsycomputer
·4 年前·議論
i would love to add this type of functionality to my own music collection over at https://www.clumsycomputer.com/curations/music

im not really sure how feasible that would be though since its essentially just a a bunch of links sourced from a variety of music services, the most prominent being youtube

perhaps it would be possible to extract the audio data from the video stream, compute the key in a web worker, and then queue up a transition

anyhow this is tight

bravo
clumsycomputer
·4 年前·議論
howdy y'all,

was looking for a simple way to explore and play with signal generation, and think that creating wav files is the most straightforward and robust way to go about doing just that. in order to scratch that itch i've implemented a function that takes a sample rate and channels data (mono or stereo), and returns an ArrayBuffer of the corresponding structured wav file.

implementing this package was a quick and fun process, which gave me the opportunity to learn about packing bits in the browser. whenever time allows in the future (some amount of years, hopefully not decades), i look forward to implementing a similar function for png files
clumsycomputer
·4 年前·議論
i love charts like these
clumsycomputer
·4 年前·議論
typescript, my favorite piece of tech!! thank you typescript team :)
clumsycomputer
·4 年前·議論
my pleasure, feel free to reach out with any questions
clumsycomputer
·4 年前·議論
not really an FFT approach, but you can take a euclidean rhythm or really any discrete rhythm for that matter and compute its slot weights. checkout https://github.com/clumsycomputer/clumsy-math#rhythm-slot-we... for more details.

you can use a rhythm's slot weights to set a wave's amplitude, phase, or frequency. just need to decide on some continuous <=> discrete mapping
clumsycomputer
·4 年前·議論
this is great
clumsycomputer
·4 年前·議論
ive been fascinated by euclidean rhythms for the past 10 years or so, and while playing with the pattern ended up coming across a more general flexible abstraction built upon euclidean rhythms that can generate every rhythm, which ive laid out over at https://github.com/clumsycomputer/clumsy-math#recursive-eucl....

euclidean rhythms are also great for generating / selecting musical scales and chords among other things
clumsycomputer
·4 年前·議論
having worked with engineers, can confirm not an engineer yet the titles say differently... indirection sucks most of the time
clumsycomputer
·4 年前·議論
that sounds like something i haven't tried and may yield results

gracias