Skip to content

Instantly share code, notes, and snippets.

View benatkin's full-sized avatar

Benjamin Atkin benatkin

View GitHub Profile

Product Name: Impromptu

Brand Tagline: Unleash your Creativity, Promptly!

Product Description:

Impromptu is an innovative and intuitive tool designed to ignite the creative spark within language model users. Whether you're a writer, a poet, or simply someone who loves to explore the depths of imagination, Impromptu is here to inspire and unleash your linguistic genius.

With Impromptu, you can bid farewell to writer's block and embrace a world of endless possibilities. Our advanced algorithm seamlessly generates a wide array of prompts tailored to your specific needs and preferences. We understand that every creative mind is unique, so Impromptu offers a diverse range of genres, themes, and styles to cater to your individual tastes.

@benatkin
benatkin / empty-header.md
Created April 12, 2023 19:36
empty header

test

Rent $1500 paid
Utilities $200 unpaid
{
"workbench.colorTheme": "Default Dark+",
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"files.exclude": {
"**/.env*": true,
"**/.eslintrc.json": true,
"**/.firebase": true,
"**/.gitignore": true,
"**/.husky": true,
@benatkin
benatkin / how-to-install-deno.md
Last active August 25, 2021 04:39
How to install Deno

How to install Deno

To install Deno, run the installation script, and add the lines to your profile. Here it is for ~/.zshrc. The Deno install script doesn't automatically add it to the end. Rather than do it manually, I have a little script that does it.

install-deno.sh
curl -fsSL https://deno.land/x/install/install.sh | sh
@benatkin
benatkin / pb.js
Created December 12, 2012 18:55
something to paste into the node.js repl to get access to the clipboard, by running two commands in succession rather than passing a function
pb={c:function(s){var p=require('child_process').spawn('pbcopy');p.stdin.write(s);p.stdin.end();},v:function(){o=this;require('child_process').exec('pbpaste',function(e,so,se){o.d=so})}}
# chems

````js
console.log(3);
function wow() {
  console.log('wowDoge');
}
````
for (let i=1; i <= 100; i++) {
let s = '';
if (i % 3 == 0) s += 'Fizz';
if (i % 5 == 0) s += 'Buzz';
console.log(s.length ? s : i);
}
@benatkin
benatkin / Global.sublime-settings
Created July 20, 2011 04:26
excluding node_modules from Sublime Text 2
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
}

Keybase proof

I hereby claim:

  • I am benatkin on github.
  • I am benatkin (https://keybase.io/benatkin) on keybase.
  • I have a public key ASBc_wPfm13RGJnnZVtA0u1h2LGr0tiB98Xpo5iy7VkmbAo

To claim this, I am signing this object:

@benatkin
benatkin / README.md
Last active March 21, 2018 03:06
bored> prompt zsh theme

bored oh-my-zsh theme

In The Bipolar Lisp Programmer one student has bored> for a prompt.

I made an oh-my-zsh theme for this. It's super simple.

To use it: