#ot1-perplexing-regexing
1 messages · Page 423 of 1
the point i was making still stands
my disk is at 100% active time with a fraction of its bandwidth used
some days its fine
some days response time jumps to 5 seconds
i've already done all of this tho. multiple times
doesnt help, my disk is at 100% active time, with 2MB/s cuz something keeps making lots of tiny reads and writes and monopolizing my disk
i mean either way ssd is going to be a big improvement compared to your hdd
your windows defender scanning lol?
and sotred by write / total
nah
cuz that'd show up in task manager
i also have indexing and superfetch disabled
your indexing is not disabled
also what is the second svchost full name
in resource monitor?
also another thing that i find strange
my cpu's base clock is 2.90GHz
turbo at 3.5GHz, iirc
and?
and it rarely seems to be below 3.2
isnt turbo supposed to be a temporary thing?
i mean it is undervolted, so thermal throttling isnt as bad
but still
intel 4600m?
wait
h u h
yea i just noticed that
i mean i;ve also seen my cpu speed show 0Ghz so
you meant 0.6?
btw open command promt as adminstator and run this
net.exe stop superfetch
whats the tdp-up freq?
so your laptop manufacture can increase the base speed base on the cooling they made
and the maximum is 2.9ghz
oh i am so dumb
hm?
i'll find it in service managr
sysmain
it is called sysmain now
welp i closed command prompt and it's gonna take forever to open again so imma just wait for the services thing to open, and disable it that way xd
well your cpu have about the same specs as mine
and with the same 2.9 base speed
so i was just wondering it is is 4600m
so yeah
now?
still 100%
but more manageable
ya know
part of this might be windows telemetry
it's forced on
cuz im an insider
on the dev channel
then why did you join the programe lol
telemetry doesnt bother me
just havent had it affect me this bad
this might help tho
try degragging after that
i have a hdd slower than yours
i did ot get windows update ?
@vale pilot you?
yea
and windows decided i've been too long without a reboot xD
it did not notify me because i setted up the active time thingy
so it would only update if i am not using it
heh.. i've had it update in the middle of me using it
i even set a time and everything
10w update my laptop. different w8.1 blocked already my server
huh
LOL 30day uptime
and i have another system with the same problem as you
sysmain is using like 95% of disk
it'd be great if settings would open so i could check this update smh
jesus
lol
win 8.1
that has nothing to do with your hardware
tho i have a friend who had similar hardware to yours
minecraft made his laptop just go asjhdkasjkdsahkjdhsakjdjashdkjashd
need update hardware already but now blocked update
what.
This engine
btw i have my windows page on an external hdd so it doesnt lag me out when swapping extensively lol
btw LocalSystemNetworkRestricted -p is sysmain or you call superfetch
that is why i asked you to disable it
i just wonder how viruses are stooped
@rough sapphire how is your disk doing
for some reason whenever i see coffee now theres just a japanese waifu accented voice automatically reading it in my head
lel
hey dude
alright
in a voice call?
it's almost midnight.. i don't want to wake anyone up
anyway, this is the setup for one of my sites.. maybe it can help you out #ot1-perplexing-regexing
oops
here it is: https://github.com/Den4200/dennispham.me
yes
like tbh i would rather get it first working without docker
docker is awesome, it keeps your system clean
like you said before, you had to redo your entire VPS
it just confused the heck out of me
with docker i just have to run the image
im aware
it runs onthe kernel
pulling the things required
its easier and cleaner.
what do you mean?
fire
i honestly have followed alot of tutorials
i understand the procedure
everyone has their own ways
not one is the same of deploying
ill explain my situation
i have a OVH ubuntu server
i have my requirements.txt
most of the ones i've seen are pretty similar
i have my git repo
i clone it
on my ubuntu server
i create a virtual environment
i added my ip to the host in settings.py
im loading static files
i collectstatic
i run gunicorn
i bind it
i run nginx
just does not want to work
like all this is from memory
i seriously do not know how to approach this situation
well, i can't really help unless i know exactly what you're doing and what configs you have and whatnot
the repository i linked above is a fully working example though
including uwsgi and nginx
hmm
let me read
does it explain how to use uwsgi
and nginx ?
and what commands to enter ?
to get it running ?
im reading
the README just shows how to configure the site and get it up and running
you may want to explore the scripts folder
and the docker-compose.yml
ALLOWED_HOSTS = [
'localhost',
'127.0.0.1',
'dennispham.me',
'www.dennispham.me'
]
do i have to take this approach also ?
well, what do you have?
my window computer ip, localhost, vpsip
you just need to add your domain(s) to ALLOWED_HOSTS
like how i have
'dennispham.me',
'www.dennispham.me'
it's where the dockerfiles and configs go for them
i see
so if i replicate this and replace everything with my files
it should work ?
but then how do i know what i am doing wrong tho
i really want to learn the full system
i just wish i can share with you my website
so you can see what i am doing
maybe ive done something wrong
what is flake ?
pip file
pip loc k?
flake8 is a linter
the pipfiles are from pipenv, a package manager
ahh i see
that’s normally where it is?
where is your requirements.txt ?
i use pipenv
but i thought that was only for python versions ?
yes
no, it uses a venv
have a look at the pipfiles
it creates a venv and installs the dependencies from there
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
pre-commit = "*"
[packages]
django = "*"
django-environ = "*"
psycopg2 = "*"
requests = "*"
[requires]
python_version = "3.8"
[scripts]
lint = "python -m flake8"
precommit = "pre-commit install"
manage = "python manage.py"
start = "python manage.py runserver"```
where ?
django-environ = "*"?
i should probably pin those
yes, whatever is under packages
why would i need pillow?
i deleted it
lol
ive got a ecommerce
and one of the requirements was Pillow
in my end i just have to add
[packages]
django = "*"
pillow = "*"```
right ?
you shouldn't really be editting that manually
just do pipenv install django pillow
ahhhh
and it'll create a pipfile for you
because we don't have the same application
it's only required if you need it
try not to make that kind of joke
got it
it really did give me headache.
its just so unconvenient, i tried everything and anything that i saw
like legit 15 hours yesterday and 7 hours so far today
most say gunicorn is easier actually
but i just cant serve static files
and how does nginx do it ?
i like succesfully had the website running on the ip address
it was working
but with no css or js
nginx is supposed to serve the static files
oh i linked the wrong lines
editted
ok and lets just say, i have docker installed on my main windows computer with the gui and everything.
and create the image
to pull on my vps
and am i able to run it from my windows machine
on my linux vps
is that possible ?
i'm not sure what you're saying
from this gui
i am able to run the docker on my linux server
i am able to control it
imo, it'd be easier to just ssh into your vps and use the terminal
just to run the container there ?
ok i see
also would nginx be counted as a worker /?
nginx has workers
what is a worker i saw that somewhere and i set it to three because apparently its the amount of CPUS + 1
idk where you read that, but a worker is just a process. so if you have 2 workers, you have 2 processes working for the app.
slaves
3 is probably overkill
does it slow things down ?
@twilit hull That's not funny
sry
@faint shard what do you mean?
3 is probably overkill
why ar eyou saying its overkill ?
whats the cons of having more than you need ?
and what happens when you dont have the amount required ?
like computer virusus
@scenic briar
computers
you don't need to waste resources on more workers than you need
in my config, each worker can take 1024 connections
so if you multiply that by 3, you have 3072 connections at a time
i doubt you'll need that many
yes
I wish i had connections
do you see why 3 is probably overkill now?
alright
lol
not though
im going to kindly replicate it :0
@terse sluice where is yours
that was mine
oof
yeah lol, that will never be mine in the state it currently is. i cant even deploy it lol
got caught
How would checking their site verify anything with nginx?
im gonna nake a website on my own but i dont know how to put it i
in the web
Is it a static site or does it have a database/backend?
Since we're on the topic of web dev, is it more favorable to get a set up in a Linux system?
yes
I'm assuming WSL2 can do the job as well
Linux is very easy to setup an Apache/Nginx server. You don't even need to do that if it's static - https://netlify.com
@terse sluice did you have to pay to get your site on the web?
I wouldn't trust WSL2, considering you want a dedicated VPS/server for that kind of stuff.
paid for domain name and server
Compartmentalization and all that
oof ia there a way to get your siye on the web without paying?
Yeah but like, what about just setting up a basic development environment that I can practice on
Which, a VPS is not expensive at all. $5/month.
like using Django's development server?
whp you talking tom
to?
@rough sapphire Pure
dang keynoard is slow
𝚝𝚎𝚜𝚝𝚒𝚗𝚐
𝙵𝚒𝚗𝚊𝚕𝚕𝚢
But yeah, if you just have a static site ( CSS/HTML/JavaScript/Images and no backend code like Python/PHP/SQL ), you can use Netlify for free and link a Git repo ( public/private, doesn't matter )
𝙼𝚎: 𝚠𝚊𝚒𝚝𝚒𝚗𝚐 𝚏𝚘𝚛 𝚝𝚢𝚙𝚒𝚗𝚐
𝙽𝚘𝚒𝚌𝚎 𝚝𝚑𝚊𝚗𝚔𝚜^
Random question, but is there any benefit to having two separate bots like the Python bot and the Mod Mail bot?
𝚢𝚎
𝙿𝚛𝚘𝚋𝚊𝚋𝚕𝚢
One is dedicated to modmail, and the other is just the general bot
(❍ᴥ❍ʋ)
𓀬
That way if anyone needs it, you can just point them to the modmail bot
༒︎
Ah
@topaz aurora if it's purely for development using something like Django's dev server, you can get setup on windows. i would not recommend setting up nginx/apache or uswgi/gunicorn on windows though. i don't know if that's even possible
@rough sapphire What are you doing?
Just testimg out the keyboard microsoft keyboard is slow as F
Found this doc detailing that We recommend installing Python on WSL when building web applications.
https://docs.microsoft.com/en-us/windows/python/web-frameworks
Wel thanks!
@rough sapphire It's just a little distracting, since we're trying to have a conversation
Well then, seems like I could use that as a starting point
alright, that article only uses the development servers, you should be fine 👍
good luck
good luck
Found this doc detailing that
We recommend installing Python on WSL when building web applications.
https://docs.microsoft.com/en-us/windows/python/web-frameworks
@topaz aurora ofc microsoft would recommend WSL
uhh if it doesnt work, im notgoing to give up, can i just message you @terse sluice
we don't really offer help via DMs
you can always ask in #web-development of in one of these off-topic channels though
no one has had the proper answer
i might not always be available
i'll try to help out when i can though
appreciate it big time
its such a pain
im slowly learning
i love it tho, once i am able to get my website up
i will be so happy
oh and another question @terse sluice
if i for example
build my image
and
then later down the line
have a git pull
do i need to rebuild the image
or can i just pull the repos ?
and it will work ?
i don't exactly follow
lets just say ive created an image with docker
and then later on i add more things to the repositery
do i need to rebuild then run the image
yes
or can i use the existing image
you'll need to rebuild and run the new image
each time i make any change to my repository i have to rebuild the image
for the most part, yeah
ok
i guess ill work on localhost
and whenever i make a big change
then i can git push
that's why CI/CD is such a beautiful thing
what is that 😕
continuous integration / deployment
put simply, you push to the github repository, and it'll automatically build a new image and run it
that would take me quite a while to explain, and yes
whats required and ill do the research np
searching continuous deployment should bring up lots of articles, such as this one https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment
CI is a practice that makes preparing for a release easier. CD may refer to "delivery" or "deployment," which are similar but not quite the same.
the world of DevOps can be quite interesting
im fascinated
just having the ability to search anything you want, having access to these resources aswell as this discord channel ! happy to be apart of this era
you guys are top notch. 👍 appreciate the hard work.
thank you 😄
and i'm very happy to be able to search quite literally anything on the internet, and have answers
i would know absolutely nothing without the internet today
without computers also lol
non of this would be possible haha
ok time to start my journey once again, i got carried away.
replicating @terse sluice 's repository begins now
make sure you understand what you're copying..
ill read it before adding, because i already have a fully functioning cms, i dont want to mess that up
alright good 👍
Seems like I'll have to reinstall WSL lol
why reinstall?
something something haskell
I bonked the Ubuntu installation
nice nice
is that why you prefer WSL?
I want to see what something looks like in Python but am to lazy to convert it. It's like 10 lines
Aren't you curious enough to convert it? 
Nah Haskell/GHC works fine in Windows
I bonked the Ubuntu installation
@topaz aurora i was referring to this
Ah
@terse sluice what is the .env file ?
Environment Variables
Once you've done that, you can now setup this site. You will need to set some environment variables in a .env file:
SECRET_KEY=some_random_characters_here
DEBUG=true
GITHUB_OAUTH_TOKEN=your_token_here```
What are you up today?
@viral panther Probably gonna do some stuff with Django or Flask
yup ^
Ah, damn. Well have fun 
but what should i name it ?
.env
.env
where is your .env file do you have a example ?
I guess I should also brush up on my HTML/CSS
it's in the root directory
HTML/CSS isn't too bad
it's the design that's difficult
Totally
none of them
i'm not going to commit my tokens and passwords into a public repository
do i have to put it in there tho ?
cool
so just name it .env and paste SECRET_KEY=some_random_characters_here DEBUG=true GITHUB_OAUTH_TOKEN=your_token_here this in it right ?
So how do you handle a token or password file...? Serious question
Do you hide them in your home directory or something?
it's in the README @faint shard
yes earthquale you are right
how is your git dark mode ?
@viral panther it usually goes in an environment variable or a .env file
Do you hide them in your home directory or something?
@viral panther i put it in the same directory as ur .py
if you use a .env file, you'd put that in your .gitignore
haha ok
So how do you handle a token or password file...? Serious question
@viral panther
hope you got the idea
sorry for light mode, that's my text editor

Right, just had WSL2 set up on Ubuntu 20.04
cant make github acc XO
i dont get it, are you saying that you installed WSL2 on a linux?
pureF
cant make github acc XO
what happened?
idk
Not that I'm aware of
Cant make acc 😔
shouldnt it actually be LSW and not WSL?
if you wanna nitpick
Cant make acc 😔
@rough sapphire maybe ur email or ip has been blacklisted for some reason
@terse sluice
my one is
your one is
is that fine ?
is that going to make a difference in what i do configging the same way you done it ?
if you need media, you should configure it to go to /media/
so it should go to images ?
why? @quick ledge
I'm just new to github
could be that your ip is blocked
i dont see any reasons why 🤔
your ISP might have assigned many people to the same IP
and one offender means all of you get blocked
idk im just trying to guess
that's what it's called
no, it's just a linter
and you don't need to keep pinging me everytime
i'm going to sleep soon
lol
🙂
https://www.theguardian.com/media/2020/jul/15/guardian-announces-plans-to-cut-180-jobs?CMP=Share_iOSApp_Other Guardian cutting jobs and blaming it on the coronavirus - not entirely sure that follows
:|
"with 70 coming from editorial."
bye bye reporting.
apparently they broke even last year.
Probably less than 18, which may as well be losing money
should just chop the whole thing up and sell it for parts
Then complain that there's no good journalism anymore
while "The Guardian" becomes a microblogging site
with 'news associate' lanyards with 'official ID's'
available through their new 'support journalism' online store
The guardian has been struggling financially for a while. I don't necessarily think this is short termism
Newspapers for news are a dying breed, and the guardians typical reader base is very sought after by newer platforms
Yea, I read a bit, they were losing money for years, finally made some money in 19
time for massive cuts, what was working isn't working ENOUGH!
Onto microblogging and online store
i still find it amusing they have a dating site
Gotta diversify to survive
it's weird that they've shifted away from the left and more towards the center in their content
Because the whole world marches to the right
and are potentially losing people because of it
the new european was supposed to only run for 4 months or something around brexit
but that paper is doing exceptionally well
considering it's a heavy left leaning paper
with limited distribution
Limited distribution helps
if you're not in London or a major city you're unlikely to see it on a shelf
but can have it delivered to your door
that sort of thing
god damn it piers morgan
i hate the bastard but sometimes he makes good points.
yeah, boris johnsons political advisor who has too much power in government without being at all accountable for his actions
This is his whole schtick. A lot of the time he makes very valid points that a lot of people agree with, and he does it in a way that makes him seem like an exception to the norm even if he isn't. But then alongside that he pushes nonsense like vegan sausage rolls
i think "rat-raced weasel" is a polite turn of phrase for him
rat faced weasel is like...offensive?"
I mean, it's not a nice thing to say, but...
rat faced weasel is very clasically offensive yeah
there are other words for him
I think it's fair to call a public servant that if you disagree with their actions in office
he works for the government?
no.
paid for by the public?
he works for boris johnson
the govenrment
nope.
boris is not hte government?
He does work for the government, but he's a special advisor - i.e a political position
he's not a civil servant
thank you charlie
he might not be elected
but still a public official
in a high post
if he works directly for Boris
I mean, he can't be voted out, but if Boris goes
does he job remain?
Will the next guy want him? That's on the next guy
nah it's shit like, good luck trying to drag him in front of a parliamentary inquiry on say
So he keeps his job when the public official changes?
why he's such a fuck nugget
the only person to whom he is accountable is Boris Johnson
he's done some shaaaaaaaaaaaaady shit
Your issue is with BOris
no
he hires shady man, and continues to do so
the issue is with cummings
no it's definitely with cummings.
So it's OK that Boris continues to use Cummings
even though Cummings is shady as fuck
and horrible
btu Boris should keep paying him
no
and keep him in power
But BOris is the reason he is in the position he is in?
Boris can cut Cummings off at any point?
okay so the problem with Cummings is that he's been given far too much power. more power than the regular SPAD would have.
no idea what you're trying to get at
Say, you lose, you're fired, no more advisor
The point is, Boris is accountable for Cummings actions
to the point cummings has fired people, something that SPADs aren't allowed to do
he's controlled the flow of policy decisions
and if you really care, you should let Boris know, that's why Cummings is unaccountable
but is not at all publicly accountable for his advice or actions
i think you're not quite getting it.
i mean i see your logic
but that's not it.
it's not.
Who can fire cummings?
right, yeah, i know your point
but you're missing a whoooole other part of the problem
Who can holdCummings accountable but refuses to do so?
The person YOU can hold accountable
The point is, Boris is accountable for Cummings actions
@surreal otter
alright
he's still not held publicly accountable
cummings is acting in a capacity that is outside of the purview of a SPAD.
yes, boris allow shim to do that.
BEcause you refuse to hold Boris accoutnjable for Cumming's actions
no we can't hold boris accountable for this.
we also can't go over boris' head and get rid of cummings
I mean, government is designed to keep us in line
trust me, people have been trying to get this twat to fuck off for ages
so there's that, fun chat, back to figuring out this python thing
there's just no mechanism to do it.
BEcause you refuse to hold Boris accoutnjable for Cumming's actions
@surreal otter
The fact Boris is his boss doesn't mean Cummings himself isn't a problem
this is the dumbest point going
really feels like you're trying to make a point where there's no point to be had
cummings can't.
given boris's unwillingness to fire cummings, cummings wont be fired.
who said he can't be held accountable?
I said he isn't publicly accountable
because
the public does not hold him to account
alright
then your point is bad
it's just being a stickler for semantics
therefore the only way to remove cummings would be to get a vote of no confidence in boris johnson
your but again, I concede
I quit, you win, I lose
thank you for the chat, I apologize for inconveniencing you
There ya go, you can do it, there is a way
not easy, not gonna happen, but possible
yeah that's removing him from power
not holding him to account for the awful shit he's done.
SPADs have a certain level of immunity when it comes to "advice" they give
hopefully America wins the elections this year and the future gets brighter, the world begins to stop electing authoritarians and world peace is realized. Who am I kidding, the election is rigged and the results are already win. Authoritarians win again
otherwise, the theory goes, they wouldn't give advice.
That level of immunity should be reviewed, but why would the politicians want to police themselves
It's so much more fun to police the servant class
Rules for thee after all
yeah, this rat-faced fuck obeys his own rules.
he broke quarantine to go to a tourist destination
then said it was because he needed an eye test
I just don't see why people would be up in arms about someone calling a rat faced shit a rat faced shit
lets be clear, piers is using some of the more polite words i've heard to describe cummings ¬_¬
No one is particularly offended. This is just because Piers Morgan has typically sided more towards the Boris Johnson side of things
^
and rat faced weasel is a very well established insult
not sure how you haven't heard it before, even in the US
Ah, so like whenever a Republican in the US find some reason
I've heard rat faced weasel...in like kids movies
where they want to keep it tame
it's funny that you're talking about our language being tame
what else would you go for?
should've seen people in NYC when i said c*nt a lot
how else do you suggest Piers Morgan insults him?
ding.
none of those can be said before 9pm on British TV
the c is a mod alarm btw.
I feel like you over in the US are just shit at insulting. Rat Faced Weasel is a good insult because it's heaped with history and context
rat faced weasel has lots going for it
Can yall tone down the profanity
can we not ding the mods so much, it's kinda mean
Was just about to say, any insult I can think of, I can't repeat publicly in Discord 😄
i'm quite fond of shit like piss weasel
even piss woulda been better
piss weasel has a bunch of meaning beyond just slurs
i think you can get that out in print
is that not PC and full of history then?
not sure what political correctness has to do with it
2020
Hey coffee guys, why do .onion sites always have names that are long and dont have any meaning?
yeah that doesn't really factor into this.
rat-faced: attacks his personal appearance in a completely accurate way, connects to the idea of being a slimy liar
weasel: weasel as an insult means cowardly and refusing to be face up to actions
is that an exploding golfball with googley eyes
but weasels are fun
yes.
cool
weasels historically are little bastards.
mine always stole keys
someone who might snitch or spill the beans
or steal the keys.
not the animal weasel
but
the dictionary literally has deceit in the definition
aww he's so cute
hah
he does look like a prick though
the sort of person who'd show up to a kids birthday party and shit on the cake.
Dominic Cummings has refused to explain why a private company he owned and controlled paid a firm, now hired by the government and that is linked to the Vote Leave campaign, payments of £260,000.
oh hey look, he's shat on the cake again.
Oh! He looks like one of the dads from That 70's Show
i know what that is but i've never watched it.
Jesus christ - I need to talk about what does diversity and inclusion mean to young people specifically thinking about schools - I have 0 fucking clue what to talk about
the only possible response a baby could have would be screaming
and nothing is worse than a screaming baby
wait, so that means babies hate diversity?
i think that's just biological programming
you could probably automate some key jiggler and keep a baby amused for decades
very difficult to keep a baby amused for decades
not really sure how you'd go about doing it
Might work for folks with ADHD as well
I know I'd be captivated
I'm not sure why I did this to myself. The office is closed today but I'm in here trying to get this add-in working
if your whole life is a car seat and a set of jangling keys
Not sure if that's obsession level yet
what more could you want?
A variety of keys
Like windchimes, you don't want all the pipes to make the same tone
True enough. And I don't have to have the overhead lights on that make this room get SUPER hot
Just have a couple desk lights on which is more than enough for me
I think I'm more like "I could be at home just getting holiday pay right now"
what sort of lights do you have that get hot?
Just a lot of fluorescents. I mean they don't get as hot as incandescent ones, but that heat adds up. Especially during summer
There is but it's an old one. They only just topped it off with refrigerant. It's been struggling
I hate the Microsoft docs
Just pages of how to make a Ribbon and add controls to it
Diddly squat on how to actually add functionality to it
I'm not sure if it's a lack of C# knowledge or if it's just missing in the docs
Does rabbit count?
do you have to wait on hold for 45 minutes before getting through to rabbit?
Yes but I think it's more out of spite
Has microsoft support tried calling you?
God I hope not
Okay, in theory this project should have already linked and created an object of the add-in class
I just have no friggin clue where that could be
Wait, I'm a moron
No, guess not
Hmm
my friggin facebook timeline is looping
You have reached the ultimate "not doing shit"
no i mean like... it's just 2 adverts looping
Ah, thought you meant like it showing only like two events from your life
one is talktalk bragging about their internet speed
My conclusion was that you'd only done two note worthy things
Says a lot about your search history
i love the way they've put the play button right on his cock
haa
nice charlie
niiiiice.
Pants solve every problem a man can have:
Bullshit. Buuuullllllllllshit
My underpants aren't going to get me a sandwich
I'll buy em. Finally, some underwear that can deal with my Jenkins woes
Also any underpants that doesn't have a fly is the devil
it's like the 3rd time in a week i've been stuck in this loop
It knows what you like; to talk and look at men's underpants
hmmm ye.s
Sometimes at the same time
who doesn't chat to their underwear?
it's better than some of the content on my timeline tbh
"Come on, pants, you're making me look bad."
I will 100% take either of those ads over anything that I get in my actual timeline
I think I'd go in for a kilt - but that still requires pants
yeah, we're on a different level of pants here
pants are underwear
You're lucky you don't get frostbite
pretty sure you're not two people
Oh you were - I get it
Shhhh
Shhhhhhhhhh
I'm very tired
My cat was yelling at me from like 11pm onwards
I met a cat this morning
nice
probably got himself a Porsche by now
just a
no he's not
smh my head
he's the Scott
You've heard of me now
He's the man Rami Malek wishes he could be
random aside - but Pirates of the Caribbean is the best disney film
hmmm
@rough sapphire I am not
2 is ok iirc
@undone berry Which one
@undone berry Does that make Johnny Depp a Disney Princess?
That was... 2 or 3?
the first one was pretty brave, that's for sure
2 I think
I mean, I didn't think about it until now tbh
He certainly acts like one...
god damn it
@plucky ridge Zing
is it the best disney movie?
The one with the gif is great
it might be
the explodey gif
"No, I don't think my dog should go into quarantine when we visit Australia. He's too special for that."
Twit
Lion King is simply nostalgia
i suppose
Nostalgia that I don't really have. It's just an ok movie


