Skip to content

Commit

Permalink
🔗 Linkrot: 2 fixes (#671)
Browse files Browse the repository at this point in the history
# Changes

- 2 links upgraded from HTTP to HTTPS
- 0 dead links relinked to the Internet Archive

---

- 3,437 URLs total
- Skipped 499 cached
- Skipped 170 mailto or data links
- Skipped 15 relative links
- 100 URLs scanned
  • Loading branch information
icco authored Aug 13, 2024
2 parents 0c345e0 + 3806c44 commit de0db30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posts/122.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ My only objective at RC has been "build stuff", which has the key result of laun

Today was slightly productive. I slept in and then played a bunch of [Broken Age Act 2](https://web.archive.org/web/20231121204512/http://www.brokenagegame.com/). Afterwards, I spent some time researching building a drum machine that works on both the web and Android.

- [StepKit](http://jxnblk.com/stepkit/?tempo=96&currentKit=1&currentBank=2&loopLength=16) ([Source](https://github.com/jxnblk/stepkit))
- [StepKit](https://jxnblk.com/stepkit/?tempo=96&currentKit=1&currentBank=2&loopLength=16) ([Source](https://github.com/jxnblk/stepkit))
- https://github.com/jxnblk/bumpkit

I then spent a few hours building [/tags](https://writing.natwelch.com/tags) and [/links](https://writing.natwelch.com/links). Links is still kind of broken...
Expand Down
2 changes: 1 addition & 1 deletion posts/126.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permalink: "/post/126"

Started the day nice and slow. Clicked around on the internet, did my laundry, played some more Broken Age, read some more of The Innovators, etc.

When I got into RC, I continued my exploration about building a drum machine in HTML. I liked the idea behind [html5drummachine.com](http://html5drummachine.com/), but preferred the look of [Stepkit](http://jxnblk.com/stepkit/). I was thinking of making something like Stepkit, but was optimized for mobile, and allowed for the recording of new drumkits through your mic (on the fly sampling yo!). Sadly I also discovered that Chrome Webview on Android [doesn't support the Audio API](https://caniuse.com/#feat=audio-api), and I have a feeling (but found no listing of it) the iOS webview doesn't either. Anyways, still probably going to be my next project.
When I got into RC, I continued my exploration about building a drum machine in HTML. I liked the idea behind [html5drummachine.com](http://html5drummachine.com/), but preferred the look of [Stepkit](https://jxnblk.com/stepkit/). I was thinking of making something like Stepkit, but was optimized for mobile, and allowed for the recording of new drumkits through your mic (on the fly sampling yo!). Sadly I also discovered that Chrome Webview on Android [doesn't support the Audio API](https://caniuse.com/#feat=audio-api), and I have a feeling (but found no listing of it) the iOS webview doesn't either. Anyways, still probably going to be my next project.

Pam mentioned she was tracking [the talkpay thing happening on twitter](https://www.theverge.com/2015/5/1/8530189/talk-pay-international-workers-day-salaries), and I decided to see if I could whip up a scraper. So I did. Yay! Right now it's pretty basic, but it's at https://hashtagsearch.herokuapp.com/, and the source is at https://github.com/icco/hashtags.

Expand Down

0 comments on commit de0db30

Please sign in to comment.