#voice-chat-text-0

1 messages · Page 780 of 1

last ivy
cursive minnow
#

so we can watch you 👀

#

@violet oasis What's ur question?

#

It's on denglish^^

#

yes, you can

#

it's a discord bot

#

wait a second, I'll send you an invite link to a server.

candid venture
#

i want ur prompt pls

gentle flint
#

powerline

#

@candid venture

violet oasis
cursive minnow
#

You need Video rank

#

to stream

atomic willow
#
self.people[self.name] = {'date': self.date, 'location': self.location}
#

{ Yato: { date: today, location: 'some Location'}}

#

class People:

cursive minnow
#

I'm gonna go now, bye 👋

last ivy
winter zephyr
#

hi

last ivy
#

hi

mortal quiver
#

hi

#

play chess ?

last ivy
#

want to play chess

mortal quiver
#

yeh

last ivy
#

ok lemme send link

mortal quiver
#

wait

last ivy
mortal quiver
mortal quiver
last ivy
#

no

#

but on lichess you can play without account

#

please

mortal quiver
#

oh okay

#

i came

last ivy
#

you are good

mortal quiver
#

im so bad

last ivy
#

lol

#

i won

#

a rematch?

mortal quiver
#

good game

mortal quiver
#

oh

last ivy
#

i won again

mortal quiver
#

you are so good at this game

last ivy
#

thanks

#

you were good in the first game

mortal quiver
#

thanks

last ivy
#

alright

runic forum
#

hello

last ivy
#

hello

mortal quiver
#

Hello

last ivy
#

want to play a cgame of chess iron

runic forum
#

ok

#

send the link

last ivy
#

ok

stoic ore
#

H'

#

Hi

last ivy
#

lol

#

gg

runic forum
#

you won

last ivy
#

you were not bad tho

#

GG

runic forum
#

haha xD

gentle flint
uncut meteor
#

why it no workie

gentle flint
#

lol

last ivy
#

if someone joins

#

gg

uncut meteor
#

can you copy paste the code here

last ivy
#

my question is why u are not in dark mode?

#

Please be in dark mode for ur safety

#

alright

shy elk
#

can you see my vscode

last ivy
#

mean?

shy elk
#

i hope not lol

#

its full of errord

last ivy
#

mine as well

shy elk
#

ye

uncut meteor
#

!e

def findMedianSortedArrays(nums1, nums2):
    """
    :type nums1: List[int]
    :type nums2: List[int]
    :rtype: float
    """
        
    combined_arr = []
    for i in nums1+nums2:
        combined_arr.append(i)

    combined_arr.sort()
    index_mid_arr = len(combined_arr)//2

    if len(combined_arr) == 0: return 0
       
    if len(combined_arr) % 2 == 0:
        return (combined_arr[index_mid_arr] + combined_arr[index_mid_arr-1])/2

    return sum(combined_arr)/len(combined_arr)

result = findMedianSortedArrays([1,2], [3,4])
print(result)
assert result == 2.5
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

2.5
uncut meteor
#

version of python?

last ivy
#

3.9.1

uncut meteor
#

on leetcode?

shy elk
#

3.9.2

uncut meteor
#

send me a link to the site

#

pls

#

on that question if poss

#

change python

#

to python3

#

at the top

#

oof

gentle flint
#

kinda a shot in the dark, it's so different from 3
several versions of 3 introduced loads of new features

#

just don't use 2 if you can help it

shy elk
#
class Solution:
    def findMedianSortedArrays(self, nums1: List[int], nums2: List[int]) -> float:
        size = len(nums1+nums2)
        print(size//2)
        return nums1+nums2 [size//2]

#

it does not work

#

def sortMergeAndMed():
nums1 = [1, 3]
nums2 = [2]
size = len(nums1+nums2)

return sorted(nums1+nums2) [size//2]

median = sortMergeAndMed()
print(median)

last ivy
cursive minnow
#

How can I watch the game?

#

how?

#

wow, my firewall is blocking the link

#

I'll try to use VPN

last ivy
#

alright

shy elk
#
class Solution:
    def findMedianSortedArrays(self, nums1: List[int], nums2: List[int]) -> float:
        size = len(nums1+nums2)
        sortedArray = sorted(nums1+nums2) 
        if size%2 != 0:
            return sortedArray [size//2] 
        else:
            return (sortedArray [size//2-1]+ sortedArray [size//2])/2
#

Runtime: 88 ms, faster than 85.39% of Python3 online submissions for Median of Two Sorted Arrays.
Memory Usage: 14.5 MB, less than 58.71% of Python3 online submissions for Median of Two Sorted Arrays.

cursive minnow
#

👍

shy elk
#

here

remote kettle
#

can't i just get voice-verification`?

open tartan
#

I wish

flat sentinel
#

!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.

remote kettle
#

!voice

violet oasis
#

#voice-verification

harsh prism
#

Hello everyone ı have a problem . I am using VideoCapture method from opencv to take image. In my main script ı am taking image after that ı will emit through signal to the main qml file. But ı can not manage. Can anybody help me ?

flat sentinel
#

imread

#

imshow

#

waitKey

shy elk
#

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

remote kettle
flat sentinel
#

look it up on

#

google

#

or stack overflow

#

"no one can learn Python"

#

cpp

#

that thing you cant remember

remote kettle
#

with open(customlist, "r", encoding="utf-8") as data:
datar = data.read()

flat sentinel
#

Take your Python skills to the next level with this intermediate Python course. First, you will get a review of basic concepts such as lists, strings, and dictionaries, but with an emphasis on some lesser known capabilities. Then, you will learn more advanced topics such as threading, multiprocessing, context managers, generators, and more.

💻 C...

▶ Play video
#

here is the video

harsh prism
#

Hello everyone ı have a problem . I am using VideoCapture method from opencv to take image. In my main script ı am taking image after that ı will emit through signal to the main qml file. But ı can not manage. Can anybody help me ?

flat sentinel
#

meh you are citing out

#

try and fix it

shy elk
#

oh sorry

flat sentinel
#

np

versed island
#

hakuna matata

cursive minnow
#

@remote kettle Which country is your accent from?

flat sentinel
#

me when a thing is to programmer for me

  • im out
lunar pendant
flat sentinel
versed island
#

ohh

flat sentinel
#

here is my ping

#

it goes up and down

#

alot

cursive minnow
#

i didn't know you can speak with such a ping...

flat sentinel
#

no once i had

#

like 2 mins

#

of ping

cursive minnow
#

sad...

versed island
flat sentinel
#

im dead

remote kettle
#

192.168.8.101

versed island
#

thats not an ip address

#

thats internal IP address

plucky tree
#

haha funny

cursive minnow
#

second I believe

lunar pendant
#

alternative account

runic forum
flat sentinel
#

.help

viscid lagoonBOT
#
Command Help

ConnectFour
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
Play the classic game of Connect Four with someone!

ConvoStarters
.topic
Responds with a random topic to start a conversation.

DragNames
.dragname
Sends a message with a drag queen name.

EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.

EasterFacts
.eggfact
Get easter egg facts.

cursive minnow
#

.ban

flat sentinel
#

.topic

viscid lagoonBOT
#
**Tell us 5 things you do well.**

Suggest more topics here!

lunar pendant
shy elk
#

lmao

flat sentinel
#

what head set

#

for what

cursive minnow
#

Can't you do anything good?

plucky tree
#

nice choiceeeeee

#

which ones

flat sentinel
#

what brand

plucky tree
#

no model

#

he said beyerdynamic

#

yea

#

but which ones

runic forum
#

.ban @lunar pendant -reason trying to use .ban command

flat sentinel
#

well i did not hear

plucky tree
#

can you ask him one more

cursive minnow
#

hahaha

runic forum
#

yup

flat sentinel
#

i use Android

#

on my phone

versed island
#

mác

runic forum
#

I have 4 windows

lunar pendant
#

did anyone see that my msg get deleted

flat sentinel
#

i also use windows

plucky tree
#

correct

flat sentinel
#

actualy no

versed island
#

haha ... just jokin

runic forum
#

here they are

flat sentinel
#

me too

#

i have them

#

in my window

runic forum
cursive minnow
#

uff

flat sentinel
runic forum
#

show me...

flat sentinel
#

they have 4 panels

#

and it is cool

lunar pendant
#

I also want to install ubuntu in my virtual machine. because It's kidda feel like it's the demand of the current time

versed island
#

better is not needing to use anything ... sitting-on the beach ... sipping starbucks

plucky tree
#

kali linux

#

hmm

lunar pendant
#

everything has pros and cons

flat sentinel
#

i dear this chat to friend me

plucky tree
#

you mean dare

somber heath
#

Xubuntu

#

Lubuntu

versed island
#

kubuntu

flat sentinel
#

the Australian version

#

i like lolbuntu

plucky tree
#

yees kali linux

#

hacker

lunar pendant
#

type anything it turns out one of the flavour of ubuntu

plucky tree
#

ethical haching*

somber heath
#

@flat sentinel

plucky tree
#

dont wanna get banned

lunar pendant
flat sentinel
#

i want to

henck
lunar pendant
#

go with penetration tester

wise cargoBOT
flat sentinel
#

`

plucky tree
#

wowowow chill

remote kettle
#

´m

flat sentinel
#

yo

remote kettle
#

`m

flat sentinel
#

you got prenk

runic forum
#

?

remote kettle
#

hello

last ivy
lunar pendant
#

python.cpp

runic forum
#
python.java
flat sentinel
#

discord.java

plucky tree
#

thats quite amazing

remote kettle
#

python.html

plucky tree
#

python.ex

#

what is elixir used for

slate pier
#
"""
Sliding Puzzle Game
Assignment 1
Semester 1, 2021
CSSE1001/CSSE7030
"""

from a1_support import *


# Replace these <strings> with your name, student number and email address.
__author__ = "<Your Name>, <Your Student Number>"
__email__ = "<Your Student Email>"


def shuffle_puzzle(solution: str) -> str:
    """
    Shuffle a puzzle solution to produce a solvable sliding puzzle.

    Parameters:
        solution (str): a solution to be converted into a shuffled puzzle.

    Returns:
        (str): a solvable shuffled game with an empty tile at the
               bottom right corner.

    References:
        - https://en.wikipedia.org/wiki/15_puzzle#Solvability
        - https://www.youtube.com/watch?v=YI1WqYKHi78&ab_channel=Numberphile

    Note: This function uses the swap_position function that you have to
          implement on your own. Use this function when the swap_position
          function is ready
    """
    shuffled_solution = solution[:-1]

    # Do more shuffling for bigger puzzles.
    swaps = len(solution) * 2
    for _ in range(swaps):
        # Pick two indices in the puzzle randomly.
        index1, index2 = random.sample(range(len(shuffled_solution)), k=2)
        shuffled_solution = swap_position(shuffled_solution, index1, index2)

    return shuffled_solution + EMPTY


# Write your functions here


def main():
    """Entry point to gameplay"""
    print("Implement your solution and run this file")


if __name__ == "__main__":
    main()
last ivy
somber heath
#

!pase

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.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.

plucky tree
#

maybe send a screenshot of the code??

#

might as well

slate pier
runic forum
#

what was that sound?

last ivy
plucky tree
#

links good

plucky tree
#

didnt know you could do that

slate pier
plucky tree
#

nice one

slate pier
#
difficulty = int(input("Choose a difficulty: "))

def print_grid(puzzle): 
    diffiuclty = int(len(g))**(1/2)
    for i in range(difficulty):
        start = i * difficulty
        end = (i + 1) * difficulty
        for j in row: 
            print(j, '|')```
somber heath
#

!e print(', '.join('apple') )

wise cargoBOT
#

@somber heath :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(', '.join('apple') )
003 |                             ^
004 | SyntaxError: invalid non-printable character U+200A
somber heath
#

🤨

lunar pendant
#

what's your rating?

slate pier
#

1735 rapid

lunar pendant
#

it's too much

slate pier
#

The built-in function range returns an iterable sequence of numbers.

Write a function sum_range(start, end) which uses range to return the sum of the numbers from start up to, but not including, end. (Including start but excluding end is the default behaviour of range.)

Write a function sum_evens(start, end) which does the same thing, but which only includes even numbers. You should also use range.

#
def sum_range(start,end):
    range[start:end]
    return sum
def sum_evens(start,end):
    for range in start:
        if x/2 == True:
            print(sum(x))```
remote kettle
#

try:
    n = int(n_str)
except:
    print("Invalid Input: not an integer")
    quit()

if (n % 2) == 0:
    print(f"\"{n}\" is an even number!")
else:
    print(f"\"{n}\" is an odd number!")```
slate pier
#
def sum_range(start,end):
    range[start:end]
    return sum
def sum_evens(start,end):
    for range in start:
        if x%2 == 0:
            return True```
somber heath
#

!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.

somber heath
#
for i in range(5, 10):
    pass```
plucky tree
#
x=4
print(x)
#

oh it works

somber heath
#
a = 1, 2, 3
b = sum(a)
b == 6```
slate pier
#
def sum_range(start,end):
    for i in range(4,10):
        i += 1```
#
def sum_range(start,end):
    for i in range(4,10):
        v = 0 
        v += i ```
buoyant ivy
#

bruh

#

general is locked

lunar pendant
#

and I like sublime

slate pier
#
def sum_range(start,end):
    v = 0 
    for i in range(4,10):
        v += i 
        return v ```
#
def sum_range(start,end):
    v = 0 
    for i in range(start, end):
        v += i 
        break 
        return v```
#
def sum_range(start,end):
    v = 0 
    for i in range(start, end):
        v += i 
    return v```
lunar pendant
#

I don't know python much, but let me write sum_even just for fun

#

!e ```py
def sum_even(start,end):
ans=0
for i in range(start,end):
if i%2==0:
ans+=i
return ans

print(sum_even(6,16))

wise cargoBOT
#

@lunar pendant :white_check_mark: Your eval job has completed with return code 0.

50
lunar pendant
#

that's cool

slate pier
#
def sum_evens(start,end):
    g = 0 
    for i in range(start, end): 
        if i % 2 == 0: 
            g += i
        return g 
           ```
bronze moon
#

hello people

#

how are all of you

#

i have a very rare and hard to solve problem

remote kettle
#

hello your computer has virus

last ivy
#

lol

bronze moon
#

NOT THE INDIAN TECH SUPPORT

#

but ya

#

if anyone wants to hop ina dm call and help that would be great

#

i hate typing over problems

lunar pendant
last ivy
#

@somber heath Hey wanna play just a one game of chess

#

?

lunar pendant
last ivy
#

ok then

lunar pendant
last ivy
#

lichess

lunar pendant
#

I don't have account there

last ivy
#

u can play without account

lunar pendant
#

ok

#

send me the link

#

3 or 5 min only

last ivy
lunar pendant
#

with no increament

last ivy
#

ok

#

gg

remote kettle
#

!e

num = 100
div = []
for i in range(1, num):
    n = 0
    for _ in range(2, i - 1):
        if i % _ == 0:
            n += 1

    if n == 0:
        div.append(i)

print(div)
wise cargoBOT
#

@remote kettle :white_check_mark: Your eval job has completed with return code 0.

[1, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97]
last ivy
#

rematch?

lunar pendant
#

how to resign?

#

ok rematch

#

I messed up

bronze moon
#

@somber heath you want me to talk in here??

#

i remember my friend popped a blood vessel in his eye and it was strang

lunar pendant
#

@last ivy ok you're good

last ivy
#

thanks

#

just resign

lunar pendant
#

how to do that

#

where is the option

#

got it

last ivy
#

ok

#

@rugged root wanna play a chess match

bronze moon
#

what thingy

last ivy
#

?

rugged root
bronze moon
#

not pycharm

#

vs code

#

pycharm is a breeze

#

its so weird

last ivy
bronze moon
#

should i dm a mod about the voice verification thing

#

cause i think i have all the requiroments

#

except spelling

#

what command

somber heath
#

@bronze moon Are these modules things you've installed through pip or other modules in your project folder?

rugged root
last ivy
#

@bronze moon use a different langauge server

zealous wave
last ivy
#

like pylance

zealous wave
#

!e ```py
print(', '.join(["apple"]) )

#

hmm

rugged root
#

!e

print(', '.join('apple'))
wise cargoBOT
#

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

a, p, p, l, e
rugged root
#

!e

print(', '.join('apple') )
wise cargoBOT
#

@rugged root :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(', '.join('apple') )
003 |                             ^
004 | SyntaxError: invalid non-printable character U+200A
#

@zealous wave :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(', '.join(["apple"]) )
003 |                               ^
004 | SyntaxError: invalid non-printable character U+200A
remote kettle
#

python3 -m pip install

last ivy
#

do not have a space between parenthesis

#

it is because of pylance server

willow light
#

just type conda env create {name}

#

jk

last ivy
#

have you installed it through admin cmd

willow light
#

I have to use conda because Cartopy breaks everything when you use pip

rugged root
#

!e

print(', '.join('apple') )
wise cargoBOT
#

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

a, p, p, l, e
rugged root
#

!charinfo ) )

wise cargoBOT
willow light
#

!e

import matplotlib.pyplot as np
import numpy as pd
import tensorflow as plt
import pandas as tf
rugged root
#

!charinfo ( (

wise cargoBOT
last ivy
#

due to a lang server

somber heath
#

Spacce. Space, but thicc.

zealous wave
#
    raise errors.ExtensionFailed(key, e) from e
discord.ext.commands.errors.ExtensionFailed: Extension 'bot.exts.utils.help' raised an error: ImportError: cannot import name 'menus' from 'discord.ext' (unknown location)
tawny obsidian
#

print (1, end=' ') #1 is a factor of every number
factor = 2

willow light
#

storms you say hemlock?

somber heath
#

The hell, you say?

#

A library for weather? Does it have Gone With the Wind?

willow light
#

nvim

zealous wave
#

@rugged root can I please use neo vim?

#

it is a sin?

hollow haven
#

nano >>>>>>>>>>>>> vim
(I kid)

shy elk
#

is it gis relateed

#

undoubtly i have no vim on windows thanks god

dense ibex
#

Chili are you helping vester with his bot?

somber heath
#

We are all of us stupid. It's just that some of us have more big brain moments and fewer small brain moments.

shy elk
#

but its dog

willow light
#

ipython3 >>>>>>>> python3

last ivy
#

who plays the best chess on the server

#

?

cursive minnow
#

probably not you, cause there are 160.000 people on this server

last ivy
#

ok try me

shy elk
#

i do

cursive minnow
#

I didn't say you're bad

cursive minnow
#

,but the chance that nobody of 160.000 people is better than you, is lower than 1%

last ivy
#

yea

cursive minnow
#

But I'm sure, that you're probably the best chess player in current voice^^

#

(hopefully)

willow light
#

KMaaS is a thing that doesn't need to exist

#

(key management as a service)

tawny obsidian
#

@willow light
bro i need ur help

#

in a coding

#

can u ?

willow light
#

literally about to get breakfast, now is not the time sorry

tawny obsidian
#

@rugged root can u help me ?

willow light
#

I never code on an empty stomach. That's how I managed to get the JVM to uninstall itself last year

runic forum
#

hello

tawny obsidian
#

@somber heath

#

can u helo me

dense ibex
rugged root
#
with open("mah_file.txt") as file:
    raw_data = file.read()
somber heath
#

Now I am an Arsonist, Today With Your Wife, Nobody Loves You Like Me

dense ibex
#

so sad 😦

fierce summit
#

ofo = {}
print(f'{ofo['Osztály']} - {ofo['Tanár']}', file=f2)

#

It's working now, thank you

rugged root
#

Always happy to help

somber heath
#

Inksy?

vivid palm
#

^ maybe inkscape?

somber heath
shy elk
#

Setting s = new Setting() is it correct syntax in python

#

okay

#

a class

somber heath
#
setting_s = NewSetting()```
shy elk
#

alright

#

it would be setting1 = Setting()

#

?

#

got it

#

my mic lol

#

ok i type

#

np

swift valley
#

Man I'm so tired

#

Evenin'

rugged root
#

Yo

shy elk
#

i have done nothing and im tired

#

true i know your point

vivid palm
#

i woke up and i'm tired

#

😄

#

lol

rugged root
shy elk
#

opalmist your accent is nice

rugged root
#

Everything about him is nice

shy elk
#

i see

somber heath
#

You'll make me blush.

lunar pendant
#

guys relaxed it's a python server

swift valley
#

relaxed
I wish I was :lemon_pensive:

#

Ergh, Discord Android doesn't like lemon_pensive

tall latch
lament blaze
#

everyone its ok ;-; (?

tall latch
#

.topic

viscid lagoonBOT
#
**If you could be anyone else for one day, who would it be?**

Suggest more topics here!

lament blaze
#

The ergonomic of the chair its very important jehehe

whole bear
#

.topic

viscid lagoonBOT
#
**Do you speak a language other than English?**

Suggest more topics here!

whole bear
#

Hebrew (:

dense ibex
lament blaze
#

no, i get it but but i keep my internal laugh

whole bear
#

why would anyone but this chair dboatsMmlol

hollow haven
#

secret labs are soooooooooo comfortable

icy axle
#

What's a secret lab?

lament blaze
#

oh boi

icy axle
#

Ooh

lament blaze
#

or something like Bahaus

#

I dont remember how to write... srry

whole bear
icy axle
#

Yeahh, thanks, they told me in VC (ish)

whole bear
#

also the price (;

icy axle
#

That's expensive

vivid palm
lament blaze
#

the classic RGB chair

vivid palm
rich cloud
#

12yr warranty

idle siren
#

i like obama

swift valley
#

Evenin'

frigid panther
#

ok

frigid panther
#

sup

swift valley
#

Just finished eating

frigid panther
#

what did ya have

dense ibex
#

yeah what ice said

whole bear
lament blaze
#

nice

swift valley
#

Premium™ sardines because I'm too lazy to prepare food

frigid panther
dense ibex
#

you asked what they ate

lament blaze
#

some one knows the tsuru tuneado?

swift valley
#

Sometimes I eat instant ramen

frigid panther
swift valley
#

Both with rice

lament blaze
#

Oh...

#

284, but my with its a a bad joke

#

;-;

#

The nihilism V and the stoic C

spiral monolith
#

Victoria Arlen (born September 26, 1994) is a current television personality for ESPN, as well as an actress, speaker, model, and former American paralympian swimmer.Arlen is a triplet and has two brothers.
Arlen, at the age of eleven, developed two rare conditions known as transverse myelitis and acute disseminated encephalomyelitis. This was...

tall latch
lament blaze
#

Like sosias

terse needle
spiral monolith
tall latch
rich cloud
#

another way to use a biscuit

lament blaze
#

Can i say Stallman whit no fear of being judge (?

#

o boi the history of language and asian in general its like the history of war an envy

#

being complex for being complex

#

you can draw it (?

meager crow
lament blaze
#

oh boi...

rugged root
#

Mushi-Shi

lament blaze
#

The white rabbit for much was Death None

tall latch
#

i only watched fairytail

#

but i haven't seen last couple of episodes

lament blaze
#

well gl

#

But the advantages of take a run

#

Well

#

No... you kill the coffe

#

;-;

#

Nuts, I dont kwon who to call the cortado

#

Nice

#

well

#

Depens of the lawyer

#

What is that?

#

;-;

#

I have to go ciao

#

Monero btw

amber raptor
#

You don’t have to outrun the bear, just your friend

shy elk
#

is it c# making more money

cursive minnow
#

I think edge isn't that good.

#

both aren't good

shy elk
#

how do you download chrome after you install windows

#

|| ||

dense ibex
#

They call me Gordon Ramsey

shy elk
#

|| dont open this literally ||

vivid palm
#

bbl

wise glade
#

heyo people 👋

#

so watcha guys working on today?

#

except for pure, pretty sure its the website 😂

dense ibex
#

I am working on a grill cheese

wise glade
#

I know I joined late, but is Rabbit's explaining how corporate world sucks? 😂

remote kettle
#

why dont you speak?

wise glade
#

ceiling fan's running

#

mosquitoes, 😢

#

😂 best story time ever

#

where's Hemlock at this time

#

it got depressing suddenly

whole bear
wise glade
#

its Facebook

#

they're evil

#

_ all my knowledge coming from The Social Network_

#

I also need to learn how to write "corporate" emails

#

poor Jane

#

adultery at its finest
at rabbit's workplace

#

_kinda wanna work there now 😅 _

#

fyi, I also hate logging

#

logging module in python

#

adultery again 😂

rugged root
#

What's the phrase.... don't shit where you eat?

wise glade
#

apt

#

cab Rabbit reveal all this?
was there an NDA?

#

maybe if he doesn't reveal the company's name, its fine

#

we'll think he works for Trump Org. 😂

#

😢

remote kettle
#

How do Blackhats usually get into a secure system?

alpine path
#

people shrug

amber raptor
wise glade
#

what's a SQL injection attack?
is that's how they do it?

amber raptor
#

That assumption is fake

rugged root
#

That's a scary thought

wise glade
#

Intranet = LAN

#

sorta

runic forum
remote kettle
#

how do they get root access

rugged root
#

Same again

#

Try to convince the user that they're the IT support for the company and that they need the password to do account maintenance

#

Social engineering is the strongest tool

#

People are dumb

runic forum
#

unless the victim is smart

rugged root
#

Sure, but that'd be one user out of however many are in the company

wise glade
#

one of the thing they were serious about in my HR induction
"If you think an email's not from company, do report it without clicking any links in it "

#

I don't like too much freedom

remote kettle
rugged root
#

Well let's start pulling back on this

rocky kiln
wise glade
rocky kiln
#

and that is usually some non tech savvy employee

wise glade
#

some "script" attack

rugged root
#

Not even necessarily that

wise glade
#

Rabbit's 31.12

#

people who grew up in 20th centuary

#

who got in teen years in 20th

vivid palm
remote kettle
wise glade
#

now it doesn't happen

runic forum
wise glade
#

they've done something in the JS itself to prevent it

remote kettle
#

oh

wise glade
#

just gotta remove 2 print statemets

#

cloud ☁️

hollow haven
#

Yeah, cloud scaling has made it much easier

glossy meteor
#

google stadia + starlink

amber raptor
wise glade
#

could cloud gaming be a thing, if the servers are too too many
like 2-3 in every city?

#

and they all run fibers

#

😞 cost might be too much then, to use it

#

higher frequency gets blocked through matter

#

like visible light
its over 300Ghz, it gets completely blocked by matter

#

5g, just below 300Ghz

rugged root
#

Which means more lost packets, more having to resend, etc.

glossy meteor
#

I have 100 MBPS fiber, India

wise glade
#

trashcan 😂

#

I'm happy, as long as I can play games

#

you'll kill em, simple

amber raptor
#

You could run Stadia

wise glade
#

with a little bit lag

#

just a little

rugged root
#

Does depend on if they'd have servers near there

wise glade
#

well, I'm gonna go 😴
cya

rugged root
#

Later

amber raptor
#
#

@rugged root is why we can’t have nice voice things

#

Restart-Service audiosrv

rugged root
runic forum
#

this may sound weird, but do some NBA players read books?

amber raptor
rugged root
#

Yeah that is a bit weird

strong arch
#

i3, awesome

runic forum
dire folio
peak pike
#

Are you going to be the only one accessing the database @dense ibex ?

dense ibex
#

Probably why?

peak pike
#

sqlite isnt as friendly for when/if you need to make concurrent writes to the database

#

but really i think it would be more like in cases when it gets really big. concurrent meaning like 2 or more users editing at the same time. and yeah haha. if i had to make a recommendation id say go ahead and learn postgres

#

do you know sql or are learning it as well? or more planning towards using some kind of ORM framework?

#

@sick dew you could make a pokemon battle bot

peak pike
#

make like a simulator and keep track of the HP

#

postgres is a database

#

yeah the panel is like the gui used to manage the database

#

yeah you can run it on linode

#

i like linode

#

nah you can use one of the basic options

#

you can get a server with windows or linux. just something you can install postgres on

#

lmfao @molten tinsel

#

yeah

#

i think you can expand storage as time goes on

#

start with 1kb and then upgrade to 2kb 😆

#

lmfao i jk above ^ haha

#

does anyone happen to be familiar with front end development or networks/sockets?

molten tinsel
#

I am, sorta

#

Been working with Qt and websockets/pipes for a while now

#

current project actually

peak pike
#

do you happen to have any insight as to like... how to stream video over a web server?

molten tinsel
#

exactly what im doing

#

lol

#

What are you gonna do on the webserver end? just display or are you doing processing?

peak pike
#

what do you mean by processing?

molten tinsel
#

basically, do you need frame by frame dta

#

data*

#

or are you just gonna stream for the purpose of displaying video?

peak pike
#

nah essentially im just trying to build a personal netflix

molten tinsel
#

WebRTC or FFMPEG

#

they have frameworks for streaming

#

efficientl

alpine path
#

If you want reliable streaming like netflix you want HLS

peak pike
#

gotcha okay. ill check them out. i had gotten to gstreamer and was getting directed to FFMPEG

peak pike
whole bear
dense ibex
whole bear
#
@client.event
async def on_member_join(member):
    if botdata.welcome_channel != None:
        embed = discord.Embed(color=discord.Color.green())
        embed.add_field(name="Welcome,",value=f"{member.mention}, pls read the rules and have fun.",inline=False)
        embed.set_thumbnail(url=member.avatar_url)
        await botdata.welcome_channel.send(embed=embed)
    else:
        print("Welcome channel was not set!")
@client.event
dense ibex
#
embed=discord.Embed(title='BEM-VINDO', description=f'{m} ENTROU')
await ctx.send(embed=embed)
whole bear
#

watched

gentle flint
#

docstrings be like

rugged root
#

sudo pacman -S [package name here]

frigid panther
#

pacman -S <package>

rugged root
#

sudo pacman -Syu

cursive minnow
#

pip install pacman

terse needle
frigid panther
#

for arch based distros

terse needle
#

i know what it is

cursive minnow
#

Nope, I didn't mean it.

terse needle
#

i've become fearful of updating manjaro, it's broke grub twice after updates

frigid panther
#

it just broke today for me

#

it couldn't detect output from os-prober

drifting obsidian
#

Just use AWS, Azure or GCP free tier

terse needle
#

it seems to be installing updates from pamac instead of pacman/paru/yay

frigid panther
#

then I had to add GRUB_DISABLE_OS_PROBER=false in the grub config file

terse needle
frigid panther
#

ye

#

how linux got to mars hhhapz_fucked_up

rugged root
amber raptor
#

I wouldn’t recommend this

#

Pynoob, you need messaging systems

#

Rabbit MQ

peak pike
#

@amber raptor what about Redis?

amber raptor
#

Redis is great for KV database

rugged root
#

Going on a delivery run, I'll probably hop on call while I'm driving

peak pike
#

@amber raptor I like making stuff for fun too man 🙂

olive hedge
#

ok time do stuffs

amber raptor
#

TLDR: If you don't want to understand the under-the-hood explanation, here's what you've been waiting for: you can use threading if your program is network bound or multiprocessing if it's CPU bound.

vestal mason
#
App Store

‎Siri Shortcuts deliver a quick way to get things done with your apps with just a tap or by asking Siri. The Shortcuts app enables you to create personal shortcuts with multiple steps from your favorite apps. Start from hundreds of examples in the Gallery or drag and drop to create your own.

Shortc…

#
App Store

‎Pythonista is a complete scripting environment for Python, running directly on your iPad or iPhone. It includes support for both Python 3.6 and 2.7, so you can use all the language improvements in Python 3, while still having 2.7 available for backwards compatibility.

In true Python fashion, batter…

gentle flint
tall latch
#

me and my home in minecraft

gentle flint
strong flax
gentle flint
coarse ridge
#

hello

vestal mason
#

@amber raptor I forgot to tell u thank u for the great info from earlier

#

@amber raptor when u see this lol

hallow warren
#

Hi Pythoners

#

Bbl

daring orbit
#

translate with chrome browser

hallow warren
tall latch
runic forum
#

hello

plucky tree
#

hello

flat sentinel
#

helo

plucky tree
#

hows your day

flat sentinel
#

im good

#

how about you

plucky tree
#

same, just school

flat sentinel
#

yea me to

plucky tree
#

kinda boring not gonna lye

flat sentinel
#

what is your favorite subject

plucky tree
#

propably mathematics or physics

flat sentinel
#

i like math

#

so what do you code

plucky tree
#

im learning about classes

flat sentinel
#

nice

plucky tree
#

so object oriented programming

flat sentinel
#

do you know python

plucky tree
#

not much but yea

#

im just a bit better than a beginner

flat sentinel
#

what time is it for you

plucky tree
#

9:23 am

flat sentinel
#

oh for me too

#

soo yea

#

is it cooled out for you

plucky tree
#

you mean cold, yea its a bit cold

flat sentinel
#

yea for me to

plucky tree
#

do you do anything other than python

flat sentinel
#

im Learning cpp

#

(C++)

#

and i want to learn c#

plucky tree
#

oh nice

flat sentinel
#

do you know C#

runic forum
#

morning

#

neutral

#

school project

gentle flint
runic forum
#

why no one's talking?

idle hamlet
#

@gentle flint what your job?

gentle flint
#

ain't got none

idle hamlet
#

Hacker? Or cracker?

gentle flint
#

I study electrical engineering

idle hamlet
#

Ah..

#

Only study?

gentle flint
#

mmm

idle hamlet
gentle flint
#

that's my hobby

idle hamlet
#

Ah...

#

illegality?

gentle flint
#

the hell

#

I just program, dude

idle hamlet
#

Where are you from?

gentle flint
#

my house

idle hamlet
#

From

uncut meteor
#

🌍 🌏 🌎

idle hamlet
#

America or

#

Fuck...

idle hamlet
#

Are you joking me?

gentle flint
idle hamlet
#

Do you know where my nationality is?

uncut meteor
#

inside you?

gentle flint
#

in your government office, I think

rugged root
#

Busy morning for you guys

idle hamlet
#

If you get it right, I'll give you a nitro.

gentle flint
#

India or USA

idle hamlet
gentle flint
#

perhaps

idle hamlet
#

...

#

May be it?

rugged root
idle hamlet
#

?

#

In Asia

#

Do you like epl?

gentle flint
#

Extra Posh Language

#

yeah, I do

rugged root
#

Enlarged panda legs

gentle flint
rugged root
#

You can take the man out of the furry...

uncut meteor
#

Even People Lie

#

gg izi

last ivy
#

they do

idle hamlet
#

Do you know where my nationality is? If you get it right, I'll give you a nitro.

last ivy
#

Mars

rugged root
#

Why do you keep offering this

last ivy
#

you are an alien

#

and i cant spell

gentle flint
#

rip

idle hamlet
#

Lip?

rugged root
#

Ripe

last ivy
#

ripen

uncut meteor
idle hamlet
#

Sorry my age 16 I studying eng..

#

Sry

last ivy
#

Minor

uncut meteor
#

Sri Lanka

last ivy
#

Bahamas

idle hamlet
#

Very Clumsy

rugged root
#

No worries it was just an odd thing to offer a prize for

idle hamlet
#

I from south korea...;;:;;;;)$(((

#

Do you like nba?

last ivy
#

do u like kim

#

?

flat sentinel
#

woow

rugged root
#

Wrong Korea

idle hamlet
#

Who are you kim?

last ivy
#

i knowe

idle hamlet
#

ㅋㅋ

#

Korean:안녕

last ivy
#

kim is my favourite woman

rugged root
#

I should be asleep

idle hamlet
#

Eng:hi

#

Kim?

#

Jenni?

last ivy
#

kim is my favourite woman

idle hamlet
#

Black pink?

uncut meteor
#

Jenni Neutron

idle hamlet
#

Who is kim?

uncut meteor
#

why

last ivy
#

he is a bit of a nuke dude

#

he likes his fart bombs

idle hamlet
rugged root
#

Far too blinding of a gif, Kemal

last ivy
#

that is three in a cup

gentle flint
#

4

flat sentinel
idle hamlet
#

@last ivy who is kim?

#

Soccer player?

rugged root
#

The joke was Kim Jong Un

last ivy
#

kim is sort of a man

idle hamlet
#

Ah..

rugged root
#

But it wasn't exactly funny

idle hamlet
#

North korea no.1

#

Kim he is very pigggggggg

last ivy
#

he is a pig

idle hamlet
#

Just eat food

uncut meteor
last ivy
#

u are going right

gentle flint
idle hamlet
#

Do you know?

rugged root
last ivy
#

eye fog?

gentle flint
idle hamlet
#

south korea no.1

#

No 2019

uncut meteor
idle hamlet
#

2019y

last ivy
#

ok stop flexing flex

gentle flint
#

ah yes, South Korea's dictator

#

to counter North Korea's one

rugged root
#

And now my cat is laying back on me

gentle flint
#

uh

#

what?

idle hamlet
gentle flint
#

oh

#

that makes more sense

idle hamlet
#

My basketball shoes

last ivy
#

how many cats south korea have?

rugged root
#

Dude I'm on mobile, hush your face

idle hamlet
#

Cats?

gentle flint
#

nou

idle hamlet
#

Oh fuck

last ivy
#

uno

idle hamlet
#

I not like cat

#

Fuck cat

gentle flint
idle hamlet
#

Very ...

#

No

#

Cat=kim

last ivy
#

@gentle flint i know

idle hamlet
#

Fuck

rugged root
#

What?

gentle flint
#

you

idle hamlet
#

disgusting

#

Cat

last ivy
#

cat is an animal

gentle flint
#

meow

idle hamlet
#

Yeah..

last ivy
#

a bit of a lion

idle hamlet
#

I like not cat

rugged root
gentle flint
#

I should set my nickname to meow

idle hamlet
#

Fuck

last ivy
#

but is scared of you

idle hamlet
#

My eye

gentle flint
last ivy
#

that is a geneic cat

rugged root
#

That's my buddy Lucky

idle hamlet
#

Fuxx my eyes...

last ivy
#

where did you copied from?

uncut meteor
#

did he just wake up?

last ivy
#

or is going to sleep

uncut meteor
#

he looks very confused

last ivy
#

it is not human

gentle flint
#

intrigued, perhaps

rugged root
gentle flint
#

*lying

rugged root
#

Hush

uncut meteor
#

laying*

last ivy
#

i thought you copied a generic cat

#

in your life

#

cause that is a cute cat

#

i had a cat

gentle flint
#

I still have a cat

last ivy
#

he was a dic*head

gentle flint
#

aren't they all

idle hamlet
#

Zzzz

last ivy
#

he looks like one of them

idle hamlet
#

Zoom time

gentle flint
#

he looks about to eat something

idle hamlet
#

Zoom time camera 📷

last ivy
#

i dont know what do you do with that picture

gentle flint
#

tickled it

last ivy
#

bit of stinker

idle hamlet
#

2picture

last ivy
#

u can stop

#

mister pig

#

it is rather

idle hamlet
#

He is bright with history

rugged root
#

Very much my own cat

idle hamlet
#

It me

uncut meteor
#

ur hair grows quick

last ivy
#

omg

uncut meteor
#

wth

last ivy
#

stop it

idle hamlet
#

It’s me

last ivy
#

fles

gentle flint
last ivy
#

flex

rugged root
#

Old picture

idle hamlet
#

Why

gentle flint
#

o

rugged root
#

You can tell by the glasses

last ivy
#

oo

idle hamlet
last ivy
#

bro ur name is flex

#

did u forget?

idle hamlet
#

Where are you from??. Here people

gentle flint
uncut meteor
idle hamlet
#

Why foreget?

rugged root
#

The ones in my pfp are current

gentle flint
#

o

uncut meteor
#

Mr. Hairlock

idle hamlet
#

anything foreget?

last ivy
#

what is the cat's name?