#guess is just programmed.
Explore tagged Tumblr posts
making-my-wey-down-town · 2 years ago
Text
Tumblr media
November prompt list challenge 2022, Day 17 - Swim
We all know and have seen Moon swim on air, in the daycare. He seems to enjoy it. So ye, I drew that :)
210 notes · View notes
poorly-drawn-mdzs · 4 months ago
Note
I hope you take this as the compliment it is intended to be, but you strike the same chord of irreverence-as-love, jokes-to-showcase-sencerity that I get from Chuck Tingle, and I adore both of you.
Tumblr media
You have bestowed the greatest honour upon me.
3K notes · View notes
yubriamakesart · 7 months ago
Text
Tumblr media
Shortly after uploading this I saw a post where someone mentioned how Mr. Qi is canonically a creepypasta character now. And like. Surely. If you've read my webcomic. You know I can't resist that.
1K notes · View notes
boonanaghost · 5 months ago
Text
Tumblr media Tumblr media Tumblr media
Finally got around to drawing these two idiots
Two bonuses from doodle boards:
Tumblr media Tumblr media
625 notes · View notes
crazycookiemaniac · 1 month ago
Text
CrazyCookieManiac Commission Prices
Shoulders Up
Tumblr media Tumblr media Tumblr media
FLAT COLOR
1 character: $110 USD
Extra characters: +55 USD each
DETAILED COLOR
1 character: $150 USD
Extra characters: $75 USD each
Half Body
Tumblr media Tumblr media Tumblr media
FLAT COLOR
1 character: $160 USD
Extra characters: +$80 USD each
DETAILED COLOR
1 character: $210 USD
Extra characters: +105 USD each
Full Body
Tumblr media Tumblr media Tumblr media
FLAT COLOR
1 character: $220 USD
Extra characters: +110 USD each
DETAILED COLOR
1 character: $270 USD
Extra characters: +135 USD each
* Prices may vary according to complexity
*Gradient, single color or transparent BGs are included. Detailed backgrounds will cost extra and the prices will vary according to difficulty.
*NSFW, Mecha, animals/furries, add-ons/weapons, armors and character designs will cost extra. Prices will vary according to difficulty
*Payments can be split in up to 4 installments. If needed, you can split into more. Just ask!
*If you want to commission me but can't afford my regular prices, keep an eye out for eventual discounts or cheaper commissions i may offer. But also, if you really want to commission me but want a discount, I'm open for negotiations!
*To commission me, just contact me in any of my social media or through [email protected]
Feel free to ask me any questions! Your support is deeply appreciated!
158 notes · View notes
kumzorg · 1 month ago
Text
Tumblr media Tumblr media
im finally done with translating this game and accidentally got autistically attached to these guys, lord help me
links below >_<
87 notes · View notes
fallofthecelestial · 6 months ago
Text
✎ : 𝐇𝐨𝐧𝐤𝐚𝐢 𝐒𝐭𝐚𝐫 𝐑𝐚𝐢𝐥 𝐢𝐜𝐨𝐧𝐬
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
231 notes · View notes
charamuscadmango · 24 days ago
Text
Tumblr media
day 14 reflection
If it's not clear each crack in the mirror(?) glass thing changes the outfit to a different power hour
sorry if it's confusing
77 notes · View notes
typecasto · 7 months ago
Text
Hello tumblr i have made the fucking python program ever
it is a recursive descent parser written in a single expression. i didn’t use any tricks or tools or ai to write it, i just wrote the whole thing by hand because there’s something wrong with me.
fun facts:
- it is 2473 characters long
- part of it involves a dictionary whose keys and values are both lambda functions
- that part also involves a lambda function that takes a lambda function as a parameter and returns another lambda function
- the word lambda is used 31 separate times
- there is a lambda function with 10 different parameters (all of which are lambda functions)
- i really like lambda functions :)
(lambda factor, term, simpleExpression, expression, selector, designator, assignment, writeStatement, statement, statementSequence: print("Invalid" if (s:="".join(__import__("sys").stdin.readlines()).split())[-1] == ";" or statementSequence(s)!=[] else "Correct!"))((lambda _isident: (lambda ts: False if len(ts) == 0 else next(filter(lambda v: v is not None, map(lambda kv: kv[1]() if kv[0](ts[0]) else None ,{ (isfullint:=lambda _isint: lambda tMaybePlus: _isint(tMaybePlus[1:]) if tMaybePlus[0] in "+-" else _isint(tMaybePlus))((isint:=lambda t: len(t) >= 1 and all(map(lambda c: c in "0123456789", t)))): lambda: (ts[1:]), (lambda t: len(sp:=t.split("."))==2 and isfullint(sp[0]) and isint(sp[1])): lambda: ts[1:], (lambda t: len(t) >= 2 and t[0]=='"' and t[-1]=='"' and all(map(lambda c: c not in '" \t\n"', t[1:-1]))): lambda: ts[1:], _isident: lambda: (ts[1:]), (lambda t: t == "("): lambda: (False if len(ts) < 3 or (p:=expression(ts[1:])) == False or p[0] != ")" else p[1:]), (lambda t: t == "~"): lambda: (False if len(ts) < 2 or (p:=factor(ts[1:])) == False else p), }.items())), False)))(isident:=lambda t: len(t)>=1 and t[0] in (alphabet:="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") and all(map(lambda c: c in alphabet or c in "0123456789", t[1:])) and t != "WRITE"), (lambda ts: False if (p:=factor(ts)) == False else term(p[1:]) if len(p) >= 2 and p[0] in ["*", "/", "AND"] else p), (lambda ts: False if (p:=term(ts)) == False else simpleExpression(p[1:]) if len(p) >= 2 and p[0] in ["+", "-", "OR", "&"] else p), (lambda ts: False if (p:=simpleExpression(ts)) == False else simpleExpression(p[1:]) if len(p) >= 2 and p[0] in["<", ">", "=", "#"] else p), (lambda ts: selector(ts[2:]) if len(ts) > 2 and ts[0] == "." and isident(ts[1]) else selector(p[1:]) if len(ts) >= 3 and ts[0] == "[" and (p:=expression(ts[1:])) and p[0] == "]" else ts), (lambda ts: False if len(ts) < 1 or not isident(ts[0]) else selector(ts[1:])), (lambda ts: False if len(ts) < 3 or (p:=designator(ts)) == False or len(p) < 2 or p[0] != ":=" or (p2:=expression(p[1:])) == False else p2), (lambda ts: False if len(ts) < 4 or ts[0] != "WRITE" or ts[1] != "(" or (p:=expression(ts[2:])) == False or p[0] != ")" else p[1:]), (lambda ts: False if len(ts) < 3 else writeStatement(ts) if ts[0] == "WRITE" else assignment(ts)), (lambda ts: [] if len(ts) == 0 or ts == [";"] else False if (p:=statement(ts)) == False or (len(p) > 0 and p[0] != ";") else statementSequence(p[1:])))
190 notes · View notes
vaggieslefteye · 2 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
CHARLIE MAGNE from HAZBIN HOTEL (2019): Pilot - "That's Entertainment" ↳ "So, I've been thinking: Isn't there a more humane way to hinder overpopulation here in Hell? Perhaps we can create an alternative way to change souls through... redemption?"
#hazbin hotel#hazbin hotel edit#hazbin charlie#charlie magne#hazbin edit#requested#hazbin hotel pilot#that's entertainment#charlie#my gifs#god ain't she the cutest little thing!#not gonna lie i get a bit emotional seeing her do The Pose during ''wonderful fantastic new hotel''#it's the same pose she does in the S1 poster :')#okay actually im back here to say some things in the tags:#holy almighty LORD these gave me so much grief to color in a way i thought looked nice#specifically the one of her in the news chair. sorry i was NOT gonna let that hideous highlighter green color assault all your eyeballs.#did i lose nearly two hours of sleep getting it right because i still have no idea what i'm doing? yes. worth it? YES. ohh yes.#i liked the seafoam look so i made the cloud sequence match :] or at least tried to#there WAS supposed to be another one of her in the news room but i just hated how it kept turning out so i scrapped it.#coloring the main series was one thing to learn but the PILOT? never has it been so obvious to me just how much more bright and vibrant#the colors got during the progression of the world design. also. if by any chance one of those cool and experienced#gif makers happens to see these tags and wants a good laugh: i've been doing this for how many months now? and just last NIGHT figured out#how to use the fucking eraser in photoshop....... thing is... i also draw. i KNOW what program tools look like. i KNOW ppl draw in PS.#i'm just a really silly fuckin goose!! TEEHEE FUCKING HEE I GUESS!#so for months i've been like ''god i wish i could just erase this part from the layer'' and looking at the eraser tool and just being like#''nah it's probably different and weird i'll just stick to what i know'' -> said boo boo the FOOL#see i could be in the club but i'd rather be aggressively neurodivergent about the silly queer demon cartoon that altered my brain chemical
99 notes · View notes
starry-bi-sky · 10 months ago
Text
Danyal Al Ghul's missed potential - this kid is not gonna behave like his canon self if he's with the league of assassins until his late formative years, and my reasoning why
(feel free to take this all with a grain of salt this is just my thoughts on it, this is all mostly amusing to me and isn't trying to be negative towards anyone else)
similar to how i was talking about how danny growing up in crime alley would affect him, demon twin aus with danyal al ghul make me laugh a lot (affectionate) because... whose teaching danny to unlearn all the ecofascism he picked up from the league of assassins? whose teaching him to be kind? to be gentle? Not the LoA thats for certain.
(you could plausibly say Jazz but she's only 2 years older than Danny and do you really expect a fellow child to properly explain why X is wrong to another child and have it be 100% effective? i don't doubt it'd help to an extent, but not in the same way an adult explaining it would)
plus a ton of other things, like whose teaching him to value human life? not the LoA. Whose teaching him how to adjust to living with American society after he ends up with the Fentons when he's 8-9-10? Who teaches him that killing is wrong, whose enforcing that?
(not the Fentons if you're going the neglectful parent route, and Jazz can try but i really don't think Danny is going to listen to her, a stranger who isn't even part of his grandfather's league)
How do you teach a child to value human life when the greatest development window for that opportunity has closed and he's already formed his own opinions?
You're not gonna get a Danny whose exactly like his canon attitude if he's staying with the league during his formative years (0-8 years old). you're not. You could get someone LIKE it, potentially, or someone who has traces of it or is similar -- like danny's wit and jokes and sarcasm, and on some level his kindness. but you're not gonna have a carbon copy. Development doesn't work that way. "nature" can only do so much in the face of nurture.
If anything, it doesn't even have to be a major change -- in the league he cans till be kind, but it's probably going to manifest in a different way than what is considered normal. Tough love, for one. But there's gonna be something that affects him negatively. Why make him 'always good/kind' when you can make him a brat who develops into a kinder (if spikier than in canon) person?
TLDR: Danyal Al Ghul would not be like how he is in canon if he's with the league until his late formative years -- not without any lasting pr permanent impacts from the league at least. Missed potential to make him an absolute nightmare like damian was -- especially in his early years when he first arrived to the Fenton house.
(this doesn't apply to danyal al ghul aus where he's either given to the fentons as a baby/is reincarnated/etc. this is mostly aimed for danyal al ghul aus where he fakes his death at like, 7-10 and somehow ends up, personality-wise like his completely canon self by 14 without any differences.)
(and even then if he's five or four, or even three, he would still be traumatized and influenced by the league. he'll just have more time to adjust. the sooner he leaves the league the more likely he is to be like his canon self, but not like an exact copy)
(more under the cut)
Anyways what I'm saying is that there is prime missed Danyal al Ghul potential to make him an absolute NIGHTMARE to the Fentons however way he ends up with them, just like Damian was with the Waynes! Cuz why does Damian get all the fun? Danny got the same training and endoctrine as him! He is also an ex-assassin! Why is Danny the only one who is 'well adjusted and non-violent' hm? Hmm?
Why can't he also be mean, and stabby, and a total stuck-up in some way or another? Have fun with his characterization, its prime opportunity to play play-doh and clay with him! If he starts out as X how does he get the personality traits of Y, and thus become XY?
Like take this with a grain of salt if you will, but make him arrogant. Make him an asshole! Make him a bad person at first! Because he will be! He's the blood son of the batman and you mean to tell me that damian is the only one arrogant about it at first? Make him stabby and mean even at 14 when he's begun to chill out! Have fun with it! If he's with the Fentons at any point past the age of four or five then he's gonna be a nightmare to handle because he still remembers the league and his time there.
(and while it gives him more time to chill the hell out, his time at the league is still gonna leave an impact on him.)
also what im saying as well is have him and sam potentially get along like a house on FIRE. Again, Danny grew up under the views of an ecofascist cult and nobody to challenge those views to him until he got to amity park at whatever age in late formative years he was at. He could be about as intense or even MORE intense about environmental awareness/rights than Sam is!
(also him being supremely unimpressed with Sam's wealth. he gave up a palace in the mountains for this town. because that's funny to me - like let his past have more influence on him! it'll be fun!)
you could have a danny who doesn't kill but doesn't fully understand the value of human life because jazz is like two years older than him and isn't that good at explaining why people's lives are important. he won't kill but he's not morally opposed to it. there's very little chance he actually gets bullied at school because he nearly killed Dash the first time he tried anything.
Danny could have scars, physical ones, because its implied in multiple canon that training starts at toddling (my best bet is 3 at minimum and ~maybe~ 2 but only on the later side of 2. Good fucking luck getting any infant under 2 to do anything you ask, ESPECIALLY assassin training. They're gonna stick the weapon in their mouth sooner than they're gonna do katas. This is coming from a daycare teacher.)
there's more examples of how danny being at the league during his formative years would affect him, but those are just some of them. he could have a sword! An appreciation for weaponry and nature. Maybe he still speaks all shakespearan and formal, does he still make bodily threats to people? If Damian is still threatening people at 14 why can't danny?
#dpxdc#dp x dc#dp x dc crossover#dpxdc crossover#dpdc#tldr danyal al ghul has a ton of missed potential of what his behavior would be like if he left the league mid-to-late formative years#this post is specifically directed towards those danyal al ghul posts where he ends up with the fentons when he's like. 8#like great. who taught him to unlearn all of the LoA's programming#how is he exactly like he was in canon despite being with the LoA during his early childhood#source: i've taken multiple child development classes#this isnt to bash those aus at all its just me thinking its hilarious that danny would even remotely be like his canon personality#especially if he's in the league long enough for damian to remember him#like i love danyal al ghul aus i just think there's not enough being taken into account about how the league would permanently impact him#especially if he leaves later on in life#people are not ponds they are puddles of mud. if you drop a rock into it it's gonna change its shape#its also good creative exercises on how to flesh characters out better and better understand how things in a story may impact a character#good thought exercises with the additional bonus of making danny a violent gremlin like damian is#i dont wanna say this is bashing but i guess it is kinda a criticism on the writing in those aus because you’re telling me this had NO#affect on danny on his personality beyond just ‘oh league bad. league scary’?? cmonnn have some fun#like you mean to tell me that being a child assassin had no lasting impact on him or his personality?? like at all???#he doesnt have an ounce of self-importance/arrogance/anger like damian did?? like none of that *stuck?* he’s just the normal and sane#sibling right off the bat??? five years with the fentons turned him into a complete blankslate?? he has no lasting impact from the league??
184 notes · View notes
valgeristik · 16 days ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
sorry for a big post but i just found those again recently
huge throwback to these little things i did while bored out of my mind between calls on my tech support job i had in 2017 🌞 the phrases are whatever i could think of at the moment, from phrases i heard on calls to what i saw in google search to personal observations...
i did these with a mouse!!!!!!!!!!!!!!! i have not been able to replicate this style since. it will forever stay there, on that imac with that weird apple mouse and a random art app i downloaded that they later locked me out of bcs u know ur not supposed to download third party apps on work computers but i was also not allowed to have paper like what are yououuuu expecting me to do GOD i hated that place they made me work for 6 days in a row then ONE (1) ☝ day off and then SIX MORE DAYS AGAIN with sometimes less than 12 hours between shifts but i was young and stupid and didnt complain. this went on longer than i thought it would.
I was also (unsurprisingly) sososososososo depressed and this song was a big comfort (and hey, its an english one for once!)
Vetted Gaza Evacuation Fundraiser List
E-sims donation
Tumblr media
bonus thing i like but it didnt fit in with the rest of them
not. translating everything but if u really really want to know feel free to shoot me an ask i suppose. russian knowers will find some of these funny tho. esp the всё понял, иду нахуй (it was a positive customer review on one of the calls our trainer told us abt LMAO)
37 notes · View notes
cent-scratchnsniff · 1 month ago
Text
Tumblr media
it was just going to be a few warmup doodles but then she infected the rest of the page like the ever eternal and spreading spores. hod!!! hod. hod :)
#lobotomy corporation#lobcorp#hod#hod lobcorp#lobotomy corp spoilers#I GUESS i almost forgot i drew her box form#lobcorp spoilers#and michelle actually. ..#both very tiny. itty bitty. microscopic#other sephirah there too as normal. i cant have her alone. and Angelina as well on the top patting her#i have a hard time fully capturing her for some reason. in my mind. maybe its because is the disconnected period!!! mentally#she genuinely wishes to care and be kind yet theres a dissonance with what she does..? or how it ends up being taken or what she does to en#up bringing those actions into reality. she can be forceful? wanting to have employees attend therapy sessions and meetings for suppression#tactics. which i think is also something the safety team is incharge of iirc. so that means shes doing way more that what she needs to on#her job as a sephirah. just for the sake of employees#she really does care as shes one of the only to Directly attempt to change their circumstances and quality of life and health#sure chesed doesnt punish employees when they dont do their work assigned or stress them out with work#but he doesnt actively push to attempt to make changes to aid employees besides the research perks which is to the manager#yesod IS right next to her and does also genuinely care but when it comes to employees hes distant at best when it comes to them and the#way he tries to protect them is by enforcing rules but he doesnt really create or attempt to help them like hod does#yesod is sort of a passive? way of doing it. yes he doesn make a push to enforce said rules but he doesnt make new ones. just follows what#is already there in place. hod tries to make new ways and not just for the safety of people like how yesod's has them physically fine and#not letting them over a certain threshold of mental corruption but she tries to have a program to Directly Address such a thing#its born out of care but the genuine worry of being a good person and her naivety ends up having it do more harm than good#sure there may be some employees that actually like and find it useful but so many are just accepting to their fate of Dying to where#her care seems pointless. shes a sephirah and to them a literal metal box why would they go ahead and feel bad for what an 'ai' is feeling#as she is interrupting their free time in the company#which is rude. and shit. iirc the counseling is compulsory but people go because shes a sephirah and their superior. the thought was there#but again it comes off wrong and ends up not working because shes their superior in the end#EEK!!! yeah... hod. the hod. there is WAY more but i can't fit it all here and i already typed enough
43 notes · View notes
seasideoranges · 5 months ago
Text
idk if it’s just me but the whole “which atla kid in the gaang is the most mature” debates can get redundant and kind of exhausting at times. they’re kids. they’re multifaceted characters. they’re mature in some departments and immature in others. they have their strengths and weaknesses. also they’re kids lol.
74 notes · View notes
gideonisms · 9 months ago
Text
Once again frustrated by how Difficult it is to do very basic tasks
113 notes · View notes
cheriboms · 16 days ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
call that an intergenerational language barrier 🙅
45 notes · View notes