#overview code
Explore tagged Tumblr posts
Text
Wallpost || Kirana Minimalist
Go minimalist because why not! c: I made it for wallpost, but it should be fine for class overview and exams description too.
pastebin
4 notes
·
View notes
Text
Overview code 1989
Hello, lovelies!!
I hope ya'll are great! So I am doing this thing where I'm making code inspired by Taylor Swift albums, the last time I did TTPD and this time I'm doing 1989! I hope you like this code!
don't remove credits <3
Link
6 notes
·
View notes
Text
shout out to @agentpeggycartering for introducing me to scrivener. no more loose docs and forgetting where I put what! I am in pov-color coded heaven! I have my research organized! I know where I put what drabble! amazing
#for someone who loves to over-research and add a billion little details I sure get overwhelmed quick#so the overview is SO NICE#there's a corkboard option!#this has been 'skog goes crazy over a color coded overview'#re: antarct-fic#skog speaks
14 notes
·
View notes
Text
Explaining
Okay so this is very fair (all of the people not native to the UK I am so sorry) so let me explain!
So, first thing you need to know is that Brighton is the gayest city in the UK - it's a coastal city with more gay clubs and cafes than sense. I love going to visit, and it's the exact place Kremy would go - so much culture and vibes.
Hertfordshire is where I am from (doxxing myself I know) and we tend to say we're north of London because rightfully, the UK mocks Hertfordshire. But then, the UK mocks everywhere, so we aren't even special there. This is the most boring place on earth but we are in the green belt, meaning we have a lot of farmland and greenery around the towns.
So this is a mix of Received Pronunciation and more Casual Pronunciation - which I will explain now.
RP is also known as 'Queen's English' (fuck the monarchy, I am not talking about the fuckin' king rn) - it's posh. It's the English used in Bridgerton and in Pride and Prejudice - the high class accent, if you will. Very proper. You might code switch to RP in an important meeting or when presenting something; it's seen as high class and intelligent. Don't let me get into the classism please I am slightly tipsy. Hertfordshire people (again, basing this on the shrinking middle class) tend to use RP in almost a more casual way - using slang and dropping occasional letters, but mostly staying on course with the register.
So Kremy speaks like this to appear more intelligent and more personable.
Now, on to Sheffield - home of the Arctic Monkeys, who I suggest having a listen to for the accent. Northern Accents are a point of contention - a lot of southerners tend to both mock and sexualise them in equal measure.
Charity Shops are like thrift shops but all donations go to the charity - it's second hand stuff pretty much.
Unikorn is a punk/goth shop in the UK. Yes I go. No I can't afford anything.
WHSmith is a bookshop, and so is Waterstones, but Waterstones is a bit more high-end, and is liked a lot more too. Mmmm Waterstones cafe.
Some other bits that may help:
Thatcher - worst woman on earth. Grave is a public bathroom because she fucking sucks. I hate her. Like Reagan but in the UK and also a woman. #feminism
Gammy - just means fucked up really. Bad knee and stuff.
Cambridge is harder to get into than Oxford but Oxford has the more famous Alumni.
Societies - like clubs in Uni but like. Worse.
Bedford - where I attend Uni. Oh my perfect little shithole. <3
Tesco Meal Deal - oh brother, it used to be so good, but it just got upped to £3.60 (with a clubcard) and I can FEEL the recession hitting. Sandwich Drink Snack.
Man United and Man City - the two big football teams from Manchester. They HATE each other violently. God never ask a Man City supporter about Man United because you will be EVISCERATED. Or do it for a laugh why not.
Football/Footie - the nation's beloved. Everyone loves it, you can't escape it. If you don't get it, like me, you're an outsider. It's okay - cheer when the crowd does and the chants come pretty naturally, no one will ever know. I swap the team I support and keep it fucking quiet. Best way is to wait for World Cup and just shout 'COME ON ENGERLAAAAAND'. It has worked well for me :3
Pink velvet tracksuit - normally the sign of a spoiled kid, but Gricko buys these things without her asking because she hates shopping.
Pound coins for the sweet machine - its a machine where you can get shitty tubs of shitty sweets for a pound. Very delicious. Not worth a pound.
J2O - just a fruit drink in a glass bottle. Yummie <3
Jeremy Kyle - Like Dr Phil but he doesn't fix them, he makes the issues worse and puts them on TV. Morally awful but it's the thing you get sucked into watching - just trashy trashy TV. Only picks on working class people because he fucking sucks.
#ledetlore writes#once upon a witchlight#ledetlore rambles#ouaw#english culture#This is all the shit i grew up with#football#come on engerlaaaaand#This is like#the briefest of overviews#Accents#dialects#slang#They all come with cultural notions#Code switching is something everyone does#i could go into a whole essay about this#and i did for my A level degree#But yeah#little explanation#PLEASE SEND ASKS I WOULD LOVE TO CHAT MORE SHIT IF YOU'RE INTRIGUED
14 notes
·
View notes
Text
003 - Course Overview - I'm Not Sorry For Loving You
Hello!! Back again with another code today :D
I have had I'm Not Sorry For Loving You stuck in my head a tonne so I decided to take a break from the more complicated code I was working on to make this little course overview.
It should be responsive from what I can tell, the only thing that gets I little messed up on mobile is the credits being off center. So long as they're there somewhere though it's fine!
So yeah here it is :D
Note: I don't have teacher vip so I don't know if it works on site or not, if someone could test it'd be greatly appreciated same with the last lesson <3
Bonus sneak peak of the PT code on working on
15 notes
·
View notes
Text
shitGPT
for uni im going to be coding with a chatGPT user, so i decided to see how good it is at coding (sure ive heard it can code, but theres a massive difference between being able to code and being able to code well).
i will complain about a specific project i asked it to make and improve on under the cut, but i will copy my conclusion from the bottom of the post and paste it up here.
-
conclusion: it (mostly) writes code that works, but isnt great. but this is actually a pretty big problem imo. as more and more people are using this to learn how to code, or getting examples of functions, theyre going to be learning from pretty bad code. and then theres what im going to be experiencing, coding with someone who uses this tool. theres going to be easily improvable code that the quote unquote writer wont fully understand going into a codebase with my name of it - a codebase which we will need present for our degree. even though the code is not the main part of this project (well, the quality of the code at least. you need it to be able to run and thats about it) its still a shitty feeling having my name attached to code of this quality.
and also it is possible to get it to write good (readable, idiomatic, efficient enough) code, but only if you can write this code yourself (and are willing to spend more time arguing with the AI than you would writing the code.) most of the things i pointed out to the AI was stuff that someone using this as a learning resource wont know about. if it never gives you static methods, class methods, ABCs, coroutines, type hints, multi-file programs, etc without you explicitly asking for them then its use is limited at best. and people who think that its a tool that can take all the info they need, and give it back to them in a concise, readable way (which is a surprising lot of people) will be missing out without even knowing about it.
i got it to write tic-tac-toe (the standard babee) in python (the lang i have to use for uni ;-; (held at gunpoint here)). my specific prompt was "write me a python program for tictactoe that is written in an object oriented way and allows for future expansion via multiple files"
it separated it into three files below (which i think would run, but i never actually ran any of this code. just reading and judging)
why does board use display instead of __str__ and __repr__?
why is the board stored as 1d instead of 2d? thats just confusing
why does it never early return aside from check_winner? (not a big issue here but kept on choosing to never early return when i asked it to add more methods)
why is there no handling of non-number user inputs?
why are non-int inputs truncated instead of telling the user that they should input ints only?
why is display implemented like that?
why are so many lines so bloody long (wide)?
why is there a redundant self.check_winner() after the while loop in TicTaacToe.play()? and if it wasnt redundant then you could finish the game without there being anything printed telling you that the game is finished?
why is the only comment useless? (this comment wouldnt be useless if it was a doc comment tho, but it aint a doc comment. speaking of, why is there no doc comments?)
these are the more immediate things i saw, but there are other things that are bad here.
whenever i write * this is where it updated the api without changing any usage of the api.
so i ask it to change board.display into __str__ and __repr__, it changes it to __str__*, it does not add a __repr__. asking it to add a __repr__ 1) removes the __str__ and 2) gives me this (the other methods are unchanged)
what. the. fuck. this would imply that board takes in an argument for the boardstate, but it clearly doesnt. after 4 more asks it finally has both __str__ and __repr__, without fixing the fact its implying board takes an optional arg, so i get it to add this arg. anything that needs to print the board still calls display btw.
the reasoning it gave for using display over the repr and str magics was this
While using __str__ and __repr__ is a more idiomatic approach in Python, choosing to have a separate display method can still be a valid choice, especially if the display logic is more complex or if you want to keep the __str__ method for a more concise or formal representation of the object.
which, erm what? why would __str__ be for a concise or formal repr when thats what __repr__ is for? who cares about how complex the logic is. youre calling this every time you print, so move the logic into __str__. it makes no difference for the performance of the program (if you had a very expensive func that prints smth, and you dont want it to run every time you try to print the obj then its understandable to implement that alongside str and repr)
it also said the difference between __str__ and __repr__ every damn time, which if youre asking it to implement these magics then surely you already know the difference?
but okay, one issue down and that took what? 5-10 minutes? and it wouldve taken 1 minute tops to do it yourself?
okay next implementing a tic-tac-toe board as a 1d array is fine, but kinda weird when 2d arrays exist. this one is just personal preference though so i got it to change it to a 2d list*. it changed the init method to this
tumblr wont let me add alt text to this image so:
[begin ID: Python code that generates a 2D array using nested list comprehensions. end ID]
which works, but just use [[" "] * 3 for _ in range(3)]. the only advantage listcomps have here over multiplying is that they create new lists, instead of copying the pointers. but if you update a cell it will change that pointer. you only need listcomps for the outermost level.
again, this is mainly personal preference, nothing major. but it does show that chatgpt gives u sloppy code
(also if you notice it got rid of the board argument lol)
now i had to explicitly get it to change is_full and make_move. methods in the same damn class that would be changed by changing to a 2d array. this sorta shit should be done automatically lol
it changed make_move by taking row and col args, which is a shitty decision coz it asks for a pos 1-9, so anything that calls make_move would have to change this to a row and col. so i got it to make a func thatll do this for the board class
what i was hoping for: a static method that is called inside make_move
what i got: a standalone function that is not inside any class that isnt early exited
the fuck is this supposed to do if its never called?
so i had to tell it to put it in the class as a static method, and get it to call it. i had to tell it to call this function holy hell
like what is this?
i cant believe it wrote this method without ever calling it!
and - AND - theres this code here that WILL run when this file is imported
which, errrr, this files entire point is being imported innit. if youre going to have example usage check if __name__ = "__main__" and dont store vars as globals
now i finally asked it to update the other classes not that the api has changed (hoping it would change the implementation of make_move to use the static method.) (it didnt.)
Player.make_move is now defined recursively in a way that doesnt work. yippe! why not propagate the error ill never know.
also why is there so much shit in the try block? its not clear which part needs to be error checked and it also makes the prints go offscreen.
after getting it to fix the static method not being called, and the try block being overcrowded (not getting it to propagate the error yet) i got it to add type hints (if u coding python, add type hints. please. itll make me happy)
now for the next 5 asks it changed 0 code. nothing at all. regardless of what i asked it to do. fucks sake.
also look at this type hint
what
the
hell
is
this
?
why is it Optional[str]???????? the hell??? at no point is it anything but a char. either write it as Optional[list[list[char]]] or Optional[list[list]], either works fine. just - dont bloody do this
also does anything look wrong with this type hint?
a bloody optional when its not optional
so i got it to remove this optional. it sure as hell got rid of optional
it sure as hell got rid of optional
now i was just trying to make board.py more readable. its been maybe half an hour at this point? i just want to move on.
it did not want to write PEP 8 code, but oh well. fuck it we ball, its not like it again decided to stop changing any code
(i lied)
but anyway one file down two to go, they were more of the same so i eventually gave up (i wont say each and every issue i had with the code. you get the gist. yes a lot of it didnt work)
conclusion: as you probably saw, it (mostly) writes code that works, but isnt great. but this is actually a pretty big problem imo. as more and more people are using this to learn how to code, or getting examples of functions, theyre going to be learning from pretty bad code. and then theres what im going to be experiencing, coding with someone who uses this tool. theres going to be easily improvable code that the quote unquote writer wont fully understand going into a codebase with my name of it - a codebase which we will need present for our degree. even though the code is not the main part of this project (well, the quality of the code at least. you need it to be able to run and thats about it) its still a shitty feeling having my name attached to code of this quality.
and also it is possible to get it to write good (readable, idiomatic, efficient enough) code, but only if you can write this code yourself (and are willing to spend more time arguing with the AI than you would writing the code.) most of the things i pointed out to the AI was stuff that someone using this as a learning resource wont know about. if it never gives you static methods, class methods, ABCs, coroutines, type hints, multi-file programs, etc without you explicitly asking for them then its use is limited at best. and people who think that its a tool that can take all the info they need, and give it back to them in a concise, readable way (which is a surprising lot of people) will be missing out without even knowing about it.
#i speak i ramble#effortpost#long post#progblr#codeblr#python#chatgpt#tried to add IDs in as many alts as possible. some didnt let me and also its hard to decide what to put in the IDs for code.#like sometimes you need implementation details but others just the broad overview is good enough yknow?#and i also tried to write in a way where you dont need the IDs to follow along. (but with something like this it is hard yknow?)#id in alt#aside from that one where i got cockblocked#codeblocked?#codeblocked.
40 notes
·
View notes
Note
tell me more about dakota cole gon hunter hunter I literally know. nothing abt that anime give me ur propaganda. ramble 2 me forever and ever I wanna KNOW
I HOPE YOU KNOW WHAT YOU'RE IN FOR!!!!!!
god. okay. hunter x hunter is a shonen manga by yoshihiro togashi that's been in serialization since '98 & has had two separate anime adaptions. i'm gonna be talking abt the '11 adaption, since that's the one ive been watching! (sidenote: started hxh because of the podcast media club plus which is easily one of my favorite podcasts everrr incredibly good analysis has really affected the way i think about media analysis & criticism extremely fucking fun awesome dynamics btwn folks who are 1) very well known for having extremely good media opinions & 2) great friends who have been friends for a long time & just a delight to listen to. its a great time regardless of whether u r watching the show or not highly recommend if u ever need a new work or commute podcast etc) also disclaimer that i'm only on episode 62 of the show. so.
anyway. the hxh plot:
i will not get into the plot much because it's not as important for the dakota gon isms. but its this. ^!!
so hxh is, overall, a homage to and deconstruction of its genre tropes. togashi very much loves and enjoys a ton of the tropes he's playing with and very obviously delights in subverting just as many of them. it balances these wildly disparate tones of classic, bright candy colored shonen magical worlds and powers and big fights with genuine, seriously-considered violence, cruelty, sinister power structures and all the other heavy consequences of splashy ultraviolence. [RINGS THE PD BELL!!!] the whiplash is ridiculous sometimes-- the ease with which the show cuts from the last survivor of a genocide (kind, reasonable, soft-spoken) turning to self-destructive revenge that is quite literally destroying him from the inside out, taking an immense toll on him and his relationships with the people he loves, becoming a murderer in cold blood (& of course we spend time with the man he murders beforehand, and he's fucking awful, but also human, and has friends and shit, & it's very clear that this is something dreadful and not just a cool fight)-- to like, the two twelve-year-old main characters concocting a fucking ridiculous scheme to corner the antiques market so they get a billion dollars to buy a viddy game & one of the twelve year olds faces turns into a little >:3 kitty face whenever hes doing something sneaky & there's some cartoon ass shopkeeper scamming them, is wild. and neither of them are the "correct tone," right? the whole thing is a balance between the modes & takes them both seriously & at their own value. [RINGS THE PD BELL] so like. literally since a couple episodes into prime defenders ive been like oh, yeah, this tracks, i'm not bothered by the constant juxtaposition of stupid ass bits with genuinely serious moments, this is obviously influenced by hxh. which, like, i still can't say if that was intentional or not. but hxh is one of The manga of all time & was & still is incredibly influential (sasuke of sasuke fame is a knockoff of a hxh character btw), so i have no doubt that it was an ingredient in the mix somehow!
anyway. gon, who is literally dakota, is the protag! hes the little boy who set off to find out whats so great about cigarettes :) he is a kid who was raised by his aunt who he has a complicated relationship with after his mother was killed and his father disappeared, and he grew up in the woods and is very very strong and fast and good at fighting because he grew up in the woods!! fucking feral little creature boy who fights with a fishing rod and talks to animals and has an incredible sense of smell. gon does some shit, leaves the island, makes some friends, gets groomed by a creepy fucking pedophile which he thinks is fine, gets brutally tortured for a very very uncomfortably long time, which he thinks is fine, becomes a hunter (which is great he has awesome lines of credit now!) it's still unclear what a hunter is or does, but they have lots of power and can do pretty much whatever they want. anyway, he wants to be the best and the strongest and he loves fighting for fun, for the sake of fighting and being good at what he does!!!! and he also wants to find his dad. and definitely doesn't have any unresolved issues from the fact that his mom is dead its fine he doesn't even want to know anything about her its chill and also his dad's so cool so whatever he was doing was for sure more important than him so it doesn't matter that he abandoned him! the crux of gon as a character is that he is very silly and often kind and very much a kid, and he does not fucking care what happens to himself. he is fine with getting the shit beaten out of him by people twice his age he is cheerfully oblivious to and makes excuses for almost every single adult taking advantage of him or being just awful to him, when it's very obvious in the narrative that it is bad and not good, he's self-destructively reckless and impulsive and fixated on what he thinks is good and right and also on becoming the best and strongest even if he burns out fast and he loves his friends so so so much. and simultaneously also he's a sillygoofy kid who does dumb shit with his best friend ever (gay) n worries about his pals n stuff. its okay if he burns himself out and gets himself hospitalized for months its okay if people hurt him and take advantage of him and get off on the idea of killing him but its NOT ok if his friends even THINK about taking a risk like that >:(( head in hands. anyway. yeah. fun silly adventures strange beasts and foreign lands and wild cartoon shenanigans and very explicit horror and gore!! with often brutal and terrible consequences that leave you feeling kind of sick!!! where have i heard that before!!!!!!!!!!
#GOD. sorry. probably i fucking missed a bunch too. but. this is the overview.... dakota is gon if gon had a better moral compass. LMFAO. gon#is not known for you know. being normal. he has a moral code!!! but. yknow. shrugs. might not be objective!#anyway thank u.... goddd ive been thinking ab this for MONTHS. hxh is so good. this isnt even propaganda ur already reading worm i just lov#thinking ab this show. so good. man. catkiss.gif thabk u SO MUCH for indulging meeeeee ilyyyy <33333#mac tag!#pd lb#and i didn't even talk about the phantom troupe. holy shit.
15 notes
·
View notes
Text
Lime - wallpost/class overview
I finally finished my first ever class overview code that did not break right in front of my eyes HAHAHA
It took ridiculously long to get it right, so I hope it'll work for you too
Matching Article & Lesson code: here
Please read the TERMS OF USE before using my code <3
Link: v.1 (wallpost) || v.2 (class overview)
#wox#css#code#html#woxcode#free#wox wallpost#wallpost#course#class overview#nickycodes#coder's choice#overview
27 notes
·
View notes
Text
Midnight Abyss
The matching overview code for the Dark Temptation Lesson Code. It is quite simple with the space for your as well as your AT's face claims, a place to introduce the class, write about the requirements of the course and put down the information about your Owls.
Keep the credits and if you have any queries you can contact me at ala25.
Code: https://pastebin.com/9sWNfh0e
#world of potter#wox#code#woxcode#rpg#worldofolympians#aesthetic#html#overview#wallpost#owl#club overview#welcome mail#mailbox#multiple mails#owls
5 notes
·
View notes
Text
finals is here | course overview a friend of mine requested a silly little course overview with my previous article code, but this can also function as a wallpost too once again only inline css so you'll have to find the colors manually to switch out (5ea26f, rgba(94, 162, 111, 0.5), bbbbbb, good luck) title is font meme there is no god pastebin
#coding#world of olympians#world of potter#html#html template#css#wox site#wox#course overview#wallpost
12 notes
·
View notes
Text
Overview: Dark Arts
Hi hello!
If you were thinking that my name was unfamiliar, you got it right. I am a newcomer in this community. And, honestly, I'm a bit nervous-
Today I made my very first code from scratch. And … here it is! It might not be perfect yet (I was not lying that I am a newbie, hahaha). However, I hope this simple code might be useful for everyone who needs it, especially those who looking for a lesson overview!
I made this code for WoP ID, therefore I used it there too. But don't worry, you can also use it on another site. Just keep the credits at the end of the codes!
This code has:
title and subtitle area
overview area
requirements box
two picture boxes for the professor and the assistant
footer note (optional use)
Some of you may think my code seems similar to older codes by other coders, but I can guarantee that I wrote this code from scratch (thanks to w3schools!). ^^
Lastly, here's the link: pastebin
15 notes
·
View notes
Text
my little sister (10 years younger than me) just got her own place for the first time and I'm gonna drop there tomorrow night at 2:30am and she was like yeah that's fine let me get some food ready for you, like no hesitation at all everything about this is normal you arrive by train in the middle of the night and theres honey garlic chicken ready for you
#i love making these rambling ass posts it's so stream of consciousness coded#brat summer#born to fish forced to post#also i'm editing a pleasantview overview and it's the longest i've ever made please save me
2 notes
·
View notes
Note
hello tumblr user sleepy stitches why am i willing to die for ur yuri ocs despite only having seen one line of dialogue from both of them?
sincerely, me
hi tumblr user verysharpfish,
thank you for writing in. at the top of this post i would like to clarify that pahrsi was made by my good friend rye beans, so i cannot at all take credit for her. ariane is my girl though. i would love to blend her. she sucks.
to answer your question, i think it is because they are both completely fucking insane. the dialogue in question is one i picked because i think it's wild out of context, but it stays equally insane in context? this exchange happens maybe two hours after they've met, after pahrsi has stitched up a particularly icky wound ariane has in the back of her leg (obtained from other yuri. thats a story for a different post though). they literally met at a casino and pahrsi talked ariane into taking her back to her place to stitch her up. as a complete stranger. because she thought it would be fun. i need to send her to the shredder.
the whole reason they find themselves drawn to each other in the first place is because they both have girlfriends that they have kind of rocky relationships with, and they remind each other of those girlfriends. it's kind of a weird rebound situation except if they never did anything explicitly romantic and instead just kind of danced around the fact that they're obviously attracted to each other for like two entire years. they make me fucking crazy.
oh and every exchange they have is equally insane. they always talk like this. im struggling to pick my favourite one to add at the end here because all of it is really really good. i think this one is a classic; this is barely a third of the conversation these two have about ariane's potential to kill pahrsi.
what the FUCK is wrong with them
#this is a really really basic overview of how they met and covers basically nothing about why they continue to make me insane#because this is like twenty years in the past and theres a lot going on in the present to make me crazy#but hey gotta start somewhere. idk its like i loooove to talk about these guys. i do. i would love to talk about them forever#but it is soooo much easier if i have like. Directed Questions its kind of hard to unravel their whole deal off the top of my head#all this to say this was fun . bats my eyes at my darling followers you should all ask more#you could even ask about my ocs that are pahrsi's sort-of-kids. theres a whole story there. though less insane than the yuri#arianwyn#pahrsi#13 orphans#placeholder ask tag#verysharpfish#other contenders for dialogue at the end here were secret blackjack and the holes innuendo#but nothing hits like tasteful artistry of a crime scene to me#sure hope the colour coding doesnt suck here but it means i dont have to restructure certain sentences to remove ambiguity so. lol#okay i think thats it thank you for showing interest in these freaks
5 notes
·
View notes
Text
New Year ♦️ Wallpost
Features: ♦️ Fun New Year's Theme ♦️ Gif and signature space ♦️ Responsive
Code: HERE
Rules: ♦️ Keep my credit ♦️ Do not claim as your own ♦️ Enjoy!
If you have any questions, let me know!
5 notes
·
View notes
Text
emotionally I am here
#conlang#I was colour picking and firealpaca is a quick and dirty way of getting the HEX code to ensure everything is matchy matchy#but then I came back it hours later having forgotten about doing it and was slapped in the face with THIS#technically the BREAK DOWN means... break down the word into its components for the grammatical overview because it's from The Template#each word type is colour coded so adverbs are pink nouns are green verbs are orange etc#it makes grammatical overviews easier to parse when you're evaluating syntax specifically#but oh boy if this isn't where my head has been all year
2 notes
·
View notes
Text
Class Overview: Dark Orange
0 notes