#ot2-the-original-pubsta
652 messages · Page 28 of 1
i could not find a nice Gruvbox background, though..
It does
are we not going to talk about the fact that you are listening to imagine dragons
i have some gruvbox wallpapers if you need them
yes please
ill dm you
I suck at ricing linux lmao
@pulsar knot Imagine Dragons is awesome.
Chromium is weird
wait you can change the neovim window background image?
ok
You can?
no, that is the wallpaper of my rice.
oh so, transparent window?
thank you!!
translucent
yup. @lucid osprey
ah
That a WM right?
are you using discord.Client()???? 🤮
Probably linux
Hm
Arch Linux.
I make Lego guns
oi
omg arch
Qtile.
Cool
configurable with Python. absolute beast.
KDE is very beautiful but very resource heavy.
I am bad at coding
is linux mint good for beginners? I've seen a lot of videod of people giving good remarks on it and how its perfect for noobs in linux
It gets heavy, but its much lighter than it once was
Linux Mint is quite nice, yeah.
I'm downloading the iso atm
Linux mint seems good for beginners
I still need to find a usb
Setting up linux is pretty satisfying
hmm
Why'd you name yourself that
Try our completely object oriented couch multiplayer game Tails at: https://rymdkraftverk.itch.io/tails
what pc specs do u all have
watch this for context on how i got my name. @fading pumice
Lol
is says that the changes you make wont be saved if you are live booting. and that you need to make a persistent usb. how tf do I do that? I wanna save files
maybe
Pretty solid mid range, i5, 1660 super, 16gb ram, 256gb nvme, 1tb hdd
and prebuilt
nice
Haskell land.
Got it for 200 dollars off, best deal i've ever seen
Cool
i5, 8gb DDR4, 512 gb, Intel UHD 630
idk why my dad got it
anyone uses something called a persistent usb?
k
do you live boot into ur os?
Laptops are scams
Ryzen is good
Ryzen is nice
kinda yes kinda no
Maybe
When i build a pc RYZEN is cool
You can get some great value laptops
laptops are pretty nice, but i do not leave my house.
no but it’s a thinkpad so it’s marked up for no reason
mid-range laptops are awesome.
Ryzen 3600, 1660 6gb super, 16 gb ram
Yes
my dad loves thinkpad for no reason
Cool
especially if you install a light-weight Linux distribution onto them.
it’s like a family thing
Laptops are great for portable work
just to interject, intel alder lake lookin gooood
like Arch (represent)
yeah but some work better on windows
Laptops?
yeah
Linux runs much smoother than windows
Linux can handle high loads
I tried it and for my laptop it wouldn’t go past 2ghz
i view stepping outside of the terminal as a sign of weakness.
My ideal set up
Ryzen 5 3600
16 gb DDR4
RTX 3060
2TB HDD
240 GB SSD
also it has barely anything to do with the operating system.
it is almost entirely your resources.
Linux is really stable, probably one of the reasons why its used on high end servers
nice
Cool
ok
ok
An ideal setup would be a decent pc, and a mid range laptop for portable work
nah
depends depends depends
PC's are upgradable
yes
laptops too to some extent
Yeah, but its usually just RAM and storage
And if it has thunderbolt, you can attach a gpu to it
omg you realise that I'm gonna ||try|| to sleep after 10 mins right
yeah not sure what is going on with that guy.
Lol
this is me irl
Uh
actually
they kept randomly reacting to messages with the pregnant emoji

🪵
also me
I am not smart but I aint dumb
Lol
I ain’t dumb but I ain’t smart
isnt thunderbolt too slow for gpus
its usually PCIE
ah
it’s ok
Yeah, but how else are you going to attach a desktop GPU to a laptop?
speed right now is ok but you are connecting it to a laptop
Well, there are some laptops that can attach them
Willem Dafoe*
bottle neck
YESH THAT IS ME
Lol
more like neck on bottle
PCIE has way more speed than thunderbolt
Yeah it does
thunderbolt will mostly be a bottleneck imo
ok
laptops don’t have external pcie slots though
indeed
There are some laptops that have pcie as external i/o, right?
oh yeah
Yeah i saw the ltt video on that lol
to an equally priced gpu
but I don’t think that is pcie right
Its PCIe
I think
What else would it be?
hm
does anyone know some good minimalistic light colorschemes
Oh wait you are right
solarized light
It looks like,pcie
one light
gruvbox light
something other than gruvbox light and solarized light
the bg doesnt go well with my pfp
eh i didnt like one light much
breakers
I know another one wait a min
'sixteen'
i am checking it rn
eh both of the are really hard on the eyes
by light i just mean something of light contrast
Marina looks nice
and smooth
would not call it minimalistic, though.
anything good for the eyes?
like dull and sepia
like one dark basically
this is "miramere"
Hybrid Material
Forest-Night
they are quite nice, but the last one has kind of low contrast.
oh i have no clue. i doubt they exist in PyCharm.
sad
nvim is a terminal application.
yeah
it has no transparency, my terminal emulator does.
but i do not use it for transparency.
for transparency i use my composition manager, picom.
indeed
this looks very nice.
ooh
Oh that looks great, I might switch to that
i have like a million colorschemes.
i really need to make something that will allow me to basically mass-switch themes.
Lol
i have made my init.vim file more modular by sourcing the colorscheme from another file. i could probably store different colorscheme files and switch them out.
i suggest you start with something like i3. Qtile is nice, too, though.
Alright, thanks :D
no problem!
discoaeard
Lol
Ight, sure
Read the manual-
📧 applied ban to @native cobalt until 2021-03-17 19:31 (6 days and 23 hours).
congraulations you banned yourself
facepalm
Does anyone use ohmybash here?
need a nice theme
i don’t like any of the themese they have
@sturdy relic you were helping me with installing python3.9.2 eariler, do you know how to fix the _ctypes module not installing?
ok, this is the error i'm getting
ffs
i figured it out
i needed to install alllll of those dependencies
in short
this is what I did
sudo apt -y install build-essential
sudo apt -y install uuid-dev libssl-dev libreadline-dev zlib1g-dev libsqlite3-dev liblzma-dev libncurses5-dev libbz2-dev libgdbm-dev
sudo apt install wget build-essential
sudo apt -y install libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev
sudo apt -y install libgdbm-dev libdb5.3-dev libbz2-dev libexpat1-dev liblzma-dev libffi-dev uuid-dev
sudo apt -y install tk-dev # if you need tkinter
git clone https://github.com/python/cpython.git
git checkout v3.9.2
cd cpython
./configure --enable-optimizations --prefix=/opt/python-3.9.2
make -j 8
sudo make install
export PATH=/opt/python-3.9.2/bin:$PATH
ignore any library redundancy i just did not care
p-pi-pip install
Lol
Lol
He's building it from source
ik
Lol
Oh oof typo
:/
Lol
thought you were saying bye
My hand was on the keyboard and I accidentally pressed enter
Nah, it's only 10:30, I'm not going to sleep yet
well how else do you install 3.9.2?
istg if there's a way that i should've used
i will
uh
take a deep breath and realize I now know how to install python from source
Hi
Hey
pyenv
thats the best thing ever existing on linux for python
Hm, maybe install cython
eh, what happened
Maybe check this out @wide totem https://stackoverflow.com/questions/5178416/libxml-install-error-using-pip
This is my error:
(mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install lxml
Downloading/unpacking lxml
Running setup.py egg_info for package lxml
Building lxml version 2.3.
Bu...
oh nothing I just have three different computers that I installed 3.9.2 onto

Lol
so how does pyenv fail in that..
bruh
ye
Oh
heyy
dms ?
@tranquil ridge any ideas, lxml is still not installing
!pypi lxml
that
I guess, I'm not really sure what a good way to do it without threads is tbh
await sleep(0) does seem to be the way to yield execution back in asyncio though
so it looks correct to me
yeah i just mean, syntactically
you can always write your own way to do it
good job...I think?
building python from source? 👀
yep!
looks like it's on gitlab https://foss.heptapod.net/pypy/pypy
ah
Building PyPy is not the recommended way to obtain the PyPy alternative python interpreter. It is time-consuming and requires significant computing resources. More information can be found here:
lol
frick
when you are building cpython without disabling your antivirus
lmao 14 files 😂
oh~~
if you need help building cpython uh
ask me
I built it about 6 times today on 3 different linux distros so I have a bit of experience
no i don't want to own up to it
yes I did
and I apparently am supposed to regret every minute of it
@severe trout
sudo apt -y install build-essential
sudo apt -y install uuid-dev libssl-dev libreadline-dev zlib1g-dev libsqlite3-dev liblzma-dev libncurses5-dev libbz2-dev libgdbm-dev
sudo apt install wget build-essential
sudo apt -y install libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev
sudo apt -y install libgdbm-dev libdb5.3-dev libbz2-dev libexpat1-dev liblzma-dev libffi-dev uuid-dev
sudo apt -y install libxml2-dev libxslt-dev
sudo apt -y install tk-dev # if you need tkinter
git clone https://github.com/python/cpython.git
git checkout v3.9.2
cd cpython
./configure --enable-optimizations --prefix=/opt/python-3.9.2
make -j 8
sudo make install
/opt/python-3.9.2/bin/python3
so there's a bit of redundancy there but that's what I used
windows?
make[3]: *** [Makefile:837: Python/initconfig.o] Error 1
make[3]: Leaving directory '/e/python/cpython-master'
make[2]: *** [Makefile:527: build_all_generate_profile] Error 2
make[2]: Leaving directory '/e/python/cpython-master'
make[1]: *** [Makefile:503: profile-gen-stamp] Error 2
make[1]: Leaving directory '/e/python/cpython-master'
make: *** [Makefile:515: profile-run-stamp] Error 2
rip
AH
i want 3.10a6 lol
oh okay
then check it out to 3.10a6
lemme just
sudo apt -y install build-essential
sudo apt -y install uuid-dev libssl-dev libreadline-dev zlib1g-dev libsqlite3-dev liblzma-dev libncurses5-dev libbz2-dev libgdbm-dev
sudo apt install wget build-essential
sudo apt -y install libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev
sudo apt -y install libgdbm-dev libdb5.3-dev libbz2-dev libexpat1-dev liblzma-dev libffi-dev uuid-dev
sudo apt -y install libxml2-dev libxslt-dev
sudo apt -y install tk-dev # if you need tkinter
git clone https://github.com/python/cpython.git
git checkout v3.10a6
cd cpython
./configure --enable-optimizations --prefix=/opt/python-3.10a6
make -j 8
sudo make install
/opt/python-3.10a6/bin/python3
there we go
edited it to 3.10a6 for you
what distro, @severe trout
windows but on msys2
oh so wsl2?
no, i want an exe lol
👀
sudo apt install build-essential libbz2-dev libdb5.3-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libxslt-dev tk-dev uuid-dev zlib1g-dev```
might as well just make a script which fetches every package name containing lib from the internet there is and install every single one of them
alr i am out
lmao
these are all of the needed packages
thankfully half of these are dependencies
Added starship bash 
ooh is that starship.rs?
yeah
just using the configuration from their docs
too lazy to write one
and I wanna stick to bash
so this is the best i got
bash is ok
lol this is literally my whole starship prompt
cool
My starting notes for C++:
QOwnNotes hmmmm
yes
What should I learn next after class and obj, generators
I want to know more things like vector and matrices
use numpy

oh ffs...
How is uppercase R???
!charinfo 𝖱ick-pond
\U0001d5b1: MATHEMATICAL SANS-SERIF CAPITAL R - 𝖱
\u0069 : LATIN SMALL LETTER I - i
\u0063 : LATIN SMALL LETTER C - c
\u006b : LATIN SMALL LETTER K - k
\u002d : HYPHEN-MINUS - -
\u0070 : LATIN SMALL LETTER P - p
\u006f : LATIN SMALL LETTER O - o
\u006e : LATIN SMALL LETTER N - n
\u0064 : LATIN SMALL LETTER D - d
\U0001d5b1\u0069\u0063\u006b\u002d\u0070\u006f\u006e\u0064
MOTHERF-
sorry, replied wrong person
@daring jay @full haven
Go on
re: cloud hosting
there's several things which would be a red flag
how many users are there, what is in your /.ssh/authorized_keys file, etc
without knowing too much, you should be mostly safe, just keep a backup and don't put any keys on it
you can't know this until you get access to the server lol
Don't give them access to anything that has your token.
you're in?
depends
btw, is it linux?
yeah okay
he probably can
but i mean
just don't put anything valuable on it ¯_(ツ)_/¯
i mean
aside from that
!charinfo 👁
\u0060 : GRAVE ACCENT - `
\U0001f441: EYE - 👁
\u0060 : GRAVE ACCENT - `
\u0060\U0001f441\u0060
I love how my old system makes the world a mysterious place
lol
!charinfo ∅
You are not allowed to use that command here. Please use the #bot-commands channel instead.
its an 👁️
have you 👁️d yet today
wow
Can't you resize it?
I don't think resizing it a little bit bigger will hurt the quality that much
bruh
gimp
Ah
let me try resizing it
I wouldn't put an "and" here to keep the flow of the header
does it look good now?
yea, I was trying to see how text looks on the bg
@still spade do i know you?
Invalid user
I love/hate the situation here with schooling. Our final exams have been postponed and simplified, all grades for final years must be closed in a week, no one knows if more changes will happen and people are confused.
For me exams have been cancelled, and the exam boards haven't decided how grading will work, other than that it will involve some sort of teacher assessment
so we're just... doing stuff
but we don't know what we need to do
uhh school is going normally in the US
Normally is a way to put it (for Texas)
In Texas stuff weird bc of governors order and weather related stuff
oh I'm talking about NY
Teacher assessment is a really bad idea
Most of the time, it's unjust and unfair to many students
Because exam boards award marks, usually, on the lower bounds of a grade
I did come across this on several occasions, and it really hurts when you look at your grade and find yourself almost one or two marks away from going down a grade
There are also other extreme occasions where grades drop significantly, like falling from A to E for an example.
teacher assessments as in when students give reviews of teachers?
or tests?
When the teachers review student work and give a grade based on that work
You'll notice this in Examination boards, where your work is presumably reviewed
Actually, at the end of a school year, we were meant to fasten our work together in a large PDF and send it to our examination syndicate
We all received grades way below our average grades
The example I mentioned above did , in fact, happen to my friend
We then contacted the board, informing us, in the end, that they didn't even look at the work and gave biased grading
Texas be like...
my uncle lives in Austin it's not as bad there
well, it was an exaggeration to how they recently lifted all restrictions
what does all restrictions encompass
IIRC, everything
covid restrictions?
yeah
yeah that's not gonna end well..
We'll see
here in brazil we're kinda fucked
well, I had already gotten covid, so at least I'll stay alive for a couple of months. but I'm not in texas.
people vaccinated with coronavac have been reporting to get sick again
i'm still suspecting but
i'm 100% fine
on the upside, I could eat everything, even buckwheat
overpowered but
some people haven't got their senses back after it passed
sad stuff.
well, I still haven't fully recovered it to the pre-covid level
Anyway, does anyone know of some software for mass-generating labels/price tags/stickers?
I don't want to do it in Pillow
Maybe it's more realistically done with SVG or with running chromium in screenshot mode...
which country?
@shadow elk oof do you have taste and smell back?
there are people who got covid months ago and they still don’t have taste or smell
and apparently it’s causing brain fog too
Yes, close to what I had before
@shadow elk that’s great dude I’m glad you’re getting better
well, I've been recovered for more than a month
what’s worse is that my uncle is randomly making plans to go to Hawaii
During a pandemic 😐
@zinc vale To syntax: all lisp dialects aren't related to C (because lisp came before), and have totally different syntax. Smalltalk and all of its dialects have syntax totally different from C. There's another family of syntax used in ML, Ocaml, Haskell, F# and such. Lua doesn't have C-like syntax. Also Nim, Perl, Julia, Ruby, Erlang/Elixir. Rust has similar basic syntax, but has quite some deviations. So it's not as universal
Another question is what to consider C-like syntax? If you replace Python's indentation by braces and do a few cosmetic changes, it's pretty much the same C syntax.
But e.g. lisps or ML are totally different
what's the best way to grind out improving art skills?
well
When I felt like drawing I drew a lot
I would fill up my sketchbooks in a week
same way you grind out improving your coding skills tbh
You just do a lot of it
and also there are lots of tut in utube for the best practices
whats the diff btwn repo and dir??
leleeellllelllllllelelllel
.bm 819831134577754115
Your input was invalid: Message "819831134577754115" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
.bm test
Your input was invalid: Message "test" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
.bm google.com
Your input was invalid: Message "google.com" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
.bm 819855073739014205
yes ads
aids
all clear
6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.
she/he/he+she is new to discord maybe that is fake acc
@keen burrow check message history there is another ad
Sorry folks, that won't happen again. The rules skipped my notice!
neat!
it is a command-line text editor, essentially.
really fast, efficient, and entirely keyboard-oriented.
you talkin about vim?
(not posting this to show a rice, just showing because i am showing a person Vim.)
here i am haha
lol
well, thank you, I'm gonna try it 😄
nice background
it is entirely keyboard oriented just so you know. because of this, it has quite a steep learning curve.
but the pain is without a doubt worth it.
also where are the minimise,maximize buttons?
I think that's not a problem for me
this is my setup!
@twilit citrus a big plus of Vim is how configurable it is.
it also has a massive plugin/extension community.
why tf no one talks about it on the Internet haahaha
oh people do.
I wish I knew it earlier :c
how long have you been using Linux?
it's like a cult
can confirm. been apart of the cult for a good while now.
- it is a cult

lol
actually, I just installed ubuntu as the only OS on my pc just a few days ago, but I always knew about linux and used USBs running os on my pc
oh okay then. it is quite a common editor by Linux users. if you just recently installed it and got involved with it, you were bound to hear about it sooner or later.
thanks again
I installed vim 😄
you are on your way. 
is there a cool guide out there on the www? 🙂
hmm, yeah i could probably pull one up for you.
Vim has some of the best documentation out of any editor, ever. it is built-in, too.
hit Escape, and then type a :, then type Tutor
then hit Enter
oh no, don't worry, I'll search it ahaha
I tought that you already knew one
that will put you into VimTutor, which will teach you to use Vim.
okk
I just ordered mcdonalds
nice
Indeed
i uninstalled neovim 😄
congratulations
you havent met the gurkult yet 
sad
whats the difference between vim and neovim?
but still, thank you...
neovim is better then, right?
idk i haven't touched either
because I remember that neo motors are a fuckton better than standard motors
i love my guis ok
NeoVim is Vim but Neo 
@wide totem Vim and NeoVim are kind of on (semi?) equal playing field.
during recent times, the main difference between the two is whether or not you want the Benevolent Dictator For Life or not.
have all your dotfiles saved!!
I didn't have any, I was trying to install openbox to start ricing lol
Well, not yet, it wont let me start using it
The resolutions stuck at 700x600
Its a tiny unusable box on my screen
I've done everything, wont fix
Same thing happened to my manjaro vm, but i installed something and it fixed itself
pretty sure you need to install Virtual Box Guest Tools.
I did

Yeah, my sheer brilliance at work
simple mistake.
Lol
can someone link me the Python Docs on decarators?
!d decorator
decorator```
A function returning another function, usually applied as a function transformation using the `@wrapper` syntax. Common examples for decorators are [`classmethod()`](library/functions.html#classmethod "classmethod") and [`staticmethod()`](library/functions.html#staticmethod "staticmethod").
The decorator syntax is merely syntactic sugar, the following two function definitions are semantically equivalent:
```py
def f(...):
...
f = staticmethod(f)
@staticmethod
def f(...):
...
``` The same concept exists for classes, but is less commonly used there. See the documentation for [function definitions](reference/compound_stmts.html#function) and [class definitions](reference/compound_stmts.html#class) for more about decorators.
oh lol
I'll get the link for it, holdon
could you not have just googled? 🤨
Nvm
!d decorators
This appears to be a generic page not tied to a specific symbol.
huh

!decorators
Decorators
A decorator is a function that modifies another function.
Consider the following example of a timer decorator:
>>> import time
>>> def timer(f):
... def inner(*args, **kwargs):
... start = time.time()
... result = f(*args, **kwargs)
... print('Time elapsed:', time.time() - start)
... return result
... return inner
...
>>> @timer
... def slow(delay=1):
... time.sleep(delay)
... return 'Finished!'
...
>>> print(slow())
Time elapsed: 1.0011568069458008
Finished!
>>> print(slow(3))
Time elapsed: 3.000307321548462
Finished!
More information:
• Corey Schafer's video on decorators
• Real python article
yay
anyone has a decorator for memory usage measurement?
Lol
or, if you wanna be a nerd, htop.
so how do i access task manager with python?
Well, i don't think you can
You'd just have to get the system info yourself
i meant you boot up Task Manager and then look at your script's memory usage.
Yeah
but you can probably find memory usage with a module called pustil.
he is creepy
Hm
i was joking
ffs i read pitbull
fine, we will do this the hard way.
its in the standard library?
Lol
ive been playing with psutil, but it shows mem usage of whole file, i cant use that for decorator
!pypi psutil
Great
yep
face with raised eyebrows moment
@profile
def my_func():
a = [1] * (10 ** 6)
b = [2] * (2 * 10 ** 7)
del b
return a
if __name__ == '__main__':
my_func()
that is a lot of 1's in a single list.
Lol
oh, yea, i have that in my notes, but i couldbt use that with bot that runs code
!e 10 ** 6
You are not allowed to use that command here. Please use the #bot-commands channel instead.

Lol
.bm 819942348355534899
🤨
vibe
whoah
?
im on phone, this bookmark thingy comes in handy...
it says its based on psutil, you kmow how to measure mem consumption of 1 func only?
@profile
def my_func():
a = [1] * (10 ** 6)
b = [2] * (2 * 10 ** 7)
del b
return a
if __name__ == '__main__':
my_func()
it allows you to.
presumably, at least.
this might still monitor the whole file in the background.
i was thinking about using psutil to make my own decorator, yea afaiu profiler measures mem for that func only... ah, i guess ill have to dive in profiler source...

hello oog
Lol
ffs @rare moat is ignoring me
hello!
i want to run measurement on discord bots...
btw what is that char from your pfp?
ffs now i ignored you

also hello akarys
Hey!
just use sort()
today i learned if you have a list of file paths in NeoVim's terminal emulator, you can highlight it using v$ and then hit gf to open the file.

i would never have realized that since I don't have a gf
now that. that is cool.

why dont you just double click folder icon?
i entirely understood you, goo
@pulsar condor what do you mean?
its a terminal
Leaks 👀
¯\_(ツ)_/¯
👀 normally I censor name n shit but since you're present i don't see a reason to
👀
@keen burrow meanie
What did I do
Ah well, the close is scheduled for like 15m
ah
ofc it is
somehow mine always get left open lel
👀
brb counting how many i've opened
uh
like 11 threads now lmao
if not more
3*4-1
👀
that's confidential I didn't say you could say that
👀
no
is there a rule for joining VCs? is it okay drop by and listen in as long as you're on mute?
Check out #voice-verification
it's fine, i do the same
Did not see this, thanks!
oh that's great
@lucid girder streaming?
no
Okie
It's 7am
I woke up 3-4 hours ago
Ok betteer
Oh
Nah, he doesn’t
use chrome..?
lol
pretty sure mac shud have suppport for chrome
or just use firefox it has plugins too
It has
are u in canada
what does this mean?
u are trying to use another thread, but it's not available im guessing
I am trying to browse a website
why does that website need another thread ??
I don't know
btw, have you guys tried microsoft authenticator + password manager for android ?
sorry, no
i dont have an android device
these browsers work everywhere
idk what ur saying, but i use chrome as my browser
this is website error, not your browser error
"SQLSTATE" means database error because SQL
Please give 2 min of time for this survey 😁
It's for a public opinion for a project, to pitch for investors
https://forms.gle/z2TGcdMtRCz4nhT89
HEY I KNOW THIS OT NAME
Cool
man they cycle through fast
I don't :D
It appeared before?
.status cat 302
.status cat 307
Both are redirects
But 307 doesn't fuck with the method
Ah yes
So if you made a post request you make a post request
Cool
Whereas 302 you made a post request you made a get request ffs.
Lol
im hr
👋
gd
wyd
Bye
Wait is there no slowmode?
Wow
i have decided to install Arch.
wish me luck boys
Huh
ye
.status cat 302
302 may change the method
so if you make a post request and get a 302 response
you might be making a get request to the new link
whereas 307 does not do that
.status cat 999
😦
.status cat }
Your input was invalid: Converting to "int" failed for parameter "code".
Usage:
.http_status cat <code>
shh
im stuck at 9 guilds for my bot https://cdn.discordapp.com/emojis/739614945045643447.png?v=1
Yesss cat
.status cat 401
.status cat 404
oh boy
what did you fail on this arch installation you tried?
i mean if you follow a yt tutorial step by step i dont think you can fail
idk
i mean if u do the manual partition u kinda need to know what ur doing
.status cat 413
lol
.help status
.http_status
Can also use: status, httpstatus
Group containing dog and cat http status code commands.
Subcommands:
cat <code>
Sends an embed with an image of a cat, portraying the status code.
dog <code>
Sends an embed with an image of a dog, portraying the status code.
bruh
.status cat 307
.status cat 302
.status cat 505
pretty sure I downloaded a corrupted download.
Didn't verify checksum :clown:
is alright though, I had no important files
Right now I'm coming back to reinstalling windows as I will be dual booting it
ah that sucks
ouch
which link/mirror?
.status cat 400
.status dog 400
lol
!pypi requests
holy fuck 14m downloads per week??
same
Yes
gimme link!
me and supermazingcoder are doing it
cool
hmm
https://pepy.tech/project/piston-cli Is this true?
Check the download stats of piston-cli library. It has a total of 15521 downloads.
dayum
Checking
Thought so
ohhhhhh
Ooooo all the names changed to food!
damnn
now I'm hungry. I see "pancakes" in available channels, I want pancakes!
lol
why do i know this is not true
i wish it was tho
0-o
don't use this lol it's unstable
i'm working on something much bigger
why are all the names food
Somebody fat fingered the markdown
meh it looks very unoriginal, lemme goto #dev-contrib
I think that's going to be the breadcrumb for the current page
ye I got it cleared 😄
Ah cool
EG how https://pythondiscord.com/pages/resources/tools/ is a bit more complex
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
is someone really good with grammar? I got a question
Examples of behavior that contributes to creating a positive environment include:
-Be kind and courteous to others
-Using welcoming and inclusive language
-Being respectful of differing viewpoints and experiences
if the 2nd and 3rd point is in present continuous (ing) shouldnt the first one be
"being kind and courteous to others"
hmm
That's a good spot, I think the first point should read "Being kind and courteous to others"





