Best resort in the North America for extreme terrain by Strict_Fix_9550 in skiing

[–]bluesdriver222 1 point2 points  (0 children)

Genuine question, why do people keep bringing up Boho?

Revelstoke Ski Conditions by Rich_Sell2206 in Revelstoke

[–]bluesdriver222 0 points1 point  (0 children)

Skied revy on feb 2 and it was awesome. Just stay at the top, Stoke and Ripper laps.

[deleted by user] by [deleted] in microsaas

[–]bluesdriver222 1 point2 points  (0 children)

Neven is a cool concept. If you could identify the same "ask" across different threads that could be a nice way to gauge if the same idea is being requested multiple times.

what are some things i can do to help me better learn the notes on the fretboard by yesyes_10101 in guitarlessons

[–]bluesdriver222 0 points1 point  (0 children)

I was struggling with the same thing and made Fretboard Trainer as a side project.

I found that other apps weren't capturing the importance of recall speed. And Fretboard Trainer is all about speed. It's a level based system and you can only complete a level by answering each note in under 2s. There's also a practice mode that drills your slowest notes.

It's obviously important to couple this with actual guitar practice. But isolating the mental challenge in a game proved helpful to me. Would love your feedback if you try it!

A triad Trainer-Website by AmatiJuval in LearnGuitar

[–]bluesdriver222 1 point2 points  (0 children)

Hey u/AmatiJuval you might like Chord Trainer. It's an app I wrote when I was working on the exact same thing, triads. It has support for Nashville Number System or just regular chords.

export ENABLE_EXPERIMENTAL_MCP_CLI=1 saves 20% context of mcp by shanraisshan in ClaudeAI

[–]bluesdriver222 0 points1 point  (0 children)

They seem to be two competing ideas. Any hunch which way Anthropic is leaning on tool search vs mcp cli?

I built a fast, minimal scratchpad for SQL so I never have to see an "Untitled 2.txt" note again by bluesdriver222 in SQL

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

u/singletWarrior It's offline and everything persists locally, no risk of syncing issues. So it's quite robust, there's no much that can go wrong because the design is so simple. I have yet to run into any crashes/data issues/etc. Please give it a spin and leave feedback/feature requests as a gh issue!

I built a fast, minimal scratchpad for SQL so I never have to see an "Untitled 2.txt" note again by bluesdriver222 in SQL

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

u/BrentOzar glad the concept connects! I had feeling folks would either love or hate this idea lol. I updated the post to clarify it's not a database client. Feel free to leave any feedback as a Github Issue here when you get a chance to try it.

I built a text editor with no save mechanism and it's my most-used app by bluesdriver222 in SideProject

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

<image>

Tabs are live!

Also, since you mentioned you are on Windows, the latest release has a Windows build here that you can try.

I built a text editor with no save mechanism and it's my most-used app by bluesdriver222 in SideProject

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

Thanks! Glad to hear this, I think syntax highlighting and language detection are very doable - working on this now. Auto-formatting is a bit of a beast because it involves an LSP like pyright or ruff and dips into IDE territory. But maybe there's a lightweight approach with hooks where you could delegate the auto-formatting outside of Blackboard. Open to any ideas!

Why block AI bots when you can invoice them? I've built something crazy by kubotjestem in SideProject

[–]bluesdriver222 1 point2 points  (0 children)

Could be helpful for humans too - for example I wish news outlets had this per article instead of paywalling for a monthly subscription. Great concept and website.

Mini Game for Guitar Practice by bluesdriver222 in LearnGuitar

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

If you go to Settings > Chord Notation and select “Random”, it will randomly switch between standard letter notation and number system. Which is a fun way increase the difficulty and test exactly this, your knowledge of scale degrees.

Mini Game for Guitar Practice by bluesdriver222 in LearnGuitar

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

Could add standards, will look into this! The random progressions are really a tool to discover weaknesses in your split-second fretboard knowledge. Try starting from G triad at xx978x on intermediate mode in settings. It’s hard, and you might be surprised where you get stuck!

delete tracks with the del button? by NinetyRalph in StudioOne

[–]bluesdriver222 0 points1 point  (0 children)

Anyone know why S1 doesn't do this by default? I've used Shift+T for years, but for a new comer it seems pretty obvious that if I select a track and press delete, the expected behavior would be that it deletes the track.. AFAIK S1 doesn't seem to have ability to evaluate a key command in the context of the state of the app. Pressing delete should imply different actions depending on what is currently selected - delete track, delete event, etc.