#voice-chat-text-0
1 messages ยท Page 814 of 1
Was wondering if you were having fun with it
It's alright. I find it boring honestly. But many employers value it.
Ignoring exception in command DaBaby:
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 939, in invoke
await ctx.command.invoke(ctx)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 855, in invoke
await self.prepare(ctx)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 789, in prepare
await self._parse_arguments(ctx)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 697, in _parse_arguments
transformed = await self.transform(ctx, param)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 542, in transform
raise MissingRequiredArgument(param)
discord.ext.commands.errors.MissingRequiredArgument: member is a required argument that is missing.
!pate
relative-path
windows-path
pathlib
!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.pydis.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.
hey @flint skiff how old are you
Are people here supposed to be super young? I'm 20.
hi everyone o/
No im 21
oh sorry im ingame hard to hear and type. waiting for my voice haha
are the people who are under 18 here just coding savants
i couldnt figure out anything until i was 20
hahaha
Well I'm 20 and just starting to learn the jists of Python
I feel I started too late.
I didn't get into coding until like.... 21 or 22 when I was in college
It is never late according to me.
And then after that I did it off and on for a while, and only really buckled down over the last handful of years
But it is better if you start early on.
Eh, maybe
Oh damn. Guess that motivates me to keep going.
- when you play street fighter for the first time and think ur good then u join multiplayer -
Hello.
You wanna know how to trigger hundreds of Python programmers?
Take a look at this.
This is a simple program that reads string input from the user, and then outputs beeps with different frequency corresponding to each character of the string.
I have basically shortened it so hard, this will make serious programmers mad.
As another inspiration story, Lemon is entirely self taught and is now working at a booming startup
So there's always a chance if you put your mind to it
im laughing but i shouldnt be. hope ur doing good lol
Who are you talking to?
@honest pier hai
hi
I call this the "next level of obfuscated Python".
it's not even that bad
you can fit the last one into a list comp
just use iter(int, 1) as your while True
and you can put the other one into a list comp too
Oh. By Lemon you mean the owner?
My bot's text commands are running I haven't checked the voice commands yet.
I hope youtubedl doesn't screw me again.
!ytdl
Per PyDis' Rule 5, we are unable to assist with questions related to youtube-dl, commonly used by Discord bots to stream audio, as its use violates YouTube's Terms of Service.
For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:
The following restrictions apply to your use of the Service. You are not allowed to:
1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service; (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;
3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTubeโs robots.txt file; (b) with YouTubeโs prior written permission; or (c) as permitted by applicable law;
9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
I know @faint ermine
yup
@dire folio https://wiki.lineageos.org/devices/#samsung
lmao
I wasn't asking help regarding youtubedl, as it is the shitiest thing ever.
@dense ibex you free yet?
Nah @dire folio
I have too much background noise at the moment.
infinimata
Oh wow. Now Mr. Hemlock is really inspiring me.
LineageOS Android Distribution
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voiceverify
in the #voice-verification channel
!stream 147651344298147841 1h
@mossy wagon
โ @mossy wagon can now stream.
Ah, "illusion of competence"
That's a coincidence. My first programming language was Pascal.
"""meeting_planner URL Configuration
The urlpatterns list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/3.2/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: path('', views.home, name='home')
Class-based views
1. Add an import: from other_app.views import Home
2. Add a URL to urlpatterns: path('', Home.as_view(), name='home')
Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.contrib import admin
from django.urls import path
from website.views import welcome, date, about
from meetings.views import detail
urlpatterns = [
path('admin/', admin.site.urls),
path('', welcome),
path('date', date),
path('about', about),
path('meetings/int:id', detail),
]
helpp
@dire folio
yes, PHP is server side rendering
If I were to teach someone programming from scratch, I would emphasise execution models.
To really get the idea of an execution model, you need to learn more than one programming language.
That's where education-oriented languages like Scheme come in.
My first programming language was Pascal. It was simple. At least until today.
program StringToIntIsMoreLikeALabourInPascal;
uses Crt,Bullshit,Madness,Masochism;
type
Boring=Record
this:Integer;
that:string;
end;
var
apeshit:Boring;
a,b,c,d,e,f,i,j,z:string;
procedure FaQ;
begin
FlipMiddleFinger;
end;
begin
WriteLn("How many camel cases do you want?");ReadLn(a)
WriteLn("Yes\n") { symbols like \n and \t is useless in Pascal >:( }
end.
Pascal sucks - that's all there is to it.
@rugged root can I screenshare my not cursed code rn? I have perms, I just want to make sure I can
Of course
pog
I understand what youre saying, I've recently heard from a mentor that they'd look to hire knitters with no coding experience because its so similar to understanding algorithms, I thought it was interesting.
My second language was Python.
(talking to voice)
WOW
It was simple, it was flexible, and I somehow mastered the basics.
To this day, Python, in my opinion, is my favourite language.
hmm i knit ๐ค
!voice @upbeat sleet That'll tell you why you can't speak in VC right now
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
there's no way someone would hire a knitter with no experience over literally anyone with experience or a degree
I am currently learning C (and maybe C++), because C (and C++) can be useful for making Python extensions and/or improve Python's abysmal speed.
Python is already kind-of multi-paradigm.
How did I learn Python? I learnt by myself.
I mastered the basics within a few weeks.
thanks @rugged root i apparently have to write some in chat
Yep, just participate in some conversations, help out or get help in the help channels, see if there's a topical channel that catches your eye, etc.
๐
No-code for frontends are basically just website builders with extra buzzwords
Thanks to this website: https://vietjack.com/python/index.jsp.
___chlli_gurkan are you ๐ธ๐ช
If @dire folio had a podcast I would tune in right now. really interesting
hello
Hello.
Xcode has some GUI stuff I think.
I certainly relate to that
helpful
I updated my Emacs, and it's 100% more atrocious
no, @icy axle is tho
pure btw, do you have your nix dotfiles on github?
๐ธ๐ช
I don't
Anyone know how i can report straight to the api with a bot Im adding selfbot detection and auto report to my mod bot
oh ok, shifted to nix os, wanted to do some ricing
I usually have the problem of quitting before even getting it to work.
Unfortunate as it is. I've found something lower
I have a problem with coding I start to work and get to a roadblock and I to lazy to google it and try to find a workaround so i just get pissed and just trash it
TDD 
lol
;)
On the topic of the subjectivity of tests, I quite like how property-based testing tests for laws instead of behaviour, considering that everything, including procedures, when treated as data, can be generated automatically
The more you know, the more you know you don't know.
Just wondering if this clarifies it, where its said that theres no ethics in comparison to other fields, I think its meant as there's no strict laws or requirements yet that have caught up to technology as others like med, though im not sure if i interpreted it right/
to verify whether something is good/legal/should be allowed
I wonder if "design-by-contract" should be legally binding, in some cases? @dire folio
I don't really believe in this, but a line of thought leads me to imagine that anything approaching meaningful accountability in programming would result in licences to program, at least in certain fields, which would be the more plausible.
I think its very related with trying to regulate AI research at the moment
Just finished watching Upgrade.
I think this kind of illustrates what Eivl is saying ๐ http://matt.might.net/articles/phd-school-in-pictures/
haha thats a good link
What's going on? I wasn't listening ๐
๐คฃ
Did the one on the left wink at me? ๐
Hey.
Cya Eivl ๐
OwO
Of course
@soft iron I do when I get to know people a bit better
0 votes and 2 comments so far on Reddit
Oh boy. Looks like I've made hundreds of people mad.
Does anyone want to learn Rust with me? I need some accountability ๐
Honestly I would lol I tried it out and it seems really cool.
how would youaccount for each other
Ah nice Jake. There seem to be two approaches to learning it: the rust book, and 'rust by example'
i've been reading the rust book
Same. Right now my plan is just to read the rust book cover-to-cover.
But if my attention span doesn't hold up I may take the other approach.
A bit late to the testing talk but I don't think I've written that many tests for the PureScript packages that I maintain
too much comfort is placed on the type system
Yeah, I watched a few videos about it, but I think I will just read the rust book.
It seems like the best bet.
why lol
too much explaining and work to do
Oh
apparently i am not capable of training people to meet my expectations
but in most cases i would like to blame the source material i am provided with :>
i am not a miracle worker
the last 4 songs
send code and i will make it 1 line lol
:(
it's your playlist what are you complaining abt
i-
ยฏ_(ใ)_/ยฏ
o/
link
hmmmmm
@stuck furnace i literally shared that a while ago didnt i?
Oh you did?
Yeah, I love it.
Although I feel sorry for the musicians ๐
the live recordings tho
Music for 18 Musicians, by Steve Reich
Performed by Temple University Percussion Ensemble
Featuring Mobius Percussion and Special Guests
Phillip O'Banion, director
PERFORMANCE:
April 5th, 2016
Temple Performing Arts Center
Video/Editing by Four Ten Media
http://fourtenmedia.net/
Personnel:
Clarinet: Elisabeth Stimpert, Sean B...
I already know your name
i think its more like huhuhuhuhUHUHUHUHUHUHuhuhuh
lololol
I'm sorry, your whining is meaningless against the power of the stock price
what is that, sublime?
haha yea
๐คฎ
waii
so helpful lol
looks like it just converts a decimal int to a binary int
yeah
but i dont know how it works lol
i found it
online so yea idk how it works
"I'm having an old friend for dinner"
the user is asked to input an integer...
yes
then the binary() function is invoked
mhmm
which converts the decimal int from the input into a binary int
it recursively calls binary
the idea is that an even number % 2 will give you 0, and an odd number % 2 will give you 1
my biggest prob is wth does this do binary(n// 2)
that's the recursive portion
yes i got that
yeah but my biggest prob is understanding whas happenin loll
issok
np
are you not familiar with the // operator?
try to add prints into the function in various spots to see how it's doing it
no worries. don't get too caught up on the recursive function calls.
!e
def binary(n):
if n > 1:
binary(n//2)
print(n%2,end='')
binary(15)
@honest pier :white_check_mark: Your eval job has completed with return code 0.
1111
oh hey it actually works
so if you were to convert this to iterative, it would look like
that doesn't look right
yeaa loll
worst thing in programming ๐ฆ
just turn it off
lol
What?
why is the leopard 2a6 so good
it's literally the best tank in the game by literally every metric
import sys
sys.setrecursionlimit(sys.maxsize)
```  What could go wrong
** i r o n y**
@honest pier :warning: Your eval job has completed with return code 139 (SIGSEGV).
[No output]
!e
import sys
sys.setrecursionlimit(2**31 - 1)
the docs say it's platform dependent right?
@honest pier :warning: Your eval job has completed with return code 0.
[No output]
RAWR, ANGRY RABBIT!
oh hey
Keep your #esoteric-python contained to your channel and never speak of it ๐
Hah yea, definitely not going to have any issues with your call stack
America!
And itโs BB gun
if you log in on discord as a bot, a friend of mine did it once, but I don't know how, you can stream in higher qualities, framerates, and you get free nitro classic, yeah.
tos ๐
What about it?
Yeah that's HIGHLY against the Discord ToS
And now you do
Cool.
Well I wasn't the one who did it, luckily.
Curious. How do the dormant help channels get available, if no one can type in them?
Do admins have to do it?
Nah, the bot scoots them into the available category as needed
Currently it makes sure that there's at least 3
I could assume that, as needed, admins and owners can also do it, if need be.
Gotcha.
loop
The reason the bot is there is so that it can manage the what seems like 20+ channels.
Probably.
Yea, the help channel system is pretty neat
we have 42 channels currently
The source is all here https://github.com/python-discord/bot/tree/main/bot/exts/help_channels
It's gonna suck when you hit 50 channels @cobalt fractal
@rugged root The best part is, back March 5th, discord put out an update patching bots being in too many servers and it set it to an unreasonable number, for the bot capacity to be 150k. So, unless this python bot is in 150k servers, which it DEFINITELY WON'T BE, it won't overload.
Yea, we're looking at ways around that
likely a short-term fix is to have 2 in use categories
Yeah and have like a pool?
A longer term fix would require a new feature by Discord
The available channels would be the same, just the in-use would be split across 2 categories
Huh, I didn't know that
That's kind of cool
Not march 5th, march 15th
Why not the dormant category? Wouldn't that be easier?
here's the website i'm getting this changelog from
Integrate your service with Discord โ whether it's a bot or a game or whatever your wildest imagination can come up with.
The issue we run into is all of the help channels are claimed, so we can't pull one into available
So once the needed in-use exceeds 50 we need a 2nd category
dormant would likely need to be 2 categories too
ohhhh I get what you are saying. That makes sense. I forgot about the channel limit for a second lol.
@dense ibex what's the song?
Ahh, I thought that's what you were referring to when you mentioned 50 ๐
I have no idea honestly I haven't been paying attention sorry.
XD
@faint ermine Huge weather swings are a thing in america as well, but I don't think we have a phrase for it.
We can go from sunny weather to a thunderstorm on the level of a hurricane
at least in florida
i have a puzzle
I was lol but I forgot that the channel limit applied to the in use category.
NEVER. EVER. go on vacation to florida from the months of september to november.
That's hurricane season.
NEVER
i already know the solution ๐ค
really?
polynomial
think logically about the problem
that's not helpful XDDD
sorry
think when n >= 2
gradully you see a pattern @honest pier
It always surprises me how far north London is.
@rugged root What about their power button
they can just press the power button on their tower
or just unplug it
ah
this is what i remember it from
Woburn Collegiate Institute Programming
Enrichment Group Online Judge
@harsh hazel i think the issue was its a remote desktop
it means they were remote controlling their PC from somehwere else
well that's dumb
so like, i can open a RDP (remote desktop protcol) connection to my workplace if im working from home to have access to all files etc
i don't know much, so i'm going to ask, what's the point of getting a remote desktop
@drifting wren , there's a constraint on N, being even in our version of the problem
OH
i mean, for that, what about, just like, microsoft onedrive cloud
thing
Can Alex win if n = 2?
don't care enough ยฏ_(ใ)_/ยฏ
that doesnt give me access to the work network, and the programs installed on the work PC
Oh.
Matt Daemon
ah i see ๐
Then I'd have to hike down to their office to press said button
They're remoting from home into a computer here
Yeah, makes sense now.
Yerp
The solution that my parents use, they work for disney, and they need access to a bunch of programs and the work network
their solution is they get computer towers, monitors, and a router to the work network and they bring them home
all parts involved
"Name three of their albums, Doozy."
What is a VPN? Alex
Virtual PRIVATE Network.
it can't be a network for a business if it's PRIVATE to ONE PERSON
403B48484H1E3D4744443B3C474A3B4C41463H1E1F1F
Any idea what this means?
I havenโt had Desktop in 7 years
is that a hex code
not sure, i have been given this to decipher
by who
it is probably hex, yeah
not important :\
color hex code?
@honest pier what type?
probably just a hex message
but its only 6 letters/digits
alright
huh?
the hexidecimal
translates to this
34 30 33 42 34 38 34 38 34 48 31 45 33 44 34 37 34 34 34 34 33 42 33 43 34 37 34 41 33 42 34 43 34 31 34 36 33 48 31 45 31 46 31 46
whats the char value of the numbers?
a hex code is #_________ with the underscores being the color code
not necessarily?
a hex colour code is that
34 30 33 42 34 38 34 38 34 48 31 45 33 44 34 37 34 34 34 34 33 42 33 43 34 37 34 41 33 42 34 43 34 31 34 36 33 48 31 45 31 46 31 46
Could these mean some message in char values?
sure
those are hex numbers
set the lowest value to 'a' and do offset
who says it has to be a direct conversion
hex to decimal to char
Me, who doesn't know any better. Honestly, @plush willow, ask someone else.
I don't know ANYTHING about hexcode
Convert text into hexadecimal format. Convert hex values to text
you can translate anything here
i would do it
but i don't know how
because i'm an idjit
If you know what a process is, a Docker container is just a Linux process that is isolated from the rest of the system.
From its perspective, it has its own file-system, etc.
I was sticking with ELI5 explication
Yeah, but I found I only really understood it after being told it's a process. Idk ๐
So what's everyone up to?
@stuck furnace checkt this one out https://open.spotify.com/track/7oQh96s9YemWG3A4zkIbrU?si=1ae0a3a73793457c
@vivid palm made me in love XD
@honest pier Want to do some binarysearch later?
yaaaaaaaaaaahhhhhhhh
If I've learned enough Rust by then, I might try to write my answers in it. Should be entertaining ๐
check this one out too
i don't think it supports rust ๐ฆ
Oh damn 
lul
not chinese
japanese
third try's the charm
try again
you deserve a follow mina on ur spotify
philipine
fourth try's the charm
corean
omg, he is really bad at guessing. Korean with a c?
K
ok so it might be true then
Corea
so interesting XD
hahahahaha
.catify mina
แกแแข mina
.help catify
.catify <text>
Can also use: แแแขify, แแแข
*Convert the provided text into a cat themed sentence by interspercing cats throughout text.
If no text is given then the users nickname is edited.*
.catify public static void main
public static void แแแข main
:3 omg so cute i can't
๐
.catify jake
some of these tails tho lol
jake แกแแข
.catify
Your catified username is: Rabbit | แแแข
.catify me
แแแข me
.catify CreativeSelf
แแแข CreativeSelf
cat cult?
yeaa XD
lol
but i can't get in why XD
@orchid barn แฆแแข
ayyyyyy
๐ฆ
.tigerify CreativeSelf
@stuck furnace why i cant be catified ?
๐ฆ
help แแแข
.catify <text>
Can also use: แแแขify, แแแข
*Convert the provided text into a cat themed sentence by interspercing cats throughout text.
If no text is given then the users nickname is edited.*
thats how @orchid barn
.catify CreativeSelf
แแแข CreativeSelf
CreativeSelf แแแข
.
if you do .catify it'll change your name
But I suggest doing it in #bot-commands ๐
Your catified username is: public static void แแแข | แแแข
oh?
lol double catify
Your in media team, so bot doesn't have the power
!warn @fresh python Unsolicited and creepy comments about "wanting more pictures" of one of our users is absolutely unacceptable. If I hear of anything similar happening again, you're out.
:incoming_envelope: :ok_hand: applied warning to @fresh python.
i got eyes ๐
and ofc, we can't forget this. the origin.
how about.. 'origin' lol
Current system status. View active incidents or upcoming maintenances. Subscribe to receive status notifications.
Erm, not sure we're ok with you posting this.
oh sorry
No worries.
You can send link's just not of illegal or inappropriate things.
should I use visual studio code or pycharm
Well it looked like a site for illegally streaming episodes of The Office?
should I use visual studio code or pycharm?
You a beginner?
yep
@stuck furnace ah i see ok
I'm a beginner as of today lol
I just installed visual studio code
A lot of people I know use that software
Nothing much. Just started today. I'm trying to get the jists of things at this point.
type this in your code: print("hello world")
Yes I did that. Don't notice anything different.
have you installed python on your computer?
Yea as an extension
@zealous wave ^
I'll be back in a bit ๐
Try install it from there official website: https://www.python.org/downloads/
@swift breach and if that doesn't work then try save your file as a python file for example : main.py
print("hello world")
Hmm, I think I know ๐
@swift breach hoped I helped, if you'll still need help, mention me here and i'll dm you
You already have, BOB ๐
Did you do ```py
import student
Is the Student class in a module called student.py?
The best magic tricks have boring explanations ๐
Yeah I mean
Student.grade() dosen't work but Student.Student.grade() works fine
!e ```py
print("Tomato")
@icy axle :white_check_mark: Your eval job has completed with return code 0.
Apple
@faint ermine, you're with us or against us 
Someone gifted me a nitro and I got the best gif image
XDDDDD
I love re-captioned WikiHow illustrations ๐
Yeap ๐
Those are stolen from Reddit though.
Yeah, although I kind of like BoredPanda.
XDDDDDDDDD
Cheese soup
Yeah, the all-time top ones are all a bit mean-spirited.
XDDDDDDDDDDD

LOL
stonks
WikiHow is an incredibly useful resource, an online database of how-to instructions that aims to enable everyone in the world to learn how to do anything they want to do. With over 190,000 articles uploaded so far, there are some pretty niche scenarios available, such as: โHow to Make People Think Youโre Immortal,โ and โHow to Apologize to a Cat...
Er?
See you later ๐
cya
Anyone have any good resources for deploying a PostgreSQL db in a docker container?
Like on how to do it
I reckon Rabbit's the guy to ask.
Are you talking about diminishing marginal value of money @orchid barn ?
Alright thanks! ๐
If you dare ๐
"technology has caused crypto to become big"
Yeah, and everything else as well, from advancement in yew bow creation to new steels for shipbuilding
lol
plss i need that sr
just found this comment on yt
bruh my schools whole ass system is still down lmao
Current system status. View active incidents or upcoming maintenances. Subscribe to receive status notifications.
I do know that feeling 
@commands.Guild.owner.only()
Its been down for like 3 hours though lol
is a thing right
You would use is owner
it's been down for 3 hours
are you trying to have a command that only owners can use?
Nono, of encountering prodigious talents ๐
no i fixed it
okie
Thanks! I vouch you for staff in this server lol
Lol, I wish I could be staff but first off I am only 15 and second off I have only been learning python for 3 months now. So I am not confident in my ability to be the best helper I could be.
o really
Yeah
I thought you would have been learning longer
Na only 3 months. But I do know a decent amount.
Ah
I am eating a choc ice.
Sorry, hands are full ๐
Erm, I'm not sure tbh.
It's a mini one.
It is pretty good...
we have alternating cats/no cats counting from the top of the vc
me - yes
1w4 - no
creative - yes
zurax - no
jake - yes
landmo - no
lx - yes
marko - no
sadly it ends there
"Driving is just a mutual agreement not to play bumper cars with each other." - Jake 2021
now, if schoolman would change...
That would be mod abuse ๐
This pleases me.
same
https://www.youtube.com/watch?v=Nnh5TQ60hek&t=325s
controlling a car electronically is easier than you guys think
The hacking wunderkind thinks Big Tech's approach won't work. He built a $999 autonomous driving system that runs on a smartphone.
Subscribe to our YouTube channel: https://www.youtube.com/ReasonTV?sub_confirmation=1
Like us on Facebook: https://www.facebook.com/Reason.Magazine/
Follow us on Twitter: https://twitter.com/reaso...
.catify
Your catified username is: jake แกแแข | แฆแแข
@gentle flint the way you phrased that makes it sound like it took multiple slaps ๐
.catify
Your catified username is: jake แกแแข | แฆแแข | ๐
Erm, I'd rather you didn't share that...
but then for mosquitoes
Oh right.
Nowadays scientists are moving towards this: https://en.wikipedia.org/wiki/Organ-on-a-chip
An organ-on-a-chip (OOC) is a multi-channel 3-D microfluidic cell culture chip that simulates the activities, mechanics and physiological response of entire organs and organ systems, a type of artificial organ. It constitutes the subject matter of significant biomedical engineering research, more precisely in bio-MEMS. The convergence of labs-o...
!otn a driving is mutual not bumpercars
:ok_hand: Added driving-is-mutual-not-bumpercars to the names list.
How do you implement an on/off switch on a General Artificial Intelligence? Rob Miles explains the perils.
Part 1: https://www.youtube.com/watch?v=4l7Is6vOAOA
Rob's Original Discussions on General AI: https://www.youtube.com/playlist?list=PLzH6n4zXuckquVnQ0KlMDxyT5YE-sA8Ps
Stop Button Solution?: https://youtu.be/9nktr1MgS-A
More from Rob M...
candidato['media_salarial'] = mean(input('Digite tres pretensoes salariais: '))
meanValue = mean(int(input().split(''))
finding ever more random things on WP
The Cod Wars (Icelandic: รorskastrรญรฐin, "the cod wars", or Landhelgisstrรญรฐin, "the wars for the territorial waters"; German: Kabeljaukriege) were a series of 20th century confrontations between the United Kingdom (with aid from West Germany) and Iceland about fishing rights in the North Atlantic. Each of the disputes ended with an Icelandic vict...
hello
thanks!
no problem
yo guys, what are the best books you read on software engineering and best practices
Which mf pinged me?
hi
i dont have perms to speak
on the voice channel
am new to server i have to wait 3 days
anyone there
someone
hello
am at mango
then you have to wait
ok
why this got me a f-string error?
print(f'candidato {candidato['nome']}, telefone: {candidato['telefone']}, media de pretensao salarial: {candidato['media_salarial']}')
if u just print the first property goes well
you need to use the other quotes
didnt understand
for some reason laundmo's voice strongly reminds me of frederik's
oh i got it
idk why
need to use " instead of '
thanks man
hurrah, someone had precisely the same problem as I do
Python's mock module (unittest.mock in Python 3.3 and higher) allows you to observe parameters passed to functions.
vs code is insaeny
insane*
espeically with extensions
tabline is insane
yea tabnine
maximum 1Gb
ram
why are you asking another user to call you?
we know eachother
๐
We do?
can we call rq?
nah
ight
@gentle flint what are you currently working on ?
ooo, tell us more
o
same
but i can help you
Someone sent me this and my discord closed... anyone know how i fix this?
nah, no need, but thx @orchid barn
@โ MoneyDropโ #2921 so you go and send it here
hmm?
so you go and send it here XDDDDD
@modern seal fuck you
that was indeed my complaint
If you know what it does, it's probably not a good idea to re-post it here.
We'll deal with this. Thanks for reporting.
Let's not intentionally say these kinds of things to a person, even if you think they're trolling
ok
I could slap myself for falling for his stupid prank
Literally had to switch to tty1 to reboot
There we go
What happened?
Oh well, another lesson learned
crash
oh that thing breaks your pc?
All the time
noice
@gentle flint that's sad :/
Hey
hai
am I just mentally handicapped or is python screwing me over?
factors = []
num = 600851475143
for i in range(2, num):
while num % i == 0:
num = num/i
print(num)
factors.append(i)
print(factors)
this should gimme a list of all prime factors of num
a trick?
it only goes up to the square root of it ik
ye
but that's not the issue here
the damn thing wont even get to printing the factors list
!=
oh now i m curious about what happens to this classic for loop when lenght changes
for(int i = 0; i < length; i++)
@orchid barn are you a fucking troll?
factors = []
num = 600851475143
for i in range(2, num):
if num == 1:
break
while num % i == 0:
num = num/i
print(num)
factors.append(i)
print(factors)
Post-quantum cryptography (sometimes referred to as quantum-proof, quantum-safe or quantum-resistant) refers to cryptographic algorithms (usually public-key algorithms) that are thought to be secure against a cryptanalytic attack by a quantum computer. As of 2021, this is not true for the most popular public-key algorithms, which can be efficien...
also we can prove that your algorithim takes O(sqr(n))
...
it worked didn't ?
DONT HMM ME
You fricking checked if it becomes one in your code when the range function starts from two
num is being divided
ya just splattered that onto what i provided and told me to try it , hwo am I not supposed to think you're messing with me
i'm not checking i
Guys, what's going on?
I'm being trolled, 99% sure
fogg /s
dont feel bad about not understanding it
megamin
congratulations
let's try this again then
what happens if i send a zalgo character here?
(i got a warning on another server, so just confirming be4 sending ๐ )
imagine quantum pcs doing btc
did someone just meow?
ยฏ_(ใ)_/ยฏ
yes, a cat
interesting
@whole bear ??
Yeah, who's the cat?
no worries
@orchid barn still screw you though I'm too prideful of myself to fully admit my faults
XD
i can change the speed of light
Interesting...
make it propagate through a lossy dielectric medium if i m not wrong

@whole bear this website will help you alot [https://cp-algorithms.com/]
We welcome your for a free dinner at apartment 4567m at floor 450.
We are passionately waiting for your presence , However [warning: we don't have an elevator].

How to be come a skeleton
@hallow pawn hahaah
@paper tendon I'd be interested as to your intentions with your 9 cats
its william shake spear. VIsualise that
too late
Wayland is a communication protocol that specifies the communication between a display server and its clients, as well as a C library implementation of that protocol. A display server using the Wayland protocol is called a Wayland compositor, because it additionally performs the task of a compositing window manager.
Wayland is developed by a gro...
cinnamon
personally I use i3
who of you has used a twitter via TTY back in the 2010 ๐
i3 is a tiling window manager designed for X11, inspired by wmii and written in C. It supports tiling, stacking, and tabbing layouts, which it handles dynamically. Configuration is achieved via plain text file and extending i3 is possible using its Unix domain socket and JSON based IPC interface from many programming languages.Like wmii, i3 uses...
I've never used twitter at all...
does it support powershell on windows? @gentle flint
โฌโโฌ ใ( ใ-ใใ)
do you mean i3 or cinnamon
i3
What's the best operating system for you (this question for everyone)?
ah
also I didn't know tmux was supported on windows at all?
.catify
Your catified username is: jake แกแแข | แแแข
.catify
Your catified username is: 1 verbose แแแข | แแแข
yea it is not supported ๐ฆ
eh?
.catify
Your catified username is: Marko | แแแข
Your dogified username is: Marko โผใปแดฅใปโผ
latest commits be like
Upgrade to Debian Stretch
Isn't it just a big key-value table of settings?
I never knew that
Oooh, new iMacs.
.catify
Your catified username is: KR แแแข | แฃแแข
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

the singers ๐
