Skip to content

Commit

Permalink
Merge branch 'my-pages' of https://github.com/jschrier/blog into my-p…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
jschrier committed Jul 18, 2024
2 parents 56370b9 + 3d26545 commit 28c9ec9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2024-04-30-Great-Ideas-from-Korea,-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ A continuation of [ideas from last time]({{ site.baseurl }}{% post_url 2023-06-
- [laser cutable eurorack case designs](https://www.nonlinearcircuits.com/blog/2015/12/open-source-eurorack-cases.html)
- [rackblox](https://musictech.com/news/gear/rackblox-3d-printable-modular-eurorack-case/) --- essentially each of these is a module in its own box (or a group that belong together) ... [on printables](https://www.printables.com/model/585275-rackblox-modular-eurorack-case-free-and-open-sourc)
- or...just go with a readymade. The [Behringer Eurorack Go](https://www.musicstore.de/de_DE/EUR/Behringer-Eurorack-GO/art-SYN0007336-000) ($229) seems like a pretty good option. Capacious, has a carrying handle built in, lots of room to expand
- (18 July 2024) Tried to buy a Go case with some Amazon discounts, but backordered...Thinking about a Yakshave where I use my existing MKI power supply (good for 1.25A on each rail, [ES-9](https://www.expert-sleepers.co.uk/downloads/manuals/es9_user_manual_1.3.pdf) needs 0.451A on +12V (less on -12V, no 5V requirement), and the [MKI documentation says](https://www.ericasynths.lv/media/instrukcija_2.pdf) that the whole system of initial kits needs only 0.32A, so that leaves some extra power for the drums, but maybe not the Neutron), buy some [tiptop z-rails](https://tiptopaudio.com/z-rails/) from B&H and [flying bus cable]() to get a few extra power ports, and [laser cut a case](https://ditheringstudio.wordpress.com/2018/11/24/open-source-eurorack-skiff-design/). Would need to redesign the laser cutting to add mounting holes for the power supply (with standoffs) and mount the switches

- many books in Amazon cart

Expand Down
20 changes: 20 additions & 0 deletions _posts/2024-07-16-I-(don't)-got-rhythm.md
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.
11 changes: 11 additions & 0 deletions _posts/2024-07-18-Hacking-Meta-Rayban-Glasses.md
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))

0 comments on commit 28c9ec9

Please sign in to comment.