July 9th, 2024

Show HN: Create Music with R

The "gm" package on GitHub allows music creation in R with code snippet, installation guide, and extra details. It supports music generation in the R environment.

Read original articleLink Icon
Show HN: Create Music with R

The GitHub URL contains information about the "gm" package, which enables music creation using R. It includes a code snippet, installation guidelines, and supplementary details. The package facilitates music generation within the R environment.

Related

Pad jumps to avoid Intel erratum (2019)

Pad jumps to avoid Intel erratum (2019)

The GitHub URL contains information about the Go programming language repository. For assistance or details about Go, you can ask for help.

Show HN: Chrome extension that brings Claude Artifacts for ChatGPT

Show HN: Chrome extension that brings Claude Artifacts for ChatGPT

The GitHub URL provides details on "Artifacts for ChatGPT," covering functionality, inspiration, and future plans. Installation guidance is available, with additional support offered upon request.

Show HN: R2R V2 – A open source RAG engine with prod features

Show HN: R2R V2 – A open source RAG engine with prod features

The R2R GitHub repository offers an open-source RAG answer engine for scalable systems, featuring multimodal support, hybrid search, and a RESTful API. It includes installation guides, a dashboard, and community support. Developers benefit from configurable functionalities and resources for integration. Full documentation is available on the repository for exploration and contribution.

Combine multiple RSS feeds into a single feed, as a service

Combine multiple RSS feeds into a single feed, as a service

The GitHub URL provides details on "RSS Combine," a tool merging multiple RSS feeds. It guides users on local setup, configuration via YAML or environment variables, and generating a static RSS file in S3. Simplifies feed consolidation.

syntaqx/cookie: Cookies, but with structs, for happiness

syntaqx/cookie: Cookies, but with structs, for happiness

The "cookie" Go package on GitHub aids in managing cookies in Go programming. It offers functions for handling cookies, including setting, retrieving, and deleting, and supports signed cookies for security. Users can seek further assistance on the platform.

Link Icon 4 comments
By @fuzzythinker - 3 months
A bit hard to find, his blog is under https://flujoo.github.io/ .

Found it in profile area of https://github.com/flujoo .

HN post of his other work ch0p1n in 2022: https://news.ycombinator.com/item?id=30321645

By @darknavi - 3 months
I always liked the idea of coding music. Programmatically making some awesome tracks. Then open source it and let people run it on what ever they want.
By @tgv - 3 months
Using the addition operator for manipulation is a bit unusual. Why did you choose it? I don't have R studio or anything on my computer, so I can't test it, but do things like

    music <- Music() + Meter(4, 4) + Line(...) + (Line(...) + Articulation(">", 1))
work?
By @ttpphd - 3 months
This is nuts and I love it. Great work!