generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'my-pages' of https://github.com/jschrier/blog into my-p…
…ages
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "I (don't) got rhythm" | ||
date: 2024-07-16 | ||
tags: music drum | ||
--- | ||
|
||
(With apologies to the [Gershwin brothers](https://en.wikipedia.org/wiki/I_Got_Rhythm)) In my quest to build a drum machine, don't think I really understand musical rhythm and "beats" well enough. Some resources... | ||
|
||
# Books | ||
|
||
- Sethares, [Rhythm and Transforms](https://sethares.engr.wisc.edu/RT.html) --- "How can we build a device that can "tap its foot" along with the music?" [previously mentioned]({{ site.baseurl }}{% post_url 2024-04-19-Tuning-Timbe-Spectrum-Scale %}) | ||
- Toussaint, [Geometry of Musical Rhythm]() -- previously mentioned in relationship to the author's discovery of Euclidean rhythms. | ||
- Montfort, [Ancient Traditions - Future Possibilities: Rhymic Training Through the Traditions of Agrica, Bali and India](https://www.ancient-future.com/atfp.html) -- looks cool and emphasizes practice (no instruments required). Would be fun to take a class on this with some people or form a study group | ||
- Anderson [Learn Konnakol / Shortcut to Nirvana](https://www.henrikandersenwebshop.com/products/learn-konnakol) --- acclaimed western intro to [Konnakol](https://en.wikipedia.org/wiki/Konnakol) | ||
- Or its western cousin [Takadimi](https://en.wikipedia.org/wiki/Takadimi)---essentially [solfeggio](https://en.wikipedia.org/wiki/Solf%C3%A8ge) for rhythm | ||
|
||
|
||
# Learnings... | ||
|
||
- **Drums have notes**: I used to think drums were dumb things you hit. But of course, they have some fundamental frequency and thus can be tuned to different "notes". For example, apparently Prince tuned his drums to the fundamental of the song key. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Hacking Meta Rayban Glasses" | ||
date: 2024-07-16 | ||
tags: fashion diy | ||
--- | ||
|
||
Confession: I ordered a pair of [Meta Rayban smart glasses](https://www.meta.com/smart-glasses/). They haven't arrived yet. Built in functinality seems cool, but of course, a hackers gotta hack. **So how can you run other things on them?...** | ||
|
||
- [Write a WhatsApp server to intercept messages](https://jovanovski.medium.com/part-2-getting-chatgpt-working-on-meta-smart-glasses-82e74c9a6e1e). The idea is that you can then tell the glasses to send a message to that WhatsApp name, and then your app on the other side can run something and send it back as a WhatsApp message. There's an [implementation that uses PHP](https://github.com/jovanovski/meta-glasses-gpt/tree/main/whatsapp-approach), but I'm sure you could cook up a little Flask app to do this. Heck...host it on Modal with all those credits burning a hole in my pocket | ||
- Just use the bluetooth headset and route to [OpenAI app](https://www.reddit.com/r/ChatGPT/comments/18176er/can_i_use_chatgpt_for_handsfree_conversations/) to do hands free chat. | ||
- Or if you're feeling frisky, try to use an [Android app that calls the underlying API](https://www.reddit.com/r/ChatGPT/comments/13cv0w5/i_made_a_free_opensource_gptpowered_voiceoperated/) ([recent versions can use Whisper and Anthropic API too](https://play.google.com/store/apps/details?id=org.mtopol.assistant)) |