I hereby claim:
- I am ninjapanzer on github.
- I am paulscoder (https://keybase.io/paulscoder) on keybase.
- I have a public key ASAKcQ2MqhPC4Ms7oWDXKI5XuvUd7u1f-wThNqw1XR8vTQo
To claim this, I am signing this object:
| First off this might sound like a shitpost, but anecdotally, I chuckle to myself about this all the time when I am vibe coding. Claude is something of a straw tiger here and the title is just for the lolz. | |
| So the last couple of weeks I have been diving back into Claude-Code as my primary tool and away from Junie from Jetbrains. Under the hood I use Claude Sonnet for both and have been using various versions of gemmas and gippities since I stumbled across gpt4all like 3ish years ago. | |
| I have a fun history with this technology, as a college student I naively tried to build this kind of knowledge based query interface in what I called the LDOCS, or Large Document Search, yep I couldn't figure out acronyms back then either. The idea of the project was to enter all the works from Mark Twain and then ask some questions about the TCU, Twain Creative Universe. It was wide eyed and it didn't work but was enough for my senior thesis. So point is I been thinking about this space and what my expectations of it for quite |
| #!/bin/bash -e | |
| if [ -d "./.test/bats" ]; then | |
| echo "Deleting folder $FOLDER" | |
| rm -rf "./.test/bats/" | |
| fi |
| module MyModule | |
| class HandlerInterface | |
| extend T::Helpers | |
| extend T::Sig | |
| abstract! | |
| sig { abstract.params(input: T::Struct).returns(T::Struct) } | |
| def success_handler(input); end | |
| end |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. | |
| [Auth Release (DEV)/auth-release] 💬 ::debug::Found Invalid Tag: [object Object]. |
| #!/bin/bash | |
| ARRAY=( | |
| "phalcon:cphalcon" | |
| "phalcon:zephir" | |
| "phalcon:phalcon-devtools" | |
| "phalcon:incubator" | |
| "phalcon:docs-app" | |
| ) |
| #!/bin/bash | |
| ARRAY=( | |
| "webpack:webpack" | |
| "webpack:example-app" | |
| "webpack:enhanced-require" | |
| "webpack:webpack-dev-middleware" | |
| "webpack:enhanced-resolve" | |
| "webpack:template" | |
| "webpack:webpack-dev-server" |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace App\Assets\JS; | |
| class ApplicationManifest | |
| { | |
| protected $assets; | |
| public function __construct($assets) | |
| { | |
| $assets->collection('fullcalendarCSS') |
| <?php namespace App; | |
| trait ModelEventHookTrait | |
| { | |
| protected static function createdHook() | |
| { | |
| return function ($model_instance) { | |
| if (method_exists(__CLASS__, 'createdHandler')) { | |
| self::createdHandler($model_instance); | |
| } |
| .logo | |
| %a{:href => "/"} | |
| %h1.headline Savvy Shots | |
| .tagline Photography |