Skip to content

Instantly share code, notes, and snippets.

View lostintangent's full-sized avatar

Jonathan Carter lostintangent

  • GitHub Staff
  • Seattle, WA
  • 09:04 (UTC -08:00)
  • X @lostintangent
View GitHub Profile
@lostintangent
lostintangent / README.md
Last active February 27, 2025 05:51
✨ Agent mode wish list

After using agent mode exclusively for a few weeks, the following are the areas of advancement that I'd love to see, based entirely on how I've found myself using it in practice:


💪 Agent autonomy

I want the agent to perform common actions on its own (without consent), as long as the side effects of those actions are 1) project-local, and 2) easily undoable (i.e. the workspace is git-versioned).

@lostintangent
lostintangent / App.tsx
Last active December 29, 2023 00:35
React + TypeScript + Tailwind
import * as React from "react";
export default function App() {
return <div className="text-3xl underline">Hello world</div>;
}
@lostintangent
lostintangent / expandable-animated-card-slider.markdown
Created July 18, 2023 21:51
Expandable Animated Card Slider

Expandable Animated Card Slider

We have made an expandable animated card slider, it will expand and collapse based on card click. We used owl carousel and jQuery for variable width and responsive slider.

A Pen by Yudiz Solutions Limited on CodePen.

License.

@lostintangent
lostintangent / index.html
Last active August 25, 2023 19:38
Meet me there, In the blue
<div id="shader"></div>
<script id="vertex" type="x-shader/x-vertex">
varying vec2 vUv;
void main() { gl_Position = vec4(position, 1.0);
vUv = uv;
}
</script>
<script id="fragment" type="x-shader/x-fragment">
@lostintangent
lostintangent / character-saying-wow.markdown
Last active March 5, 2024 20:40
Character Saying WOW
@lostintangent
lostintangent / index.js
Last active March 3, 2021 05:38
React Native Web (Fork)
import ExecutionEnvironment2 from "https://cdn.skypack.dev/fbjs/lib/ExecutionEnvironment.js";
import normalizeColor$1 from "https://cdn.skypack.dev/normalize-css-color";
import hyphenateStyleName from "https://cdn.skypack.dev/hyphenate-style-name";
import createPrefixer2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/createPrefixer.js";
import backgroundClip2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/backgroundClip.js";
import crossFade2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/crossFade.js";
import cursor2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/cursor.js";
import filter2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/filter.js";
import flex2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/flex.js";
import flexboxIE2 from "https://cdn.skypack.dev/inline-style-prefixer/lib/plugins/flexboxIE.js";
@lostintangent
lostintangent / genuary-12-using-an-api.markdown
Created February 4, 2021 05:07
Genuary #12 - using an API
@lostintangent
lostintangent / flood-the-valley.markdown
Last active December 15, 2023 19:58
🌊 Flood the Valley
@lostintangent
lostintangent / index.pug
Last active January 8, 2021 01:42
SVG Exercise 03: Morphing Generative flower
svg(viewBox="-50 -50 100 100")