#ot1-perplexing-regexing
1 messages ยท Page 564 of 1
Wait
How old are they?
who?
pandas?
idk about this gif, but I've seen gifs with adult pandas behaving like that as well...
so I just went with "all pandas are children" and continued with panda reproduction
๐
Heya
yeet
lmao
it should've been !yeet everyone ๐
lmao
Anyone who plays rocket league ps4?
When no one responds in ur help channel: https://tenor.com/view/crying-black-guy-meme-sad-gif-11746329
ayyyyyy i'm finally honored to witness @lilac badge
Finalllly
I once saw a completely hairless one, once. Mange, I suspect, poor thing.
I had a hard time working out what I was looking at, at first.
hmm
Heyyy Fellas!
howdy howdy
you are welcome btw ๐
i was looking for a discord auth library for starlet, and the second i started looking for it, fisher starred it
ty ๐
@languid flume server for js: https://discord.gg/ncBdedtE
Thanks brother, i only use vanilla JS, and i have a little experience with D3.JS but its alright.. thanks man ๐
well i have been trying to find it, thanks
Just so you know, they do have a vanity
What Category does competitive programmers falls into?
what are the categories

categories of this? #409692123944714240
๐ Noice. Is it because of your website
@inland wolf @tardy rain
I meant there are competitive programmers, normal programmers, ...
bruh what
why would u classifiy them like that
I wanna see how many types of programmers there are
just the one
yes
the programmers
the amateurgrammers
and the beginnergrammers
its not that useful to put programmers in categories like that
if theres a "normal programmers" category does that mean "competitive programmers" are superior?
people already complain that webdev isnt "real" programming in social media from what i can tell
CSS is literally voodoo
i treat css like i do regex
i just copy and paste it
i dont wanna know about it, i dont wanna understand it
There is no single universally useful way to split programmers. It always depends on context. Frontend and backend is pretty useful in some contexts, but meaningless in others for example
even with front/backend, i've seen people complain that frontend is inferior to backend, mostly by backend devs
i dont understand why theres a need to be "superior", we're all writing spaghetti anyway, just different flavours of it
Frontend is complicated, it's not inferior
Everyone loves to think that they are somehow the superior breed. System programmers, haskell / C++/julia/elm programmers, backend etc.
And yeah, it is meaningless. Your individual merits matter more than whatever domain you do
cough arch users cough
yeah, elitism is everywhere
agree
tbh im kinda ok with actual elites being elitist
but the average programmer complaining about php devs is mega cringe
As much as I hate php, that doesn't mean the devs are bad
yeah, you shouldn't entertain every single complaint made by clearly unqualified people, but there is a line there
im kinda annoyed my uni never taught php tbh
PHP is a pretty easy way to do freelancing
Do I need to learn html before getting started with react.js?
JSP I must say I dislike
it would be wise
what if I don't , is there any harm?
yes otherwise you're gonna struggle with jsx early on
ah ok
you can learn react without it, but having a website that is well marked up is pretty useful
even if html lacks some tags
such as anything for poetry
JSX is just HTML and JS mixed
So you'll need knowledge of both, otherwise you're have some difficulty
you don't need to know all the weird niche markups in html, just the basics will do
like what is a paragraph and what is a header, and when should you use which
I wanted to try it out for mobile apps
oh
Created at Sapientia University, Tirgu Mures (Marosvรกsรกrhely), Romania.
Directed by Kรกtai Zoltรกn and Tรณth Lรกszlรณ.
In cooperation with "Maros Mลฑvรฉszegyรผttes", Tirgu Mures (Marosvรกsรกrhely), Romania.
Choreographer: Fรผzesi Albert.
Video: Lลrinc Lajos, Kรถrmรถcki Zoltรกn.
Supported by "Szรผlลfรถld Alap", MITIS (NGO) and evoline company.
what did i just find
god windows is pain in assssssss. make c extension and when i import it tells me could not load dll. load the pyd into dependencies and all dlls are found
da faq
what are u doing
making extension so python can call compiled code
so i dont need to do a rewrite
it was working when i tried it in wsl
and now it broke in plain windows
did u compile it for windows
yeah
i successfully generated a .pyd file
its just when i want to import it i get missing dlls
hmm
What do you think the answer is?
A body leaves a point A and moves in a straight line with a constant velocity of 40m/s. ten seconds later, another body which is at rest at A is given an acceleration of 2m/s and moves in the same direction as the first body. How long does it take the second body to catch up with the first?
Most probably the answer in the book is wrong ๐คท so wanted to check
this should be pretty easy
m/s is not a unit of acceleration, but I don't think that's really the issue
.wa 40(t+10) = 1/22t*t
might be wrtong idk
30 secs from beginning, 20 secs from second body release
?
nothin
after 20s, the second body moves 400m, the first moves 40*30=1200m, so they shouldn't meet, no?
wait
it should be the equation I posted in theory at least
The logo looks chubby
Hi all, I had a question related to trig(area of a sector). I know the formula is A=1/2โขr^2[theta] but how can I manipulate the formula to isolate the radius? This is the problem in question
Not necessarily looking for the answer, rather, some guidance. I understand itโs 23=1/2โขr^2[7pi/15]
well, A = 1/2 r^2 theta, so divide by theta and multiply by 2 to get 2A/theta = r^2, and take the square root
so you get r = sqrt(2A/theta)
Awesome, my confusion lies in do I first convert 7pi/15 to radians which is 1.5 rounded?
Also, thanks for meeting here to help out @gritty zinc
7pi/15 isn't 1.5, though
I'd just calculate it exactly until the end, where you'd round to 1 place
rounding intermediate results can get you an inaccurate answer
Holy shit i got it!
Thank you so much @gritty zinc , i didnt round till the end and thats where i was messing up. I really appreciate your explanation.
@frozen crane typical common lisp code isn't any more "abstracted" away from the machine than typical python code
if your definition of "high-level" is "abstracted away from the machine", you could probably argue that functional languages like haskell are higher-level than python
and i guess that makes scheme somewhat higher-level than common lisp, although that's mostly by convention and what people like to use (i am also not much of a scheme programmer)
is haskell more functional than lisp?
yes, in that haskell is a lot more closely related to lambda calculus whereas common lisp (assuming you mean common lisp when you say "lisp") is more like just a general-purpose programming language with s-expressions and macros
you might be surprised at how python-like common lisp can be
yes, I'm referring to common lisp. what are s-expressions?
(this is an s-expression)
so, a function call...?
o
interesting, i'm not that familiar with how the metaobject protocol works
I would contextualize it as python being lisp-like, but perhaps that's because I'm thinking of map, filter, and reduce. Were you thinking of something else?
i was just thinking in terms of how it has a lot of features built into the language and it supports multiple styles of programming
lisp is a big language, python is a big language
lots of features and special syntax
lisp definitely encourages and facilitates functional programming more than python
but i still think it's a stretch to say that it's higher-level than python
ohhh shoutout to the denver doom horse, that is a familiar face to me
hey
hi ๐
hm
Apparently.
.topic
Daily dose of question:-
A convex mirror forms an image which is 10cm from the mirror. The height of the object if 5cm and the heigh of the image is 2cm. Find the focal length of the mirror?
the books says it's 16cm, but I can't figure it out
Wait, leave the old one
A block of glass of refractive index 1.5 is placed on top of a mark on a sheet of paper. when the mark is viewed perpendicularly through the glass, a virtual image of it appears 3.33cm from the bottom of the block. what is the thickness of the glass block?
there's a formula for this
you can find the magnification from the image and object heights
and you can relate that with the distance of the object from the mirror to get the distance of the image from the mirror
and you can get the focal length using both those values
In a basic language, you'd have a lexer, parser, compiler, ast, and maybe a VM. So say you have print("HI") as an input, the lexer will take this, and tokenize it, and turn it into a stream of tokens as the first step, so the output might look like this. PRINT LPAREN STRING RPAREN This is then passed to the parser, which takes this and generates an AST (Abstract Syntax Tree). This AST might look like this py class Expr: def __init__(self, value): self.value=value class FunctionCall: def __init__(self, name, args): self.name = name self.args = args ... This generated AST is then passed to the compiler. Now, in compiled languages, the compiler is the last step, in languages like python, the compiler instead prodces opcodes, which look like this. ```
LOAD_VALUE
PRINT_VALUE
this was a bit too much for pygen lol
Never heard of it, ty
can you update windows 10 32 bit too 64 bit without deleting any files
??????
answer
please!!!!!!!!!!
cool
thanks
@noble iris https://panzoid.com/tools/clipmaker?c=350732
Powerful, free online tools and community for creating beautiful custom content.
wait can's I send links ?
@tribal aurora Not to that website.
alias: yolo git add . ; git commit -m "minor changes" ; git push -f
MONgoDB iS wEb SCAle
stop bot, its already dead, jesus
heya
I forgot everything lol
i agree with the title of this channel
i hate having to setup how to find each dll
developing some stuff on windows literally brings pain
WSL ๐
true wsl is pretty good
KVM ๐๐ฝ
WSL ๐
linux ๐
WSL ๐
windows ๐
same
why not be C# average fan
Yes
yes
windows good
Windows bad,it give you waps in summer 
Both windows and Linux is good but I use Windows bc my familiy uses the computer too
waps?
Excuse me
Dont use mac OS ;-;
I dual boot.
same
Or tetris Os
manjaro and windows 10
Excuse me
AHHAHAHAHAH
Did you just mention Manjaro
Manjaro is arch based btw
okay? and it absolutely sucks
๐ฟ
PYos is out now on totallyNotGrabber.com 
Quit lurking, back me up here
so do all other the linux distros
why
be on the side of righteousness
Cap
if you protect the duck i'll be on your side
SO DO ALL THE OTHER LINUX DISTROS
the rate at which its going it won't be there tomorrow
Name one and tell me why it sucks
This page provides general information about notable Linux distributions in the form of a categorized list. Distributions are organized into sections by the major distribution they are based on, or the package management system they are based around.
plenty of reasons why on reddit.com/r/linuxsucks
I said name one
well there were many, sorry
Right, and suddenly all of your opinions are invalid ๐๐ฝ
So do yours
Yes, because I definitely get my information from Reddit
of all ungodly places on the internet
Linux is great if you use a good distribution
Manjaro, other Arch derivatives, Deepin, Mint, Bedrock... all suck
(X/K/L)Ubuntu are good, Fedora's fine, openSUSE is good, Arch is... whatever
Ok
same but twitter
I hate both
k
e
Hey, I have a weird question, are there any custom roms for the Google Pixel?
I just need something that still gets patches and is secure
so like... LineageOS?
it gets no updates anymore
All of the maintained ROMs should get those types of updates
which pixel is it
Namely LineageOS is probably your best best
First
dang
if they dont give u no updates any more
ig u should get custom rom
or upgrade ur phne
but phone expenisve
If it's here https://twrp.me/Devices/, you should be able to install something like Lineage
ye
Assuming "first" is Google Pixel with the codename "Sailfish"
coz oxygen luv
i remember when the first pixel would brag abt not having a number in its name
now theres pixel 3a
Interesting, this is the first thing I found when looking for "Google Pixel Sailfish":
https://wiki.lineageos.org/devices/sailfish
hm
The model just says Pixel
how do I install this UwU
I'd recommend looking at XDA Developers (the forum) for guides for your specific model of phone
is TWRP a bootloader?? i dont really remember
yeah, can say.
TeamWin's Recovery Project
Can I use TWRP to make a backup?
iirc
I think so, yeah
I have some secret keys on this phone that need a backup
yeah, I know that
My banking app is on it
send them to me
can I back that up with this and load it?
lol
lol
young yoda will take care of them
@quick ledge Does that help me load them into the updated phone?
I'm like 99% sure you can, but if not just connect your phone to a computer via USB and drag and drop
No, but it'll help me become rich
How do I drag and drop 2fa apps?
I dont think you can
Right, that's a different story
And send you the logins?
Well actually
yes
or use one of those 2fa apps which backup your 2fa "key" (?) to the cloud or something
which 2fa app do you use?
Google and Blizzard
When you sign up for 2FA, you're given a set of backup codes in-case you lose access to a specific app
For warcraft III
gmail does give some key for login as well i think
If it does, I must've not saved it
neither have i
I went on a 2FA spree with 1Password
All of my accounts that can have 2FA do have 2FA
Google, Microsoft, Discord, GitHub
did Katrin dip?
she didn't give you secret keys, did she? you're poor like us again.
dip in the regard that they're away from Discord for the time being? I think yes
dip.
why after 1password?
does it fill 2fa automatically as well
it sucks that its paid
Meh, I find it kind of worth it tbh
$60 per year really isn't that bad for a whole family
bruh moient
ill try to see if bitwarden can do it too
I don't think it can on the "free plan" or whatever
the free plan doesn't let you do TOTP
it's only 10$ per year for premium though
What's TOTP? Timed One-Time Password?
time based one time password
eh. same thing
when you set up 2fa, you get a key
Yeah, and it refreshes every 30s
ye
who named this channel
linux user

there are a lot of offtopic channel names that have been added at some point and are randomly picked from
windows rekt!!1!
ok
lo
.topic
Favourtism
Control, baby
Minecrap
arch is what ๐
๐คฎ
why ?
It's often dropped in a rude context and generally creates an unwelcoming atmosphere
sad
They're changing their UI a lot
i like mine ๐
ok
ok
ok
did they leave or smth?
yea
what is this chain-
@rugged echo always have been.
lmao you're like the 40th person to tell me that
LOL
ive seen bigger
wow
Thatโs what-
all cause zeeshanok loves saying ok to long messages which is infuriating ๐
ok
๐ถ
Okay, Iโm sorry, letโs not start a chain once again
ok
no no u dont get to do this
thats what
I mean, ok?
yes
ok
How long do you beings like to sleep for
9
19
bruh
bruh
||bruh chain alert||
no
no
no
ok
Ima cut that off haha
thanks
lol
ok
ok the ok, okay okay boi?
no
ok
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:.bookmark [target_message] [title=Bookmark]
.bm 390987816240152576
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:.bookmark [target_message] [title=Bookmark]
nope
.bm 390987816240152576
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:.bookmark [target_message] [title=Bookmark]
Hax
it worked for me lmao
.bm 390987816240152576
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:.bookmark [target_message] [title=Bookmark]
nope
huh? i did it like 4 minutes ago
it worked 5 minutes ago
#ot0-psvmโs-eternal-disapproval message
They listened to me?
@rough sapphire have you read the discord privacy policy before?
They use so many words that a person with basic English will get confused so easily.
Tbh every PP written has 90% of what are those words called.
So let us think about this for a moment

You have sent uh, nudes, for lack of a better word before here, as previously stated
do you think discord would risk a terrible lawsuit for what, 5 USD from your data that they can just get back with nitro?
I mean, I'm accepting their legal documents and as far as I know about the PP is that they can use my data?
Share it with their friend companies or whatever.
Consent: We may transfer your information with your consent.
oh
Never seen that line
now google, you see
But doesn't "may" imply that we may or may not do it with your consent?
own google ads
no no, the "may" here merely means that in the case of a data transfership your consent will be required.
not that they may or may not ask for your consent.
Oh okie
google, promptly owns google ads
windows bad
and they're the biggest bad boys in town
very bad
Yeah it's an ad-oriented company that sells ads
their data is worth so much because with their own advertisement front
they can fine tune your experience to which they think matters most
now tell me, does discord own an advertisement front?
tip: no.
I don't think so but if Microsoft acquired Discord I think the app would have ads just like Windows has fucking os built-in ads, like why the fuck would an operating system have built-in ads holy shit.
Went off-topic sorry.
oh did you now
really though, windows is but proof of how greedy companies are
I don't think Discord sells ads atm.
Fr
and make no mistake either, discord is just as bad
however selling data isn't as profitable enough as to entirely disregard discord nitro
And I ain't actually using Discord myself anymore cause of the terrible community, support and the spooky tracking shit.
and EVEN if it was, why would they not just do both, and just make a little extra cash with your oh-so-valuable data
Idk how valuable companies think I am nor will I ever know.
let's be clear here
if you're so concerned with privacy you shouldn't be in the internet
no one is ever truly safe
But I guess you're right maybe not off Discord, I mean it's not Facebook where you have WhatsApp, Instagram and other Facebook shit
You're right
kinda
no amount of vpn, information hiding, proxy, browser spoofing, tor network can truly keep you undistinguished from other computers
Buzz words, that was the word I was lookin' for.
your best bet is not going to websites that track you
GNU has a pretty good track record of not tracking people so far
You know open source projects, how do I trust if the hosted version is right off the repository and not a modified version of the source-code tuned to spy on me.
Yeah tbh
if I was really concerned, I wouldn't have a computer.
Because why can I trust some people on the internet that Linux or whatever other operating system is not tracking you.
It's not like everyone saying that it's safe to use to protect your data has read the kernel code and the distribution modifications themselves.
Who remembers "my" birdie?
Hm, I don't have signal in the garden, i don't know if my messages are delivered or not
Oh, it showed, yay
Thanks birdie for moving a bit further where the signal is better, lol
I brought him into veggie tent to learn feeding. Because he doesn't want to eat seeds himself and tries to fly at home. Here his instincts kick in and tries to eat insects on his own and he won't fly where I cannot reach him (we don't think he's completely ready yet to be released, but soon!)
looks a lot bigger than last time ๐
He's basically the same size as when he was last week, lol. Just perspective
That was on 18th
o
That's now
The feathers make a lot of difference, right? XD
And last update was with this
Today
Sits a bit different. And pecks my hand for lack of attention when I write this, lol. My fingers are like worms, probably
lol
That is also from last update, lol
Likes sitting under my chin or on my shoulder. But now it's not safe to let him like that in the house because he wants to fly and explore XD
only big brain people use a text editor inside of a text editor๐
bruh
For when you want vim, but also have resources to spare
hydroxy
heres how it looks normally
oh yea
thx
k
But recolouring those will recolour other operators as well, I think? >> and << are operators, even in cin and cout, they are bit shifts just overloaded to do reading and writing
Only old people use vim inside vscode
I still don't understand making webs in Python, and I want to get a reboot lmao
Uh what
Is it safe to use a tv as a monitor up close
lmao i dont thikn so
I mean, safety wise I wouldn't imagine it would be a major issue, but it's not going to be a pleasant experience
import java.util.Scanner;
public class Homework8
{
public static void main(String []args)
{
double testa;
double testb;
double testc;
double testd;
Scanner keyboard = new Scanner(System.in);
System.out.println("Please enter the first score between 0 and 100:");
testa = keyboard.nextdoube();
System.out.println("Please enter the second score between 0 and 100:");
testb = keyboard.nextdoube();
System.out.println("Please enter the third score between 0 and 100:");
testc = keyboard.nextdoube();
System.out.println("Please enter the fourth score between 0 and 100:");
testd = keyboard.nextdoube();
}
public static void displaygrade (double testa, double testb, double testc, double testd)
{
if (testa โฅ 90 || 100 โฅ testa)
{
System.out.println("A");
}
else if (testa โฅ 80 || 89 โฅ testa)
{
System.out.println("B");
}
else if (testa โฅ 70 || 79 โฅ testa)
{
System.out.println("C");
}
else if (testa โฅ 60 ||69 โฅ testa)
{
System.out.println("D");
}
else
{
System.out.println("F");
}
}
public static double average (double testa, double testb, double testc, double testd)
{
double averagetest = testa+testb+testc+testd
System.out.println(averagetest)
if (averagetest โฅ 90 || 100 โฅ averagetest)
{
System.out.println("The average grade is: A");
}
else if (averagetest โฅ 80 || 89 โฅ averagetest)
{
System.out.println("The average grade is: B");
}
else if (averagetest โฅ 70 || 79 โฅ averagetest)
{
System.out.println(The average grade is: "C");
}
else if (averagetest โฅ 60 ||69 โฅ averagetest)
{
System.out.println("The average grade is: D");
}
else
{
System.out.println("The average grade is: F");
}
}
}
i need help
its not letting me run
this is java
Which one is line 31?
And btw, your if statement, how about using "&&" statement instead of "||".
So :
If testa >= 90 && testa <= 100
Can't you just do 90 <= testa <= 100 or is that not something you can't do in Java
i have a feeling thats not allowed
stimky
I don't know that many mainstream languages that allow that
Its such a minor thing
and some of them will but wouldn't give you what you'd get in Python
they might evaluate 90 <= testa to a boolean or 0/1
well ranges do exist in many languages now, I think (as in testa in range(90, 101))
but they don't in Java. There are ranges but don't have that purpose
you'd have to download some library (or write your own) to have the same functionality and it'd be less efficient
pp drop
โฅ wouldn't be allowed in Java
eta carinae
No you can get ranges with streams
it's just >=
that's what I just said. They don't serve the same purpose
lol how'd I not notice this
I'm too used to ligatures lmfao
the ranges that come from IntStream are not like Python's range at all
How would you use range differently
I don't understand what you're asking
How is python's range used differently than the ranges from intstream
there's no .contains(...), for starters. As I said, you could have something to make it work, but it's not really something you would see in Java just to check if a number is within a range
uh I don't think there's a method "contains" for range in Python
>>> range(0, 10).__contains__(5)
True
>>> range(0, 10).__contains__(15)
False
>>> 5 in range(0, 10)
True
>>> 15 in range(0, 10)
False```
ranges are not generators, if that's what you're saying
you mean if it's optimized?
They're not generators? D:
No
Are they iterators? \๐ค
they are iterables
you can get an iterator from it, and exhaust it, but it won't affect the range itself
>>> x = range(1, 10)
>>>
>>> for _ in x: pass
...
>>> for n in x: print(n)
...
1
2
3
4
5
6
7
8
9```
Interesting
Getting a arbitrary element in a range is simple arithmetic you dont need to iterate over it or consume it
Thats how theyre subscriptable
Its an arithmetic series
Right... my head hurts
jshell> for (Integer number : (Iterable<Integer>)IntStream.range(0,6)::iterator) System.out.println(number);
0
1
2
3
4
5```I still think this is hilarious. This works because of how _functional interfaces_ work in Java
(the code itself is just a joke btw)
i think its the char thats not big enough
cus i changed it to default for mac
and it works
@mellow spire better_exceptions
i emailed my teacher for help
mac ๐
Uh?
!pypi better_exceptions
Hmm will try
yo
the set of all irrational numbers and the set of all rational numbers are disjoint right?
zalgo
yes
yes
switched at the right time
yes
ight
n()?
number of
how is it 4 then
P(P(phi)) is {{phi}, phi}
well the legnth of a null set is 0
so the pwoer set of that would have 2^0 lements
ie. 1
then the power of set of a set with 1 element would be 2^1
and thats 2
and the power set of that would be 2^2
4
eh?
its a pain in the ass to write out the set
so many curly braces ๐ฉ
huh
so P(P(P(phi))) would be { {{phi}, phi}, {{phi}}, {phi}, phi }
yep
{
{{phi}, phi},
{{phi}},
{phi},
phi
}```
Economy
Most people here have jobs. I stock the shelves at a Lidl store.
lol
hello 
bruh
hm
i added my file in .gitignore and deleted it from my repo but still can see it there. how to resolve this?
yes
i deleted it through command line
okay
bruh check this out: https://en.uncyclopedia.co/wiki/C%2B%2B
C++
Given the complexity of the language, only the best programmers can actually use it, and because of the necessary skills, the programs are always smaller, faster, and better than programs written in other languages, except any language that has been released after 2000.
burn
Hello
Should have been ++C ๐
(C:=C+1)
:=
๐ฆญ
The C++ language is a close relative of Gibberish, and is spoken by the people of Atlantis. However, nobody can study the language closely because Atlantis has yet to be found.
lol
best website
https://www.theolognion.com/traces-of-dark-matter-found-in-node_modules/ is still one of my favourite articles
Cosmologists made an important discovery purely by accident. When an ongoing research into finding dark matter within our solar system was underway, one of the scientists at the National Laboratory of Matter decided to build a single-page application using a popular JavaScript framework. As soon as the project boilerplate was
lmao
Lol
omg bruh
bruh wtf
"National Laboratory of Matter"
๐
Fair enough
lmaooo
Lmao
Can't relate
js has its own tab
Link?

lmao wtf
wtf
Lmao
see here i committed my gitignore file and also deleted get_api file but still in my repo i can't see .gitignore file and get_api file is still there in my repo.
lmao
push changes ig
no the branch is same
Uhhhhh ok
do you have any idea?
illegal stuff
Lmao
It has been discovered that C++ provides a remarkable facility for concealing the trivial details of a program - such as where its bugs are.
David Keppel
lol
Yeah lol
Very nice mr guido
Me and my homies love guido
Guido is cool




ok
yes
Hello beings
Cursed code
i dont know why i expected Guido Van Rossum to look like a mafia boss
I just got deja vu
Haha, I'm getting confuse cuz I have this chat, the #help-potato and 3 dm
so my discord is sending me a lot of notifications
hey, guys, lets do some ascii art!
FB evolving backwards
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โโโโโโโโโโโโโโ โ
โ โโโโโโโโโโโโโโโโโโโโ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โโโโโโ โโโโโโ โ
โโโโโโโโ โโโโโโโโ
โโโโโโโ โโโโโโโ
โโโโโโโ โโโโโโโ
โโโโโโโ โโโโโโโ
โโโโโโโโ โโโโโโโโ
โ โโโโโโโโโโโ โโโโโโโโโโโ โ
โ โโโโโโโโโโโ โโโโโโโโโโโ โ
โ โโโโโโโโ โโโโโโโโโ โ
โ โโโโโโโ โโโโโโโ โ
โ โโโโโ โโโโโ โ
โ Git Hub โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
why is Discord such a mess? top icon in discord doesn't match the icon on my bar...
Old in the client, new on the bar? c'mon, you guys were looking to be bought for billions and can't rebrand?
Probably an ubuntu problem
I hate biased opinions and I feel like shit after throwing my bias to someone new in a topic, I'm literally deciding the dude's future.
All opinions are biased, thats kinda the definition
Not to be confused with expert opinions
Not really
For an expert opinion to be accepted in court you have to testify extensively
absolutely. every opinion is biased
if its not biased its not an opinion, its a fact
i want to remove mariosis
It doesnt work like that, its not like an expert can get up in court and say the sky is green
'a belief'
You have to explain your credentials thoroughly, explain where your opinion comes from, what facts support it
Thats not the definition people use in court
Because thats where expert opinion comes from?
agree!
Its one thing for a random dude to opine about something and another thing for someone thoroughly examined and accepted by the court to opine
dude we are in a conversation about giving opinions to people new to a topic opinions, stop talking about court systems lmfao
Bruh
^^^^^^^^^^^^
You mentioned expert opinion
see the context
and now i'll just stop because ur crazy
Im responding to "i hate biased opinions"
There was no convo about this lmao, it all started with the bot topic
Are you actually blind
Why start something you cant finish
Those be fighting words
hey guys, do you know a module that can monitor a certain area on the screen and detect if it changes? i need to automate a simple stupid mouse button click program
oh.. pyautogui.locateonscreen() nice
gamers
can i have *args and a keyword only argument in a function
like what order should i use
Hmm generally keyword arts come last
the opposite order should work I think
Idk with the *args tho
(self, *args, case_insensitive: bool = False)
In [13]: def func(*args, kwonly):
...: print(args, kwonly)
...:
In [14]: func(1,2,3,4)
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-14-e8c91d9d8fe8> in <module>
----> 1 func(1,2,3,4)
TypeError: func() missing 1 required keyword-only argument: 'kwonly'
In [15]: func(1,2,3, kwonly=5)
(1, 2, 3) 5
๐ค
but you can't use *args if you do *
Any arguments after *args are effectively keyword-only
You can't use * with *args because there's no point in doing so
very
lmao, my friends DM from my bot while I had him test the ban and kick commands
Seems like a lot of testing for such simple commands
i mean, permissions and role hiearchry
Are both not really simple
or am I mistaken
the first command is the hardest, since you encounter the errors for possibly the first time
\๐ค wot
like
it would not send a message to the log channel so I could log who did what
you want to check that the user has a higher role that the person
thats why I had to do it so much
then that the embed is valid
then that they have perms
then that the bot has perms
etc etc
not necessarily in that order
shouldn't those checks kind of be preliminary
yeah but you have to have those
Brave > Chrome > Edge > FF > Opera > IE > Vivaldi
@formal roost Why do you prefer Chrome over Edge?
(moved to ot cause... it was basically not pixels related)
It's basically Brave, Chrome used to be my browser of choice and I chose it before Edge used Chromium. I also use the Google integrations which is handy as I use multiple computers
wdym Google integrations? Can't those just be accessed from google.com lol
Passwords mainly, I do use LastPass now but still
I haven't had any reason to ditch Chrome/Brave
I still have no clue what that means
cause I moved all my passwords from Chrome to Microsoft Edge
and... I see no difference
But they're synced between devices
Really? I'd never known that
I just use 1Password regardless
cause it has TOTP and stuff
Lastpass isn't that good anymore
It was annoying when they made the free tier shit, but I was already paying so I wasn't affected
Ah, I didn't even look at the paid options
It has never really sounded worth it
when compared to Bitwarden and 1Password
My subscription is coming up for renewal, I should check out the other options 
I'd recommend 1Password tbh
I shall check out that first
2FA is essential
shutup emacs users
e
Emacs gang
I'm looking for the vim OT
public class search {
static Integer linearSearch(int arr[], int toSearch) {
for (i = 0; i < intArr.length; i = i+1){
if arr[i] = toSearch {
return i;
}
else {
return null;
}
}
}
public static void main(String[]args) {
int x[] = new int[]{100, 200, 300};
int a = 200;
System.out.println(linearSearch(x, a));
}
}
for this, i have an error in line 5
cuz it can only return a boolean value
so how shd i change it to return the position i instead of boolean
do i create a variable starting from 0 then add one until the integer is found? that's abit slow right
if arr[i] = toSearch should be if (arr[i] == toSearch)
public class search {
static Integer linearSearch(int arr[], int toSearch) {
int b = 0;
int i = 0;
int size = arr.length;
for (i = 0; i < size; i = i+1) {
if (arr[i] != toSearch) {
b = b + 1;
}
}
if (b == size) {
return null;
}
else {
return b;
}
}
im wondering why for this i need to write int i = 0; in line 4