Advertisement · 728 × 90

Posts by Wicks

Post image

Drawing I made last year of the band Cult of Fire ✍️

#art #drawing #charcoal #darkart #blackmetal #cultoffire

3 months ago 2065 141 33 5
Video

The status quo isn't working.
Let's build something better, together.

4 months ago 3181 654 53 26

From all sides? I hope you don’t mean who the NRA gives money to

7 months ago 0 0 2 0
Video

As Trump attacks unions and occupies our city, we’re called to remember how we got here.

Labor Day would not exist without the workers who fought and died at the Haymarket Massacre and the Pullman Strike in Chicago.

It’s not a coincidence he’s targeting Chicago:

7 months ago 5957 1395 81 35

📌

7 months ago 0 0 0 0

Lol

11 months ago 0 0 0 0
A witch, holding a wand in their kitchen surrounded by ghost cats.

A witch, holding a wand in their kitchen surrounded by ghost cats.

Fading. 🫠

1 year ago 14872 1981 75 24
Post image

Sans and Undyne. It's crazy Undertale will hit 10 years this year.
Kinda game that changes you!

1 year ago 8572 1768 53 15

Eyedropper, now available in Dev Mode

1 year ago 24 2 1 0

Less than 5 min left and Arkansas v St Johns is a 4 pt game. Recommend tuning in if you have no horse in this race but want to see the worlds most passive aggressive handshake btwn Rick Pitino and John Calipari.

1 year ago 1722 78 75 5
Advertisement
Post image Post image

Gonna try my hand at designing some joggers 🤔

1 year ago 1019 72 25 1
Post image

U kno I keep that thang on me

1 year ago 7092 650 52 10
Video

Iris is finally looking like herself as we near the current state of development.
Here you can see the switch from 8 directions to platforming in a smooth transition!

Follow for more Coloris dev updates!
#Coloris #IndieDev #Pixelart #IndieGame #GameMaker #screenshotsaturday

1 year ago 11 6 0 0
Post image

I'm here to bless your timeline with Hayden Christensen playing Star Wars Battlefront II on a PS2.

1 year ago 759 83 24 6

One thing that I find deeply irritating is the arrogance and the lack of empathy that so-called allies ("centrists" and "moderates") have towards those affected by this admins actions. They laugh and mock the plight of Palestinians, trans people, young people, and women. 1/

1 year ago 10 3 6 0

💯 stop this “MAGA” isn’t the enemy bs. They literally vote to hurt others. Their president is divisive af and ran on a message of hate and cruelty, nothing unifying at all.

1 year ago 28 0 2 0
Figma Slides: All hands on deck | Figma
Figma Slides: All hands on deck | Figma YouTube video by Figma

All hands on deck. Figma Slides is now available to everyone

1 year ago 46 5 2 1
class Builder<T, E extends keyof T = never>{
  #instance: T;

  constructor(ctor: { new (): T}) {
    this.#instance = new ctor();
  }

  set<K extends Exclude<keyof T, E>>(key: K, value: T[K]): Builder<T, K> {
    this.#instance[key] = value;
    return this;
  }

  build(): T {
    return this.#instance;
  }
}

class Builder<T, E extends keyof T = never>{ #instance: T; constructor(ctor: { new (): T}) { this.#instance = new ctor(); } set<K extends Exclude<keyof T, E>>(key: K, value: T[K]): Builder<T, K> { this.#instance[key] = value; return this; } build(): T { return this.#instance; } }

class Person {
  name = '';
  age = 0;
}

const person = new Builder(Person)
  .set('name', 'andy')
  .set('age', 41)
  .build();

class Person { name = ''; age = 0; } const person = new Builder(Person) .set('name', 'andy') .set('age', 41) .build();

const person = new Builder(Person)
  .set('name', 'andy')
  .set('name', 'joe')
  .build();

Argument of type '"name"' is not assignable to parameter of type '"age"'.

const person = new Builder(Person) .set('name', 'andy') .set('name', 'joe') .build(); Argument of type '"name"' is not assignable to parameter of type '"age"'.

I absolutely love this TypeScript pattern.

You can design a Builder class that won't let you accidentally assign a field twice.

The first time you call `set`, it accepts any key. The 2nd time you call it, it accepts any key EXCEPT the key you provided the first time. It's beautiful. 🤯

1 year ago 50 1 5 0

Last beta update before the App Store release:

Release Candidate 1.0.1 (13):

+ New composer for creating comments

+ Other users can now be mentioned in comments

+ Comments now appear right after they have been posted

1 year ago 379 24 19 1
Post image

OMG we just hit our 800 follower goal on Twitch! 🥹😭💖🫶🏻 Thank you guys so much! I’m so thankful and I appreciate all of you so so much! I’m blessed to have met so many people in this community. I genuinely couldn’t imagine my life without all of you. 💖 #twitch #goal

1 year ago 89 7 14 0
Advertisement

Sounds like a truly pathetic person

1 year ago 2 0 0 0

Black History is American History.

1 year ago 8005 1947 104 59
Video

Rev Sharpton leads a “Buy-In” with 100+ National Action members at Costco to support the company’s continued commitment to diversity, equity and inclusion (DEI).
#GoodTrouble

1 year ago 25 6 0 1

Looking forward to this so I can finally delete IG 👀

1 year ago 0 0 0 0

While wrapping up work on Flashes, I took a little detour to experiment with something new. If you’re looking for a full-on video experience, check out my other app, @bluescreen.blue !

1 year ago 755 68 34 12

📌

1 year ago 0 0 0 0
Post image

Nintendo will reportedly reveal Switch 2 this week (Jan 16) according to Nate the Hate. The reveal will focus exclusively on the console with no games presence/focus. Software showcase in late Feb or early March.

VGC says the two-part reveal plan aligns with what they've heard

LINK

1 year ago 1024 206 35 259

How I felt just now after my 5th attempt fighting a berserker in GoW… 😡

1 year ago 0 0 0 0
Advertisement
Universal health care map

Universal health care map

70% of the world’s population has universal healthcare, but not the US

We are the only highly developed nation without it

Our healthcare is twice as expensive as the average wealthy nation

US ranks last among industrial nations for deaths that could be prevented with timely access to healthcare

1 year ago 26514 8740 1208 588

Nice!

1 year ago 0 0 0 0