HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hangtwenty

no profile record

comments

hangtwenty
·5 tahun yang lalu·discuss
Congrats on launching!

I've wanted exactly-this for years. I've sketched a few versions but it stayed on the back-burner for me, partly because friends/etc didn't see the appeal.

I'm really excited to try it out.
hangtwenty
·5 tahun yang lalu·discuss
Whoa, NodeBox! Back when I was doing my first big coding project, NodeBox 1's Linguistics library was really helpful for me. (https://www.nodebox.net/code/index.php/Linguistics.html)

> The library bundles WordNet (using Oliver Steele's PyWordNet), NLTK, Damian Conway's pluralisation rules, Bermi Ferrer's singularization rules, Jason Wiener's Brill tagger, several algorithms adopted from Michael Granger's Ruby Linguistics module, John Wiseman's implementation of the Regressive Imagery Dictionary, Charles K. Ogden's list of basic English words, and Peter Norvig's spelling corrector.

It was in college and I was learning to code as I went (I was a humanities/lit major). I was using NLTK and some other libraries, piece-wise, but NodeBox Linguistics bundled libraries I couldn't get working/installing right at the time. (I could not afford a Mac so I was working in a Linux VM. Although its GUI is Mac-only, the NodeBox libraries aren't Mac-only. Just noting that for passers-by.)

NodeBox Linguistics proved to be critical-path to the project. And that project was formative for me, so it gives me the warm-fuzzies to encounter NodeBox again. Thank you for sharing it! I should join the forum...

----

More info about NodeBox 1 libraries:

> Libraries, add-ons and extensions that make complex things like image manipulation, vector drawing and linguistics easy.

https://www.nodebox.net/code/index.php/Library.html

----

I do use Mac these days but cross-platform note:

- NodeBox 1's libraries are not all Mac-only

- NodeBox GL has cross-platform libraries (though its GUI is Mac-only)
hangtwenty
·5 tahun yang lalu·discuss
In a Chrome browser on desktop, you can right click and "Copy Link to Highlighted Text". That's the context (hah, pun) where I know it from. It's really useful!
hangtwenty
·5 tahun yang lalu·discuss
Thank you for posting those two, I wanted to post them but I don't comment often. Wanted to chip in another contemporary: edelvalle/reactor, which is inspired by LiveView[0].

[0]: https://github.com/edelvalle/reactor

I am using Hotwire for a project, and I'm learning Elixir and Phoenix on the side. Finding edelvalle/reactor was immediately helpful to me though, because I cut my teeth on Python/Django, so reading a Python reference implementation helps me learn nuts and bolts of libraries, faster. (so, I figure that this might help someone else grok how these approaches work.)
hangtwenty
·5 tahun yang lalu·discuss
BitWiz is an ios app that lets you play with bytebeat stuff. I've spent a lot of time with it (though, mostly years ago).

https://apps.apple.com/us/app/bitwiz-audio-synth/id522046655
hangtwenty
·5 tahun yang lalu·discuss
Yes And! https://github.com/terkelg/awesome-creative-coding
hangtwenty
·5 tahun yang lalu·discuss
GitSense seems very useful. Constructive feedback about the UI: replace the (straggler?) serif font with the sans serif font you're using elsewhere on the page
hangtwenty
·5 tahun yang lalu·discuss
Enforcement has problems. The enforcement tends to reproduce existing power structures, including both racist policing and classist policing.
hangtwenty
·5 tahun yang lalu·discuss
Well put!
hangtwenty
·5 tahun yang lalu·discuss
Agreed. I really detest how the word "democratize" got buzzed to death. It's become a zombie marketing term, and it wraps familiar ideology with vague associations of a rallying cry. Better phrasing maybe: it's a zombie marketing term that became a persistent and damaging bit of propaganda/ ideological meme.
hangtwenty
·5 tahun yang lalu·discuss
Saw an interesting post on this topic, on HN, today:

https://infrequently.org/2020/09/the-pursuit-of-appiness/

Discussion: https://news.ycombinator.com/item?id=26578458
hangtwenty
·5 tahun yang lalu·discuss
Re: modulating all the things, Bitwig is pretty great (compare to Ableton)
hangtwenty
·5 tahun yang lalu·discuss
Anybody here remember Beyond the Mind's Eye etc? (Some of the same clips were used in Lawnmower Man). I found a VHS of it at a Good Will. Made a music video chopping it up (2011):

- https://www.youtube.com/watch?v=jrR6kCikmwc

Here's my other music video, way better track and video:

- https://vimeo.com/19813642 "Ferns", music video by Steph D.

Two free albums -- psychedelic beats (Sea Things) and ambient (Tunnel Visions). They're both on Bandcamp:

- https://seathings.bandcamp.com (2010)

- https://tunnelvisionsmusic.bandcamp.com

Both albums are mostly instrumental.

- http://sunbather.biz ← old music portfolio site, links to everything mentioned in this comment.

Other retro nostalgia things: I did a lil track w/ Julian Wass where we sampled MIDI and speech from Dark Seed (old point and click DOS game that oddly had art direction by H.R. Geiger). We had more planned but I'm glad we made this one. https://cyberdreams.bandcamp.com/

Also, the last track on that Tunnel Visions album is based on a sample from Star Tropics, if anyone remembers that game :)

I've been stealthy since ~2015. I'm still making stuff, so I have a big backlog. Which is a fun problem to have. Once I get a business off the ground... then I'm gonna start releasing stuff again. (New project(s).)

I got into beatmaking in 7th grade with FL Studio FKA Fruity Loops. In college, it was actually a Max/MSP class that motivated me to learn code. </waxing-nostalgic>

p.s. I've always wanted to make soundtracks for indie games. If anybody's looking, LMK. I have a lot of stuff in the backlog that I could take in that direction.
hangtwenty
·5 tahun yang lalu·discuss
Thank you for sharing this stack! I'm a Pythonista at heart, recently was trying RxDB + TypeScript, and I was thinking hmm I'll bet I could do something with postgres and Pydantic.