This file contains hidden or 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
| If you're like me you probably noticed Claude code not using Tidewave MCP enough. | |
| The process to create this was more or less: | |
| 1. Tell Claude using Tidewave is extremely required | |
| 2. Have it generate some docs on all the MCP functions | |
| 3. Run through some tasks, each time asking Claude "could you have used Tidewave better? update claude.md" | |
| After adding this you too should have claude do some self improvement, especially adding on to the | |
| bottom "Real world power examples" and to adapt it to your project. It's a beautiful, incredible thing | |
| to see it working within the system instead of around the edges. |
This file contains hidden or 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 is for a sort of web framework I've been working on. | |
| Handlers can send events to themselves, or to a parent handler. | |
| Senders (triggered by events in the HTML) can only send events to the | |
| handler above them in the graph. | |
| There will be few handlers / senders, and a lot of Html. Having the |
This file contains hidden or 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
| From https://www.harmonycentral.com/forums/topic/1597685-quotdont-buy-any-japanese-pedalsquot-interview-with-j-mascis-and-kevin-shields/ | |
| But also here because I never want to lose it. Clicking "raw" in the top corner may be easier for you to read. | |
| ------------------------------------------------------------------------------------------------------------- | |
| DINOSAUR JR.'S J MASCIS AND MY BLOODY VALENTINE'S KEVIN SHIELDS SPEAK SOFTLY--VERY SOFTLY--BUT CARRY BIG AXES | |
| by Alan Di Perna |
This file contains hidden or 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
| [miso] | |
| ian |
This file contains hidden or 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
| // in haskell | |
| class Repr a where | |
| repr :: a -> String | |
| data Sku = Sku { display :: String } | |
| instance Repr Sku where | |
| repr sku = (display sku) | |
| test = |
This file contains hidden or 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
| ;; brittany-hs.el --- Minor mode to format JS code on file save | |
| ;; Version: 0.1.0 | |
| ;; Copyright (c) 2014 The go-mode Authors. All rights reserved. | |
| ;; Portions Copyright (c) 2015-present, Facebook, Inc. All rights reserved. | |
| ;; Redistribution and use in source and binary forms, with or without | |
| ;; modification, are permitted provided that the following conditions are | |
| ;; met: |
This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am bontaq on github. | |
| * I am bontaq (https://keybase.io/bontaq) on keybase. | |
| * I have a public key whose fingerprint is 9817 B738 9DC3 7FDB 9FAF 0DB8 6FC3 A59E 39D3 DC25 | |
| To claim this, I am signing this object: |