#voice-chat-text-0

1 messages · Page 916 of 1

blazing geyser
#

@gentle flint yo! what u makin?

gloomy vigil
gentle flint
#

I'm converting my tests from unittests to pytest

alpine flame
#

Hi

gloomy vigil
#

gg

gentle flint
solemn hornet
sweet lodge
#

No

#

Need to learn though

#

👋

whole bear
#

yooo

#

could someone help w some HTML

sweet lodge
#

Don't hash only 6 characters

#

Hash the whole password

tidal salmon
#

I don't have a mic on this computer

#

@scenic wind try turning on push to talk

#

@scenic wind I am gay

#

but I also don't have a mic

tight scaffold
#

lol

tidal salmon
#

@scenic wind you can tell us via @rapid crown if you object to another user's behavior.

#

@gentle flint @scenic wind I can't figure out what all was said after the fact, but let's drop this "spank me daddy" discussion.

somber heath
#

Girl, how do you expect to take to the stage without a microphone?

gentle flint
#

just watch his pfp

tidal salmon
#

@scenic wind when did I silence you?

somber heath
#

All the sequins in the world don't make up for that if they can't hear you.

tidal salmon
#

that was the stupidest comeback I've ever heard.

#

Anyway I'm leaving now. Please behave.

scenic wind
#

i make no promises 😉

#

@tidal salmon

tidal salmon
scenic wind
#

i said i make no promises

#

😉

#

@dire folio how do i pronounce your name?

tidal salmon
#

It's like "Eiffel" but with a V instead of an F.

scenic wind
#

ahh ok

#

😉

#

@smoky burrow how do i pronounce your name?

tidal salmon
tidal salmon
#

dɜnəs
eɪvl
zɪθɹiʌs
zɪg

scenic wind
#

ahh thanks

tidal salmon
#

There you go. Now you can leave them alone.

scenic wind
#

@leaden comet how do i pronounce your name?

gentle flint
#

zɪθɹiʌs
gzɪθɹiʌs, surely

tidal salmon
#

not even going to ask me how I pronounce my name smh

scenic wind
tidal salmon
#

Anyway, please stop pinging random people.

scenic wind
#

i selected them for a reason

tidal salmon
#

Which is?

scenic wind
#

to ask how to pronounce their names

#

it wasn't randomised

tidal salmon
#

!ban 589497499174043800 "1 day" We apparently can't trust you to behave in either the voice or text chats when we aren't looking, so feel free to come back when you're ready.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @scenic wind until <t:1634514809:f> (23 hours and 59 minutes).

leaden comet
sweet lodge
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

wind raptor
lofty radish
#

thank you

tropic frigate
#

nice

#

yeah tryna get that verification rq

quartz lynx
#

int sum = 0;
    for (int i = 1; i < n; i++) {
        for (int j = 1; j < i * i; j++) {
            if (j % i == 0)
                for (int k = 0; k < j; k++)
                    sum++;

stoic oasis
#

it will give like a triangle

#

1
11
111
1111
11111

languid furnace
#

System.out.println()

stoic oasis
#

srry it reminds me of Pascal's triangle

#

what the value of the n tho?

languid furnace
#

Ya

#

Where s n, lebowski

stoic oasis
stoic oasis
languid furnace
stoic oasis
#

hhhh your teacher is insane

#

That's your code in JS:

`var sum = 0;
var n = 10;
for (let i = 1; i < n; i++) {
for (let j = 1; j < i * i; j++) {
if (j % i == 0)
for (let k = 0; k < j; k++) {
sum++;
console.log(sum);
}
}
}

console.log(`'sum');

#

IF n=10
The final rewsult will be from 1 to 870

tropic frigate
#

👋 buddhist

kind pike
#

@whole bear is this the keyboard asmr channel?

livid island
#

Hello

rain token
#

!voiceverify

whole bear
wraith kernel
#

morning

#

time i get to work with kai

#

i do need help with it though

#

im just gonna wait to see if anyone will arrive and help me

wraith kernel
kind pike
sinful bramble
#

@umbral frigate call your crush

#

lol

#

yes very deep voice

#

@umbral frigateimma ping u until u call your crush and sing for your crush

#

(╯°□°)╯︵ ┻━┻

umbral frigate
#

no

sinful bramble
#

just add more testosterone, deepens your voicebox 👍

loud karma
#

e

#

i can't hear anything

tacit fern
#

omg

somber heath
#

Python art.

#

Worley

primal yacht
#

how did I hear "wooly" earlier >w<
Anyways, it reminded me of this: https://youtu.be/sYdLuc7CwRk

Want more shorts in-between longer videos?
Download the Official Element Animation App!: http://bit.ly/1mhikQe
Our Official Minecraft Server:
server.elementanimation.com
Support us on Patreon! - http://www.patreon.com/elementanimation

Created and voiced by Dan Lloyd
...at 4AM for his new twitter followers but it was so awesome, we had to make i...

▶ Play video
kind pike
wind raptor
#

brb, sorry

#

cool!

uncut meteor
#

that is awesome

somber heath
#

The power of Python and a little cheating in GIMP.

kind pike
#

I want to lay on that image

stark plover
#
Internal Server Error: /returns/
Traceback (most recent call last):
  File "C:\Users\Penlo\.virtualenvs\returns_master\lib\site-packages\django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "C:\Users\Penlo\.virtualenvs\returns_master\lib\site-packages\django\core\handlers\base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "C:\Users\Penlo\PycharmProjects\returns_master\Returns\views.py", line 25, in returns
    returns.walmartorder_set.all()
AttributeError: 'QuerySet' object has no attribute 'walmartorder_set'
kind pike
#

Love you guys, bye bye

stark plover
#
def returns(request):
    returns = Return.objects.all()
    returns.walmartorder_set.all()
    returns_distinct = returns.filter(returnOrderLineNumber=1).order_by('-returnOrderDate')  ## Apply filter
    myfilter = ReturnsFilter(request.GET, queryset=returns_distinct)
    returns_distinct = myfilter.qs
    total_returns = returns_distinct.count()
    returns_completed = returns_distinct.filter(status='COMPLETED').count()
    returns_initiated = returns_distinct.filter(status='INITIATED').count()

    context = {'returns': returns_distinct, 'total_returns': total_returns, 'returns_completed': returns_completed,
               'returns_initiated': returns_initiated,
               'myfilter': myfilter}
    return render(request, 'Returns/returns.html', context)
uncut meteor
#
def returns(request):
    returns = Return.objects.all()  #  A QuerySet containing all objects, even if there is just one
    returns.walmartorder_set.all() # You are trying to use this on a QuerySet object
stark plover
#
class Return(models.Model):
    poipoln = models.CharField(max_length=100, null=False, primary_key=True)
    returnOrderId = models.BigIntegerField(null=False)
    customerEmailId = models.CharField(max_length=100, null=False)
    customer_firstname = models.CharField(max_length=50, null=False)
    customer_lastname = models.CharField(max_length=50, null=False)
    customerOrderId = models.BigIntegerField(null=False)
    returnOrderDate = models.DateTimeField(null=True)
    returnByDate = models.DateTimeField(null=True)
    refundMode = models.CharField(max_length=50, null=True)
#
class WalmartOrder(models.Model):
    poid = models.ForeignKey(Return, null=False, on_delete=models.CASCADE, primary_key=True, default=1)
    SamsClubOrderId = models.BigIntegerField(null=True)
uncut meteor
#
def returns(request):
    all_walmartorder_set = []
    for return_obj in Return.objects.all(): # Iterate through every Return Object
      all_walmartorder_set.append(*return_obj.all())

    returns_distinct = returns.filter(returnOrderLineNumber=1).order_by('-returnOrderDate')  ## Apply filter
    myfilter = ReturnsFilter(request.GET, queryset=returns_distinct)
    returns_distinct = myfilter.qs
    total_returns = returns_distinct.count()
    returns_completed = returns_distinct.filter(status='COMPLETED').count()
    returns_initiated = returns_distinct.filter(status='INITIATED').count()

    context = {'returns': returns_distinct, 'total_returns': total_returns, 'returns_completed': returns_completed,
               'returns_initiated': returns_initiated,
               'myfilter': myfilter}
    return render(request, 'Returns/returns.html', context)
stark plover
#
SELECT Returns_return.*, Returns_walmartorder.SamsClubOrderId
FROM Returns_return
JOIN Returns_walmartorder
ON Returns_return.poipoln = Returns_walmartorder.poid_id
#

roughly how it should look in SQL

blazing harness
#

helooo

#

someone needs to teach me how to do those colors

#

its the only formatting thing on discord i dont know 😦

woeful salmon
#

@dense ibexhttps://www.pythondiscord.com/events/code-jams/8/frameworks/

blazing harness
#

I am a mathematician looking to learn code sometime in the near future

sweet lodge
#

!code

wise cargoBOT
#

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.

sweet lodge
#

This?

low roost
#

@tall badger . Wake Up.

blazing harness
#

i believe i have found a new type of prime number sieve and want to test it but i cant write numpy

#

i have the algorithm all written out i just need help implementing it

#

also
i love how every fucking programmer has a list of languages they shit on on a regular basis

woeful salmon
#

i've made 2 c extensions for python and 1 go extension for python

#

i'm basically an expert

#

jk

#
time = timeit.timeit("sort(seq)", setup = "from __main__ import sort, seq", number = 1)

@dense ibex

thin fox
#

F

blazing harness
#

cough cough

#

@brave steppe

#

your a helper right?

brave steppe
#

yeah?

blazing harness
#

alright

#

can i have some help with somethin?

#

have you read my messages?

#

jesus christ how did this happen

#

alec warned you

brave steppe
#

@dense ibex run this code: ```python
import asyncio

async def main():
count = 0
while True:
asyncio.create_task(asyncio.sleep(float('inf')))
count += 1
if count % 1000 == 0:
print(count)

asyncio.run(main())

blazing harness
#

he definitely did explain

#

@dense ibex what are you writing rn

tiny socket
#

35240000 tasks 43GB

rustic scaffold
#

hello

#

cant talk noww

#

@wind raptor@primal yacht

#

no

#

i verified

primal yacht
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

rustic scaffold
#

@thin dawn

#

thanxx

#

dude

#

ya i did

#

@wind raptori said u

#

thnx

#

mm's there

#

mom

#

doing hw u knoww

crystal jolt
#

hey hey : D

primal yacht
# wise cargo

See here if you are wondering why you cannot use voice.

valid grotto
#

hi guys

crystal jolt
#

!=voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

woeful salmon
#

!!voice

crystal jolt
#

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

crystal jolt
#

ye i am not interested in getting voice verified

#

sorry

#

will not spam

valid grotto
#

kinda have to spam to get voice verified

#

so guys how you doing XD

#

I'm trying

crystal jolt
#

@crystal jolt how are you doing `?

#

I am doing pretty good thank you for asking

primal yacht
valid grotto
#

so I'm new to coding I get demotivated when I just want to start do you have any tips?

#

kinda

#

you were close

#

let me google it XD

#

yeahhh

blazing harness
#

whos talking rn?

#

i see everyone muted except for daria

woeful salmon
#

presss ctrl + r

#

refresh client

blazing harness
#

thnx

valid grotto
#

so its how; I just google it :So-roosh The R is pronounced the way it is in Spanish. Make sure your tongue taps the roof of you mouth near the alveolar ridge, but don't make your R sound really strong like in the Scottish accent (and don't making a rolling R sound).

primal yacht
valid grotto
#

so can you screen share maybe I learn something

#

XDDDD

#

lol

whole bear
#

@primal yacht how can i start a vm with a mobile phone remotely?

blazing harness
#

ok yeah but as a mod myself even i think that these restrictions are too long
the 3 day one is most frustrating

whole bear
#

virtual box

#

(computer)

#

i have linux server

woeful salmon
blazing harness
#

make sence

whole bear
#

i have android

primal yacht
whole bear
#

i dont wanna access it i just wanna boot it other stuff is automated

whole bear
#

shud i make a discord bot to boot it

#

and keep it running on my pc

#

cuz it wont take much memory

#

hey

#

what if

#

i make overdrive file and change its values to true and false

#

from phone

#

hmmmm

#

yeah

#

my bad

#

onedrive

whole bear
#

thx

#

oops

#

i am super new

#

am sorry

#

remember it word by word?

#

(lol)

#

how much exp do you have?

#

experience

#

(bruhhh why bully me)

#

i am just kidding

#

i will leave

#

thx for help btw

valid grotto
#

In my language we put 😂 emoji to say its a joke

whole bear
valid grotto
#

how angary crying ?😂

primal yacht
#
:)
whole bear
wise cargoBOT
#

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.

primal yacht
solemn hornet
#
import time, os

Menu ={
    "Hot Brew": 4.25,
    "Latte": 4.75,
    "Mocha": 4.99,
    "Cold Brew": 3.95,
    "Cappuccino": 4.89,
    "Donut": 1.50,
    }

OptionMenu='''
***SCC Coffee Shop***
---------------------
Options:
1. Menu
2. Order Item
3. See Total
4. Checkout
5. Cancel Order
'''

    
def AddItem():
    selection = input('item')
    itemprice = int(Menu[selection])
    
    return itemprice

def PrintMenu():
    for Item, Price in Menu.items():
        Price = '${:,.2f}'.format(Price)
        print(Item,Price)

def RepeatOrder():
    print('a')

def CheckOut():
    print('b')

def CancelOrder():
    print('c')
    


while True:
    customerName= input('Name')

    print(OptionMenu)

    while True:
        option=input('Option')
        if option == '1':
            PrintMenu()
        elif option =='2':
            AddItem()
        elif option== '3':
            RepeatOrder()
        elif option== '4':
            break
        else:
            CancelOrder()





time.sleep(3)
print('Goodbye!')
# Pauses Program
time.sleep(10)```
whole bear
valid grotto
#

guys I have to go bye 👋 👋 👋

solemn hornet
primal yacht
#

ping me if you want me back ....

woeful salmon
#

@terse needle completed the tetris?

terse needle
noble copper
woeful salmon
#

this is how you'd do it without poetry or pipenv
py -m venv .venv windows
python3 -m venv .venv mac / linux (debian based distros need python3-venv installed using apt)

#

py -3.1

#

^ type this

gloomy vigil
kind pike
#

Wtf is that?

gentle flint
gloomy vigil
#

this happens to me in c++ and sometimes using an external lib

daring orbit
#

Hello all

zenith radish
gentle flint
#

She sells C shells by the C shore.

daring orbit
#

Find out more here - https://retrogames.biz/thea500-mini

Regular Crazy Videos - Games, family fun and laughs.
With Dad, EliteColeyBoy, Millie Monster & Cheeky Cade
We love Xbox, PlayStation, Nintendo, Retro, PC & Mobile Gaming!
Crazy Burger enjoy days out to trampoline parks and Soft Play.
We also love Florida, Disney World & Universal!
We...

▶ Play video
woeful salmon
#

i'mma sleep now goodnight

gentle flint
#

k gnight

gentle flint
gentle flint
#

tha work foine

limpid cove
#
import googlesearch
import sockety
import re

# constants
site_list = list()
number_list = list()
topics = ('jo cox news', 'Sir David Amess news')

# loop through topics and search google for them, return list with a
# hundred results
for topic in topics:
    site_list = googlesearch.search(topic, num_results=100)
    for site in site_list:
        site_data = sockety.access_site_data(site, site)
        line_list = site_data.splitlines()
        for lines in line_list:
            num = re.findall('(terrorist)', lines)
            if len(num) < 1:
                continue
            number_list.extend(num)
whole bear
#

that smells good and tasty

#

there are lot

#

@zenith radish do checkout extremely north india

#

jammu and kashmir

#

checkout jammu

#

where i live in

#

hari singh palace

earnest lagoon
#

wait

#

indian?

whole bear
#

ragunath market

#

Pangong Lake

earnest lagoon
#

yo visit munnar lake

#

am in india so

thin fox
#

lonar lake?

earnest lagoon
#

munnar smh

thin fox
#

its formed due to meteor

earnest lagoon
#

hahahahahahha

#

no

thin fox
#

Meteorite*

#

Google : Lonar Lake, also known as Lonar crater, is a notified National Geo-heritage Monument, saline, soda lake, located at Lonar in Buldhana district, Maharashtra, India. Lonar Lake was created by a meteorite collision impact during the Pleistocene Epoch

earnest lagoon
#

bro

#

what

#

lonar is real

whole bear
#

which conf are u talking about @woeful salmon

earnest lagoon
#

bro

#

ur house

#

is big

woeful salmon
#

@whole bear

whole bear
#

getting ready for a wedding

#

@robust quiver whatsup man

robust quiver
#

hello

whole bear
#

how are u doing

molten pewter
#

@woeful salmon REFRESH?

somber heath
#

CUwUDA

woeful salmon
#

👀 i'm bored so i'm gonna make a todolist application with ts and express cuz why not

#

got nothing to do anyway

molten pewter
#

what about the emoji messaging system?

woeful salmon
#

just cuz if i complete that i'm gonna put it on the app store

#

and if i put it on the app store then i'm gonna have to spend time bug fixing and maintaining it for a while

#

and i just can't do that rn

olive hedge
somber heath
#

UwUberEats

olive hedge
somber heath
#

Breakfast: The moist, important meal of the day.

whole bear
#

i made a float to emoji converter

rugged root
#

Meat

whole bear
#

its what a sasage dog looks like

rugged root
whole bear
#

ye

#

only 15 lines

#

anyone want the code for the float to emoji converter

#

!paste

wise cargoBOT
#

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.

whole bear
#

brocly is shit

#

@rugged root crunchy deepfried brocly

#

/
|
@somber heath

somber heath
#

Broccoli.

whole bear
#

shhhh

#

they dont need to know im bad at spelling (its bad for my job references) (i have none)

#

lol

gentle flint
#

disadvantages of office working
I can't go in vc

whole bear
#

i wonder in the future if i will be able to talk once again

rugged root
somber heath
#

Hemlock, glazier.

molten pewter
#

In computing, a virtual desktop is a term used with respect to user interfaces, usually within the WIMP paradigm, to describe ways in which the virtual space of a computer's desktop environment is expanded beyond the physical limits of the screen's display area through the use of software. This compensates limits of the desktop area and is helpf...

rugged root
#

!stream 128610011810234368

wise cargoBOT
#

✅ @ashen oar can now stream until <t:1634569195:f>.

somber heath
#

🩳

molten pewter
#
rugged root
#

Oh holy shit

sweet lodge
#

root:admin?

somber heath
#

@stiff hawk It's given out on a discretionary, as needed basis.

somber heath
#

!pypi pype

wise cargoBOT
#

A Python-oriented editor with support for multiple platforms

somber heath
#

Heh.

swift valley
#

@rugged root I'm tempted to get another mug of decaf

#

Also why is my cpu usage 100%

molten pewter
swift valley
#

Firefox is acting up

somber heath
#

Decaf backwards is "faced". Which is almost "faked".

rugged root
#

HA

jagged thorn
#

renaissance mug ? wtf is that

somber heath
#

I'm not cosplaying as a DMCA takedown notice.

#

International conventions.

rugged root
#

Just got that

#

So good

swift valley
#

@rugged root I'm planning to write a small language to practice type checking

#

But otherwise, I'm busy with college

#

By small I mean actually tiny

#

Like, a None type, ints, booleans, and functions

molten pewter
scenic wind
#

does anyone know anything about apache on windows?

sweet lodge
#

👋

sweet lodge
scenic wind
#

or get it

zenith radish
#

xampp

scenic wind
#

oh ok i will

#

do

sweet lodge
scenic wind
#

im making a simple website where theres a html login system and i want to use php to transfer the uname and psw to a data base

#

so does apache come pre configured?

trim jacinth
scenic wind
#

so @zenith radish do i have to mess around with the apache to do that?

#

like after i install it

#

nice thankyou

sweet lodge
#

HEIC

#

High Efficiency Image File Format

scenic wind
#

@zenith radish

#

when i started mysql

#

it asked me whether i want it to be allowed on public network servers

#

and private servers

#

and i accidently didnt check private network box

#

how do i go back and check it

#

@rugged root can you ask LP please

#

oh

rugged root
#

But I may be looking at the wrong one

sweet lodge
#

Maybe. I've never needed it.
Was just suggesting it in case it helped

rugged root
sweet lodge
scenic wind
#

they stalk you for days

#

@past hill

rugged root
#

brb

scenic wind
#

my dream job is where i have 12 and each one gives me a month break @gentle flint

gentle flint
#

then in each break you are doing 11 others

scenic wind
#

no because i tell them im on break cause of my other job

#

but i still want pay from the job im on break for

#

therefore i get paid without doing anything @gentle flint

gentle flint
#

uh

#

only for a month

scenic wind
#

yeah then im on break for my second job

#

and i get paid for that second job

#

then the third month im on break for my third job

#

and i get paid for the third job

#

etc...

swift valley
#

lmao

gentle flint
#

what you mean is that you have 12 jobs and each have 11 months break

scenic wind
#

12 jobs that each have a 1 month break

#

each

gentle flint
scenic wind
#

whats 12*1????

gentle flint
#

but they each have a break for themselves only

#

quick maths

scenic wind
#

yeah but i ring up the owner of the other companies and say im on break from my other job

swift valley
#

I was just reminded of

scenic wind
#

lol i love that movie

#

the cops 😆

molten pewter
#

As long as we are memeing

dull salmon
#

Guys, what do you recomend for learn the syntaxis of python, i mean, to familarize with the language, im coming from using C++

#

Oh, yes

#

that

scenic wind
#

@zenith radish do i have to code the php through the xampp or can i code the php in vs code????

solemn hornet
gentle flint
scenic wind
#

even the sql?

#

nahh im fine lol

#

learn as i go

#

thats part of my html

#

i learnt how to do all that in half an hour

molten pewter
dull salmon
#

Omg, thas amazing

#

Thancks

#

Thanks

scenic wind
#

@zenith radish can you look at the hastebin code i sent can you please just briefly show me the php code ill need to do to get the username and password input in the html and send it to the xampp mysql database?

#

if its not too much

#

@gentle flint can you ask LP to check the comment i put above

#

oh ok its fine sorry

swift valley
#

@gentle flint typing_extensions?

#

or they'd shoot that down too

primal yacht
#

<t:0>

gentle flint
#

yeah you're right

The examples in this page import Literal as well as Final and TypedDict from the typing module. These types were added to typing in Python 3.8, but are also available for use in Python 2.7 and 3.4 - 3.7 via the typing_extensions package.

swift valley
#

@primal yacht Not really, it just contains backports

#

urgh, I should learn pattern guards in Idris

swift valley
#

A bunch of pattern matching

rugged root
#

@molten pewter As an example, this is the classic "Hello World" program:

>++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>++++++[<+++++++>-]<+
+.------------.>++++++[<+++++++++>-]<+.<.+++.------.--------.>>>++++[<++++++++>-
]<+.
primal yacht
#

Brainfuck is an esoteric programming language created in 1993 by Urban Müller.Notable for its extreme minimalism, the language consists of only eight simple commands, a data pointer and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainfuck simply require...

swift valley
#

Any language made in the 60s is pure sorcery

primal yacht
#

JSFuck is an esoteric subset of JavaScript, where code is written using only six characters: [, ], (, ), !, and +. The name is derived from Brainfuck, an esoteric programming language that also uses a minimalistic alphabet of only punctuation. Unlike Brainfuck, which requires its own compiler or interpreter, JSFuck is valid JavaScript code, mea...

swift valley
#

Blue is syntax
Red is data constructors
Green is regular terms

primal yacht
#

<t:8640000000000> / <t:-8640000000000>

#
8640000000000

8,640,000,000,000

#
# foo.py
def foo():return 200
# main.py
import foo
print(foo.foo()) # prints out: 200
gentle flint
#

question:
let's say I have a module, with many commands, which are grouped in classes

class someStuff:
    def command_one():
        pass
    def command_two():
        pass
class someMoreStuff:
    def command_foo():
        pass
    def command_bar():
        pass

With lots of commands per class this is gonna be very long. However, if I put each class in a separate file, I have double namespacing, like mymodule.mysubmodule.someStuff.command_one() where I could, for access purposes, just use mymodule.someStuff.command_one() or mymodule.mysubmodule.command_one() because there is only one class per submodule anyway.
I also would like my Sphinx autodoc to work properly and reflect the preferred way of accessing each function.
What should I do in such a situation?

primal yacht
#
x = mymodule.mysubmodule
y = mymodule.mysubmodule.someStuff
gentle flint
#
class API(FlightPlanDB):
    def _header_value(self, header_key: str, key: Optional[str] = None) -> str:
        """Gets header value for key

        Parameters
        ----------
        header_key : str
            One of the HTTP header keys

        Returns
        -------
        str
            The value corresponding to the passed key
        """

        if header_key not in self._header:
            self.ping(key=key)  # Make at least one request
        return self._header[header_key]
wise cargoBOT
#

Lib/random.py line 792

# ----------------------------------------------------------------------```
woeful salmon
#

@primal yacht a singleton is when a class only has 1 instance regardless of the valaue

molten pewter
primal yacht
#
x = {}

class A:
    def __init__(self, value, /):
        pass
    def __new__(cls, bln, /):
        bln = bool(bln)
        if bln in x:
            return x[bln] # return existing instance
        x[bln] = ins = super().__new__(cls) # whatever
        ins._b = bln
        return ins
    def __eq__(self, x, /):
        return x == bool(self)
    def __bool__(self, /):
        return self._b
    def __str__(self, /):
        return 'truthy' if bool(self) else 'falsy'

a = A(True)
b = A(True)
print(a == b)
print(a is b)
molten pewter
rugged root
#

@dire folio I call upon thine knowledge

#

It's about that Sphinx thing oof was talking about

swift valley
#

Basically if I tell it

term = lambda x: lambda y: 0
#

and the context is

context = [("x", "nat"), ("y", "nat")]
molten pewter
swift valley
#

Yes

molten pewter
#

South Indian Naming, specifically. Likely Tamil.

swift valley
rugged root
gentle flint
blazing dove
#
def decorator(function):
    def procedure0():
        f = function()
        print(f)
    return procedure0

@decorator
def create_msg():
    msg = input("input :")
    return msg
create_msg()

output

~/Python$ /bin/python3 /home/frostysmags/Python/mylibrary/decorator.practice/decorators.py input :test test

#
def decorator(function):
    def procedure0():
        f = function()
        print(f.msg)
    return procedure0

@decorator
def create_msg():
    msg = input("input :")

create_msg()

output

~/Python$ /bin/python3 /home/frostysmags/Python/mylibrary/decorator.practice/decorators.py input :test Traceback (most recent call last): File "/home/frostysmags/Python/mylibrary/decorator.practice/decorators.py", line 11, in <module> create_msg() File "/home/frostysmags/Python/mylibrary/decorator.practice/decorators.py", line 4, in procedure0 print(f.msg) AttributeError: 'NoneType' object has no attribute 'msg'

whole bear
#

ahaHhHhHhHAHAHAHAHhaHAhaHAhaHAhahA

rugged root
#

!stream 770032295595737098

wise cargoBOT
#

✅ @near island can now stream until <t:1634586633:f>.

runic forum
#

Knock knock

#

Give me video perms

#

@rugged root

rugged root
#

!e

import time

def timer(func):
  def wrapper(*args, **kwargs):
    begin = time.perf_counter()
    func()
    end = time.perf_counter()
    print(f"Function took {end - begin} seconds to run.")
  return wrapper


@timer
def wrapped():
  time.sleep(3)

wrapped()
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

Function took 3.0148985609412193 seconds to run.
runic forum
#

Yes

#

Idk

#

Where are the perms

rugged root
#

!e

def run_again(arg):
  def inner(func):
    def wrapper(*args, **kwargs):
      for _ in range(arg):
        func(*args, **kwargs)
    return wrapper
  return inner

@run_again(3)
def say_hello(name):
  print(f"Hello, {name}!")

say_hello("Greg")
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

001 | Hello, Greg!
002 | Hello, Greg!
003 | Hello, Greg!
ashen oar
#
from focusrite import FocusriteMessage, udp_get_client_ip, details_string, id_xml
from time import time
import socket
from evdev import InputDevice, categorize, event_factory, ecodes, InputEvent, KeyEvent

VOLUME_MIN = -128
VOLUME_MAX = 0
VOLUME_STEP = 1

volume = 0

event_factory[ecodes.EV_KEY] = KeyEvent

if __name__ == '__main__':
    muted = False
    # noinspection DuplicatedCode
    client_info = udp_get_client_ip('172.31.0.90')
    port = client_info.etree.get('port')
    client = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    client.connect(('172.31.0.90', int(port)))
    client.send(FocusriteMessage(details_string).msg_bytes)
    client.send(FocusriteMessage(id_xml).msg_bytes)
    client.send(FocusriteMessage('<device-subscribe devid="1" subscribe="true"/>').msg_bytes)
    client.send(FocusriteMessage('<set devid="1"><item id="442" value="S/PDIF"/></set>').msg_bytes)


    def adjust_volume(set_volume):
        client.send(
            FocusriteMessage('<set devid="1">'
                             f'<item id="35" value="{set_volume}"/>'
                             '</set>').msg_bytes)

    def toggle_mute():
        if muted:
            client.send(
                FocusriteMessage('<set devid="1">'
                                 '<item id="37" value="true"/>'
                                 '</set>').msg_bytes)
        else:
            client.send(
                FocusriteMessage('<set devid="1">'
                                 '<item id="37" value="false"/>'
                                 '</set>').msg_bytes)


    last_keep_alive = time()
    dev = InputDevice('/dev/input/event0')
    while True:
        len_msg = client.recv(14)
        if len_msg:
            msg = client.recv(int(len_msg.decode('utf-8')[7:14], 16))

        ev = dev.read_one()
        if ev:
            cev = categorize(ev)
            if isinstance(cev, KeyEvent):
                if cev.keystate == cev.key_down and 'KEY_MUTE' in cev.keycode:
                    print('toggling mute')
                    toggle_mute()
                    muted = not muted
                if cev.keystate == cev.key_down or cev.keystate == cev.key_hold:
                    if cev.keycode == 'KEY_VOLUMEDOWN':
                        if volume > VOLUME_MIN:
                            volume -= VOLUME_STEP
                    elif cev.keycode == 'KEY_VOLUMEUP':
                        if volume < VOLUME_MAX:
                            volume += VOLUME_STEP
                    print(volume)
                    adjust_volume(volume)

        if time() - last_keep_alive > 4:
            client.send(FocusriteMessage('<keep-alive/>').msg_bytes)
            last_keep_alive = time()
scenic wind
#

Hi my hemlock and verbose i now have made a fully functioning website lesss gooo

rugged root
#
@timer
def wrapped():
  ...
scenic wind
#

But anyways im going to go now have a good day everyone!

rugged root
#
def wrapped():
  ...

wrapped = timer(wrapped)
#

One sec, sorry

#

Double checking my work, don't want to tell you the wrong thing

rugged root
#

Okay, so it's like doing 2 re-assignments

#
say_hello = run_again(3)(say_hello)

# or

intermediate = run_again(3)
say_hello = intermediate(say_hello)
#

!e

def spam(func):
  def wrapper(*args, **kwargs):
    print("Entering spam")
    func()
    print("Leaving spam")
  return wrapper

def eggs(func):
  def wrapper(*args, **kwargs):
    print("Entering eggs")
    func()
    print("Leaving eggs")
  return wrapper

@spam
@eggs
def wrapped():
  print("Entering and leaving function")

wrapped()
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

001 | Entering spam
002 | Entering eggs
003 | Entering and leaving function
004 | Leaving eggs
005 | Leaving spam
gentle flint
#

this name has weird associations
https://en.wikipedia.org/wiki/Pernis,_Netherlands

Pernis is a neighborhood and submunicipality (since 3 March 2010) of Rotterdam, Netherlands. The district has a population of 4,845 (2018) on a total area size of 1.60 km² (0.62 sq mi). Pernis is thus a full submunicipality of Rotterdam, but the former independent municipality had its own district council already. Although surrounded by ports, P...

wise cargoBOT
#

bot/exts/moderation/stream.py line 92

@commands.command(aliases=("streaming",))```
wise cargoBOT
#

bot/exts/moderation/voice_gate.py line 121

@has_no_roles(Roles.voice_verified)```
rugged root
#
def has_no_roles(*roles: t.Union[str, int]) -> t.Callable:
    """
    Returns True if the user does not have any of the roles specified.
    `roles` are the names or IDs of the disallowed roles.
    """
    async def predicate(ctx: Context) -> bool:
        try:
            await commands.has_any_role(*roles).predicate(ctx)
        except commands.MissingAnyRole:
            return True
        else:
            # This error is never shown to users, so don't bother trying to make it too pretty.
            roles_ = ", ".join(f"'{item}'" for item in roles)
            raise commands.CheckFailure(f"You have at least one of the disallowed roles: {roles_}")

    return commands.check(predicate)
#

Bleh, sorry I butchered all of those explanations. Decorators aren't one of my usual lectures. Going to work on some better examples

#

!e

name = "Steve"

def verify(func):
  def wrapper(*args, **kwargs):
    if name != "Greg":
      print("Invalid user")
      return
    else:
      print("User verified!")
      func()
  return wrapper

@verify
def spam():
  print("We made it to the function")

spam()
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

Invalid user
blazing dove
#
def example(n : int)
dire folio
#

example('hello')

#
def example(n : int) -> int:
    return n*n
woeful salmon
peak copper
gentle flint
gentle flint
#

@rugged root spherical boy

daring orbit
daring orbit
#

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add applica...

gentle flint
#

@native pollen how do I talk to you in vc

#

you aren't responding

#

lol

native pollen
#

oh yea

#

im trying the package manager

gentle flint
#
[tool.poetry]
name = "repl_python3_Deathstroke-Moderator"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]

[tool.poetry.dependencies]
python = "^3.8"
python-dotenv = "^0.18.0"
Flask = "^2.0.1"
discord.py = "^1.7.3"
components = "^1.2.8"
lib = "^3.0.0"
config = "^0.5.1"
utils = "^1.0.1"
discord-components = "^2.1.2"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
uncut meteor
#

!stream @native pollen

wise cargoBOT
#

✅ @native pollen can now stream until <t:1634593695:f>.

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

gentle flint
#

@fierce thunder see the embed above

#

@lyric tangle just post the question here

lyric tangle
#

I have a Ubuntu server running but I don't know how to run a discord bot written in python on it so it runs also while I am not having my pc running?

#

I don't use ssh 😅

#

Per putty

#

9 dont

gentle flint
#

main answer is good

lyric tangle
#

OK thx

gentle flint
#
Linux Tutorials - Learn Linux Configuration

In this tutorial we analyze the structure of systemd ".service" units, and examine the most common options which can be used to modify how the service behaves. We see how to set dependencies for a service and how can we specify the commands to be executed when it is started stopped or reloaded. The various type of services and their differences ...

#

which goes into exhaustive detail

lyric tangle
#

Yeah. I started using the sever 3 days ago

#

And do you guys know a good MySQL explanation in either very good English or German?

#

Or a good website?

#

It doesn't need to be MySQL. Can also be another table management system. I need something like MySQL. Only thought it would be the easiest

#

SQL

#

Not yet. But I need to do something with sql and I want to learn how to use it

#

no, i have a bot, who can store message parts. And per command they read it out. There is a date in the message and a Subject. Its a homework saver and reminder

#

so i need to store the homework and if there are any pictures i need them to get saved too. And there is a date in the term the user inputs and i want to be able to say that i want all the homeworks which are todo until ...

#

with which age did you start coding? In general? So also Server Managment?

#

for your job or because you wanted to learn it?

#

which ones?

#

which bots

#

no

novel sleet
#

@uncut meteor Would you happen to know the name of the apprenticeship program/Company. I am in the US and know very basic Python, but would like to find a way work in the UK while also improving my code

stable axle
#

does anybody know if you can use <> to make seperate websites?(if that makes sense)

#

not element tags

#

its for flask ```py
@app.route("/matches/<match_name>/refresh")

uncut meteor
#
@app.route("/matches/<match_name>/refresh")
def function(match_name:str):
  ...
stable axle
#

the problem is that I don't get seperate website for different link*

gentle flint
stable axle
#

yeah

#

I have different links that are supposed to construct a webpage from ```py
@app.route("/matches/<match_name>/refresh")
async def refresh(match_name):

and then produce it but it seems that it will always end up as the last page constructed for each link, I can't tell if that's because of the construction or the <match_name>
#

I also have noticed how clicking on a bunch of links really quuick breaks

uncut meteor
#

/matches/<match_name>/refresh

#

/matches/abc123/refresh

stable axle
#

oh, you know what

#

I just realized I am puttinbg <match_name> in the redirect instad of f"matches/{match_name}/refresh"

#

ok, its definitely the constructor

#

this is going to be a nightmare to implement

#

well the refresh part is the biggest function in the code

#

!paste

wise cargoBOT
#

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.

stable axle
#

this would be the refresh part of the code

#

not sure how I wanna go about doing this

#

2.5 years

#

my account got hacked so I gotta wait one more day before voice verification

#

no

#

looks poopy

#

@uncut meteor do you know a way to load a html file and redirect after a certain amount of seconds?

@app.route("/matches/<match_name>/view")
async def match(match_name):

  time.sleep(60)

  return render_template(
    'Current.html',  # Template file
    #recent = player_recent
    current_mode = match_data.mode,
    time = time,
    match_data = match_data,
    players = players_sorted,
    teams = teams_sorted
    #teamcount = teamcount
  )
#

JAVA SCRIPT

#
  <script>
    function reload() {
      setTimeout(function(){ 
    console.log("reloading data") 
    location.reload();
    }, 60000);
    }

    reload()
  </script> 
#

I don't know js

#

my friend helped me with this

#
  <script>
    function reload() {
      setTimeout(function(){ 
    console.log("reloading data") 
    location.replace("/matches/{{ match_data.match_name }}");();
    }, 60000);
    }

    reload()
  </script> 

this should work

uncut meteor
#
<script> 
  var delayInMilliseconds = 10000;
  setTimeout(() => location.replace("/matches/{{ match_data.match_name }}"), delayInMilliseconds);
</script> 
stable axle
#

hmm

#

let me try

#

ok

#

so

#

it should work

#

one thing

#

can I make queue?

#

in the progream?

#

because #1 code gets messed up if player data refreshes over another and #2 api requests

#

ah poop

#

it always goes back to the same website

uncut meteor
#

@tender cypress !voice

#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

stable axle
#

I don't know how to bypass

tender cypress
#

!voice

stable axle
#

nooooooo

#

like there are multiple matches but the website only displays 1 of them depending on which one was loaded last no matter the url

woeful salmon
#

@lyric tanglehttps://www.youtube.com/watch?v=ygc-HdZHO5A

final ermine
#

hi @fathom grail

lapis prawn
#

wow

#

how can I do a dicionary

#

in python

#

and order them by indexes

#

sorting certain way tho?

kind pike
#

Hello

ebon adder
#

yes ,I suppose

#

thank you for informing

#

aaah

#

got it

#

I understand

hallow warren
zenith radish
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

zenith radish
#

@lethal turret

lethal turret
#

what that check for dm

hexed crow
#

gstreamer is always a good time

zenith radish
hexed crow
#

@zenith radish I'm inclined to disagree, since freedesktop and khronos does a lot with the libraries. Then again, I'm also under the impression most issues can be attributed to buffer rate & cache size. Maybe I really just dislike choppy audio on my pipelines. 😄

#

if I ever visited PARC, I'd have to drop by khronos 100%

#

palo alto research center

#

it was

#

the new m1 chip brags about 16 gpu cores

#

...but what about the ALU's? Just my 2 cents

#

the m1 diagram (when it was reversed engineered) does not include pci support

#

so you can't use it as an fpga

blazing harness
#

fuck yesssssss
i am a mathemetician trying to connect pythagorean triples with the primes

and finally
finally

after banging my head against numpy not knowing how anything works

i coded a new type of prime number sieve based on my mathematical results

FUCK YES

somber heath
#

Erastothenes?

blazing harness
#

nope

#

erastothenes is linear

#

it goes 2: then crosses out 2k
4 6 8 10
then 3: then crosses out 3k

#

and then is left with the primes

#

i do a similar thing

#

but the sieve isnt finding primes

#

its finding inputs to the quadratic 2n^2 + 4n + 1

#

that will BE prime

#

so it grows at a faster rate

#

at a quadratic rate

#

make sence?

somber heath
#

I'm not mathy.

blazing harness
#

basically

crude yoke
#

egg

somber heath
#

chicken

blazing harness
#

erastothenes if you test numbers up to 10,000 you find primes up to 10,000

#

my thing you find primes up to
2*10000^2 + 4*10000 +1
you find primes up to 200040001

#

but you dont find every single prime

crude yoke
#

yes

blazing harness
#

only certain ones

crude yoke
#

potato?

blazing harness
#

well LP if i could be voice verified this would be easier to explain

#

so what im saying is

somber heath
#

Sounds like a picnic lunch.

#

Egg, chicken, potato.

blazing harness
#

bigger prime numbers
at the same speed as erostathenes

#

your fucking cat

#

amazing

#

its back 🙂

#

are you guys legit not understand this

crude yoke
blazing harness
#

goddamn it

#

early baby yoda?

#

definitely

blazing harness
#

yeah i remember

#

i remember now

crude yoke
#

apple

#

@zenith radish whats this

#

hmm

#

still no idea what it is

#

ok

#

bye

edgy osprey
#

Hey guys

sonic hatch
#

@pure shale

#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

pure shale
#

okay

#

yeah nice 😄 man

#

thanks dude

#

okay okay

#

anyways 😄 guys

#

Jakub?

slim jackal
#

yeah I can't talk :/

#

have to wait 3 days

pure shale
#

when we here talkin, do you by any chance know how to use scikit-learn python, numpy for analysing data? 😄

#

yeah

#

yeah, ML .. but really basic ML

#

i posted Brocolli Support - help channel

sonic hatch
pure shale
#

oh nice

#

thanks

#

yeah

#

So

#

the task is

#

from all the columns

#

predict the Math_Grade

#

categorical

#

So ... i did some research and.. i converted into numerical yeaaaah

#

i used get dummies

#

pandas method get_dummies

#

not sure if its right tho

#

so

#

after this

#

Oh

#

I see

#

okay okay

#

thats true

#

how to condense the "same type" features into one ahaha method for this would be aswesome

#

like.. all the GENDERS into one

#

all the RACES into one etc

#

Guys do you wanna go somwhere where we can talk ? 😄

#

yeah so

#

i converted only the categorical

#

nono

#

its not entire dataset, but all NOT numerical columns

#

this is the"categories"

#

which I converted

mystic lily
#

df_csv['column'] = column

sonic hatch
pure shale
#

is it possible for someone to give me voice permission haha ? 😄

sonic hatch
#

nope not really

pure shale
#

damn

#

yes

#

well

ocean timber
#

voice verification 🙄

mystic lily
#
                                        try:
                                            client.create_test_order(
                                                symbol = symbol, 
                                                side = 'BUY', 
                                                type = 'MARKET', 
                                                timeInForce = 'GTC', 
                                                quantity = '10', 
                                                price = buyprice,
                                                takePrice = target,
                                                stopPrice = stoploss)
                                            print('intrade')  
                                        except:
                                            pass
ocean timber
#

whats the best environment for writing python code?

#

text editor?

#

ide?

sonic hatch
pure shale
#

louie ? @mystic lily

mystic lily
#

yh

pure shale
#

yo

#

wtf 😄 😄

#

thats nasty

#

lottery won

#

okay guys 😄 it makes me angry, that i cant talk rn

#

yeah well

#

i also bought some crypto 😄

#

yeah 3 fffing days

#

yeah

#

i texted you pm

agile horizon
whole bear
#

whats up guys

wind raptor
#

@rugged root

emotional lift ticket
the common cold beer
blow off a little steam engine
baseball diamond ring
whole bear
#
from os import path 
path. ...
woeful salmon
#

from os import path is fine
just don't do
from os import *

whole bear
#

30

#

u said man

woeful salmon
zenith radish
#

Squeal

rugged root
#

I believe you mean squeal

cerulean ridge
#

dou-ble-u-S-L

forest zodiac
#

@somber heath you changed your dp

somber heath
sweet lodge
#

Why do we need so many different terms for being mean to people in the first place?

forest zodiac
#

its hard to notice you in the vc now

sweet lodge
#

Why can't we all just get along?

forest zodiac
#

because we are humans

cerulean ridge
#

is microagression when china violate Taiwan airspace?

#

I thought the best way to pick up women is from her center of gravity?

forest zodiac
#

why does china do that? @zenith radish

crystal fox
#

Llanfairpwllgwyngyllgoger-ychwyndrobwllantysil-iogogogochynygofod

zenith radish
#

comment: This is the UK equivalent to the Walmart yodelling kid.

crystal fox
somber heath
#

🐴

crystal fox
#

wiffmon

sweet lodge
somber heath
#

Brad Bird hit that role out of the park.

crystal fox
#

ghoti

molten pewter
#

From wikipedia: The Nazi Party,[a] officially the National Socialist German Workers' Party (German: Nationalsozialistische Deutsche Arbeiterpartei[b] or NSDAP)

#

Nazi, the informal and originally derogatory term for a party member, abbreviates the party's name (Nationalsozialist [natsi̯oˈnaːlzotsi̯aˌlɪst]), and was coined in analogy with Sozi (pronounced [ˈzoːtsiː]), an abbreviation of Sozialdemokrat (member of the rival Social Democratic Party of Germany).

whole bear
#

hemlokia

molten pewter
#

More from wikipedia: Under Comintern directives, the Communists maintained their policy of treating the Social Democrats as the main enemy, calling them "social fascists", thereby splintering opposition to the Nazis.[e] Later, both the Social Democrats and the Communists accused each other of having facilitated Hitler's rise to power by their unwillingness to compromise.

whole bear
dull wasp
whole bear
#

@woeful salmon do u get a feel of chatur after heARING THIS

woeful salmon
#

srry i didn't listen on time

#

also been very long since i watched 3 idiots

somber heath
#

Lawyery driver.

cerulean ridge
rugged root
#

Huh, lifespan went down with the bike thing

#

Guess that makes sense. People less able to get to job opportunities and what not

somber heath
#

Does banning cars mean you've also banned ambulances?

#

I keep hearing http drivers.

#

Honk honk, tcp/ip packets, coming through.

primal yacht
#

Hemlock shown as muted & deafened in AFK until I just [Ctrl]+[R] on Discord

#

@deft idol if you want to know why you cannot speak, see the bot message below

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

crystal fox
primal yacht
rugged root
primal yacht
sweet lodge
#

Kubernetes and Log Analytics have disappeared from my bill
At least it's cheaper?

crystal fox
swift valley
#

Evening

sweet lodge
#

👋

crystal fox
gentle flint
#

brb

swift valley
#

jamming

#

and trying to decipher whatever this is

#

It's just hieroglyphs at this point

crystal fox
woeful salmon
#

and i'm eating kentucky fake chicken

#

fried*

swift valley
#

NO

#

NO

#

NO

#

type theory

#

I'm way out of my depth for this but I'm pushing through lmao

woeful salmon
#

@rugged root https://www.youtube.com/watch?v=CPD8pxjf2mI
this your kinda theory?

Subscribe to become a Food Theorist! ►► https://bit.ly/2CdCooV

Watch our BRAND NEW episodes! ► https://bit.ly/30HHOk0

Hello Internet! I'm MatPat and welcome to FOOD THEORY, where brain food is always on the menu! Are you ready to debunk food's greatest myths? Does using science to save money at your favorite restaurants sound appetizing to ...

▶ Play video
#

it sure is my kinda theory

cerulean ridge
rugged root
#

Bea what's your major again?

swift valley
#

I have some background-ish on CT

crystal fox
rugged root
#

I know we've talked about it before but my memory is garbage

#

Looks like a frog just judging

woeful salmon
swift valley
#

I'm gonna get some hot cocoa

crystal fox
swift valley
#

I think Detective Conan was the localization for most countries

#

I haven't seen it referred to Case Closed

crystal fox
swift valley
#

Also I'm pleased to announce we have a cat now

#

Ginger-ish

#

I have no idea lol

#

I mean the parents are expensive that's all I know

#

Goddammit

#

Okay for real this time, I'm getting cocoa

#

I'll brb

sweet lodge
#

Get me some

primal yacht
#

American actor and comedian Robin Williams (1951–2014) starred in films, television and video games throughout his career.
Williams studied acting at the College of Marin in California and later at the Juilliard School in New York. Williams' first acting role was in the revival of Laugh-In in 1977, before he portrayed Mork in Mork & Mindy from 1...

#
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Dummy page</title>
  <meta name="viewport" content="width=device-width" />
</head>
<body></body>
</html>
swift valley
#

Hi I'm back

sweet lodge
swift valley
#

A logic bomb is a piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met. For example, a programmer may hide a piece of code that starts deleting files (such as a salary database trigger), should they ever be terminated from the company.

#

brb hopping on phone

#

CPUs dying again for whatever reason

rugged root
#

You running anything?

swift valley
#

Firefox being wack :/

#

I should install Edge again

primal yacht
#

Current [modern] Microsoft Edge uses Chromium like Google Chrome and Brave both do

gentle flint
#

found this random file

tawdry quest
#

cool

gentle flint
#

@primal yacht @glass forge why are you both in here

#

just curious

primal yacht
gentle flint
#

ah

#

how clever

primal yacht
#

It takes over 5 seconds to switch between chat & watching a stream

tawdry quest
#

is the shared screen on linux?

primal yacht
#

... shared screen? what?

tawdry quest
#

on the voice chat 0

gentle flint
#

do you mean lp's screenshare

tawdry quest
#

yeah

gentle flint
#

I believe it's macos

tawdry quest
#

really?

primal yacht
#

LP is using Mac AFAIK

tawdry quest
#

just to command prompt says arch

primal yacht
#

but I could be wrong

#

my memory is #fail

#

btw why ping me in here while I'm not in this VC at this time?

tawdry quest
#

I didn't ping you

primal yacht
#

... er.... at @gentle flint

tawdry quest
#

oh

gentle flint
#

is it a big problem?

primal yacht
#

.... idk .... my brain is not working properly atm .... either sunlight or the stress from reading those two messages

haughty pier
gentle flint
#

they need to just host on bittorrent

#

it would be so much faster

zenith radish
#

@gentle flint are you gonna use it/

#

with a relay to turn ito ff?

gentle flint
#

no

zenith radish
#

rip

gentle flint
#

I only found out it wasn't going to work after I ordered it

#

this one I can't connect a relay to

#

so I'll try to get a different one with a switch

zenith radish
#

oh okay

swift valley
#

Evening

#

Again

cerulean ridge
#

How's your type?

swift valley
#

I'll give it some time to sink in

cerulean ridge
#

Maybe theory is not your type.

swift valley
#

Practical languages are not my type lol

cerulean ridge
#

^^

swift valley
#

If anything, this should be indicative of that

#

Which is a LISP

#

Damn, it's been a year

swift valley
#

'ello @past hill

#

I've never tried tea

#

Perhaps I should

mortal burrow
#

!resource

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

swift valley
#

What about

#

Codespaces on an iPad

rugged root
#

Or that yeah

swift valley
#

You can connect peripherals on an iPad right?

#

Like mouse + keyboard

#

I've never owned an Apple product

#

and I'll keep it that way

past hill
#

I love android but I use iPhone becouse the iPhone suits me more but I still tried both before picking one

#

u don’t have too do it but I’m just saying try it first before deciding

primal yacht
#
for(;;);
``````js
while(1);
swift valley
#

I like Android better

past hill
#

But have you tried iOS tho?

swift valley
#

Not as much as I've used Android

gloomy vigil
#

hi

primal yacht
#

Last I looked at it, it is costly due to branding, and horrible at performance + reliability (read: screen cracking) after falling a short distance compared to some similar-cost Android phones

swift valley
#

My only experience with iOS is with my partner's devices

mortal burrow
#
for i in itertools.count(1):
  print(i)
primal yacht
swift valley
#

@haughty pier I'd argue that it's a bad benchmark :P

swift valley
#

!e Fear me

for _ in (x := [lambda: x.append(None)]):
  print("Hello, World")
  x[0]()
wise cargoBOT
#

@swift valley :x: Your eval job has completed with return code 143 (SIGTERM).

001 | Hello, World
002 | Hello, World
003 | Hello, World
004 | Hello, World
005 | Hello, World
006 | Hello, World
007 | Hello, World
008 | Hello, World
009 | Hello, World
010 | Hello, World
011 | Hello, World
... (truncated - too many lines)

Full output: too long to upload

swift valley
#

I mean you asked for an infinite loop without while

#

It's sandboxed fairly tightly

rugged root
cerulean ridge
# rugged root https://repl.it

@past hill Or you can use that, instead of google colab. Both are good. You should try both and see which one you like more. It is good familiarize yourself with more than 1 tools when you are learning.

swift valley
past hill
cerulean ridge
#

@gloomy vigil how is it going?

swift valley
#

but then again, it won't matter since you're not meant to host discord bots on repl.it

#

Since I can't sleep I've decided to do some writing

#

@rugged root I've yet to write it haha

#

Yes-ish

woeful salmon
#
// Called by:  main, countNestedLoopsContainer.
public server static str countNestedLoops(int _numOfLoops)
{
    int runningSum = 0, ii, kk;
    
    for (ii = 0; ii < _numOfLoops; ii++)
    {
        for (kk = 0; kk < _numOfLoops; kk++)
        {
            runningSum++;
        }
    }
    return "Final sum is: " + int2str(runningSum);
}
swift valley
#

Pandoc is such a nice piece of software

#

This is cool

rugged root
#

Is that a PDF?

swift valley
#

Yep

#

pandoc README.org -o README.pdf

#

Easy as that