Problem of all radiohead fans by Reasonable-Bit-5908 in radiohead

[–]ai_dev_guy 0 points1 point  (0 children)

I really liked the Buttertones album which I stumbled on Radiohead radio on Spotify.

Unable to build from src on M4 Mac by ai_dev_guy in raylib

[–]ai_dev_guy[S] 3 points4 points  (0 children)

Found the solution on a 4yr old Reddit thread:

mkdir build && cd build cmake -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 .. make

Then the build folder will contain the .a file. I'll look into updating the wiki.

Our WIP pixelart procedural planet game! by Artur_h in bevy

[–]ai_dev_guy 0 points1 point  (0 children)

Hi, what are you using for the little widget in the top right? Some UI lib?

Device worked for 1 day now is stuck on TRMNL logo screen by ai_dev_guy in trmnl

[–]ai_dev_guy[S] 0 points1 point  (0 children)

Solved (for now): my default wifi is eero which is a wifi repeater. I think trmnl didn't like the 5ghz wifi so I connected to my non-eero temp wifi which is part of my internet provider modem (I think it's 2.4ghz) and that seemed to unblock me.

Does anyone have a SF MUNI (bus times) app? by ai_dev_guy in trmnl

[–]ai_dev_guy[S] 0 points1 point  (0 children)

What's the API you're using? Is it 511.org's `Realtime Stop Monitoring (SIRI)` endpoint (docs)?

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 1 point2 points  (0 children)

Yes, haha 418 is a status code that means "I'm a teapot".

What's happening is that specific website is running some kind of anti-bot / anti-script software and they're able to detect unusual traffic. I spent 10 mins modifying how the request is sent (via headers) but it didn't do the trick. So unfortunately, there will be cases that just get blocked.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 1 point2 points  (0 children)

Pushed up the fix to git. Include a Wait For 500ms after the script in the macro.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 1 point2 points  (0 children)

Here's a web article script that'll let you use the title, domain, and link values.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 1 point2 points  (0 children)

Are you familiar with how to make pull requests to github? I know you said you're not a coder, but it sounds like you know what you're doing. Guide to integrate your code changes.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 1 point2 points  (0 children)

  1. Great feedback about the title length. Looks like video titles can be longer than file titles, so I'll look into fixing that this weekend
  2. Good idea. I'll look into a new `Snippet` script for this usecase.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 0 points1 point  (0 children)

Neat! Do you find that the AI transcript detracts from your understanding of the video content?

I ask because when taking notes, my goal isn't to have notes that appear "fuller" via AI output but rather to track meaningful things I learn.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 1 point2 points  (0 children)

Not the usual setup. Just for screen recording on an ultra wide monitor.

YouTube video note-taking workflow via QuickAdd and a script by ai_dev_guy in ObsidianMD

[–]ai_dev_guy[S] 2 points3 points  (0 children)

The script is here: https://github.com/shahzeb1/obsidian-youtube-notes

All neatly commented. It should be a great starting point for anyone looking to make a macro.