#voice-chat-text-0

1 messages ยท Page 850 of 1

wind cobalt
#

just what I kinda need

stuck furnace
fair citrus
#

I need help in importing if anyone here is free please come down to a channel below
"I already asked in a help channel and didn't get help"

rocky kiln
severe pulsar
#

@ vc who was asking for help?

stuck furnace
#

Oh, sorry.

severe pulsar
#

aah hes in code/help

#

i think he was before

#

but yeah

whole bear
#

I'm getting this error can some one help me out?

severe pulsar
#

alright

fair citrus
#

@stuck furnaceyes I still need help if you can come please come in

severe pulsar
#

@whole bear

stuck furnace
whole bear
severe pulsar
whole bear
#
import statistics


f = open("C:\\Users\\burka\\OneDrive\\Desktop\\New folder\\demofile.txt", "r+")
numbers = sorted(list(map(int, f.readlines())))
print(numbers[:8000])

average = statistics.mean(numbers)

print("the average score: " + str(round(average, 2)))```
rugged root
#

I have spent the last hour and a half on my hands and knees trying to shop-vac our floor in the back.

#

The person who went and got the shop vac did not bring the proper head for it

#

So I had to do it with the regular round nozzle as opposed to the flatter broader one

#

I'm very tired

#

My back hurts

#

I'm hungry

#

Oh, and like 1/3rd of my khakis are covered in dirty water

#

SO

#

Great day

mild lake
#

Can the socket module connect to IPv6?

restive geyser
gentle flint
#

your beck, your nack...

tiny socket
#

!remind 1h30M cheese api

wise cargoBOT
#
Sure.

Your reminder will arrive in 1 hour and 30 minutes!

vivid palm
#

is there a way to write to a file bottom up?
newest entries on top, push older lines to the bottom

tiny socket
#

2021-06-16T19:56:00.000Z+01:00

stuck furnace
#

@gentle flint Try Febreze

#

It was discovered when a chemist's wife thought he had quit smoking ๐Ÿ˜„

tiny socket
#

!e print(import("datetime").datetime().isoformat())

#

!e print(import("datetime").datetime.utcnow().isoformat())

#

!e print(import("datetime").datetime.utcnow().isoformat())

wise cargoBOT
#

@tiny socket :white_check_mark: Your eval job has completed with return code 0.

2021-06-16T18:58:49.638247
rugged root
#

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

toxic flax
#

hi!

#

!voice

gentle flint
#

XOR size

vivid palm
#

chiropractor

rugged root
vivid palm
#

subluxation

#

most ppl have them

#

gonstead chiropractic can help

rocky kiln
#

here some cool stats

vivid palm
#

mina tip of the day

gentle flint
stuck furnace
#

I think at some point you start referring to your knees as good and bad instead of left and right.

rugged root
#

You're not wrong

#

It'll happen to you soon

#

SOOOOOOOOON

gentle flint
#

coming soon to your knee near you

#

degenerative cartilage breadown

rugged root
#

Probably

#

I want robot knees

#

With like

#

A missile launcher

#

So when I crouch I can fire a missile

gentle flint
fresh marten
#

anyone wanna help with some code

gentle flint
flat sentinel
gentle flint
flat sentinel
#

Printer ink can sometimes cost more than the printer itself. We talk with a former editor of the Recycler to find out why printer ink is so expensive.

MORE SO EXPENSIVE CONTENT:
Why Oil Paint Is So Expensive | So Expensive
https://www.youtube.com/watch?v=iib_imkZ5fk
Why Pink Himalayan Salt Is So Expensive | So Expensive
https://www.youtube.com/...

โ–ถ Play video
gentle flint
#

we have the 500

#

but the principle is the same

flat sentinel
gentle flint
wise cargoBOT
#

@tiny socket

It has arrived!

Here's your reminder: cheese api.
[Jump back to when you created the reminder](#voice-chat-text-0 message)

buoyant siren
#

action_Split = action.split()
Quick_Move=int(action_Split[1])
if Quick_Move in possible_moves:
valid_action = True
last_module = module
module = Quick_Move

gentle flint
#

!e

txt = "hello, my name is Peter, I am 26 years old"
x = txt.split(", ")
print(x)
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

['hello', 'my name is Peter', 'I am 26 years old']
gentle flint
#

!e

txt = "welcome to the jungle"
x = txt.split()
print(x) 
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

['welcome', 'to', 'the', 'jungle']
mild lake
#
Help on method_descriptor in str:

str.split = split(self, /, sep=None, maxsplit=-1)
    Return a list of the words in the string, using sep as the delimiter string.
    
    sep
      The delimiter according which to split the string.
      None (the default value) means split according to any whitespace,
      and discard empty strings from the result.
    maxsplit
      Maximum number of splits to do.
      -1 (the default value) means no limit.
gentle flint
#

!e

action = "1 2 3"
print(action)
action_Split = action.split()
print(action_Split)
Quick_Move=int(action_Split[1])
print(Quick_Move)
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

001 | 1 2 3
002 | ['1', '2', '3']
003 | 2
buoyant siren
#

!pastebin

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.

buoyant siren
mild lake
#

Because you define yourself as lazy, I have a tip for you. You can use "-"*20 to create a string of 20 -'s

gentle flint
#

!e

print("-----------------------------------------------------------------")
print("-"*20)
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

001 | -----------------------------------------------------------------
002 | --------------------
mild lake
#

Yes, possible_moves is empty

#

I don't see it changing anywhere

#

Oh okay okay

#

That doesn't make it easy for us

buoyant siren
mild lake
#

In load_module, you don't need to make module global if you're not going to modify it

buoyant siren
buoyant siren
#

the 2 if statements were messing up each other

mild lake
#

Oh okay, well done!

red prawn
#

.

paper tendon
#

Compilers: Principles, Techniques, and Tools, Edition 2 - Ebook written by Alfred V. Aho, Monica S. Lam, Jeffrey D. Ullman, Ravi Sethi. Read this book using Google Play Books app on your PC, android, iOS devices. Download for offline reading, highlight, bookmark or take notes while you read Compilers: Principles, Techniques, and Tools, Edition 2.

tiny socket
paper tendon
#

only 1086 pages ๐Ÿ™‚

faint ermine
#
if:
  if:
  
  else:
if:
  if:
  
else:  

is quite obvious

paper tendon
#

match case ๐Ÿ˜„

whole bear
#

how would i make a api requests to some random api with module requests

gentle flint
#

make a list of apis with the request format for each, then randomly pick one from the list, call it with its associated method and return the result @whole bear

short gate
#

Hello

clear shadow
#

Hey!

west raft
#

!e while True: pass

wise cargoBOT
#

@west raft :warning: Your eval job timed out or ran out of memory.

[No output]
sly gale
#

hey

west raft
#

@naive fjord can you see that voice verification channel

west raft
#

#voice-verification

#

good

naive fjord
west raft
#

sure

tiny socket
#

yo @faint ermine can i show you a cool thing I made kek

cerulean moth
#

hello

#

whats that indent colour plugin?

#

blackknight is ded right?

#

or it is still being made

tiny socket
cerulean moth
#

oh fastapi reminds, I am making our school president/house captains election system using starlete ๐Ÿ˜„

rugged root
tiny socket
cerulean moth
#

ooo Eva left the psf director role after 10 yrs sadge

#

they are looking for a new one

flat sentinel
rugged root
short gate
rugged root
#

Rick Astley

short gate
#

Here's a random number for you guys
855079144278196264

west raft
#

561346541357435435 better

short gate
#

Mr. Hemlock is cool

#

You do not mess with him :v

flat sentinel
#

looc

short gate
#

Hey, is there any channel in this server that allows people to show your code/work/project? I always want to show something to you guys.

#

Like #show-your-work or something like that.

rugged root
#

.uwu 2Fast2Furious

viscid lagoonBOT
#

2Fast2Fuwious

short gate
#
public class WhyTheHellDoINeedToUseMyFileNameForTheMainClass {
    public static void main(String[] args) {
        System.out.println("Java sucks so hard")
    }
}
west raft
#

yeah imaging using an oop based language

dense ibex
#

please don't have a lot of clutter

#

.battleship

west raft
#

.battleship

viscid lagoonBOT
#

@west raft Game cancelled.

short gate
#

Hey @dense ibex

#

Good luck

west raft
#

GL for what

#

!source

wise cargoBOT
viscid lagoonBOT
#

Game over! @short gate timed out so @dense ibex wins!

short gate
#

@spiral patio GGWP

west raft
#

.battleship

viscid lagoonBOT
#

Game over! @west raft surrendered to @short gate!

short gate
#

@west raft GG

#

Who's next

west raft
#

idk how to play that shit

rugged root
west raft
#

ah ok

dense ibex
#

Sorry didn't mean to add a reaction lol

rugged root
#

@paper tendon I was listening to you

woeful osprey
#

his mic was bad

rugged root
#

What's going on?

west raft
#

he's using a Mac probably, next time try Mac and Cheese in it, awesome

paper tendon
#

nah its fine it is I am currently updating system and that is why there are fans spinning let me just switch to no-turbo on pstate linux scheduler.

short gate
#

I've been using Ubuntu for more than a week now. It's pretty good and it offers you (more or less) whatever Windows offers, despite its terrible performance on my 2GB RAM PC.

uncut meteor
west raft
#

!p

wise cargoBOT
#
Missing required argument

pep_number

#
Command Help

!pep <pep_number>
Can also use: get_pep, p

Fetches information about a PEP and sends it to the channel.

west raft
#

!p 8

wise cargoBOT
#
**PEP 8 - Style Guide for Python Code**
Status

Active

Created

05-Jul-2001

Type

Process

west raft
#

!p 999

wise cargoBOT
#
PEP not found

PEP 999 does not exist.

dense ibex
#

lol griff this amazing

vivid palm
#

apparently the blinker sound on old jaguars is really nice

dense ibex
#

What do you drive?

vivid palm
#

mazda3

short gate
# woeful osprey dual boot?

Nope. I only use one OS. Using two OSes at the same time would diminish the performance even more, due to the abysmal amount of RAM that my PC have.

dense ibex
#

I drive my dad's jeep

west raft
#

15yo can drive???

vivid palm
#

lol jake

#

have you crashed it yet

short gate
#

But if you appreciate the .exe toys, there is Wine on every Linux distros.

rugged root
dense ibex
#

With a permit yes

west raft
#

wtf

dense ibex
vivid palm
#

lmao

short gate
#

Even pros make mistakes

vivid palm
short gate
uncut meteor
#

shh

woeful osprey
#

u can't ctrl k on mobile

dense ibex
#

Luckily I am not on mobile

short gate
mild lake
#

"walk towards the trafic"

amber raptor
short gate
#

Hey, is anybody a Pokรฉmon fan here?

#

I've got something for you guys

#

Please don't kill me

uncut meteor
#

kinda sus

short gate
paper tendon
short gate
versed island
#

does anyone know about any popular game dev servers

short gate
versed island
#

haha

short gate
rugged root
#

Game dev for what languages?

#

Or what're you trying to make?

versed island
#

react

short gate
versed island
#

card game like Heartstone

#

i had a question regarding event sourcing

versed island
rugged root
#

Since you're doing JS

versed island
#

thank you

rugged root
#

Happy to help!

paper tendon
#

among ducks ๐Ÿฆ†

rugged root
tiny socket
woeful osprey
#

i keep reminding myself we talking about python lambda and not aws lambda

paper tendon
#

git branch --all

rugged root
#
function traverseArray(arr, func) {
    let result = '';
    for (const value of arr) {
        result += func(value) + ' ';
    }
    console.log(result);
}

const arr = [1, 2, 3, 4, 5];
const doubler = value => value * 2;
////alternatively, can be written verbosely as
//const doubler = (value) => {
//    return value * 2;
//}

traverseArray(arr, doubler);      
//result: 2 4 6 8 10 
uncut meteor
#

!e


x = [1, 2, 3, 4, 5]

doubled_stringed = map(str,map(lambda x:x*2, x))
print(list(doubled_stringed))
wise cargoBOT
#

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

['2', '4', '6', '8', '10']
uncut meteor
#

!e

def traverseList(lst, func):
  result = ""
  for val in lst:
    result += str(func(val)) + ' '
  print(result)

lst = [1, 2, 3, 4, 5]
doubler = lambda value: value * 2

traverseList(lst, doubler)
wise cargoBOT
#

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

2 4 6 8 10 
vivid palm
#

for all intensive purposes

rugged root
#

I thought it was "for all intents and purposes"

uncut meteor
#
  pub fn eval(&self, expression: &str) -> f64 {
        expression
            .linear_group_by(|a, b| a.is_numeric() && b.is_numeric())
            .map(|e| match e.parse::<isize>() {
                Ok(v) => Token::Number(v),
                _ => match char::from_str(e).unwrap() {
                    '-'|'+'|'*'|'/'|'('|')' => Token::Operator(e.to_string()),
                    _ => Token::Function(e.to_string())
                }
            })
            .for_each(|t| println!("{:?}", t))
    }
#
        expression
            .linear_group_by(|a, b| a.is_numeric() && b.is_numeric())
#

1+1

#

32*2

#

"1+1"

#

["1", "+", "1"]

#

["32", "*", "2"]

#
pub enum Token {
    Number(isize),
    Function(String),
    Operator(String),
}
carmine fulcrum
#

HEyooo

#

It'd be cool af it I could speak :/

#

Yeah I get it ๐Ÿ˜„

#

Soon I hope

#

XD

#

Honestly tried Java and tried to do one C# ASP.NET
And in all honesty I mildly hate both

vivid palm
carmine fulcrum
#

I am still a Python/C++ guy

vivid palm
carmine fulcrum
#

๐Ÿ˜ฎ

#

That's new

#

Well it was about time

#

Open source is the only way I respect

#

Signal does

#

๐Ÿ˜„

#

True

rugged root
#

I think I needed that Java Monster.

#

I don't feel like I'm completely dragging now

carmine fulcrum
#

I can't find in which channel were the requirements to get the right to be unmuted

#

Sorry to bother

dense ibex
carmine fulcrum
#

ty

vivid palm
#

SCHAFER

dense ibex
#
vivid palm
#

In this Python Django Tutorial, we will be learning how to get started using the Django framework. We will install the necessary packages and get a basic application running in our browser. Let's get started...

The code for this series can be found at:
https://github.com/CoreyMSchafer/code_snippets/tree/master/Django_Blog

Flask Tutorials to cr...

โ–ถ Play video
#

was told to skip this one.

carmine fulcrum
#

Why girls exactly fam ๐Ÿค”

#

I am currently doing Django

uncut meteor
#

@vivid palm

carmine fulcrum
#

Web is kind of weird

#

As a Data Science/ML Engineer I can't exactly say I like it

#

Jake - master of programmers ๐Ÿ˜„

#

I am confused

#

Why would you decorate that?

#

You are not

#

@dense ibex I think you should Scripts/activate you don't have (venv) in CLI

#

Fvck I hate the fact I can't voice chat XD

balmy condor
#
        var arr = [];
        var num;
        arr[0] = arrStart;
        num = arrIncrease + arr[0]
        for (var i = 0; i < arrSize; i++) {
            arr.push(num);
            arrIncrease += 1;
            num += arrIncrease;
        }
        var ran = getRandomInt(arrSize);
        // var solution=arr[ran];
        
        arr[ran] = "X";
        console.log(arr)
        
        return arr.map((arr) => <button class="btn btn-lg btn-light" style={{ marginRight: "10px", display: "inline-block" }}>{arr}</button>);
    }```
#
import GenerateBoard from './game.js'
function App() {
  const [arrSize, setarrSize] = useState(6);
  const [arrIncrease, setarrIncrease] = useState(3);
  const [arrStart, setarrStart] = useState(2);
  return (
    <div>
        <GenerateBoard  
          arrSize={arrSize}
          arrIncrease={arrIncrease}
          arrStart={arrStart}
        />
    </div>
  )
}

export default App;```
#
        <div style={{ textAlign: 'center' }}>
            <h1>Find number in sequence</h1>
            {GenerateBoard(props.arrIncrease, props.arrStart, props.arrSize, props.solution)}
            { <div>
                {GenerateAnswers(props.solution, props.arrSize)}
            </div> }
        </div>
    );
}```
molten pewter
uncut meteor
#

!e

def traverseList(lst, func):
  result = ""
  for val in lst:
    result += str(func(val)) + ' '
  print(result)

lst = [1, 2, 3, 4, 5]
doubler = lambda value: value * 2

traverseList(lst, doubler)
wise cargoBOT
#

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

2 4 6 8 10 
uncut meteor
#
function traverseArray(arr, func) {
    let result = '';
    for (const value of arr) {
        result += func(value) + ' ';
    }
    console.log(result);
}

const arr = [1, 2, 3, 4, 5];
const doubler = value => value * 2;
////alternatively, can be written verbosely as
//const doubler = (value) => {
//    return value * 2;
//}

traverseArray(arr, doubler);      
//result: 2 4 6 8 10 
#

!e

lst = [1, 2, 3, 4, 5]
lst = [e*2 for e in lst]
print(lst)
wise cargoBOT
#

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

[2, 4, 6, 8, 10]
uncut meteor
#

!e

lst = [1, 2, 3, 4, 5]
lst = list(map(lambda e: e*2, lst))
print(lst)
wise cargoBOT
#

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

[2, 4, 6, 8, 10]
uncut meteor
#
fn eval(&self, expression: &str) -> Vec<&str> {
  expression.linear_group_by(|a, b| a.is_numeric() && b.is_numeric())
}
#
let parse = Parser::new();
parse.eval("1+1"); // returns ["1", "+", "1"]
parse.eval("32*2"); // returns ["32", "*", "2"]
uncut meteor
#

cutebone

solid mango
#

Pennywise๐Ÿคก

lusty prawn
#

Hello

vivid palm
cobalt fractal
#

Did you just say you have the runs? @rugged root

vivid palm
rugged root
cobalt fractal
#

don't want another warning

somber heath
cobalt fractal
#

lol

gentle flint
#

!warn @rugged root rule 1

cobalt fractal
#

!warn @rugged root rule 1

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @rugged root.

rugged root
#

I can live with this

cobalt fractal
#

what even is rule 1

#

!rule 1

wise cargoBOT
cobalt fractal
#

lol

uncut meteor
#

!warn @cobalt fractal !warn @rugged root rule 1

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @cobalt fractal.

severe pulsar
#

woooow

#

warn wars

rugged root
#

The battle continues

uncut meteor
#

you want one?

severe pulsar
#

lol no please

uncut meteor
#

I've got my eye on you

#

rule breaker eyesFinite

gentle flint
severe pulsar
#

0 infractions moment

#

wait thats basically asking for one

#

SHOOT NO GRIFF PLEASE

uncut meteor
somber heath
#

We keep Hemlock small and humble, so we don't confuse him with a mountain.

vivid palm
#

@severe pulsar just spam your favorite emoji sharktap

severe pulsar
#

lol

#

i dont want one(an infraction) though so ill chill

cobalt fractal
#

!mute @rugged root

uncut meteor
wise cargoBOT
#

No

severe pulsar
#

;-;

frigid panther
gentle flint
#

oh

#

oh no

#

we're gonna rock down to
Electric Avenue!

terse needle
cobalt fractal
#

!mute @uncut meteor no

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @uncut meteor until 2021-06-17 17:55 (59 minutes and 59 seconds).

gentle flint
#

Electric Avenue is a street in Brixton, London. Built in the 1880s, it was the first market street to be lit by electric lights (The first street to be lit by an incandescent lightbulb was Mosley Street, in Newcastle upon Tyne). Today, Electric Avenue contains various food and domestic provisions retailers, and hosts a part of Brixton Market whi...

severe pulsar
candid venture
gentle flint
#

alec getting back in the nontraditional way

Screaming, crying, perfect storms
I can make all the tables turn

cobalt fractal
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

gentle flint
#

โ”ฌโ”€โ”ฌ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

rugged root
#

takebacksy

cobalt fractal
#

return -> youdealwithit

#

just remove all shortenings

uncut meteor
#

98195144192331776

cobalt fractal
#

dict -> dictionary

uncut meteor
#

107226564030156800

mild lake
#

098195144192331776

cobalt fractal
#

elif to elseif

uncut meteor
#

!e
print(len("98195144192331776"), len("107226564030156800"))

wise cargoBOT
#

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

17 18
rugged root
#

!sf 98195144192331776

wise cargoBOT
#
Snowflake

98195144192331776
Created at 2015-09-28 23:12:26.753000 (5 years, 8 months and 19 days ago).

mild lake
#

#bot-commands

uncut meteor
#

!sf 107226564030156800

wise cargoBOT
#
Snowflake

107226564030156800
Created at 2015-10-23 21:20:05.038000 (5 years, 7 months and 24 days ago).

cobalt fractal
#

double digits are after 2015-10-03 22:44:17.910000

#

!sf 126811506632294400

wise cargoBOT
#
Snowflake

126811506632294400
Created at 2015-12-16 22:23:39.225000 (5 years, 6 months and 18 hours ago).

faint ermine
#

!sf 151347084602245120

wise cargoBOT
#
Snowflake

151347084602245120
Created at 2016-02-22 15:19:16.862000 (5 years, 3 months and 26 days ago).

uncut meteor
#

!sf 169907819687051264

wise cargoBOT
#
Snowflake

169907819687051264
Created at 2016-04-13 20:33:00.948000 (5 years, 2 months and 3 days ago).

uncut meteor
#

!warn @rugged root "h"

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @rugged root.

cobalt fractal
#

[49197561092767744, 49206107159138304, 49290412937969664, 50448677348577280, 50527603626344448]

#

!sf 49197561092767744

wise cargoBOT
#
Snowflake

49197561092767744
Created at 2015-05-16 18:13:32.611000 (6 years, 1 month and 22 hours ago).

mild lake
#

That account doesn't exist

cobalt fractal
#

!u 49197561092767744

wise cargoBOT
#
Pyro Dude#4582
User information

Created: 6 years, 1 month and 22 hours ago
Profile: @cold nova
ID: 49197561092767744

Member information

Joined: 7 months, 14 days and 17 hours ago
Roles: None

Infractions

Total: 0
Active: 0

mild lake
#

It turns into @Unknown user when I type @cold nova

molten pewter
#
jagged thorn
#

"sounds fair" xD

tiny socket
jagged thorn
#

yeah its like a puzzle

#

or more of a lego of phones

cobalt fractal
#

nice

midnight lichen
#

what u guys up to

carmine fulcrum
#

What's new in 3 .11

uncut meteor
#

I assume nothing, yet

rugged root
#

I'll be back

stuck furnace
flat sentinel
#

i got the new icon and color

#

epic

molten pewter
icy axle
#

sl

#

gรผrkan

uncut meteor
#

@severe pulsar nice avatar bro

severe pulsar
#

@uncut meteor you made it ;)

#

my friend edited it a bit though

#

thanks by the way

uncut meteor
#

what did they change?

#

positioning?

severe pulsar
#

the B doesnt go through the D now

#

like the white lines dont go through the gray

uncut meteor
#

oh yeah

#

congrats

severe pulsar
#

๐Ÿ‘

#

they kept calling me BroDude

uncut meteor
#

ok BroDude

severe pulsar
#

so my guy was just like "here, take this"

vivid palm
#

ok BroDude

severe pulsar
#

NNNNNNNNOOOOOOOOOOOOOOOOOO

rugged root
#

Could start calling you DB

severe pulsar
#

database moment

rugged root
#

But then people might think we're t- exactly

uncut meteor
#

just make a database moudle

#

i'll help

severe pulsar
#

lol

#

every coder on the planet instantly feels like making the same joke lol - thats not even a bad thing

heavy nacelle
severe pulsar
#

what are you doing in voice-chat

#

you gotta beat @ KJ right

uncut meteor
severe pulsar
#

๐Ÿ˜ฌ

#

"does anyone use docker?" - griff instantly unmutes

#

griff is awesome

uncut meteor
severe pulsar
#

@heavy nacelle good place to get started for learning docker https://www.youtube.com/watch?v=Gjnup-PuquQ

๐Ÿณ Docker is a required skill for almost every developer in today's world. Learn the basics of Dockerfiles, images, and containers in 100 seconds. https://fireship.io

Docker Docs https://docs.docker.com/

#docker #dev #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/app/fireship/id1462592372?mt=8
Android https://play.g...

โ–ถ Play video
#

fireship ๐Ÿ”ฅ ๐Ÿ˜Ž

dense ibex
zenith radish
icy axle
slate viper
#

help me

#

please

icy axle
#

Jake's clipboard

paper tendon
#

.wikipedia kanji japanese

viscid lagoonBOT
#
Wikipedia Search Results

Kanji
writing system. They are used alongside the Japanese syllabic scripts hiragana and katakana. The Japanese term kanji for the Chinese characters literally means

Japanese writing system
The modern Japanese writing system uses a combination of logographic kanji, which are adopted Chinese characters, and syllabic kana. Kana itself consists

paper tendon
#

@dense ibex ^

uncut meteor
#

@dense ibex

#
import gzip
import shutil
with gzip.open('file.txt.gz', 'rb') as f_in:
    with open('file.txt', 'wb') as f_out:
        shutil.copyfileobj(f_in, f_out)
dense ibex
#

@uncut meteor

lusty prawn
#

Hello

slate viper
severe pulsar
#

@ Griff

uncut meteor
#

me irl

gentle flint
#

@zenith radish hello there

#

that's been a while

icy axle
#

Heyo Verbose

severe pulsar
#

dude i just found the github star speedrun meta

#

lets gooooo

#

just put a comment saying star the repository in every single file

#

keep reminding the reader that they need to star the repository

uncut meteor
#

start my repos

severe pulsar
#

i have

uncut meteor
severe pulsar
#

dispair + discordarena

#

@ everyone in vc go star them

icy axle
#

end my repos

severe pulsar
#

end or and

icy axle
#

yes

severe pulsar
#

also my sh script works

#

am i a devops professional now

#

i think so

gentle flint
#

who's ned batchelder again

#

I swear I know the name

icy axle
#

nedbat!

gentle flint
#

oh

#

ofc

icy axle
#

He's a staffer here

gentle flint
#

that would explain it

paper tendon
#

exherbo

icy axle
#

!e ```py
class DudeError(Exception:
def init(self, msg):
pass

raise DudeError("No bros found")

#

Lol

uncut meteor
#

!e

class DudeError(Exception):
    def __init__(self, message: str):
      self.message = message

raise DudeError("No bros found")
wise cargoBOT
#

@uncut meteor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 5, in <module>
003 | __main__.DudeError: No bros found
uncut meteor
#

np

gentle flint
#

I know where I remember the name from

uncut meteor
gentle flint
#

!projects

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

gentle flint
#

that was it

wise cargoBOT
#

@icy axle :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     class DudeError(Exception:
003 |                              ^
004 | SyntaxError: invalid syntax
icy axle
#

999โ€ฐ mistakes today

uncut meteor
#

โ€ฐ

#

what

gentle flint
#

โ€ฐ

uncut meteor
#

what is this โ€ฐ

ivory shuttle
#

Wait it's possible to make empty commits?

uncut meteor
#

โ€ฐโ€ฐโ€ฐ

gentle flint
#

I can make it with AltGr+%+o

severe pulsar
icy axle
#

!charinfo โ€ฐ

wise cargoBOT
icy axle
#

Per 1000 instead of 100

ivory shuttle
#

When you make a quick fix

gentle flint
#

!charinfo ๏ฌ€

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

gentle flint
#

breaugh

#

time to get staff perms

icy axle
#

!charinfo ๏ฌ€

wise cargoBOT
gentle flint
#

ah

#

thanks

#

It was in someone's uname

icy axle
#

That's an interesting character

#

Wonder why it exists

gentle flint
#

it's used in Welsh apparently

paper tendon
#

Phone No guaranteed Android version updates after No guaranteed telephone or online support after
Pixel 4 XL October 2022 October 2022
Pixel 4 October 2022 October 2022
Pixel 3a XL May 2022 May 2022
Pixel 3a May 2022 May 2022

gentle flint
#

it's the ninth letter of the Welsh alphabet

#

which contains 29 letters

uncut meteor
#

!e

s = "wth vestergurkan, get gud"
print(s.upper())
wise cargoBOT
#

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

WTH VESTERGURKAN, GET GUD
ivory shuttle
#

brooooo

uncut meteor
#

no offence

icy axle
#

:''('''

ivory shuttle
#

I want that? Is it a nitro only thing?

gentle flint
#

yes

ivory shuttle
#

man

uncut meteor
icy axle
#

Nitro and beta

uncut meteor
#

big beta

gentle flint
#

the moving pic is nitro only

left blaze
#

speaking from

ivory shuttle
#

But you can have a pic with no nitro in the release?

ivory shuttle
#

lol

icy axle
#

๐Ÿ‘‹

severe pulsar
#

see ya vester

gentle flint
#

Llanfairpwllgwyngyll or Llanfair Pwllgwyngyll (pronounced [ษฌanหŒvair puษฌหˆษกwษจฬžnษกษจฬžษฌ]) is a large village and local government community on the island of Anglesey, Wales, on the Menai Strait next to the Britannia Bridge and across the strait from Bangor. Both shortened (Llanfairpwll or Llanfair PG) and lengthened (Llanfairยญpwllgwyngyllยญgogeryยญchwyr...

severe pulsar
#

moment of truth

gentle flint
severe pulsar
#

LMAO

gentle flint
#

Myxococcus llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogochensis is a gram-negative, rod-shaped species of myxobacteria found in soil. It is a predator on other bacteria.
The ends of the rod-shaped vegetative cells taper slightly. The colonies are pale brown and show swarming motility. It produces orange, roughly spherical fruiting b...

#

It was isolated from soil collected near the settlement of Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch, on the island of Anglesey in North Wales and was named after this location.

rugged root
gentle flint
#

Lake Charยญgoggยญaยญgoggยญmanยญchauggยญaยญgoggยญchauยญbunยญaยญgungยญaยญmaugg

#

this last one's in the USA

rugged root
#
let [a, b, ...c] = [1, 2, 3, 4, 5, 6];
#
[a, *_, c] = [1, 2, 3, 4, 5]
flat sentinel
#

do it now

gentle flint
#

"Touch not a g!" No impious hand
Shall wrest one from that noble name
Fifteen in all their glory stand
And ever shall the same.
For never shall that number down,
Tho Gogg and Magogg shout and thunder;
Chargoggagoggmanchauggagoggchaubunagungamaugg's renown
Shall blaze, the beacon of the town,
While nations gaze and wonder.

flat sentinel
#

@paper tendon IslamHaram

gentle flint
#

what's it you were saying?

flat sentinel
#

@paper tendon where do you live

gentle flint
#

full name of Bangkok is

Krungthepmahanakhon Amonrattanakosin Mahintharayutthaya Mahadilokphop Noppharatratchathaniburirom Udomratchaniwetmahasathan Amonphimanawatansathit Sakkathattiyawitsanukamprasit

#

translated as

City of angels, great city of immortals, magnificent city of the nine gems, seat of the king, city of royal palaces, home of gods incarnate, erected by Vishvakarman at Indra's behest.

junior kayak
#

yo

#

single backend endpoint that returns paginated data (needs to actually return paginated data) and a frontend to fetch that data (doesn't need to display response, just fetches the data)

gentle flint
#

what about it

flat sentinel
#
i code in minecraft```
junior kayak
#

WHERE TO START

gentle flint
#

start with just an api with a single endpoint

#

then add pagination

junior kayak
#

how

rugged root
#

I mean honestly, for learning how circuits and logic gates work, Minecraft is actually a really powerful tool

gentle flint
#

gonna travel on sunday

#

got a new travel card

flat sentinel
#

epic

gentle flint
#

'cuz the old one mysteriously vanished

#

somewhere in the last year of me not travelling

rugged root
paper tendon
gentle flint
wind cobalt
severe pulsar
#

๐Ÿ˜ฌ

wind cobalt
#

flat is justice

gentle flint
amber raptor
#

Oooo housing market

whole bear
#

python sucks

fossil glen
#
Print("This won't work because life is dumb *kidding*)
#
print("this will work")
gentle flint
#

lydian coin

#

before the first chinese coinage

#

It was found that it was easier to set fire to Japanese housing, but that German houses were more likely to have uncontrollable fires.

gentle flint
#

Lieutenant Colonel Sir Archibald David Stirling, (15 November 1915 โ€“ 4 November 1990) was a Scottish officer in the British Army, mountaineer, and the founder of the Special Air Service. He saw active service during the Second World War.

#

Turkish Delight (Dutch: Turks fruit) is a 1973 Dutch erotic romantic drama film directed by Paul Verhoeven from a screenplay by Gerard Soeteman, based on the 1969 novel Turks Fruit by Jan Wolkers. The film is a love story of an artist and a young woman, starring Rutger Hauer in his film debut and Monique van de Ven.
Turkish Delight is the most s...

#

curl http://wttr.in/

flat sentinel
wind cobalt
flat sentinel
#

das epic

gentle flint
wind cobalt
gentle flint
dense ibex
#

@chrome vault if you're wondering why you can't talk

#

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

chrome vault
#

ok bro

#

thanks

rugged root
#

@whole bear

gentle flint
#

jaikie the scot

rugged root
frigid panther
#

did anyone else notice discord colors have again changed for buttons/mentions?

rugged root
#

Not a lot. Had to clean up some stuff from when we had some minor flooding in the back of the office

obsidian iris
#

I do not have the permission to talk yetlemon_glass

frigid panther
#

did you get bonked by a gurkan @obsidian iris

obsidian iris
#

Yeslemon_xd

frigid panther
#

noice

#

I assume it was quite painful

swift valley
#

Just dropped by to say hi

obsidian iris
#

it is I also assumed the pain was 50

frigid panther
swift valley
#

Doing pretty nice, finally got out of school

#

Also turned 18 yesterday

gentle flint
#

congrats

frigid panther
#

๐ŸŽ‰

swift valley
#

The new saturation slider is pretty nice

#

Although the fonts used for channel names and the big profile name is atrocius

frigid panther
#

everything just became a lot of purple, lol

swift valley
#

In Accessibility

swift valley
#

literally unusable lemon_pensive

#

I don't think it has to do with size

#

I'm guessing a DOM problem

frigid panther
#

looks fine for me

#

on linux

mild lake
#

Blood is a liquid too

obsidian iris
#

you're sweating but internally

swift valley
#

Manjaro updates ๐Ÿ…ฑ๏ธroke

#

libcanberra

#

ergh

#

I'm tempted to switch to openSUSE or NixOS

frigid panther
#

there was a discussion about that

obsidian iris
#

omg btw who's the father?

frigid panther
#

check the update page

#

use pamac update @swift valley

#

it takes care of it

rugged root
#

It's interesting how powerful pamac is

#

It seems more reliable than standard pacman even

frigid panther
#
swift valley
frigid panther
wintry beacon
frigid panther
wintry beacon
#

๐Ÿ˜Ž

frigid panther
#

2000 lines ๐Ÿ˜ฌ

swift valley
#

I'm hoping this doesn't grow too large

frigid panther
#

oh shit

#

thats the center

mild lake
#

Max 5 per minute

frigid panther
#

ah

mild lake
#

So, every 12 seconds

frigid panther
#

I want to give you a better while loop

swift valley
#

Man I love Emacs

sweet lantern
#

me too, i just wrote about them on twitter

clear shadow
#

Hey!

frigid panther
#
words = cycle(["words go here in this list"])
while not Client.is_closed():
  await Client.change_presence(activity=discord.Game(name=next(words)))
  await asyncio.sleep(15)```
sweet lantern
#

im tired and paranoid

sweet lantern
#

if its not paranoia im really interest

frigid panther
#

from itertools import cycle

dense ibex
#

you would have to do from discord.ext import tasks

frigid panther
#

copy paste my while loop

#

or the content inside that while loop

dense ibex
#

oh I didn't see that you posted that lol

frigid panther
#
words = cycle(["words go here in this list"])
@tasks.loop(seconds=90)
async def change_presence():
    
    await client.change_presence(activity=discord.Game(name=next(words)))
    await asyncio.sleep(15)

change_presence.start()```
dense ibex
#

Yeah a list is a lot cleaner

frigid panther
#

words should be defined globally

dense ibex
#

Yeah

sweet lantern
#

i just assumed its all globally unless its not

frigid panther
#

or a class variable

#

both can work

#

nvm, he has no classes

rugged root
#

@obsidian iris Are you meaning to disconnect/reconnect real quick?

#

Or is there just something up with your connection?

obsidian iris
#

I accidentally clicked home lemon_xd

dense ibex
#
    def __init__(self, *args, **kwargs) -> None:
obsidian iris
#

I like listening to you people's discussions

wintry beacon
sweet lantern
#

they talk in pseudo language

obsidian iris
#

a laughing lemon

dense ibex
obsidian iris
#

it's kinda cute so I like it

dense ibex
#

@wintry beacon

rugged root
carmine fulcrum
unkempt remnant
clear shadow
rugged root
frigid panther
#

has atom's startup time improved @gentle flint ?

gentle flint
#

the SSD helped a lot

frigid panther
#

is it on par with vscode?

#

I only reason I quit atom was how slow it was

gentle flint
#

currently it's 3.5 seconds for me

frigid panther
#

but I really liked it aesthetics, generally it

gentle flint
#

lemme install vscode to see

frigid panther
#

aight

#

ty

gentle flint
#

right, deb is downloaded

#

time to install

rugged root
#

What does Atom do that the others don't? Like what makes you more comfortable with Atom compared to others

gentle flint
#

it's installed now

#

it'll probably still see my config from last time I had it installed

#

let's see

#

2.5 seconds

frigid panther
#

vscode has bunch of extensions

#

and shortcuts

frigid panther
#

vscode faster

gentle flint
#

uh-huh

frigid panther
#

I might try atom again

#

lets see

gentle flint
#

not that much difference for me honestly

frigid panther
#

1s not a big deal

gentle flint
#

that 1 second I really don't care about

#

yeah

frigid panther
#

jakey what ya doing

dense ibex
#

since I am gonna have to use it soon

frigid panther
#

making the bot public?

dense ibex
#

Yeah, and I have a friend who needs help with it.

frigid panther
#

ah

dense ibex
#

Since his bot is in like 17k servers

frigid panther
#

what can that bot do

#

wow

dense ibex
#

Which one?

frigid panther
#

urs

dense ibex
#

Oh mine is an art submissions bot, so that moderators can moderate fan art submissions.

#

Knowledge bot is basically done

#

Just a few more things I need to add

frigid panther
#

oh

vivid palm
#

i hate accounting

#

cc gilly

frigid panther
#

I really need a reminders bot, already working on one, but development is slow, lol

#

o/ @vivid palm

dense ibex
obsidian iris
#

omg this voice chat

frigid panther
#

join mina's spotify @dense ibex

rugged root
frigid panther
#

who is it @vivid palm

#

ah

#

thought so

vivid palm
#

"i'm part korean now" - jake

frigid panther
#

!otn a jake-I-am-korean

wise cargoBOT
#

:ok_hand: Added jake-๐–จ-am-korean to the names list.

rugged root
#

!otn s jake

wise cargoBOT
#
Query results

โ€ข honored-to-witness-jake
โ€ข jake-๐–จ-am-korean
โ€ข jakeโ€™s-child-leighbor
โ€ข jakeโ€™s-hd-eyeballs
โ€ข jakeโ€™s-little-mustache

frigid panther
#

lol

rugged root
restive geyser
#

lol y

rugged root
frigid panther
#

interesting

#

is manjaro your first distro?

#

aight

#

get ready for lot of things to break(not always) after weekly update

vivid palm
#

i hate accounting

restive geyser
vagrant skiff
#

amazing chatting

obsidian iris
#

got it I'm voice verified

vivid palm
#

did you know we don't do basic 3 way reconciliation

vagrant skiff
#

a lot of people are talking

#

lol

restive geyser
vivid palm
#

yup

restive geyser
#

WHY NOT LMAO

#

e.e meeting time. brb

vivid palm
#

bbbb

frigid panther
#

oh its friday

#

just realized, lol

vivid palm
#

GMK (manufacturer) - ABS plastic

#

PBT keycaps

rugged root
vivid palm
rugged root
somber heath
#

Hear me out... Shag.

rugged root
#
#

!otn a taken out of context

wise cargoBOT
#

:ok_hand: Added taken-out-of-context to the names list.

whole bear
somber heath
#

I mean, spammers get a hold of your e-mail pretty easily anyway.

#

Showing it here would make little difference.

#

But it does to try.

whole bear
#

am i audible peeps?

#

galaxy quest my man

rugged root
carmine fulcrum
#

What?

#

You can get Win 11 Beta?

#

Where

rugged root
#

@terse needle Quickbooks file

rugged root
vivid palm
#

ty

#

i'm dying

cobalt fractal
#

๐Ÿ‘‹

vivid palm
#

uh

#

the disease? or roof

cobalt fractal
#

hay fever?

vivid palm
#

yah

cobalt fractal
vivid palm
#

my head is spinning

cobalt fractal
#

GMT-4

#

UTC isn't a timezone

#

smh

vernal bough
#

can someone please fill me in on what we are talking about

cobalt fractal
#

don't worry, I rarely keep up either

#

๐Ÿ‘ utc๐Ÿ‘ isn't๐Ÿ‘ a๐Ÿ‘ timezone๐Ÿ‘

vivid palm
#

what is it

cobalt fractal
#

a time standard

vivid palm
#

but gmt is a time zone?

cobalt fractal
#

Yea, GMT is the timezone

#

which is very close to UTC

rugged root
#

Don't

#

I know what you're about to say

cobalt fractal
#

but not intrinsically linked

rugged root
#

I thought you were going to make the pedantic point that the two are like.... milliseconds different.

cobalt fractal
#

lol

vivid palm
#

"Greenwich Mean Time is the mean solar time at the Royal Observatory in Greenwich, London, counted from midnight. At different times in the past, it has been calculated in different ways, including being calculated from noon; as a consequence, it cannot be used to specify a particular time unless a context is given."

whole bear
#

im exelent at python

cobalt fractal
#

UK invented time

#

mina agrees

vivid palm
#

lmaooo

serene falcon
#

The problem with Timezone is the Daylight saving time.. countries tend to change their timezones

cobalt fractal
#

what happened to leap first?

whole bear
#

fun fact: every 60 seconds a minute in africa passes

serene falcon
#

It's a headache to change our timezone on every server or patch the operating systems.

rugged root
cobalt fractal
#

<insert Dave Gorman sketch here>

vernal bough
#

I haven't been working with timezones lately

olive hedge
#

๐Ÿ•—

rugged root
cobalt fractal
rugged root
#

They're bullshit

#

Although pendulum makes them tolerable

olive hedge
whole bear
#

@somber heath 10 years ago i was sippingbaby milk

vernal bough
rugged root
#

Timezones

#

They, as a whole, are bullshit

#

Yes I'm personifying them

whole bear
uncut meteor
#

@cobalt fractal Modern Life is goodish is his show

rugged root
#

Solely so I can be mad at them

uncut meteor
#

i binged it

vernal bough
#

I understand a little bit of german

cobalt fractal
frail aurora
#

Provided to YouTube by ใƒใƒ‹ใƒผใ‚ญใƒฃใƒ‹ใ‚ชใƒณ

็œŸๅคœไธญใฎใƒ‰ใ‚ข/Stay With Me ยท Miki Matsubara

ๆพๅŽŸใฟใ ใƒ™ใ‚นใƒˆใƒปใ‚ณใƒฌใ‚ฏใ‚ทใƒงใƒณ

โ„— PONY CANYON INC.

Released on: 2008-07-16

Arranger: Tetuji Hayashi
Composer: Tetuji Hayashi
Lyricist: Noriko Miura

Auto-generated by YouTube.

โ–ถ Play video
#

**b i n g u s **

vernal bough
#

can we change the topic

#

coz its getting a little boring

somber heath
#

Hugh Mann.

uncut meteor
#

Mr. Mann

#

Miss. Mann

vernal bough
#

can I speak?

uncut meteor
#

if you get voice verified, yeah

vivid palm
#

"Jesus Christ Marie, They're Minerals!"

Jesus Christ Marie! They're Minerals! - Breaking Bad Hank Schrader's Rocks are Minerals
"We've got dipping sticks"
Breaking Bad - Dipping Sticks

Tags:
breaking bad dipping sticks walt skylar jessie junior pizza toss throw "breaking bad" "breaking bad dipping sticks" "dipping sticks breaking bad" tuko gus...

โ–ถ Play video
vernal bough
#

I am voice verified

vivid palm
#

@mystic marlin can you use push to talk please

#

or krisp

vernal bough
#

who is sabastian?

uncut meteor
#

Sebastiaan is a owner of this guild

#

take a look on the right side

vernal bough
#

what guild?

uncut meteor
#

this one

vernal bough
#

ok i see

vivid palm
#

... why lol

terse needle
#

im joking

vivid palm
#

HAHAHAH

severe pulsar
#

dude kj i still havent gotten over how you shattered my world view yesterday

terse needle
#

hahaha

uncut meteor
#

@rugged root QA starting

feral kindle
whole bear
#

!voiceverify

vivid palm
#

good job jake :)

frigid panther
#

o/

tiny socket
stuck furnace
#

@zenith radish Try Kakoune ๐Ÿ‘€

#

Yeah, LSP is great!

#

Yep, that's a type hint.

slate oracle
#

itโ€™s so weird hearing everyoneโ€™s voice for the first time

severe pulsar
#

@ Vestergurkan whats tuif

stuck furnace
#

And they used to do it using special comments.

#

For mypy.

#

Press v then e

#

e takes you to the end of a word.

#

w puts you at the beginning of the next word.

#

You could do v^d

#

The funny thing is I'm trying to un-learn Vim right now ๐Ÿ˜„

#

Yeap

#

It's like bizaro world vim ๐Ÿ˜„

#

But it's not to bad to get used to.

#

I like that you can edit your selection before you apply a command.

#

Whereas in Vim, everything kind of takes place in the dark, and you often have to undo and re-try commands.

severe pulsar
#

@ jake great job by the way during the q-and-a

stuck furnace
#

Maybe ๐Ÿ‘€

#

Someone is probably working on it ๐Ÿ˜„

zenith radish
stuck furnace
#

Nice. You never stop learning Vim ๐Ÿ˜„

#

* is another cool one.

#

Searches for the word under the cursor.

zenith radish
#
  • under word
#

/ word

stuck furnace
#

Yeap

#

! filters code through a shell command. E.g. !sort<cr>.

#

Yep ๐Ÿ˜„

#

R puts you into a mode which is like the insert key on Windows.

#

Oh interesting.

#

It would be a pain to do in Vim I think.

#

I've never really learned Vimscript tbh.

#

Actually, the thing I like about Kak (and the reason why I'm switching) is that it takes kind of the opposite approach to Emacs. It tries not to re-implement anything that is available through other tools. E.g. is doesn't have a windowing system, but it works well with your existing one.

#

If you do :new in Kak, it opens another window connected as a client to the same server.