#voice-chat-text-0
1 messages · Page 69 of 1
brb
m back
i just hate my downloads folder its has grown so large and is just a mess
i there some tool to organize files according to thier formats?
imma search itt
which one would be the most efficient?
oh then it would python
what!?
wdym by not all of em have it?
ohhh and i was thinking of i can make a script to sort it according to extensions
images folder will containe jpg,png,svg
web folder will have js,html files
etc...
and what if an extension is null or isnt defined for a folder category i can just dump it in a "Others" folder
but ive smh never found out such files
nope
what's the difference?
well we could drag drop....but those extra seconds..those tiny pieces of time getting wasted doing so!
@thin shale 👋
ye i dont think this case is that hard
but i dont feel like doing it lol
this happens alot nowadays that i come up with an idea and throw it away a minute later
u seem very proficient in python... what resources did u use? or was it just a university course?
brb
how did u start to code? like some objective? i just wanted to make a multiplication table quiz app to improve my math
am back
u can be happy once more
hello sir hemlock
im back @somber heath
app?
ye
how old are you ,that you making apps now?
thats cool tho pushing tv buttons guess everyone has thier own story
some may even have money as thier reason
punch cards?
@somber heath images and python could you elaborate on that ?
it maybe a bit personal
i guess 12-13 below
cuz you say "you needed to improve you multiplication skills"
and making apps at 12-13 ....hmmmm
so user didn't get his voice ver?
oh u are asking me... i mis interpreted a bit
it isnt about the age.... i am 17
it's so cool
don't those spiders eat people?
no no i just had an idea at that age i never said i made it that time
like you use random function or some kinda function encoded to color code to create patterns ?
shdnt they be having fire extinguisher?
thats so coooll
@half drum 👋
has anyone programmed a microcontroller before? if so what did u make?
need some ideas...
m back
i mean having the artistic soul kinda
i agree especially in the bathrooms
oh noice same here
mostly i tend to come up with new ideas or solutions
i sometimes get comments like why are u suddenly smiling while walking mostly when i get a spark about a problem's solution
I made bread. Not very pretty but it is very fluffy.
looks good
pure bread or stuffed?
lol
Thank you :3
@night anchor 👋
Yup just basic bread loaf
Yes...
i enjoy voice chat
good for my english
also useful tips here and there
this
i am not particularly a very fluent english speaker
perhaps one day i gather the courage to talk
also need a mic tho
hello magicalgirl
but conversing like this is being helpful
get a cheap one or u can use a ur phone perhaps?
the day i figure out opal's accent
i'm a pro english man
Welcome to the greatest VC in the whole of discord
🙌
lmao i thought its just me
even i am not able to differentiate accents like its so hard
i can only tell british and amaerican ppl apart
Arduino VC's are a bit more formal. i've seen opal there aswell
No, you haven't.
you sure? i recall someone with the same name and profile picture , in there
maybe my brain is just not functioning
opal's famous afterall
@somber heath is there someone in the vc with the knowledge of data science
I would suggest poking around in the #data-science-and-ml channel.
nd are you proficient with oops concept in python ?
what part of data science?
ik basic oops and inheritance
oops is lovey
yours fans wanted autographs
supply and demand
imma hop off
bye tc! ig keep pythoning..?
i had the guideline generated to learn python ive completed basic steps i had something follow up
@molten pewter What you said made me think of this
ill search it
Oopsies
What's the question, @whole bear?
i have a ...
I have a cat
huh a slipup well then sorry
i've got a jar of dirt
LMAO
dawg
tasty?
you talk from experience
massage near the ears
:{
it will become a genie
@whole bear Type it in here, please
why?
I dont think he speaks english
voice changer?
like scratch it around the ears
Thanks
Aviary response
charming
I say the same thing about Jason Momoa
@whole bear You were saying something about GitHub?
now there's a man who knows what he needs
woops wrong image
he looks like a disappointed dad
@whole bear What do you mean the website you're making on github isn't working
need help
How is it not working
dawg
with this error
maybe banned in their country?
now this is something lovely
@whole bear Can you see the messages I'm sending?
@whole bear Type your questions in here. 🙂
@whole bear Ah github pages ?
Yeah this one really bites but i love her so its ok 🥲
@torpid pendant 👋
i want the cat and the system
watch Fury
hi
the best film
?
I built it xD but that was my old one
@alpine heron 👋
Hmm
Scratch everywhere 🤪
Looking
try: open(filename,encoding="utf-8")
didnt come as what i meant
@acoustic yew👋
this is my new one @golden sonnet
Can you give more details? What is it doing that it shouldn't, or what is it not doing that it should? Is it giving you any errors?
do u want me to cry?
specs?
5950x
2060
32 gb
hi 👋
nice PCs
hmm
Fund my new gpu xD
I did
CUUUTE 😭😭
i myself need to get a 4090
im just waiting for magical girl to serenade my ears
What's the weird Windows one
i honestly wouldnt use a 5950x with a 2060 , but its OK
I splurged and wanted it LMAO
weird windows encoding?
Yeah
is pdf that is weird
idk!
im too broke for a 30 or 40 series
makes sense
😄
Hi everyone who’s just joined
7900 is also not bad
LMAO
@whole bear Please stop with the text to speech
🥹
no i dont think so
maybee... try a different package/lib for pdfs
So there's two defaults that Windows uses, apparently. UTF-16 and the weird one is Windows-1252
as for sample?
i9k 16gen would be DOPE
Not sure about for PDF though
Ryzen > Intel
depends, AMD dont last as much , but they are more powerful by default. yes
When it's piped through a mic it's painful
Yeah mhm strong CPU
Okay yeah
Nah it go brrrrr for fps
So who wants to help with my homework xoxo
PDF is kind of a grabbag
na virtualization sucks
i need to do big data with pdf
What're you stuck on
Not rly stuck just want to do it right
@vernal bridge Sup brah
i feel bad for u
sorry
More than happy to take a look at least
oh did u select the branch in pages settings on github
must be (1,M+1) and not 2.
But I still get the right answer with 2
Minor stylistic thing, variables should be all lowercase_snake_case
@whole bear try this ^
it needs to be https://<username>.github.io/
with <username>.github.io being the repo name
I hate lower case tho xD
which idea can you give me
snake case is no good
wrong repo name
Fair fair, but it is convention
Back in a sec
Have to call a co-worker
gl with that
index.html
i have another code for it
a little different
you wanna see?
ya
^ without the correct name it won't work either
well to be exact
it's not mine
it needs to match the username
def SieveOfEratosthenes(n):
primes = [True] * (n + 1)
p = 2 # because p is the smallest prime
while(p * p <= n):
# if p is not marked as False, this it is a prime
if(primes[p]) == True:
# mark all the multiples of number as False
for i in range(p * 2, n + 1, p):
primes[i] = False
p += 1
# printing all primes
for i in range(2, n):
if primes[i]:
print(i)
if __name__ == '__main__':
SieveOfEratosthenes(1000)
It's convention, though. Stick with the conventions of the language you're using
Never try to force conventions from other languages
It just gets messy
depends on the language
You see my proff didnt teach us that LOL
and the context within the language
i just learned it last night
Quite a few don't. I mean it doesn't hurt anything, but it lets other people familiar with the language know what is what with a glance
there do exist cases when even in something like C# you might want to use snake_case
for example, test case names
there is any way to read pdfs iterative?
Okay Ill try it with lowercase
Wait, so are you using PyPDF2 or 4?
depends the two are giving me errors
why not liking lowercase?
i love lowercase
Uppercase is sexy
@molten pewter
What about the zombie bite
Look, accidents happen, alright?
inspect element
I just tryign to use other library but one give me one error and the otherone giveme another error
like me
Stick with one. Probably the most up to date one
L subscribers
the best ones are
@whole bear send this to your friend
which ends with high palpitations
he is happy for a year now
anyway is looking me 😦
tabamba*
@hollow hull 👋
us plebs
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i hate u
your feelings aren't one way
can any give me an idea?
your kids still marching?
Yeah LMFAO
mans has a whole waifu
wife = waifu same thing
i have no idea wats going on here
idk either tbh
no
u guys have a source to see other peoples code and review them?
github, or even gitlab for more professional code
github has a billion place
he doesnt seem very happy
I mean Achilles tendon is named after Achilles lmao idk how people dont know this stuff is named after actual things/people
well my man's organs are hanging out of his body what would u expect
interesting 
if a child doesn't know achilles
he doesn't deserve anything
Fun fact. I've learned about the "Achilles tendon" from that one scene in house of wax
please :´(
Look up Eponym, you ever thought of like Walt Disney, Henry Ford, multiple other places just are named after eponyms
isnt achilles mythologic?
it is
F
iPhone >>>>
Android >>>>>>>>>
Nokia >>>>>>>>>>>>>>>>>>>>>>>>>>>>
Apple >>>>>>>>>>>>>>>>>
anything but apple >>>>>>>>>>>
Smoke signals >>>>>>>>
APPLE >>>>>>>>>>>>>>>>>>>>>
telegram >>>>>>>
your iDevice
@molten pewter UM, they're called glasses
I'm still surprised they own Bell Labs
(yes, I did mention it before)
no smoke is the chad move
:{wish i was
I'm 33, you guys have time
i dont!!!!
you have that pc tho
💁♀️ sugar daddy tings
it's the perfect guy trap
man leah just got rejected by two men, indirectly
LMFAOo
Dude, I don't make enough to be a sugar daddy
relatable
If Apple made bionic prosthetics, instead of eye patches, would pirates wear iEyes?
Its okay im in school to be a sugar mommy 😗
dawg
That's what credit cards are for
And now I'm just imagining a pirate in a turtle neck
plz help me....
oh opal
seems your used to being rejected..... cant relate
Was gonna say
Maybe idk
Ooh. Anthropomorphic aye-aye pirates.
Im too ditsy to understand things
and its processor
Evidence of someone who has gotten burned so many times
not the case i would say @amber raptor
AHA\
i mean apple does try to make an ecosystem
JBL?
if you are good with apple
use it
but android is better
but i only have an iphone
Now I just know to not fly close to the sun
nothing else
but he ask's you for alot
umm no
sorry
:{}
@amber raptor You listed the two exact features I use on my Google Home
"What's the forecast for today?" is pretty much the only thing I say to it
not to forget google assistant is more powerful than siri
way more powerful
Amazon Alexa
Which one do you have?
I have the nest audio one it’s amazing
i like to be not listened to tho 🙂
ask heree
@molten bronze What's your question
Google assistant sounds so good
If I used those features, I would care but I don’t.
Oh right right right
not like shes listening to anything interesting xD
its nice
"windows phone > either"
:trollface:
it reminded me of something else mini aswell
@whole bear 👋
I use it as a bluetooth speaker once in a blue moon
oh gotta sleep bye guys
well fair
but still
But the quality is meh
buy a jbl then, should be cheaper?
or sony less distortion
xiaomi
I just got the mini for free
MAKES SENSE
nice
What in the name of Dog is this editor?
@amber raptor I will make sure my frozen space corpse falls back to earth right on your house
?????
I'm not finding a quick answer. You might have an easier time getting help using the help system. See #❓|how-to-get-help for more details on that
Oh it says in the error
Spyder
Also, I think you're using two different and old ones
rust attack
!pypi pypdf
That's the most recent of the main branch one
Oh dear dog no I'm so sorry
it took me some time to remember those even existed
my first thought on what might run on smartphones, except of iOS/Linux, was Solaris or BSD
Eh
than you usually do
blackberry
thats what i do with siri
i don't know why people use it tho
He's walking his dog
his dawg*
"Put bananas on my shopping list."
"I'm sorry. I don't have hands. I can't put bananas on your shopping list."
voice changer:{}
what the hell is happening there
You have given me a new goal. Snarky digital assistant
sounds like my granny
put blue bananas on my shopping list
get up and do it yourself you lazy b
You are obsessed with those I swear
!pypi pypdf is te same which library should i use then
That one specifically
depends. i like the fresh ones (which are a bit more harder). i dont like the mushy ones
get an app that converts pdf to anything other than pdf
Windows phone was awesome
well, the OS doesn't look UNIX-derived which is kind of surprising
(they did switch over to UNIX-derived later)
Blackberry is Android now.
really?
yes, they gave up on making their own OS
What do you mean the Window
smart move
BlackBerry OS*
@amber raptor Shooting me into space won't get rid of me, it'll only make me stronger. Like Jason X, but hopefully not as shitty
uhm, no
this one was discontinued 9 years ago
unless they just started calling their recent Android edition "BlackBerry OS"
as for the latter, they apparently don't call it "BlackBerry OS"
Then there's the classic "Do a barrel roll"
Which is not, in fact, what they're doing in StarFox
It didnt work
🎶 Hemlock's useless knowledge! 🎶
Changing them to lower case
Lower case is prettier
We're all old
And we're now a little older
And even older now
@whole bear As in the browser window itself?
are we older now?
Or the page inside the browser
Closer to death
from the web context, browser window positioning is only available for popups
We are indeed!
even now?
And by the time I responded, EVEN older
like with browser pong
incredible.
It's cray cray, right?
what about now?
ur all old
And how old are you, if I may ask?
21
Denial?
Fair enough
Old like me then
I think you'd have to iterate over it, right?
ur just a baby
@whole bear
I'd suggest looking through the source of http://stewd.io/pong/
am 21 too
Must be my lucky day
yes but... how i will iterate over that variable? you want me to use a for in the reader
How do I get perms to screenshare
With the object it creates
@rugged root
Yeah it's gonna take a year
is not iterable
I grant it on a temporary basis as needed/upon request. Typically if someone is wanting to stream their coding, giving or receiving help, or doing something sufficiently interesting or useful for the server. From there, as I get more comfortable with the person and they show they're responsible with the permission, I'll grant them a probationary period of 3 weeks, and if they are responsible with that, perma
@crystal pier 👋
Sounds like im in jail
In short, just ask, and if I'm available or able, I'll typically grant
why can't I speak?
Yeah I couldn't think of a better term than probationary
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Yah can you give me the perm so I can stream my coding to you so you understand my question xD
!stream 640267441062019112
✅ @torpid pendant can now stream until <t:1675352059:f>.
Sure
okay let me set it up for you
oh, I don't have enough msg
Remember to be not responsible
yall best not hack me
I always say, it's not stupid if you learn from it
df.drop(df1[(df1['STRIKE'] >17000) & (df1['STRIKE'] < 19000)].index, inplace=True)
is this right?
@torpid pendant zoom a bit
it's win 11
JIHBGLIHJDWSgb
Needs to be on the same margin as the try
And it needs to have something in the body of it
Does it do what you want?
Have you tested it?
no , logical error IG
try:
...
except:
...
@vale hamlet 👋
Your first for loop doesn't have anything inside it
@torpid pendant still missing the except body
what dop i pu there
indent print so it's inside except
so , I have this column called STRIKE , and I want rows which have values between 17000-19000 but in return it gives me a row which has STRIKE = 20300
I don't do Pandas. Maybe look at #❓|how-to-get-help or #data-science-and-ml. 🙂
outdent everything below factorList = [] to match the tabs
@torpid pendant Actually, quick thing, can you go to Options > Configure IDLE > Shell/Ed > Show Line numbers in new windows
sure, thanks for taking your time
Makes it easier for us to point to specific lines
Then save and reopen the file
There we go
new windows
those settings are honest about faults, at least
i need to take out iteratively the information above the pdf
i am reading
the table
@somber heath where did u go sir?
i am not getting a error but i cant read the pdf
or read the element
reader
which supostly contains the information of the pdf
@torpid pendant
if it's not on a new line after ...:, it probably shouldn't have additional indentation
for n in range(x):
if blah:
print(blah)
if other_blah:
print(other_thing_yo)
It has to have that tiered thing
Missing an indent on 19
19 and 20 should - yeah there you go
I hate Accounting CS. SO god damn much
Unrelated, sorry
You have to take the 1 and 2 cases into account
1 is a special case
So 1 isn't a prime technically
AF's got it
I have to focus on this bullshit accounting program
it has no numbers in range(2, m) dividing it but isn't prime
You aren't printing anything after you create it now
@torpid pendant
that is indented too much
it should be after the inner loop not inside it
Can you drop the question prompt in here?
Will help us have a better idea of what needs done
after inner loop not outer
We can guide and assist, but not give the answer
That's the general guideline on graded work in the server
you don't need factorisation for this
By guideline I mean rule
this?
That would be giving the answer
o sorry
.
What stuff in particular is confusing you
Let's start from there
Back in a bit
Well technically I'm still here. Just trying to be responsible at work
oh, I remember some plugin like that
for VSC/PyCharm
also allowed for changing the code on the fly
this
@torpid pendant
the task has typos in it
first it calls the input "N" then calls it "M"
NOOOOOPPPPPPPEEEEEEEEE
what does the code print now?
number of prime numbers in a range
print('Number of Primes Between 2 and M ')
user input for M
try:
M = int(input('Enter an integer: '))
except ValueError:
print('You entered an invalid integer')
initialize a counter to count the number of primes between 2 and M
nPrime = 0
outer repetition starting at 2 to and including M
for m in range(1,M+1):
initialize factor list
factorList = []
for n in range(1,m):
if m % n == 0 :
factorList.append(n)
if len(factorList) == 1:
nPrime += 1
print(nPrime)
so it seems to work, right?
this line you can't reasonably change to using 1
as for the outer loop, you can put the body into if N > 1:
there are also other ways of dealing with it
no not there
so im teaching a beginner class in programming with python. im looking for a cool first project for them. they are high schoolers who are 16-17 . anyone got any ideas?
I mean a new if to account for case of 1
what do you mean dont do what your teacher did? @torpid pendant
you arent a good teacher then
a teacher whom doesnt know what to teach
so, you have this
for N in range(2, m + 1):
...
you can do this
for N in range(1, m + 1):
if N > 1:
...
or this
for N in range(1, m + 1):
if N < 2:
continue
...
leah is still recovering from you rejecting her @molten pewter her brain isnt working 😉
moewwwwwwwwwww
but that's just an attempt to conform to the requirement to use range(1, m + 1)
0: 480x640 1 drone, 561.0ms
a teacher doesnt just magically know exactly what to teach and how to teach it daily. it takes alot of research and planning
- that would make external assistance obvious
while Trueloop is unnecessary
I am detecting a custom object(drone) using yolov8.... I need either text to speech or play a mp3 file upon object detection 0: 480x640 1 drone, 561.0ms can someone guide me, this is the terminal output
and you as a teacher should know what your students are capable of, and what is interesting for that. You are admitting you arent willing to put the effort in
- unnecessary
()inif
What'd I miss
Me
Always
sometimes pushing the student is the way
Just stopped by to meme, at work
Fair fair
when did i say push the student???
Been in python debugger all day I'm actually getting good at using it
0: 480x640 1 drone, 561.0ms guys this is my terminal output, how to play an mp3 file upon object detection
@torpid pendant
change if > 1 to if N < 2:
That is the dorkiest thing I think I've heard you say, Fury
Someone has to romance the numbers I guess
i never knew one can use prime numbers to flirt...
Yep, very very large prime numbers are used in cryptography
first time for everything
@torpid pendant hey i just someone like this today, guess who?
just saw*
AH MESSAGE CAME LATE
it'll probably use ECDSA not RSA, btw
social engineering
though that does use primes too
ECDSA uses less big primes than RSA
htttp?
the padlock doesnt mean the website is secure. i t just means that some of the traffic being sent on the site is encrypted
You said t 3 times
I've known him like 3 hours and same
Also we're tech people
can i tell you a udp joke @molten pewter
It's hard for us not to correct people
secured
web over ssh: hypertext teletype transfer protocol
httttp
so wtf
(idk couldn't make up something more funny)
@molten pewter A VPN will encrypt Https which encrypts Http?
Mansplaining: A Demonstration
this is funny lmfao
yes, so neither VPN owner nor what transports from VPN owner to the site can see the content
whois this dude?
I've already had my home address dropped onto the server by someone else
So I've just given up caring
yup you said that a thousands times
that's also connected to why tor hidden services don't use https
Sure sure, just explaining to folks who don't know
guess what my name is 👀
Greg
امیر رضا
Giga Greg
^^^
i look like a greg?
don't see myself as a greg
That's terrifying
what
how were you swatted @torpid pendant
easily
I was a fly
swat doesnt dare to come near me
I too was swatted
he just used social engineering and used your name to gather more info on you though osint
don't kill me 🥺
I figure my poor life choices will get me before a hacker will
"The all mighty lemon brain"
@molten pewter So they stole your stash? Must have harshed your buzz, brah
i am a hacker but i work white hat doing contracts for companies
yes its very different
I like how as soon as solution gets within 4 character from being correct, the process of trying to solve it just stops
infiltrate them and hack them from inside
it means he wears a white hat
White hat means they do it as a security service
Checking and finding security holes
ignore hem
iirc, white hat just means hacking legally
some wear black hats like linuxgamer
illegality just coincides with maliciousness
bro...
Spy vs. Spy is a wordless comic strip published in Mad magazine. It features two agents involved in stereotypical and comical espionage activities. One is dressed in white, and the other in black, but they are otherwise identical, and are particularly known for their long, beaklike heads and their white pupils and black sclera. The pair are alw...
@torpid pendant did u rlly ask if he wears a white hat to work
meaning i take contracts and im authorized to hack into companies after i sign detailed NDAs. im authorized to hack into them @torpid pendant
yes
was that satire
what the hell is satire?
what i'm not american
even meaner in ....
talking abt leah
yes comrade @torpid pendant
Also interestingly, I think the white hat/black hat is a reference to old Western shows and movies
@molten pewter whats the best place to learn JS and Python like i am so overwhelmed by the amount of info out there
Might be wrong about that, though. Trying to remember
I'm definitely not a Russian spy
but I was suspected to be one
!resources
this is such an idiotic vc, i love it
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
i alr looked at that stuff its still too much
also not tryna pay
hello LX
Hey LX
there is a lot of free stuff there
for some reason every time i read the word murica i think of the movie team america world police
I'm quite sure they don't accept people like me there
I'm qualified only technically, and not at all politically
@molten pewter u've seen breaking bad?
war daddy ;)
yeah but like just so much info idk where to start
Oh you mean the documentary about how America views itself?
no the satirical movie
you want book or video?
yes
video im not tryna read
ell book is better
but if you insist
try socratica for now
good choice
Little Man Computer
MHM
look around the web a bit
Im too brainless
We all are
what does 2,M+1 mean?
range(2, M + 1)
funny
from 2, to m+1
what is M?
Another way to think of it is range(start, stop, step)
is it leah or leia?
@terse needle you have a capybara?
He is one
if it wa leia i'd be happy
@torpid pendant If you're not going to be coding, please hop off stream
the task is to count all primes ≤ M
M is given by the user
its pronounced LAYUH
it's any number you put in
leia
It's one of the built-in global ones?
so not like star wars?
oh i thought M was meeters or smth
!d breakpoint
breakpoint(*args, **kws)```
This function drops you into the debugger at the call site. Specifically, it calls [`sys.breakpointhook()`](https://docs.python.org/3/library/sys.html#sys.breakpointhook "sys.breakpointhook"), passing `args` and `kws` straight through. By default, `sys.breakpointhook()` calls [`pdb.set_trace()`](https://docs.python.org/3/library/pdb.html#pdb.set_trace "pdb.set_trace") expecting no arguments. In this case, it is purely a convenience function so you don’t have to explicitly import [`pdb`](https://docs.python.org/3/library/pdb.html#module-pdb "pdb: The Python debugger for interactive interpreters.") or type as much code to enter the debugger. However, [`sys.breakpointhook()`](https://docs.python.org/3/library/sys.html#sys.breakpointhook "sys.breakpointhook") can be set to some other function and [`breakpoint()`](https://docs.python.org/3/library/functions.html#breakpoint "breakpoint") will automatically call that, allowing you to drop into the debugger of choice. If [`sys.breakpointhook()`](https://docs.python.org/3/library/sys.html#sys.breakpointhook "sys.breakpointhook") is not accessible, this function will raise [`RuntimeError`](https://docs.python.org/3/library/exceptions.html#RuntimeError "RuntimeError").
Raises an [auditing event](https://docs.python.org/3/library/sys.html#auditing) `builtins.breakpoint` with argument `breakpointhook`.
New in version 3.7.
my brain go brrrr
k i'm happy now
if N < 2:
Harder to play off your brother Yoda's name, though
"Huh, I don't remember there being a 'Darth Vader' in the bible."
missing :
I have the high ground
reading the wrong bible
clearly
what did i just miss?
should work now
it's the other name for judas
in a lost version of bible
the fact that verboof has a job, makes me think i can work at nasa
what are you guys doing
who cares what the teacher taught you, if it works technically then its fine
@torpid pendant
your task requires using 1 only in the outer
why arent you just getting the square root , and getting prime numbers below it and checking ?
from what I saw, at least
have you guys ever tried math?
would it be easier to use a library like math
does meth count
exit on error is missing
@lavish rover bad troll. what i used to do, i would write JUnit tests which would say Homework passed and i'd send them the picture ;)
She already said she was 21
is it blue meth or white?
you will get M is not defined error right now on bad inputs
@molten pewter i didnt get to university but im teaching in a high school. i just been self taught
You sound your age
little wittle bois
They came later, they're the imposters
I once spent a day writing code to open up the python file itself, parse the docstrings and extract answers from doctests so it would only pass those and nothing else
@molten pewter It's really not helpful for this given assignment
this is so monotone bruh
It does not give any additional understanding on how to solve the problem
hemlocks name is daneil???????????????????
That
what does monotone mean?
No
Literally doesn't matter
I did a little more sampling for the last word length thing
like she sounds like a robot lmfao
@molten pewter the amount of bs
that is the idea
@torpid pendant im not talking abt u
bruh
im talking abt the video amirreza recommended
@lavish rover
you can take this part of the graph and name it a win
corey shafer then
Eh don't really care if you wanna fight write better C code than me
Been at work for a few hours
they aren't anything alike
alot
Different languages entirely. The only thing they share is the name
man i would say a whole essay
ik but what is Java used for and what is JS used for
but i dont want you guys to hear my sexy voice
I need to know why this happens
they have, like, most per character speed at a certain input length
idk
JavaScript is a web language that makes pretty much all the stuff on websites work
what abt Java
You're comparing functions likely implemented in C with pure python implementations
Not too surprising
retierd android language
Java is this language by sun microsystems. Microsystems used to make systems like microwaves, tvs, etc. And they need this language based on C++, which is simple, fast, and compact. BOOM java.
Java is a general purpose language that's been around for quite a while, and is used in all kinds of things. It's major claim to fame is the JVM, which lets it run on damn near everything
And no, that wasn't ChatGPT
yes but that doesn't seem to explain the dip at ~100 length
That's me just rattling off the useless crap in my brain
gotcha
?
HotJava is this browser, which had applets, applets allowed you to have interactive websites
java is hated with python people
Oh god no
And to make this applets you used Java - So Java code is downloaded and ran
And then Javascript comes into play, and builds on top of that
was this to my Q
BOOM the web
They both have their strengths. Java is just very verbose
No, to speedro's obsession with Java applets
i know i just find it fun how everyone here dislikes java
Javascript is a Java ripoff ✅
ah i see
No
Fuck Java
Fuck ruby on rails
would i be able to make a ai stock/crypto trading bot with JS and Python?
Why?
Because the sky is high and speedro no fly
no
Java is soo good
partially only
sarcasm
JVM is good
why did the names change?
Sure, you could indeed. Could do it in most languages, but there are quite a few libraries that do that kind of stuff in Python
Lets get you get to a doctor
So it makes it fairly approachable
Java is amazing man, whats there to hate about?
@lavish rover Do you know your own name?
idk I don't hate it
More than me
