Skip to content

Instantly share code, notes, and snippets.

View WilliHyde's full-sized avatar

Willi Hyde WilliHyde

View GitHub Profile
@WilliHyde
WilliHyde / bend_oregon_song.md
Created December 13, 2022 07:06
ChatGPT: Write a song about Bend Oregon.

Verse 1:
In the heart of the great northwest
Lies a city that's truly the best
With its mountains and rivers and trees
Bend, Oregon is where I want to be

Chorus:
Bend, Bend, my home sweet home
Where the air is fresh and the sky is clear
Bend, Bend, I'll never roam

@WilliHyde
WilliHyde / seinfeld_nft.md
Last active December 10, 2022 20:47
ChatGPT: Write a Seinfeld script where Kramer and George buy NFTs and Jerry hates it.

INT. MONK'S CAFE - DAY

Jerry, George, and Kramer are seated at a table. George and Kramer are talking excitedly.

Kramer: You won't believe what I just found out about, Jerry. NFTs.

George: Yeah, it's the next big thing.

Jerry: NFTs? What are those?

@WilliHyde
WilliHyde / fancy.css
Created May 8, 2022 21:14
Fancy Radio Button - A simple way to make radio buttons look like actual buttons in a group.
/* Variables */
:root {
--radio-group-border-radius: 6px;
--radio-group-box-shadow: 0 0 15px rgba(0,0,0,0.08);
--radio-font-weight: 700;
--radio-bg: #e4e4e4;
--radio-bg-hover: #b8d9ff;
--radio-bg-active: #0959b5;
--radio-bg-active-text: #ffffff;
--transition-time: 250ms;
@WilliHyde
WilliHyde / flexbox.scss
Created August 26, 2019 22:50
Cross-browser Flexbox mixins pulled from MDN web docs
/* Cross-browser Flexbox mixins
** https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins */
// Flexbox
@mixin flexbox {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
@WilliHyde
WilliHyde / keybase.md
Created July 10, 2017 10:45
Gist for Keybase - WilliHyde

Keybase proof

I hereby claim:

  • I am willihyde on github.
  • I am willihyde (https://keybase.io/willihyde) on keybase.
  • I have a public key whose fingerprint is D16B D755 FE3C BA31 9101 C700 9793 58B0 CABD 7902

To claim this, I am signing this object:

@WilliHyde
WilliHyde / ZOE-is1.md
Created April 26, 2017 00:52
Interview Segment 1 - Yoji Shinkawa - Overall ZOE Mechanical Design

Interview Segment 1

Overall ZOE Mechanical Design

Mr. Shinkawa, what exactly do you do as the mechanical designer?

Shinkawa : Well...it comes down to drawing everything on a sheet of paper. However, communicating nuances is not easy. What I do is first communicate my image (with sketches and illustrations) and then sit next to the modeller and give detailed instructions.

So do you first start with rough sketches in the initial planning stage?

Shinkawa : Yes. Since my images for this game pick up from those of the previous game, I did not have to struggle when establishing the basic concept. There were some sketches from the previous game that I picked up and used as they were or modified them. Director Shuyo Murata gave me a basic description of events in the game saying "we need this kind of boss at this point of the game". Then I drew accordingly, showed him the sketch, and had it used in the game. That was the general flow.