#voice-chat-text-0
1 messages ยท Page 591 of 1
helooooooooo
@bronze oasis do you use 2 musics and mix em together or what?
hijijk
great green circle there
can u8 hear me?
i can hear you raping your poor keyboard yes
im not raping my keyboard
Actually I was just about to get ready for church
I might be able to talk after that, but I've got to leave for it in about 30 mins too
right, church, it's sunday
yup
we've realised a bunch of complications
Started with GDPR stuff and still have not finished it yet
but it'd take hours to type it
dang
If you do talk about it for that long, if someone would not mind recording it or something
It'd be nice to go back and listen to what people say
Just using craig or something even
we haven't got consent from our users to add a bot that does that
@errant helm I'm back now, anything interesting happen?
I'll catchall later, gonna go eat something
@errant helm what are you doing
screw
bff
because
yes
thats over
istilllhave
i still have
but
by myself
yes ๐ฆ
ahhh
finefine
your accent though
its good
you sound french
already
hes german
?
oh he already told me
ill do better then elon
ill sell an OS
and get RICH
$$$
marts server would have prolly banned you for that
it christ
no
I had to take the sacrament to someone @errant helm
They have special needs adults staying at their house and had to stay home with one today
So was anything of notice brought up while I was out?
(can't do mic now, sorry)
makes sense
So would us tying user IDs to RSVPs create personal data?
It should not, no, however we've considered storing nicks and names as a backup if user lookup fails for some reason
But that's not needed
welp
im gonna go
cya guys
i wanna hear bye from the german dude
his accent is nice
Yeah
Everything
Because locations (however vague they may be) are part of an RSVP, and a RSVP is tied to everyone who joined it, would that still count?
I mean I'm fine with deleting stuff I just want to make sure I delete all the stuff I need to
yeah, that's true
yeah
Yeah, makes sense
Although it would give general area, but that's no more specific than you can get from say geo ip
Not in the way they will need to
RIP joph
There's no co-owners in discord
probably about 1 in every 15-20 people from what I can see from the servers I'm in are below 16
I service people in europe with discord bots, I want to make sure I'm covered
This seems a little.. hostile
ยฏ_(ใ)_/ยฏ
No, another organization I worked with to help built a feature in my bot
The Silph Road, if you've heard of them
Just seems very terse
@errant helm It's a percentage of your yearly yield iirc
Organizations can be fined up to 4% of annual global turnover for breaching GDPR or โฌ20 Million. This is the maximum fine that can be imposed for the most serious infringements e.g.not having sufficient customer consent to process data or violating the core of Privacy by Design concepts. There is a tiered approach to fines e.g. a company can be fined 2% for not having their records in order (article 28), not notifying the supervising authority and data subject about a breach or not conducting impact assessment. It is important to note that these rules apply to both controllers and processors -- meaning 'clouds' will not be exempt from GDPR enforcement.
#whats-a-gord @leaden comet
That's from the website
.. note
Note text here
it's about to end I'm afraid
fast
:P
FAST
;D;
hey thane
my internet will be cut off in 2 min 30 secs
so i cant do discord at all anymore
Piss
I could hear you for like 8 seconds ... A little hope came up and then is got disconnected @errant helm ๐ข
i have a builtin mic
i would join voice but i don't like humans :D
I think I'm in love. Download links: http://www.mediafire.com/?3v9flp3rhvyr2c1 http://tindeck.com/listen/zrsi Artwork: http://ponyeveningstar.deviantart.com ...
Night
@errant helm That's not the typical over-the-top saccharine I'd come to expect from the mlp music community. It's actually pretty damn good.
@frosty epoch Haha, well, some of the fan artists do have some skill
Our community is fairly well known for it in some circles
chrome://extensions/
@whole rover hi
@south cosmos yo
i sound like a autistic 3 year old on calls
so...
join
i need joseph to speak
y
reasons
@south cosmos voice reveal voice reveal
what reasons
reasons
@south cosmos voice reveal pls
I AM GOING TO SEND OCTOCAT PICS @astral lintel
NO
can i send 19 images of zucc to #ot0-psvmโs-eternal-disapproval? :^)
juan are u playing mc?
no i'm not
yay
smack
neither do i
ithank you
I can't now lol
ooF
๐
i hope they do not return it
i hope
But at the same time i wish they do
its an imac, old and am not bothered to unscrew a bunch of stuff. Also i wouldnt know what i was doing
If i were to fix it myself
did someone say there is a possibility that import error is never going to make rape noises again
nice
I dont make rape noises anymoor
even if i get my computer bak
if i do i will get nsfw ban
@steady coral https://pythondiscord.com/info/resources
class StrictRedis(redis.StrictRedis):
"""Turns 'True' and 'False' values returns
in redis to bool values"""
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
# Bool transforms will be performed on these redis commands
command_list = ['HGET', 'HGETALL', 'GET', 'LRANGE']
def parse_response(self, connection, command_name, **options):
ret = super().parse_response(connection, command_name, **options)
# ret = eval(compile(ret, '<string>', 'eval'))
if command_name in self.command_list:
return bool_transform(ret)
else:
return ret
``` @leaden comet
nice
Natalie Portman sheds her โgood girlโ image as she raps about doing drugs and cheating on tests at Harvard, among all the other scandalous activities in her ...
[{'hiphop_name': '100 Kila'}, {'hiphop_name': '100s'}, {'hiphop_name': '12 Gauge'}]
for i in len(list1):
list1[i]["url"] = list2[i]
@leaden comet
#!/usr/bin/env python3
from selenium import webdriver
import random
import timeit
from time import sleep
import json
def random_sleep():
length = random.randint(0, 125)/100
return length
rappers = 'rappers.json'
with open(rappers) as f:
json_data = json.load(f)
raplist = [name for rapdict in json_data for name in rapdict.values()]
print(raplist)
driver = webdriver.Chrome()
rapper_url_list = []
start_time = timeit.default_timer()
try:
for rapper in raplist[0:5]:
driver.get(f"https://duckduckgo.com/?q={rapper}+rapper&t=hf&iar=images&iax=images&ia=images")
# sleep(random_sleep())
driver.execute_script("$(\"div.tile:nth-child(3) > div:nth-child(1)\").click()")
# sleep(random_sleep())
rapper_url = driver.find_element_by_css_selector("div.detail__pane:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)").get_attribute('href')
# sleep(random_sleep())
rapper_url_list.append(rapper_url)
with open("rapperlist.txt", "a") as f:
f.write(f"{rapper_url}\n")
except:
print("you know it broke yo.")
with open("emergency_raplist.txt", "a") as f:
for rapper in rapper_url_list:
split_rapper = rapper.split("?")
print(split_rapper)
f.write(f"{split_rapper[0]}\n")
elapsed = timeit.default_timer() - start_time
print(elapsed)
driver.close()```
json_data = [{'name': 'shorty'}, {'name': 'tally'}]
rapper_urls = ['shorty.png', 'tally.jpg']
for num, rapdict in enumerate(json_data):
rapdict['url'] = rapper_urls[num]
print(json_data)
# [{'name': 'shorty', 'url': 'shorty.png'}, {'name': 'tally', 'url': 'tally.jpg'}]
If you think that's creepy: https://www.google.com/search?q=boobah+kids+show
can someone un-server mute me?
you're not muted, wat.
there is a "gud" missing
awwwwwwwww @astral lintel
if this gets 5 yoj reactions then i will
@errant helm ive never seen your face ๐ค
idk
i saw your ponies
but not your face
๐ฑ
who is leaving
no its bisk
๐คฃ
@crystal fox
He thought i am you
great
i can fake my identity
thats me
thats you?
it is
cool
what am i?
; )
WHAT AM I?
..
okok
often
a lot
AHHH
.
๐คฃ
join us now and share the software youll be freeeeeee hackers youll be freeeehehehe
you guys wanna hear a joke
ok here it goes
a kid asks his father "How do you know if someone is on drugs?"
the father says "See those 4 guys? A man on drugs would see double, so 8"
the kid replies with, "dad there is only 2"
voice reveal voice reveal
@frosty epoch have you already found pics of bisk showing off his hand?
@crystal fox
ok voice reveal
ok voice reveal
he was comparing his hands to someones hands
countdown
penis
For everyone who has to hide their nature for their own safety. somewhereto_ provided the venue for free to make this video possible. Unlock free space at: h...
@astral lintel CUUUUUUUUUUUUUUTE
What I learned in school vs. What I didn't learn in school. iTunes: http://goo.gl/n4EgkZ | Bandcamp: http://goo.gl/gDetLT I can't remember feeling so passion...
thats bad influence for me and ocean
we want to stay at school
๐ฆ
maybe
guys do i have to understand the reason i gotta implement a thread safe and a non thread safe version of jython execution for the arch?
no its about quotes
no no
quotes incoming
* This method is expected to leave the architecture in a state so it is
* prepared to next be called with <tt>runThreaded(true)</tt>. For example,
* the Lua architecture will leave the results of the synchronized call on
* the stack so they can be further processed in the next call to
and what do i only having the
interpreter.exec function do?
great
me too
i like terminal
yeah everything out of terminal
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 19869: character maps to <undefined>
@frosty epoch what even is "it"?
bisk apparently i am you now
I do have great hair
according to thane
the T is using is dark magic to get notified when we are talking about him
how do you even do that without violating th ToS?
You don't.
thane explain to us
๐ฑ
no way

technically everything is used in an arithmetic way as long as it is inside a computer..............
A clip from the movie "Big daddy" when the delivery guy played by Rob Schneider is trying to read, it's very funny.
// This means that if some code in the VM starts a sync call it has
// to *pause* and relinquish control to the host, where we then
// switch to sync call mode (see runThreaded), wait for the MC server
// thread, and then do the actual call. It'd be possible to pass the
// info required for the call out in runThreaded, keep it around in
// the arch and do the call directly here
๐ฎ @errant helm
so sync call
is actually just a placeholder?
the function is literally implemented with vm.run(null); in the example
i have no idea
i bet thats the reason a python arch was never made
its jython
the codification of no docs
great
the source code of lots of stuff is there
the source code of jython2
isnt even on fkin github
its on bitbucket
BITBUCKET
i bet
there is not a single comment in there
i yesterday read that
actually the version jump from 2.2 to 2.7 was done by one guy
sooooo
no they dont
yeah man#
ill just write my own python interpreter
some antlr4
๐
public interface Machine extends ManagedEnvironment, Context {
MachineHost host();
void onHostChanged();
Architecture architecture();
Map<String, String> components();
int componentCount();
int maxComponents();
double getCostPerTick();
void setCostPerTick(double var1);
String tmpAddress();
String lastError();
long worldTime();
double upTime();
double cpuTime();
void beep(short var1, short var2);
void beep(String var1);
boolean crash(String var1);
Signal popSignal();
Map<String, Callback> methods(Object var1);
Object[] invoke(String var1, String var2, Object[] var3) throws Exception;
Object[] invoke(Value var1, String var2, Object[] var3) throws Exception;
String[] users();
void addUser(String var1) throws Exception;
boolean removeUser(String var1);
}
dude i can FEEL the comments
yeah but its like
the major thing used in the arch
can it find implementations of interfaces for me?
im already screaming about lag like
24/7
ยฏ_(ใ)_/ยฏ
can i
maybe run the python interpreter in a seperate thread and puts a lock on it after x seconds?
yeah what about it?
could i
aha
sick
this will end up with all of us rage quiting
sure
ofc i will
ill wait a few days
and then have my python
pft months days
who cares
likely not
๐ just found this in jython
ThreadState ts = getThreadState();
i am not exactly sure this is that good of an idea
locals = globals;
๐
yeah sure
time
why is there
exec which calls runCode which calls code.call which calls etc....
๐
THEY HAVE TO BE KIDDING ME
public PyObject call(ThreadState state, PyFrame frame) {
return this.call(state, frame, (PyObject)null);
}
@wheat wolf guess who's back being bad at piano until mc opens
๐ฎ
guess who is currently trying to get mc on linux to start
plus trying to compile a MIPS gcc
are you just waiting or is it starting rn
o_O
Aaaaaand boom goes the dynamite
Never ping me
Bitch got punked
Then delete it
Nah, got bot sniped.
there was a ping?? why, this is the worst thing that could've possibly happened! i'll have a word with the mayor about this...
ree pinged
Who tf pinged me
@distant anchor do it again.
O well I'll just go
Better off that you do.
hmm
you can talk
wat
world of tanks and eve online for example use massively python
yes it does error
i used freecodecamp once
you could use python instead of node js
yep ^^
python can do the same thing as node js
sort of
^^
javascript and python are good first langs
learn basics first
of c?
what is it that u want to do exactly?
printf("hello world");
i like your keyboard clicke btw\
a
printf(x)?
String::x?
char x[20];
main()
{
x="hello world";
printf("%c",x);
}
meeeeh
a bit
acceptable i guess
so apparently you actually know a bit of c, different from what most newbies know when they say they know the basics of c
js and python are syntactically very different
they have something in common at the core
but they are usually very different, you should focus on one for the beginning
like they just taught u theory?
awww
i recommend u start with Python as a new lang
u can create everything
again you can create anything with most popular languages now days
well python is mostly used in data science and web backend
web backend in python is usually done with flask or django
say u want to make websites in python, you need to find a python web framework, and then use that to make a backend
frameworks
no they are libs
python isnt compiled
js isnt either
its up to you
you can make too much
you have to decide on something
before u move on to creating anything, u need to learn the basics, and then soon move onto franeworks
syntax, the syntactical sugar, read pep 8, the standard library
syntax, loops, logic, error handling, functions, pep8, some of standard library,
pardon?
pygame
they are usually not made in python only
python is embedded into the engine itself
and then used inside the game itself
making games in python standalone is possible
brb am afk
but the bigger games usually dont do it
you can for example
use python inside unity
yes there is the UniPython module
with which you can interact with unity
yep
python has fast typing speed
backend web dev
is the biggest part of python
the server side
like the html js css
is what the user sees
its the "frontend"
and then there is the "backend" which does operations on data from the frontend
IDLE
you can
but IDLE is horrible
use pycharm atom vscode sublime
one of those
yes
vscode too
sublime too
but they are good for programming too
with the almighty pluuugins
im sure there is
but i learned python from googling and reading the documentation
so i never really looked into that
oh if you program
you should very quickly get used to reading
not books
but documentation
you wont get further in programming if you dont read the docs
sure
for example
@wise cargo
is written in python
bot.help()
class Bot:
bot.help() # Shows this message.
bot.info() # Get information about the bot
class ClickUp:
bot.clickup.lists() # Get all the lists belonging to the ClickUp space
bot.clickup.open() # Open a new task under a specific task list, wi...
bot.clickup.set_status() # Update the status of a specific task
bot.clickup.task() # Get a task and return information specific to it
bot.clickup.tasks() # Get a list of tasks, optionally on a specific ...
class Tags:
bot.tags.get() # Get a list of all tags or a specified tag.
bot.tags.keys() # Alias for `tags.get()` with no arguments.
# Type bot.help() command for more info on a command.
# You can also type bot.help() category for more info on a category.
here it is
yes
oooor
a bit
its on github
the admins and the people in green made it
i know eh
java
a bit of c
a bit of c++
kotlin
llvm
(horrible)
uh
there are those mini cards
if you click the links on those
you will see the source code of those projects
the only two langs i know are python and javascript
i wanna learn java and kotlin later
i make too many random things
england
but parents are from bangladesh
nice
we can hear that
bangladeshs has very corrupt president
github is where u can collaborate with people
look at the readme
all the code you see there
the readme is GPL license
๐
look inside the user side folder
it consists of two components
those two
i dont know jack about copyright
its complicated
basically its a desktop with a http backend
its not a website
its a desktop app
its written in js but its a desktop app
it manages pupils
its written for a taekwondo school
where the master wants to know how often who was there
so it basically allows them to sort of "login"
very nice commit message nix
its for databases
sql is a query language
for databases
SELECT * FROM table;
websites
AI
Robots
games
every frontend needs html
and css
well, it will look ugly without css
no a frontend technically does not need html
and js adds the interactivity to the site
interacting via json and manual post requests is fun

you can make money with python
@gloomy pagoda it behaves exactly the same as python dicts
this is made with python
it basically receives data from a remote sensor stores that data in a db
and then provides it at this route as json
source is here
live-data - The host for the live data which is going to be displayed at https://apoapsishgv.github.io/
this is the link
yep
yes
its dynamically
its not always the same
if i had a sensor now i could demonstrate
no its not that advanced
this live-data thing was made on two days maybe
welcome to the world of over wrapped dict
say wat u were saying again please
is going to be used to display live data of sensors at this webpage
our webdesigner is still waiting for instructions of our team leader though
so its not there yet
lets say
you have a login form
on your frontend
with like username and password
now what your frontend does is sending that data
to your servers
where python checks if the data fits to a dataset inside the database
and then gives the response may this user come in or not
fun
make something styoopid
i used to use freecodecamp
the most "fun" (fun for people watching from outside) thing i have ever done in python which i still have is https://github.com/hargoniX/flake8-terningkast
it rates your code and gives a dice role according to your code quality
i would show you but im on not on linux atm
i sent pics on this server though
lemme see if i can find them
gotta search several sides of pics
no
its made out of js css html c++ etc etc etc
electron.js
i guees
it will just look bad
^
c++ isnt in this part of discord
c++ isnt the client
c++ is the server side
the backend
although you can write wonderful stuff in c++
for example spotify
no
no
c++ isnt involved in the part of discord you see
its only on the servers
you can make desktop apps in python
you can use python to make a replica of discord
but no one really cared about the looks of the frameworks for making those
so they werent made to look good
=> desktop apps in pure python usually look bad
@median pilot tkinter looks like shit tbh
ye i know
gtk
https://cdn.discordapp.com/attachments/291284109232308226/422488197889654784/unknown.png @tight pewter this is what it looks like
tkinter shit but u can make some fun side projects with it
it checks the code quality and prints a dice into the terminal
according to how good the code is
no why should i
nope
its in the terminal
like the cmd
of linux
the dice you see there
is actually a lot of colored spaces
next to each other
the dice itself is a jpeg
i made the code which checks how many style errors your code has
and then calculate a dice from that
pardon?
depends
discord is big
we dont know how discord looks on the server side
we only know this part
so we can exactly estimate
discord uses a bit of python
yes
we know discord has cassandra db and c++ on server side
but thats all
no i mean what they actually do
we have no idea what they do on the server side
i mean sure we know the messaging and voice chat
but maybe they do more
ยฏ_(ใ)_/ยฏ
analyze data
etc
who knows
you can do that yes
syntactic sugar
its what makes a language special
python has lots of syntactical features
like generators list comprehension
etc
yeah i guess
when i was first learning i didnt know what everyone meant by the 'basics'
this is the server recommendation for learning resources
thankyou verymuch
byeee
byee
bye
see ya

what ya doing in there magikarp
ill listen
Hi
but keep playing as long as you want
what happens if you play this synth but like
quick key taps
like staccato
yeah
that's pretty nice
in terms of tone at least
lots of space
the problem is that attack and release are pretty long
shorter attack perhaps?
oh i like these chords
feels like creepy 90's videogame stuff is happening
what're you using to generate it?
okay
tense videogame music
:D
oooh
this is a new sound
sorta retro 80's synthy stuff
i like the twang, like a little overdrive to it
right, i've got to go do some phone supporty sorta stuff. thank you for making noises for me :D
@gloomy pagoda u got a mic?
yes
it says ur muted lol
because i muted it
just wanted to make sure u were aware
@void bane you there?
ive got no slot for mic
need to buy an adapter @stoic chasm
unless
i go on discord via mobile
i've come to the voice chat channel to see this
hahahaha
did the server crash
@whole bear
data = {
"health": 20,
"key": "value"
}
class Whatever:
health = 20
key = "value"
class Player:
health = 20
def damage(self, amount):
self.health -= amount
``` ```py
>>> player = Player()
>>> player.health
20
>>> player.damage(5)
>>> player.health
15
{ (0,0): {'location':'town centre', 'descpt':'you are at the town center, it's beautiful, and there's a nice shop with some items for you, there is also a Blacksmith', 'items':['silver coin','dagger','wheel','sword'], 'characters':['Shopkeeper','Guard','Blacksmith']}, \
data = {
bot.tags["codeblock"]
Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.
To do this, use the following method:
```python
print("Hello world!")
```
This will result in the following:
print("Hello world!")
location = town center
class Location:
def __init__(self, name, description, items, characters):
self.name = name
self.description = description
self.items = items
self.characters=characters
locations = {
(0, 0): Location(
"Town Centre", "Desc.", ["coin"], ["Shopkeeper"]
)
}
Location(
"Town Centre", "Desc.", ["coin"], ["Shopkeeper"]
)
@wheat wolf
no i wont fuck him
You lost your chance 
NOW IM HERE
lol
You suck
no u
https://www.youtube.com/watch?v=6bzej-2F9BQ @tranquil basalt
hmm hold on
lemon sounds really unexpected
Indeed
nah
so humble too
yes but songs are different
and if you heard him before you arent expecting anything to begin with
noooooo
I'll come back when there's less people
are you afraid of huge masses of people someone
Alola
I'm afraid of bisk
is it bad when you are that tired that i hear your voices but doesn't hear any words?
Do not unneccessary dig Earth! It hurts her!
Where we can look at random dev cooking?
bisk is a soft man.
that is worth clicking xD
on my PC those do not even show and they only lag my screen
print({1,2,3,4})
require "python"
string = str({py_str("moon snakes")})
s = py_subscript({py_load(string, "string"), {["py_type"]="raw_slice", ["from"]=0, ["to"]=int({py_int(4)}), ["step"]=1}})
py_load(print, "print")({py_load(s, "s")},{})
def indent(string):
ret = ''
for i in string.split('\n'):
ret += ' '+i+'\n'
ret = ret[:-1]
return ret
my internet is locked after 23 but i have a workaround, give me a bit time
okay nix
๐ฆ @leaden comet

why did you go
hm? I'm trying to focus
even more important, am i going to get approved
can you explain this code
-
if " " in content[0]: -
content[0] = content[0][content[0].index(" "):]
it's ugly and I don't get why you're doing it.
oh shit sorrry thought this was #414574275865870337
anyone for voice??
p:i.25
Byte
Hello
so... just anyone can type in the voice chat chat?
Hi
well hello there
@everyone rust anyone? I could use some help on this wiped server... I have BP's to jump start the wipe
@south cosmos Rust?
Nice try with an everyone in a 4500 member server.
mentioning everyone for trivial stuff
@errant helm I don't have permission to talk ๐
yo hol up my mic isn't working
oh hey o/
it's me ๐
yeah it is
i passed on the message and got a tail wag, so take that how you will xD
Yeah Beagle
4 year old going on 2 ๐ still my puppy




