notrllykit - kit (real)
kit (real)

Do you know why ghosts always speak in riddles? It used to puzzle me – after all, I’ve never felt compelled to resort to allegory in order to draw conclusions from my visions. Now I know the answer, their consciousness is fragmented.

180 posts

I Know Everybody Just Keeps Telling U It But Ur Michael Design Is Just Peak. Cant Gets Enough Of It.

I know everybody just keeps telling u it but ur Michael design is just peak. Cant gets enough of it. Keep makin that good shit.

I Know Everybody Just Keeps Telling U It But Ur Michael Design Is Just Peak. Cant Gets Enough Of It.

THANKS BESTIEEEEEEE

  • theyeeterskeeter
    theyeeterskeeter liked this · 11 months ago
  • soupkeychain
    soupkeychain liked this · 1 year ago
  • pumpkincassie
    pumpkincassie liked this · 1 year ago
  • galexy-eevee
    galexy-eevee liked this · 1 year ago
  • komodocomics
    komodocomics liked this · 1 year ago
  • mikaylaormike
    mikaylaormike liked this · 1 year ago
  • solanglelo-alpha-fan
    solanglelo-alpha-fan liked this · 1 year ago
  • meimeikyu
    meimeikyu liked this · 1 year ago
  • meimeireblogs
    meimeireblogs reblogged this · 1 year ago
  • cozmicbrowniez
    cozmicbrowniez liked this · 1 year ago
  • i-sexually-identify-as-a-threat
    i-sexually-identify-as-a-threat liked this · 1 year ago
  • qualityduckblizzard
    qualityduckblizzard liked this · 1 year ago
  • ambientrainfall
    ambientrainfall liked this · 1 year ago
  • undertem07
    undertem07 liked this · 1 year ago
  • chocouniversa
    chocouniversa liked this · 1 year ago
  • blu-sunflower17
    blu-sunflower17 liked this · 1 year ago
  • funtimemichael
    funtimemichael liked this · 1 year ago
  • pr0jectult1m
    pr0jectult1m liked this · 1 year ago
  • amaranthtwilight
    amaranthtwilight liked this · 1 year ago
  • spoooooon
    spoooooon reblogged this · 1 year ago
  • spoooooon
    spoooooon liked this · 1 year ago
  • dldzz
    dldzz liked this · 1 year ago
  • yantxlei
    yantxlei liked this · 1 year ago
  • plutoarttv
    plutoarttv liked this · 1 year ago
  • theflyingcosmos
    theflyingcosmos liked this · 1 year ago
  • theperpetualartist
    theperpetualartist liked this · 1 year ago
  • silverpufferfish
    silverpufferfish liked this · 1 year ago
  • shikoviia
    shikoviia liked this · 1 year ago
  • thesoupisburning
    thesoupisburning reblogged this · 1 year ago
  • thesoupisburning
    thesoupisburning liked this · 1 year ago
  • 0just--tired0
    0just--tired0 liked this · 1 year ago
  • smecklesnorf
    smecklesnorf liked this · 1 year ago
  • iridescentgleam
    iridescentgleam liked this · 1 year ago
  • b14cken
    b14cken liked this · 1 year ago
  • mxmuffin
    mxmuffin liked this · 1 year ago
  • sl33by-gh0st
    sl33by-gh0st liked this · 1 year ago
  • maskedmessenger
    maskedmessenger liked this · 1 year ago
  • v3xatiousv33
    v3xatiousv33 liked this · 1 year ago
  • murkymusito
    murkymusito liked this · 1 year ago
  • randomreblogsbrah
    randomreblogsbrah reblogged this · 1 year ago
  • justsomerandobrah
    justsomerandobrah liked this · 1 year ago
  • alicesamay
    alicesamay liked this · 1 year ago
  • rosey-afton
    rosey-afton liked this · 1 year ago
  • takami-aika
    takami-aika liked this · 1 year ago
  • neko-luvah
    neko-luvah liked this · 1 year ago
  • dannybobany
    dannybobany liked this · 1 year ago
  • zaneuhhhidfk
    zaneuhhhidfk reblogged this · 1 year ago
  • zaneuhhhidfk
    zaneuhhhidfk liked this · 1 year ago
  • ask-elsalvador
    ask-elsalvador liked this · 1 year ago

More Posts from Notrllykit

1 year ago

Did that even post fuckkkk IT DIDNT if I posted twice yall just ignore me


Tags :
1 year ago
She Fear On My Hunger Till I
She Fear On My Hunger Till I

she fear on my hunger till i


Tags :
1 year ago
 Band Practice

band practice


Tags :
1 year ago

Came across this video again (credit to @ triplicata on TikTok) and I have some things to say

First off I think what the best part about this video is that none of the endings in fallout new vegas are good LMAOAOAOA

like, ncr crumbles, legion crumbles, mr house crumbles, yes man/courier crumbles, like nothing works cause the game was LITERALLY rigged from the start

fnv is a really good example of exploring morality and ethics while still failing no matter what because humans as a species are untrustworthy selfish assholes who, sometimes given the circumstances, are just simply doomed

and I think that’s beautiful, rather than tragic

where I see a lot of games fail in trying to replicate this is that there’s a definite “good” option and a definite “bad” option and MAYBE some funny options here and there. but with fnv there’s nothing good that comes out of anything long term. sure running the strip with yes man is “good” but everyone’s doomed in the long term

the endings are sad, when you think about what happens, but the journey to get there is what matters most. because that exploration and that discovery of this intricate world of choices that lead up to your decision in the end. sure the story is doomed, but the choices you make have individual impacts that last for longer than the strip, which was indeed rigged form the start.


Tags :
1 year ago

Just came up with a programming language lol.

It’s object oriented (I think. I’ve never done this before), and supports a lot of features that lisp has, including

I call it RunOn, because

The Syntax kinda looks like actual sentences, and

because the period character terminates the whole program.

Now you have Syntax that kinda reads like a run-on sentence:

*define the class DOG as being an instance of a MAMMAL with an attribute called fur_type*

ASSUME (A DOG) IS (A MAMMAL WITH (A SLOT NAMED fur_type INITIALLY “brown”);

*create an instance of a DOG named Fido.*

ASSUME fido IS (A DOG);

*Fido has Spotted fur now.*

SET (THE VALUE OF (THE SLOT OF fido NAMED fur_type)) TO “spotted”;

*pretty-print the object tied to the name fido to STDOUT (me).*

DESCRIBE (THE DOG NAMED fido) TO me.

* ——> “fido is a ‘dog’ with ‘spotted’ fur_type.”*

Also, each keyword (purple, blue, and green) takes only one argument, but expects a certain number of other keywords whose definitions change based on the context of the operators before it as well as the values given to those keywords. I did this for a couple of reasons:

Because it does a good enough job at forcing an English-like syntax,

It allows for methods specializing on all kinds of aspects of the data to be implemented, but more importantly

Because if I didn’t give myself that kind of restriction, I would’ve ended up having reinvented lisp for the third fucking time.

I have no idea how to make this thing a reality, so if someone out there knows how to make esolangs and wants to give this a shot, hit me up and I’ll send the documentation I have so far.


Tags :