#ot1-perplexing-regexing
1 messages · Page 524 of 1
LOL is he working as a dev @quick ledge
idk
wait really? That's the same way I found out where the python bot is located 😄
you dont know about yourself
hahaha
127.0.0.1, like all bots
oh, Im a student
ahhhh
lol not like I dont goto school llmao
haha I know
local schools dont teach computer science
until 12th they teach powerpoint,word and excel
and input and output devices
@quick ledge You are in a certain grade?
not true with all schools
what really?
in fact, that's not true with most schools
in my old school it was like that (until 11)
usually, you'll be able to choose CS as an elective in 11th grade
then I moved back to india and in 9th they teach html
but they suggest to use notepad.exe cringe
back to INDIA?
yes, I lived and studied overseas most of my life
k
they teach c++ in my school
yeah cbse
i want to learn c++
yea
and were in the same school as well, lets see what lang I get
the books I checked were from 2017 btw so 2020 python?
also I saw about mysql
they changed the curriculum
oof
I mean, they teach python now
although, I wouldnt be surprised if some schools still teach C++
my brother has C++ classes
i wish i was college, im stuck in junior high school
wait same
yeah same
is 9th considered as junior high school or is it 10th
o i c
lol
c++ is good
CBSE just sucks. it focuses so much on rote memorization
Toppers in my class knew shit, all they could recite was the whole book
ikr
holy shit did you just explain cbse in a nutshell
syllabus is pretty dumb
except mafs
my cs teacher this year was not happy that I went beyond portion to make our project
wtf should they be proud of you for learning new stuff
i made a django website while the rest of the class made the same hotel management thingy that everyone's been doing for school projects since the beginning of time 🤡
she said there wasn't enough stuff that we learned in class
what in the world...
the cs curriculum is pretty rudimentary, they teach in 2 years what you can learn from a 5 hour freecodecamp video
and the fcc video would be better
If you want venginence report your teacher to the school administration
for giving outdated stuff
report the teacher to the manager
lmao
and then you realise, the manager is the teacher
but the prescribed curriculum is what is outdated, the school is just following what the board says
i can't really fault the school too much for it
agreed
like in myanmar
lemme see what I can do
(jokes
)
fuck
time to run
if you really think about it, its the CBI
and interpol
meh FBI is like a local police station for parking ticket fining compared to interpol
I wish...
wot is that
stonks
Suddenly discussion becomes WSB
hey you guys know how you can slice a list in python like this:
new_list = old_list[3:]
does anyone know how to do that in java with arraylists?
I wonder what is up with the off-topic channel's names, is there some algorithm behind this...
I think they are simply picked randomly and won't be used after the next iteration
Add or list items from the off-topic channel name rotation.
ooooooh nice
good find
maybe we can build an AI that can come up with punny names
the AIs are my friend
and promised me they wouldn't steal my niche job
when you advertise in a warning for advertising
I found Honey didn't do much for me
Microsoft Edge?
Sony actually
yes
I'm a fucking idiot
In multiple ways
I had brave shields on on my school website for a few months and finally figured it out. Turned It off and now I can use the website.
Like
I had to do workarounds to open all assignments
Tuendf off brave shelids for the website and suddenly it'd all easy af
What did Shields have to block though that it broke the site
Ahhhh
yeah
This is mostly meant for staff, but did something happen to bisk?
Oh
...
In all the times I have asked what happened to bisk, I never thought to look if they were online
just do @gentle moss hey where you at?
or i will, apparently
(╯°□°)╯︵ ┻━┻
…
why does #ot0-psvm’s-eternal-disapproval have slowmode
and this channel doesn't
waiting for that mod to read that and be like "I can fix that" and turns it on for this channel
like please don't
Yeah, their account is idle
code golf for the hidden "eggs" aka bugs
I tend to find to bunch my messages together in slow mode
I don't really have a major gripe with it
Fair
gets muted for spamming
mods if you mute me, I'll realize I am abusing no slowmode smh
.topic
Suggest more topics here!
sigh
time to open that google form instead
wait
it's different for all channels
cya be in #discord-bots
Do you think there's a way in which Discord could handle bots better?
yeah
don't make the stupid slash commands and try to rush it
Anybody have an official windows 10 2004 download? Been trying to compare-verify mine forever and Microsoft support is no help
They don’t have sha256 hashes for previous releases available
In Haskell, the category of all top-level types e.g. Int, String, you name it, would be Hask
yes
Given some arbitrary function
f :: forall hask. hask -> hask -- Endomorphism
where morphisms represent functions between types and functions are represented by the same morphism if for all input values they produce the same output values, even when they are different functions
i guess what i am asking is what you mean by type level
Likewise, if you apply the same concept to some other higher-kinded type e.g. cat hask can be a member of Hask still, since cat is any top-level higher-kinded type
f :: forall cat hask. hask -> cat hask
But if you treat the universe inside of cat as another category, you'd be able to define the notion of functors and friends
It's kind of the same relationship that Python has with metaclasses
The type class is an object of itself
Hewlo
classes are types, and types are classes
I've yet to try and write my own typed language but if I do I'd probably follow through with higher-kinded types first
what do you got for this logo ?
because i don't really pay attention to pings.
nope. just kinda doing other stuff.
It has been a while
started getting too loud in here.
Honestly, it calmed down now that we aren’t on Discovery first page
woah
Isn't it pip install git+<link> ?
well, that gets me the old version 😦
hmm 🤔
well then i think you should manually clone the repo and run python setup.py install?
but i dont know if that makes a difference
wait
you want to install a branch right?
yeah that should do it then
git clone linktorepo
git checkout branchname
cd reponame
python setup.py install``` @strange musk
How would you even go about creating a completely new language? Seems like no small task.
@deep siren nowadays the easy way is to write the language in an existing language
Could someone recommend me a product/way to, be able to switch between my inputs and ouputs quickly on my monitors,
I have a laptop with a single hdmi out, same for pc, I am wondering how I could have double external monitors and be able to quickly switch between the inputs
so I guess I would need something that could split a hdmi signal to 2 hdmi outputs, and then also be able to do that with 2 inputs
Language design is hard, yeah; although I'm quite fond of LISP-like and ML languages so most of what I have planned is based on there
In terms of writing proper compilers/interpreters though I have the choice of compiling to bytecode or using LLVM to generate machine code for me
There's also the choice of compiling to JS
So you might first design a language conceptually, then draft a language spec, then write a parser in an existing language that generates some intermediate representation?
I don't know much about LISP, other than it used to be popular in the early days of AI
and that emacs was written in lisp
I mean, the first time I wrote a AST-evaluating LISP I kinda just bodged it together
If you are interested in how to create programming langauges, I acnnot recommend https://craftinginterpreters.com/ enough
It is an amazing free book
It's a very pretty looking book
thanks for the link. i plan to create melon lang
in the next 20 years or no xD
I feel powerful
wait... 53 days... 53rd streak... non stop coding your project?
Yep
thats amazing 😮
50 days of backend programming afaik
Let's see
Yup!
I can't remember those other 20 days though
Oh, right, my old site which was pretty meh
i cant wait for summer to start. i want this sem to end already
then i will do a streak like that again
I see your commits
i think when i learned python, i did a four month streak
but that was meh, since what i have learned evaporated to thin air because i did not do any projects
I tried making it as coherent as possible, even if it meant rebasing a few times to make sure that commit names were mint
Oh
I spend more time writing commits than I do working on smaller chunks of code
I wish I was kidding, it's a plague
btw can you descript what you're building?
Same here
akarys is also working on that @solid pollen as You said ?
@brazen ingot followed u just in case
42 probably
True that
anyone can help me in configuring irc
Anyways, gonna work on the repository view cards for my site
ihave erc
Be back in a few
you need a client
I have ERC
o
Oh but why ? what thing did you liked in me? can you explain?
The one thing that is bugging me is the password setting
ask in the irc discord :thonk:
making your own personal website is part of the portfolio by itself lol
I swear I'll finish my site one day
aha you don't know your life 😭
nah i follow people which i find useful in the war between lemons and cucumbers
Oh cool 😄
life is not an object. it is an singularity
link?
/s, that was a joke, sorry
ok
I'll probably try get back to some projects in a few weeks when the holidays starts
ah Thanks So sweet of you 😄
man i think i wanna try Automa.jl package and make my own parser hmm
I doubt I'll start any of the big projects I have in mind then though, I'll just do a few smaller things
reason i did not do any big projects is because i am discouraged because my idea is already implemented or made by other people
turns out u dont need to lol
I wanna try creating a CellProfiler in julia
but i cant do experiments with that if i am on a Intel pentium quadcore with 4GB ram
xD
Who has heard @lemon pep8 song?
me
@mild abyss How did you see my profile ? btw where did yo find that
you*
you connected your github to your discord account and made it viewable?
lol
lmao
uwu
Man that's nice
Your card is broken
how
Hey pure, did you test piston-cli on NixOs, super told you were going to ,,,
irc or discord?
I can try, but not until I update my channels
Which I only do weekly
Because breakage
Yeah, no hurry at all.
Here's what it'd look like with the description; I'm also using fontawesome icons although I have to move to codepen if I want to use it
That’s cool
why is ur site unsafe
SSL cert I'm too lazy to change
It is too wide to have the stars on one side and the commits on the other if you ask me
I will, one day
Not using certbot smh
Yeah, that's a side effect of using w-1/2 lol
where did u get the domain
namecheap ig
Porkbun
justin?
It'll be roughly around this size when paired with other cards, should I place the stars+commits together instead?
no, that's cool
That should be fine like that
The cards should also hopefully be responsive on a mobile view
yea
e.g. instead of a 2hx3w grid, it'll just be a long boi
Unless it's a tablet or something chunky
Although ultrawide screens are my bane
I don't know how those look like
awesome
give pure functor a colour
the name of the repo
and put commits after the commits sign
star is pretty self explanatory
You should add the language
+1 for rounded corners

AUR package
oh
:/
thanks
no i dont know how to put it on fedora's pakcage manager
you can install it through pip
!pypi wand-cli
any source code? so i can compile it on fedora
give pure functor a colour
@mellow spire I'm keeping a flat colourscheme for my site
and put commits after the commits sign
That's a great idea, thanks!
You should add the language
@solid pollen Gotcha, although that'd be in the near future
I am mostly adding piston-cli support for fedora, will let you know when it comes
Tanx!
https://github.com/Shivansh-007/piston-cli/ This is piston-cli if u dunno,
it does
but dnf is literally yum
it's like
umm

ah
i c
and harder to use
i am kind of bored of this project so idk if i will be interested in adding it though ¯_(ツ)_/¯
U have to ... 😠
am thinking about making a audio visualizer in rust for now
ah rust..
i dont even know how am i supposed to record audio
maybe that could be fixed if i use python with rust 
get the input from python do the processing in rust
cursed?
¯_(ツ)_/¯
i dont know c++
wait, its hard to use python inside rust, though the reverse is really easy

C++ is better than rust for several reasons:
- You're free in C++
- There's no goto in rust
- Variadic functions
- Templates
and it's hard to impl them
What wait
C++ is better because they are gotos?
i use goto quite often
👀
.xkcd 292
hello
elo
h
...
how did you remember the number
hELLO
hello @runic wigeon
Ultra mod power u know
😉
I know some of them 😄
i think i can create a temporary wave file buffer from python, and use that in rust
wait that wont work
Ah, that's reasonable
what about 2020
(o_o)/
from google
where do I find the location of where a module was installed?
pip show modulename
why is bash so weird

u end a case with esac
and if with fi
but loops end with done
shouldnt it end with elihw?
bash is not the most sensible language ever to exist
lol
hello darkness my old friend,
lmfao
I can't even read the code because of the yellow highlighting
i've come to talk with you again.
Left its seeds while I was sleeping
OwO
And the vision that was planted in my brain
Still remains
smh my head come back to me when python can x = x
Within the sound of silence
oh, can it be?
>>> x = 5
>>> x = x
gg ez

as a definition
not as an assignment
declaration
intialization
definition
whatever u wanna call it
How do we view cpython jengerated code?
:|
Or jenerate it
I fix
*fixtion
😢
Prelude> x = x
Prelude> let 2 + 2 = 5 in 2 + 2
5
Prelude> x
*busies*
Interrupted.
Prelude>
nooo, it doesn't have themes!
def _css(self):
"""css template will later allow to choose a colormap"""
css = [self._css_template]
I need it now, Cython 😢
@gritty zinc how do you generate xypthon code?
See https://cython.readthedocs.io/en/latest/src/quickstart/index.html. I'm literally just getting into it myself.
also, note: Cython != CPython
CPython is the Python implementation you're probably using, Cython is the above (a way to write on a certain mix of Python and C that's then compiled into C code for, in many cases, huge performance gains).
Ah, what is the huge difference?
lies
well, at least it should be able to optimize stuff
that's an incentive for writing pure functions
python and functional are pretty incompatible
i mean you could do it i guess
but
it wouldn't be fun
there's a reason lambda syntax is almost intentionally awful 🙃
imagine not being able to update all of your applications + your system in a single action while still using your machine
windows must suck
/lh/hj
Imagine having to actually update your system manually
i prefer it
i don't like it when things are complex and bloated but i also don't want things to be hidden from me
also my os is rolling release so
it would be updating constantly
which isn't necessary
Imagine using nightly/alpha builds so you're constantly updating
I really don't like having to do chores to keep my system up and running securely
i mean
if you are really so averted to doing it manually just set up a corn
cron*
i don't see the problem 🙃
If you do that in a rolling release, your system will eventually break (maybe void linux won't actually, didn't test that)
o?
Arch wiki specifically tells you to check forums before updating in order to not break your system
Suuuure
and whenever it isn't i just reinstall
i've done it before and i'll do it again
it takes like 5 mins
Well, I will admit I don't check either
when u spend more time trying to get ur system to work than actually doing work
i don't tho
that's for windows users to worry about
🙃
trying to set up gcc/g++ on windows
literal hell
Use clang
@graceful basin I run sudo apt update whenever
debian != arch
Do you also run apt upgrade sometime
lol
Wait. What
O no
You mean update doesn't update
Excuse me while I go run upgrade.
lmao
I do wonder why that's 2 commands
that's why you gotta run it before installing something cuz you wanna have a fresh cache
i thought that since they integrated all the commands into just apt they made it so that it apt updates automatically
maybe not
i forget i haven't used any debians in a while
too many things to type
It is possible
I don't wanna say I'm dumb but it took me 2 months to turn off brave shields to fix a website that I visit for 6 hours a day
kinda annoying
I have no way to check
nor i
oh yis
%%cython
import numpy as np
cimport numpy as np
DTYPE = np.int32
ctypedef np.int_t DTYPE_t
cdef class RandomGen:
cdef np.ndarray arr
cdef int N
cdef int index
cdef int low
cdef int high
def __init__(self,int low,int high,int N=10**5):
self.arr = None
self.N = N
self.low = low
self.high = high
self.index = N
cpdef int next(self):
if self.index == self.N:
self.arr = np.random.randint(self.low,self.high,self.N,dtype=DTYPE)
self.index = 0
cdef int res = self.arr[self.index]
self.index += 1
return res
when i did use debians i always had aliases for the shit
what language is that
random number generator using Cython and numpy.random for being about ~3 times faster than random at one number at a time
Cython

# ~/.bashrc
...
alias install='sudo apt update && sudo apt install'
```etc
looks cursed
...
interesting
$ install discord
```or whatever
$ install rustup
i did not have the intention to make 
well yeah.. just for fun
ping him and get him to add that cursed sht
he already knows lol
who
that is fuking cursed
and he is there so yeah
who is gurkan?
?
ahahahha
kernel 5.11 is out i think
apparently it contains a way for wine etc to translate win syscalls to posix syscalls which is nifty
idk
too bad it isnt arch its just sudo pacman -Syu in it 
i use windows btw
Does anyone know how to open a password protected .zip file without the password
is there some tool like wget for windows
that is pretty useful
(tag me if replying)
You can run wget on win10
tysm
Is Debian the new IE?
coz Manjaro is on linux_5.10 something and Debian is on linux4.9
And I don't see a newer version
Best programming teacher ever
so what that C or C+?
from flask import Flask, request
from rewrite import Org, User, BadUserCreds
org = Org.signup("qwerty123")
app = Flask(__name__)
@app.route("/protected")
def protected():
try:
user = org.auth(request.cookies.get("X_AUTHRIO_Key"))
return f"User {user.id} was created at {user.created}!"
except authrio.BadUserCreds:
return "Invalid/outdated api key passed!"
@app.route("/signup")
def signup():
try:
user = User.create(org, request.args["password"])
return f"Created user {user.id} at {user.created}!"
except authrio.BadUserCreds:
return "Password too short/long!"
```suggestions for api layout of `authrio`?
I like protonvpn since it has a free tier
all vpns are bad
protonvpn is the least bad
as long as you chain, sure
not as in speed
as in security
Aka most secure?
yep
from what i can recall anyway
ive never needed a vpn
just researched em a decent bit a while ago
whats the point though
they have your identity
pretty sure nord has basically yearly server breaches
and theyve shown to keep logs
proton is the most secure so if you have to use a vpn, use that
but why tor if your using a vpn
how so?
force https then
force https like tor allows by default
what browser are you using
use something better
its not
not as good as firefox
other crap -> the chinese one -> chrome/brave -> chromium -> firefox
less shit on it
depends if you want google or not, which i dont
you can still have it on chromium
i just dont want extra bloat im not using
its connected to all the google services which i dont want so theres no point installing extra stuff
and also its proprietary which is a concern to some people and means that itll be open to more security breaches then the oss its based upon
brave is just generally worse, i forget why but something about them selling ads and a couple security breaches
so no real point using it
firefox works fine
thats pretty shitty
for a privacy focused browser they sell personalised ads?
must be personalised
no matter what you search?
ah hm alright
is it opt in?
or opt out
huh i support that thwen
uk
old cert also so no cache weirdness
rip
ive not really been on a site thats not https in the last year
ah ive got https everywhere lmao
lmao
yum shitty isps
uk ones dont really care
all they do is price fix a bit
"compromise your device"
codeword for they got payed to do that
yeah
they redone the ui a few years ago and it improved a ton i remember
i think its the fastest browser atm? dont quote me on that though lmao
yeah
at the time of the ui redesign there where a few benchmarks that said it was
yeah they probably are
especially firefox/chromium
i remember using chromium a bit ago and thinking "huh suprisingly fast"
lmao yeah
ive never really had a problem with it so i keep using it
yeah
i wouldnt trust any proprietary browsers even just due to security
i support the use of firefox and chromium because they seem about as good as each other to the point i dont really care sorta thing
but i think chromium destroyed adblocking a while ago didnt it?
Brave is based
Yeah
I use brave for school lmao
Firefox is my normal browser and I do school stuff in brave
Reason: they have control over chrome
But brave, nahhhhh
Same
so apart from getting cool tshirts no point
Quick what password manager
For how long
i think a year now
Mf
*my face
I used last pass for the last year 😔
Within a day of finding out that last pass was changing their shit
I moved to bitwarden
yeah
since 2019 bitwarden has been the best
in terms of security at least i think?
i mainly went to it due to their payment system
very easy to use for free- not many limitations
You mean their non existant one
i know they have some limitations
but i forgot because ive never ran into them lmao
I think Brave, at least, didn't implement the adblocking stuff
(Or will not implement)
Right
Chrome might have (or will)
I have heard about features taken off Chromium, for addition to Chrome itself
Pardon my French because I hate chrome
No worries
I do too
I use Firefox, but there are some features in Brave that I wish have been added to Firefox
There's one thing that bugs me about firefox
Not enough to make me switch
But I have bugs with window management
I have to press it around 3! Times to open a window
But because the android app is really nice I love it
I think there's one thing that all browsers could add but I figure they never will
Integrated password manager support.
Where instead of Firefox suggesting lockwise, it suggests from bitwarden
Basically a password manager api
@rough sapphire
@vestal briar wut you use on mobile?
I imagine they could, yeah
But yeah, they never will
Not because it won't be good
But I feel like there's the mentality of "not broken; don't fix"
"Bitwarden already works"
"It can auto-fill your passwords already"
Well
It would be a great deal for some password managers
But why would Google want to move away from being your password manager?
firefox
Same
Fair
thank you for these profound words
i will deal with it by working towards making it more fair
:)
yup! 'life isn't fair' isn't an excuse to be unfair in your own actions
this video has the best like/dislike ratio I've ever seen.
It's so good it has less than 0 dislikes.
couldn't be, look at the bar
in a typical video there's at least 1 pixel if there's a dislike
Did you change a variable of some sort?
hold on
Otherwise, you had to have edited the text and the bar value
And if that isn't the case ...
Someone else is cheating 

I thought the number of dislikes was always a natural number
also I just came back to that video, the original image is hours ago
meaning that the dislike count is the same (at least for me)
something's wrong, I can feel it
Am I allowed to give you the video just to see if it does the same for you?
Not accusing you of lying, just confused
All I do is make my own autoclick script in interactive Google Doodles
I am wondering if the server does not allow sharing of youtube videos.
At the very least, it can also be zero.
https://www.youtube.com/watch?v=ESoYiBnZb88&t=6s here's the video (sorry if I am not allowed to share videos here in advance)
Thanks again to Fujitsu for making this video possible! I have links to where you can buy this keyboard below.
I was so excited to get my hands on the Happy Hacking Professional Hybrid Type-S and see for myself if it deserves the hype behind it! In my opinion, I think that the typing sounds are awesome but you'll listen for yourself and see w...
it has -2 dislikes to me
Ok ill watch it later
ok
someone else spotted it in the comments.
just confirmed it with another computer*
found an explanation from someone: https://www.youtube.com/watch?v=GkwyHDLHIfs
The Video With -145 Dislikes... (Explained)
.....
▶Youtube growth tool - https://www.tubebuddy.com/infurness
▶Get more views! - https://vidiq.com/#_l_mm
▶BEHIND THE SCENES AND MORE! - https://behindthescenes.thetekkitrealm.com/
▶Facebook - https://www.facebook.com/Thetekkitrealm-125883078813132
▶Last Video - https://www.thetekkitrealm.com/latest...
apparently if your account is marked as spam, disliking something does not count as a +1 in the counter
but if you undislike it, the counter goes down anyway
so it's an error in the source code of the dislike button
and if you dislike it again it doesn't go up?
yeah, kind of like that unsubscribing issue from a while back
which made people get negative subs.
so one person could just farm negative downvotes
maybe
scuse me building a bot to spam comments and downvote everything so i get an account marked as spasm soley for educational content videos
spasm
I'm just gonna leave that
hol' up
(and I'm entirely kidding, not doing that. The entire thing)
anyway, that was really sudden.
if your channel is considered "spam" by youtube's algorithm, your likes and dislikes don't count.
you can't know if you are marked as spam though.
wack
Wym python ain't skynet it is
Can't decide between doing pagination or overflowing contents for my site
This is what it looks like right now, on mobile views that collapses into a single column with multiple rows
My problem is basically getting scroll-snapping to work consistently, on mobile at least, if I do overflows
Likewise, I can do overflows on the desktop view, but that also means refactoring the scroll-snapping behaviour
ooh
It looks alright
The order they're put in determines the shape
I can do some interesting stuff given that behaviour
There I am
Nothing , ankith was telling Python is too slow for comp , and then hahastinkypoop solved a problem he sent him with Python
I mean, it is still slow even if hahastinkpoop manages to solve a problem
stinky*
lolsmellyshit is also an alternative @acoustic moss
Still , I disagree
It heavily depends on your algo
bro, python is slow
you guys would never understand, I am not saying my algo is slow because of the language
but, i really like python cause there are tons of good functions
Doesn't mean it's impossible to do problem solving
just that generally, python is slow
I'm not telling Python is the cause
i mean there are functions in C++ but...
true, but not as slow as people think it is
but still, python is sloww
Slow , but as hahastinkypoop said , not SO slow
compared to other languages, yes
just cause you did
i = 0
while True:
print(i)
i += 1
and the numbers are printing 100 in1 second doesnt mean its faster
Well , to a point , C++ is much faster than Python , but as the problem gets more complex , you'll realize that the difference is not much , in some cases it's hardly 3 ms
I thought python was fast too when I ran this thing, but then I did the same in c++ and damn!
CP is meant to test the efficiency of the algorithm you come up with, not the efficiency of the language you wrote it in.
noone is getting my point lel
Yes, but it takes so much time
u know
but efficiency of the language influences the efficiency of the algo right
yesss
Well , to a point , C++ is much faster than Python , but as the problem gets more complex , you'll realize that the difference is not much , in some cases it's hardly 3 ms
the vice versa of this is false and I agree
no? the algorithm itself has nothing to do with the language
No, not the run time, to solve the problem without having those function that are available on python
like heapq
really good module
slow language will affect the algo and also on how much time it takes to finish running
im talking about the runtime
C++ is faster than Python.
Completely wrong
O(n) in C++ is O(n) , and in Python is O(n) too
yes
no, you're talking about asymptotic algorithmic complexity 😛
what if you put a thousand values in an array and do the same for python and c++. which will take more time?
python = ans
For simple problems, like printing something it's so much faster
for something more complex , the difference get's lower
I tried that for dozens of problems
what about memory management
imagine iterating through an array in c++ and the same in python
its gonan take a lot of time in python and less time in c++
!shhh
✅ silenced current channel for 6 minute(s).
!silence
❌ current channel is already silenced.
!pban 748371863377412098 Spam
:ok_hand: applied ban to @rustic dagger permanently.
!unshh
✅ unsilenced current channel.
thanks
@acoustic moss whats your opinion
y0s
o hai
yes
The difference is hardly recognizable . Because you're just adding the values of the index
but there is a difference isnt there?
Dude, why are you struggling to say python is equal to C++
that's not my point at all
The point is you're worrying about runtime before worrying about complexity
An O(n^2) algorithm in c++ will be slower than a O(n) solution in python for large enough datasets
And really, trust me on this
The more complex the problem
The less difference it has between languages
hmmm
I'm not saying they are equal , I'm just correcting you guys
lets just agree to disagree
its supposed to be the reverse way, but mmk
🤝 ok guys nice talk 😄
Well , I tried to correct you , and you are disagreeing
Reverse in that way?
correcting who? me ? what am i saying? i'm saying C++ is faster than python and ur saying it's not ? nah
Issue Closed by MrNil
Not you lol! Ankith is saying problem solving with Python is impossible for some problems
And I'm disproving that
no, reverse way = we correct you but you still keep on talking because you cant accept being wrong
i never said impossible, its just gonna be difficult COMPARED to c++
I am still talking because you didn't even try doing it
I will send link to the codeforces
Not really . You won't need a different algo for each
An algo in C++ would work with the same algo in Python , maybe in a different way
yes it will work! but wont it take more time to finish running?
^ yes
And that time is ignored in 99% of the websites
hahastinkypoop already solved that 😐
except codeforces, which is what I sent in the beginning
I'll give you this, the same algorithm will take more time to run in python than in c++.
possibly
thats my point
but if you don't get the algorithm at all, that's irrelevant
And I'm saying the difference gets lower as the complexity goes higher , so both would have the same algo and both would work
lets forget that I submitted stupid code into codeforces and talk generally
ok maybe
@twin charm I've tried that on so many problems I've solved , so I'd tell you that , you decide to agree or disagree
I decide to stop talking gtg 👋 😄
Okay bye !
the number of hs affects the duration of the mute afaik
I need to submit a new pr
o really?cool
@jolly tinsel Hi Ledger! 😄
@brazen ingot you said you use vim right
do you?
I have a doubt
anyone uses NERDtree as the file explorer thingey in nvim?
how can I set the defauly directory as the file I just opened
right now its showing all folders in cdrive and not the python file's folder structure
ohk
Yeah, as @acoustic moss said, the number of hs influences the duration. It's 2 minutes per h with some maximum.
@acoustic moss how do you know this classified info 👀
lol nice
¯_(ツ)_/¯

nvm I got it
YOO, it looks like 🔥 now
been inspired by a rickroll haven't you
yes, the file i opened is @shadow jetty's project on github
holdon, why did you think that
15 minutes iirc
can we alias it to !ZA WARUDOOO where the O's are the duration 
It’s all in the source code
Pretty interesting implementation
See try_silence in https://github.com/python-discord/bot/blob/master/bot/exts/backend/error_handler.py
Hahah or just learnt through asking or seeing it in use
I see
i have an improved color version of this somewhere, but it's a bit slower to render
hmm
i init the colors manually to make it look better
its pretty kewl 👍
lmao @viral parrot sent this same video yesterday.. awesome!
i should have updated the terminal movie projects, but i'm lazy






