#voice-chat-text-0
1 messages · Page 18 of 1
.
@molten pewter
Yo
They actually might do a lifetime ban
Lmaooooo
(Niemann chess insident)
Highly doubt it though
explain this to me
why is crossed like this
it does the same active_count
but for some reason it is like this
hello @rugged root
how are you doing
sorry i was deafen
ok
@rugged root where are you from
just curious
ok
guess
my location
I
Indian
like who
one is gamingbuddist
yes
your Frined
mustafa is Indina
Indian
ok
that's why he knew the term roti
can you @vernal bridge tell me your coolest project with python
hey hemlock i you are free can you help me with my github setup
@rugged root
how to post a project
wiat
after new
listen how to add the code
i made a project
trying
No wait.... shit, sorry
ok
ok
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
https://paste.pythondiscord.com/qepalidezaTraceback (most recent call last):
File "c:\Users\User\AppData\Local\Temp\scp57529\home\rccuser\IdiConc\Ethan's tasks\inventory of forms.py", line 75, in <module>
print(getinv_forms(idi))
File "c:\Users\User\AppData\Local\Temp\scp57529\home\rccuser\IdiConc\Ethan's tasks\inventory of forms.py", line 53, in getinv_forms
dict_of_form_types['morph-type']["Frequency"] = 1
KeyError: 'morph-type'
Yes, just so that it is nested:
morph_dict[form] = {}
morph_dict[form]["Frequency"] = 1
morph_dict[form]["Type"] = "root"
{form: {}, frequency : int, type : word['morph-type']}
{
"form1": {
"Frequency": 1,
"Type": "root"
}
"form2": {
"Frequency": 1,
"Type": "root"
}
}
morph_dict["form2"]["Frequency"]
hello!
can i watch live in voice chat?
!e
morph_dict = {
"form1": {
"Frequency": 1,
"Type": "root"
},
"form2": {
"Frequency": 1,
"Type": "root"
}
}
print(morph_dict)
@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.
{'form1': {'Frequency': 1, 'Type': 'root'}, 'form2': {'Frequency': 1, 'Type': 'root'}}
could i sit in on voice chat too?
thanks!
thanks for your support @rugged root
btw im joie/johanna! nice to meet you guys
NZILBB
oh wow i dont get to meet a lot of people with the same name hahah
Your code is too complicated..
I think it could be written a little more concisely
Traceback (most recent call last):
File "c:\Users\User\AppData\Local\Temp\scp57529\home\rccuser\IdiConc\Ethan's tasks\inventory of forms.py", line 75, in <module>
print(getinv_forms(idi))
File "c:\Users\User\AppData\Local\Temp\scp57529\home\rccuser\IdiConc\Ethan's tasks\inventory of forms.py", line 53, in getinv_forms
dict_of_form_types['morph-type']["Frequency"] = 1
KeyError: 'morph-type'
!stream 254407989576859648
✅ @finite violet can now stream until <t:1664546205:f>.
✅ @finite violet can now stream until <t:1664548040:f>.
@acoustic estuary You're breathing into the mic
sorry
wow
np
counts the time from when the script starts and finishes
to know how long it took to get it done
tooo big camera man...
Too big how?
@rugged root can u explain this ?
what
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
I just poked myself in the eye
Ow
should've asked someone else to do it for you
that way you don't know when it's coming
more of a surprise
I was fairly surprised this time as well
what is code for counter that counts in secs not fractional ones and counts since the start of the program till the end
who is the lawyer?
The new pricing policy charges $5.2 million per person for ISS crew time to support a private astronaut mission, and $4.8 million per mission for integration and basic services, such as mission planning. The policy now charges between $88,000 and $164,000 per person per day for pre-staging food and other cargo on the station for those missions on NASA cargo vehicles and for disposing cargo on those spacecraft. It also charges between $40 and $1,500 per person per day for crew supplies and $2,000 per person per day for food.
The foxes are singing the song of their people.
Deprecated?
idk I just wanted to know why it had was crossed
There are many possibilities
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. As such, it is often used to guarantee the availability of a specified number of identical Pods.
How a ReplicaSet works A ReplicaSet is defined with fields, including a selector that specifies how to identify Pods it can acquire, a number of replicas in...
btw do you know what function displays time it took for a program to finish ?
As in build time or run time
what's the difference
Times to build
Or times to run
I think you are looking for timeit
I think Linux has one built in
can u elaborate I don't understand
Your the laziest person ever 😂 so here is the code
I want one for the whole program not parts of the code
timeit() method is available with python library timeit. It is used to get the execution time taken for the small code given. The library runs the code statement 1 million times and provides the minim
because for some reason the time.perf_count() display fractional seconds
Timeit does the whole thing?
U can like also do
time python nnnsjshdbjs.py
But your not on linux
Other than these two
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
But using time library will just use processing power on the program itself
Not entirely accurate
Just run wsl or smth
well I did it manually by running start = time.time() and at the end of the program end = time.time() and subtracted end - start, something that is similar to this
timeit.timeit seems complicated
and it says for small bits of code
what's that
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Pluribus is a computer poker player using artificial intelligence built by Facebook's AI Lab and Carnegie Mellon University. Pluribus plays the poker variation no-limit Texas hold 'em and is "the first bot to beat humans in a complex multiplayer competition".According to the Pluribus creators, "Developing a superhuman AI for multiplayer poker wa...
DOI: 10.1126/science.aay2400
Tech with a heartbeat. Check out our vacancies, competencies, our team and much more. What makes your heart beat faster?
Gaat jouw hart sneller kloppen van software bouwen in verschillende omgevingen? En wil jij werken aan innovatieve hightech projecten of uitdagende IT omgevingen die ervoor zorgen dat onze opdrachtgevers een blijvende voorsprong opbouwen in de wereld van technologie? Terwijl je tegelijkertijd werkt voor een bedrijf waar jij centraal staat en waar...
lol
LOL
that would be him, himself
nah jkjk
yassss
are yall even checking this text channel?
What you have to realise is that we're talking about healthcare systems that are both broken and ragged.
Strawberry Cannibals.
LP was doing an online gaming thing where the processing/rendering was done remotely.
Utilikit.
@silent sequoia @quasi condor If you guys are genuinely planning on working on it, then you guys can pick the stack, I'll work with whatever
@terse needle
I'm just out of my depth, that's all. I'll start looking at the options
oo? What're we working on?
"fun"
Boooooo
@amber raptor - would I be a terrible person if I gave up on App Services and went back to Kubernetes?
no
heck your lisp
If you’re that bad, sure
why not LLVM IR?
I am just already familiar with x86 intel asm
All I really had to learn was the C calling conventions
hm yeah
just an IR
it's not even turing complete yet, thats what I am working on rn
just a quick script to compile the test IR in main.rs and the assemble the assembly and compile test.c with gcc and clang
plus its kinda odd to see a lang made in rust hehe
I want to maintain compatibility with both clang and gcc
Prefer run.dmc
it will be self-hosted at some point
bootstrapped you mean?
same thing
people call it bootstrapping/selfhosting
whats the goal of the language?
to have my own turing complete programming language
just to learn about compilers and shit
is it gonna be compiled or JIT?
but the goal of the language is to have a lisp with super good interop with C
compiled
no
well, you should have access to cpython
i mean i could try to contribute to it but i only know python and 8088 asm
and some cpp
by Hy is a super cool language if you are looking for a mix python and lisp
I prefer Hy to Python
hm i see
Python being so dynamic suits a lisp so much more than a C-style syntax
because python is so fluid
python could use some static typing
yep
bro what
i wonder if tech companies test open source libs before using it
You'd think so
the title feels so anti-opensource to pains me
this could equally be proprietary stuff
Sure, but open source is often lauded as more secure sometimes because everyone can see the source and people will catch crazy shit
It was more just a heads up
yeah but open source stuff has some automatic type trust since its maintained by a lot of people
Not trying to prove a point either way
i mean weaponizing open source projects sounds like a good and bad idea
I would hope this has been patched by now though? No?
it really could hurt the rep of open source projects
Likely are
But more a public awareness that we should always be cautious what we put into our code
Which I feel is fair to mention
yeah
tbh wasn't logj4 open source
Yep
shit happens
log4j hah
Right, but it KEEPS happening is the thing
whatever, never used it
java is just a mess
no, I'm not bothered
I am incredibly biased towards opensource stuff but I think this isn't incredibly related to it being open-source
Why bias?
because I think proprietary is stinky
ah
right, right
In fairness this affects prop stuff as well, since many of those use open-source

funny thing is most prop techstacks are just open source lol
funny how they make billions off the backs of open source contributors that dont get paid anything
an exploit that hits something low down on the dependency tree is going to hit both open-source and prop stuff just as bad
Soft skills are the only skills that transfers across the industries
how to get a returned value out of a function running in a separate thread
pls help
what ?
oh god this is way to advanced for me now
turkish?
wait what thats germen?
shawarma better anyways
LIESSS
godeeeeeeeee
for shawarma?
shawarma costs like 3 usd here lol
street food?
nope an actual shop
prior to inflation it was 2 usd
it depends
is the world real?
the matrix
i mean if shawarma costs 2 usd a year ago and now it costs 3 usd what do you call this
how tho
no?
it is inflation
ever heard of economy
🤣
im not gonna hold it against ya
glizzys
Sounds like you've never had good shawarma then
its a matter of opinion
burgers are just better
thats like facts
I take it you also don't like shakshuka
tf is that
Do you also dislike kofta?
you gotta try go to a good shawarma place
na
i just dont like the combo
What do you think of poke then?
poke?
pork?
Basically sushi salad
never had it
It's wicked good
never had it but i love sushi
sushi is just mid
There's a poke place in Portland ME that also makes musubi onigiri
musubi is spam, btw
thats 50$ right there
Burgers are nice and all, but a waste of perfectly good beef that could be used for making shawarma
Although the best burger I've had was a beyond meat burger.
Pasting large amounts of code
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
Steak is okay, but much better boiled with potatoes, beets, and onions
@somber cosmos
@somber cosmos
Corned beef is the way to go honestly
wtf is corned beef
A culinary experience of a lifetime.
Canned meat
Brisket but better.
tf are you where you get your corned beef in a can? it comes in a bag over here
I'm sure you can get it in a lot of ways.
@somber cosmos
brisket is soso
Meanwhile, the lunch at the office today was "We wanted to do oktoberfest, so we heard that german people eat pork, so we made a pork loin lunch with mashed potatoes"
mein kampf
Wtf
TypeError: App.on_closing() takes 0 positional arguments but 1 was given
It's sashimi
if __name__ == "__main__":
try:
app = App()
app.iconbitmap('icon.ico')
app.mainloop()
app.protocol("WM_DELETE_WINDOW", on_closing)
except TypeError:
#close app code here
yeah
im not sure what it does
yes
they do
bruv they gms
no
proof?
thats not a gm
your bad
no man
what you scared of then
bros gonna pull a stockfish cheat
shut up
Yeah
you down or what
tell him
prove it
Don't worry Punchcake he's def not using an engine
with your 20000 ego
chess doesnt need good wifi
bro
we gonna play with no time
you can re conn
i literally cant register my moves
PunchCake just play with him it doesn't matter
come on ryan
@acoustic estuary what site u play
lichess
L
he used lichess
your the L
Ryan stop trolling the guy
wtf
fr
bro
you down or not
You played Lichess with me last time, so you're def just making him mad because it's funny 😂
it isnt real
you idiot chess.com requires signup
fr
you have the iq of a fucking cat
lichess doesnt
joing
I had an acc already
well who cares it's chess anyway UNLESS YOU REALLY LIKE YOUR RATINGS
bro
ist 10PM
in that case just play with in chess
pussy
im doing english
.com
why dont you just join
lichess isnt banned anywhere lol
Hey could anyone help me with this small bit of code?
no
been trying to figure it out for hrs
i dont care really
why tf would i argue with a fucking monkey
what
Yeah
<@&831776746206265384> yall seeing this right
yo wtf
and end up putting it on me
!silence
✅ silenced current channel for 10 minute(s).
@sour willow @acoustic estuary both of you please DM @rapid crown telling us what happened. don't continue this here
!unsilence
✅ unsilenced current channel.
there we go finally fixed
https://paste.pythondiscord.com/idubegapay
Are you self-hosting lots of services at home in your homelab? Have you been port forwarding or using VPN to access your self-hosted services wishing you had certificates so that you can access them securely over SSL? Well after this video, you can! In this step by step tutorial we'll walk through setting up Rancher and Kubernetes with a reve...
linode
hello guys!
yo boss!
@rugged root ring_combos = ring_combos 
what are they doing?
I was doing advent of code, specifically this problem https://adventofcode.com/2015/day/21
ah
oh it was hard
welcome back boss!
@rugged root once you're back, can I stream?
Artificial Intelligence: A Modern Approach, Global Edition
Goofy ahh wifi
guys really I want to get voiceverification
@ashen wave Mic trouble?
@sly gale what's up my man
@somber heath no 3 days
and 50 messages
i used to be here for longer
my old account got deleted
bc hacked
bee forgot we were friends since it took me a yer to find this server
i was Woofle
or smiley
ye
bee heped me code my first calculator
@olive dawn
bee
ye
they are awsome
it is?
idk
now i wanna learn machine learning
and not just any usual machiene learning
im talking something like baritone
its a bot that can play minecraft for you
its a cheat kinda
it has path finding
auto pvp
auto build
auto parkour
auto mine
it even has an option to build blueprints
eh
i wanna learn to do something for terraria
u do need a machiene larning system for the boss battles
the attacks r random
terraria
ive done that too because funny
so what do u wanna code
or what are you intrested in?
@somber heath
adnd moment
turtle mode?
u sound like a 90's high class man with his
monocle
i meant ADHD
ye
also about my account getting hacked, i really hate my classmates
they did it
thats how they found out i used to be a furry witch im still distancing from
ye
balkan kids who have nithing to do better in their life?
i now wanna go get boba tea
ill get boba tomoeeow
tomorrow*
it is really good
and maybe aaddictive
wait is it halloween?
when is halloween?
hmmmmm
idk im european so we dont do that
we don't do it at all
ppl will call u a weirdo in here
balcan ppl really judgemental
really judgemental
imma open vs studios and try re-learning
uh
@somber heath any idea for a simple project to help me learn?
the ground up
i know
@somber heath ill learn that in a tutorial vid, don't bother, i meant something to do
like
"make smth"
and by fucking around trying to make something
i learn
ok
@fleet tide where you from?
🇷🇴
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
ok
!kindling
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
lots of racist stereotypes of romanians being dark skinned and often hostile
also been really confused and staring at my monitor for the past few minutes
what do i do

that made me chuckle
You like it ?
idk lemme figure out how to start coding
@somber heath any idea how to add the uh text
@midnight agate hi there
im eating an apple :D
what ide do u use?
im using vs studios
@somber heath ?
what?
oh
hmm
The significance being...?
nice 😮
you play alot?
i personally have only played it like a 100 hours (although over months) yet i already love it xD
i am 16
i am lvl 30
mount and blade II bannerlord
ah i've played a bit more than i've just got level 160
if u want we can play
hola amigo's
where could i find elon musk?

What in the hooligan
boolean
is going on
ah sure we can
@sly gale hiii
@peak parcel hi
hiii
yes
it's fine
I am currently studying for JEE exam
i already knew that you are girl
yes i came to know from that
your about me
yes i am in 12th
I am planning for IIT
Thats great @pearl elbow
omg u guys are planning entrepreneur stuff at the age of 17 :O
i am just look forward to get into college then i planned to decide this stuff in my second last year of college
fair enough
@whole bear do u know about rmo, i cleared that with good marks in 11th grade
interesting
I didnt actually write all those exams... but the questions were pretty good
thanks
Anyone in the voice chat currently in college or from cse background?
it's hard to summarise
basically entrepreneurship
80% is too much
60% is correct
@peak parcel
oh ok
hi
hello!
hi
Crazy arab driving on two wheels.
Song by the fucking boss Ali Mohsen: علي محسن ايا قلبي ايا مسكين
you know I am really impressed
If anyone needs helps I'll be in Voice chat 0
Thanks I will need it
Boom
hello @somber heath
yes
say
what you want to say
thank you
now can you please help me
wait
Standing by.
ye
Hey @warped raft!
You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.
What part, specifically?
like
the screen blit is not workinf
@somber heath are you helping me
no prolem
see ya later
yes because my project is taking forever
and this problem had took more than 3 dys
to be solve
first day tried
second day i tried a nd ask my best friend
so like lt me describe the project
it is a gui hangman game
i got the buttons in 2 hours
and till now didn't got the while loop
any way have a nice one
haaay
So that's interesting
Hello
Myself novfensec
This is the owner of Novfensec Inc.
sunday
whatcha doing guys ?
guys, im trying to coodinate a team for a project
on computer vision topics
if someone is interested on working with me, speak directly
We can use this for data
yeah , things made for the recognition of gestures and faces
its for creating a simple interactive sistem with two cursors
system*
okay, no worries
Sleep.
yeah
the el is just a prefix
its SYNFLAG
that´s it!
anyway
well here the data is more free than usual
people get paid by using data collectors
well i have a company, which is private
infonnet
if you want data, i can give you mine to collect it
i would just ask for some help with my software
hahahah
no worries
gimme a minute
now
im here
i came here to share my exitemente
exitement haha
i got my startup funded
YEAH I SAW IT HAHA
i like rtx chess
haha
oh, din´t show me that earlier
fuck gimme a minute, my sister needs something
im here
i don´t get how i willgete the verification
i should be able haha
lemme see
its not homework
its my job but me, as the ceo , cannot do everything
well no hahahah
well i do lots of things
public relations , summarized information , hiring people , sketching products marketing coordination and a laaaarge etcetera
!
i also supervice the production of my devices
no, i know
i just say that i do LOTS OF THEM haha
work for 13 or 15 a day
hours*
yeah he left
well
excuse
me
we are alone, so wanna call me privately
?
yup
hey can someoone explain why it gives me an error when trying to change icon,
from tkinter import*
window = Tk()
window.geometry("500x500")
window.title("very good window")
icon = PhotoImage(file='techno tribute.png')
window.iconphoto(True,icon)
window.mainloop()
it seems the program really hates things aren't actually pngs
well yes
I have to literally convert them to png using cloud instead of just changing file format apparently
renaming the last three letters is not changing the file format
try opening it in an image editor and saving it as a png
can i get a linux recomandation?
a lot of ppl told me they r too old or they r complicared
i was wondering about arch and parrot os
what about those?
if you think ubuntu is complicated, don't even touch arch
ubuntu is just about the simplest linux os in existence
never tryed any
arch is good, but you have to set up most things by hand
sure
oh good idea
let me try
found a nice video for you (I'm assuming you're wanting to install it alongside windows)
Linux Mint 20 is here, and I've decided to create an (updated) video to show you how to set up a dual-boot with Linux Mint and Windows 10. Same procedure as last time, but updated for the new release. This video assumes that you already have Windows 10 installed, and that you've backed up your data in case.
🙌 Support me on Patreon and get early...
you'll need a usb drive btw
i'd rather have only one os at a time
ot ill run out of memory
memory or disk space?
how big is your drive?
disk space i guess
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
oof
bc i got hacked
bruh
did you not have 2fa
i did
but they gave me an exe for a "game" we were supposed to play together
and that managed to surpass 2fa
rip
ye
@gentle flint what does True and false do here ?
the way you've written it, it's short for
window.iconphoto(default=True, icon)
tkinter is one of the weirdest python libraries I know
it tries to wrap directly around tk methods
but never actually documents the python implementation of most of those methods
so in this case, I went and looked at the documentation for the tk command it wraps
which is wm iconphoto
turns out that adding the -default flag means the iconphoto is applied to all future created toplevels as well
so when you put in True, you're setting the default argument to True, which passes in the -default argument to the Tk command which python is calling, which makes all future windows use the icon you've set there in their titlebar
got it? @knotty marlin
idk what you mean with future windows like other windows inside the same module or what ?
@stiff meteor hi hi hi
Can anyone show me the correct syntax for this prompt please 🙂
Create a variable called sub_plan and assign it a value of ‘basic’, ‘full’, or ‘premium’.
it doesnt say a list and I dont have variables assigned to them
Yes!
im workin on an assignment and i have to run if statements and else statemnents
dflkhjldfglkodfglk
i do not know dictionaries yet
How do I skip the vc requirements lemme pass I’m valid
feck i was in the wrong chat?
This is my promt lol for more context
i do know lists!
it iss
just a step in right direction lol thank you
just tell them what lists are and how dictionries work maybe?
i could do basic = 1
var = [value1, value2]
then 2 and 3 right put them in the list for subplan as [1,2,3] right?
basic =1
full = 2
premium =3
sub_plan = [1,2,3
]
basic, full, premium = 1, 2, 3
Ohhhh thats nicee
var1 = 10
var2 = "51"
var = [var1, var2]
i dont think u need anything for sub plan
yeah!
im stuck on how to create the varibles to use them in an else if statement for a loop where it checks if a plan is premium full or basic and spits out a price value lol
put the conditions in
syntax!
sub_plan = 'plan name'
or share screen lol
give me a sec lol ty
same
am learning too
i only use pycharm for jupyter
venvs are nice
i dont have voice perms
sadge
alrighty
does it needto be in '
after1?
u have to write the code block after that
lol
luike what u want after the condition checking
yall kno how to webscrape with Python
with beautiful soup
yaaas
i did it a lil bit
help me bb
i'd try
look at #help-pineapple
see if anything ive done makes any sense
if u can help i appreciate if not all gud
can i join lol
Howdy guys 🙂
Noo my boy
My boy: Dad helpp lmao
What kind of error are you receiving?
hey
hello
how are you foing
doing
my mother is sleeping just bedies
beside
so quiet......
i have a headphone
any way
how are you doing
yes
this project is taking forever
gui hangman using pygame
ok
sounds cool
lot cooler than mine
yes
one advice
divide the game into parts and then work on it
can i work with you and just learn how to do such ai things
when do you work
hours
when do you do coding
ok
yes
it will take three to four days
i ma having some problem
how to tell you
i was working
but stuck on a probellm
yes
i am on my pc
the code
the error it is not working
listen the for loop is not workin properly
when will you reach home
