#voice-chat-text-0

1 messages ยท Page 992 of 1

tough abyss
#

๐Ÿ˜„

#

what an average salary for devs like you @deep wave ? you can ignore if you dont wanna share

#

I am not sure. I dont think it's pretty good though ๐Ÿ˜„

#

yes

#

๐Ÿ˜„

#

I am from asia

#

Nepal

#

yea

#

๐Ÿ˜„

tidal shard
tidal shard
#

Hey @rugged root:

Say for example I have a 128GB flash drive and I want to do a full install of Ubuntu on it.

  1. Could I split my drive into 2 partitions - maybe like 3/4ths of total space for the OS partition, and then the rest as a partition to be used as a regular flash drive?

  2. What kind of issues do you think I'd encounter if I did that?

gentle flint
#

you might have to specify where to boot from when you start the pc, though

loud karma
#

hi

#

bye

woeful salmon
#

@zenith radish ๐Ÿ‘€ if i'm a bit quiet its because i'm going through some more math courses

zenith radish
#

all good ๐Ÿ‘๏ธ ๐Ÿ‘„ ๐Ÿ‘๏ธ

whole bear
#

are yall normies?

#

yall sound very normie

trail mural
#

what does normies mean?

#

Normie is a rising noun and adjective describing someone, often pejoratively or ironically, whose tastes and lifestyle are mainstream. It has become connected to normcore, which references fashion choices noted for being deliberately bland or unremarkable.

whole bear
# trail mural what does normies mean?
#

ignore the first definition though

#

people who try learn japanese have the personality of a cardboard box

whole bear
#

they have never had an original thought in their life

trail mural
#

What does this mean

#

Cardboard box

whole bear
#

why do you ask "what does it mean" after every sentence?

trail mural
#

doesn't have a personality

whole bear
#

yes

trail mural
#

I don't understand

tidal shard
#

Aiko

trail mural
#

is this a joke?

whole bear
#

no

tidal shard
#

I'm so impressed at how edgy you are

trail mural
#

Exhibiting behavior that is disconcerting or alarming, sometimes in an effort to impress or to troll others.

whole bear
#

jesus christ, me calling you normie makes you think i am edgy

#

thats how normie you are

#

just NPCs

trail mural
#

short for non-player character.

tidal shard
#

you must be young - be careful on the internet, kid!

whole bear
#

i am 30

trail mural
#

Aiko sorry these are new words

#

I'm struggling to follow

#

sorry to keep asking ๐Ÿ˜ฆ

whole bear
# trail mural Aiko sorry these are new words

NPC
Someone using no critical thought or reasoning skills.
Simply regurgitating a set of arguments and non-sequiturs bequeathed to them by someone else.
Also, once you get it being passed along through multiple generations of NPCs, you get the "Chinese Whispers" effect as well. Drastically ratcheting up the level of crazy.

#

similar to normie, but more extreme i guess

trail mural
#

So you are saying that Japanese people are cardboard boxes, because they do not have critical thought or reasoning skills.

whole bear
#

no

trail mural
#

wow

#

sorry

whole bear
#

i am saying people, espeically in the west, who try to learn japanese are cardboard boxes

#

becuse they are just circle jerking

trail mural
#

I think I follow

#

Because they are learning a new language

whole bear
#

no

#

jesus christ

#

do you live under a rock?

trail mural
#

let me google this meaning

whole bear
#

because japanese is always learned by 600 pound losers in dirty tshirts

trail mural
#

Sorry English is pretty new to me

#

I've only been learning it for a few years.

whole bear
#

ok, understandable

trail mural
#

Thanks for explaining it to me

whole bear
#

like this guy would learn japanese

trail mural
#

I appreciate your time

whole bear
#

np

trail mural
#

Is he crying?

#

Because its hard

whole bear
#

๐Ÿคฆโ€โ™‚๏ธ

whole bear
frosty star
#

Kino no tabi

#

Iโ€™ve probably watched like 10 animes in my life

#

So i havenโ€™t been watching a lot of animes ๐Ÿฅฒ

whole bear
woeful salmon
whole bear
#

@zenith radish omg talking about coding interviews give me anxiety ๐Ÿ˜จ

trail mural
frosty star
#

I liked Kino no Tabi, K-ON, Tamako Market, Hyouka, a lot of fluffy stuff

whole bear
#

@zenith radish where are you interviewing? DeepMind?

woeful salmon
#

:x its realllly not realestic

#

just saying

whole bear
trail mural
whole bear
trail mural
#

What does this video mean

whole bear
#

you are fucking with me now

#

JFL

#

i lied, this is me

frosty star
#

Scarlow?

whole bear
#

this is another one of me

trail mural
#

Nice, but what does it mean

#

I don't understand

somber heath
whole bear
trail mural
#

Sorry to hear about this condition. I hope you get better soon...

whole bear
#

yes, i would use this type of language in a coding interview

candid panther
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1647428306:f> (23 hours and 59 minutes).

tidal shard
#

lmao

zenith radish
somber heath
#

@round wharf Down here for discussion related to the voice conversation.

#

As to passing the voice gate

#

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

round wharf
#

!voice

gleaming folio
#

What game are you guys playing I always see you guys in there PepePopcorn

pallid hazel
#

it would be more interesting to see that game make every player use the same letters occasionally

zenith radish
steady sentinel
#

This is my first time to play. How do I play this?

zenith radish
gleaming folio
#

Heck no Iโ€™m too slow to play

zenith radish
quasi condor
#

!e ```py
l = []
for n in (('a', 'b', 'c'), [1, 2, 3], {True, False}, 5):
l += n
print(l)

zenith radish
woeful salmon
#

!e

l = []
for n in (1,2 ,3,4, 5):
    l += [n]
print(l)
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

[1, 2, 3, 4, 5]
somber heath
#

!e py a = [5, 6, 7] b = 1, 2, 3 a.extend(b) print(a)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

[5, 6, 7, 1, 2, 3]
zenith radish
woeful salmon
loud karma
#

i know too less

#

:<

somber heath
zenith radish
zenith radish
pallid hazel
#

wrapping the rest of my test code into my main program.. wasnt working... started debugging, and loosing my mind over the true/false statements as I use abut 20 different checks.. about 3/4 through reversing all of them, i finally noticed my vpn was down :(

zenith radish
drifting crystal
#

@zenith radish do you mind checking the chat

#

i think imma head out

zenith radish
trail mural
#

@woeful salmon when was the last big react update?

#

is it November 2021

woeful salmon
#

17.0.0 (October 20, 2020)
react 17 (major update) was october 20 2020

trail mural
#

Thanks ๐Ÿ™‚

woeful salmon
#

react 18 is on the way though

#

along with facebook creating a custom compiler for react that replaces babel and apparently uses memorization to speed up react by alot

quasi condor
#

relevant to showers ^

woeful salmon
#

@formal meteor just use the github gui

sweet lodge
woeful salmon
sweet lodge
#

Keeps you from accidentally ducking up your CWD

woeful salmon
#

it also shows the diff

gentle flint
rugged tundra
viscid lagoonBOT
sweet lodge
#

.wolfram s populus

viscid lagoonBOT
#

Populus is a genus of 25โ€“30 species of deciduous flowering plants in the family Salicaceae, native to most of the Northern Hemisphere. English names variously applied to different species include poplar, aspen, and cottonwood.

trail mural
#

how do I move my div up

sweet lodge
#

You can use objects there? Neat

#

Increase the vertical height?

trail mural
somber heath
#

Left - Force for change from status quo. Right - Force for retention of status quo. Regressive - Force for reversion to previous status quo. Liberalism/Authoritarianism (economic) - Fewer/More rules governing business practices and taxation. Liberalism/Authoritarianism (social) - Fewer/more rules governing social behaviour.

Even this is broad strokes. There's more dimensions of nuance.

There's malignancy and beneficence scattered all around.

molten pewter
#

The US healthcare is the most expensive in the world, however we do not have the best outcomes.

somber heath
#

I've had people genuinely confused as to why I care about other people.

#

Some people are just psychopaths with no sense of empathy.

#

Or otherwise an underdeveloped one.

molten pewter
#

So many logical falacies.

rugged root
fair hemlock
#

this is so funny

formal meteor
#

Scarcity as an economic concept "refers to the basic fact of life that there exists only a finite amount of human and nonhuman resources which the best technical knowledge is capable of using to produce only limited maximum amounts of each economic good." If the conditions of scarcity didn't exist and an "infinite amount of every good could be p...

trail mural
#

People queue up for soup and bread at relief tents in the aftermath of the Seattle fire of June 6, 1889

#

caption of the above image ^

somber heath
#

Administration.

fair hemlock
#

this is so funny help

#

FACTSSSS

#

FACTSS

#

WOAH

#

SLAY

fair hemlock
#

TRUEEEEE

sweet lodge
#

@rugged root
Remember when I told you that enabling the VBa integration mode in FedEx disables normal integration, including CSV exports?

My warehouse manager is currently yelling at me because the client that setup the integration is demanding a CSV export of the data, despite the integration already having sent the data to their system.

I wrote down the password to their database when they setup the integration. They don't know I have it. The only thing I could possibly do is login to their database, export the data they want from THEIR system, and send it back to them again...

How's your day going?

fair hemlock
#

Y'ALL STATING FACTS

#

I SECOND THAT

#

OOF

#

OOF

#

go to canada

#

canada cool

somber heath
#

Observing a place is a dumpster fire is not equivalent to wanting to destroy it. You just want it to not be a dumpster fire.

tidal shard
#

what an interesting conversation to walk into

fair hemlock
#

honestly

#

its so funny

#

i'm entertained

sweet lodge
formal meteor
#

awwww you soy boys

fair hemlock
#

OOF

tiny socket
#

glad I don't need to drive

formal meteor
#

You ride the metro?

tiny socket
#

i have a bike

somber heath
#

What do road pirates drive? Carrs.

fair hemlock
#

got my dad and bro to do that for me

tiny socket
#

and that card is leftpad

sweet lodge
tiny socket
#

"My opinion is objectively better"

no?

frosty star
#

Haaaay

tiny socket
#

they also made pylance for vsc

#

somebody else's dc is exactly what cloud is

sweet lodge
#

EMBRACE THE KUBERENTES

tiny socket
#

with serverless you want V8 isolates

#

they blow everything else out of the water

#

the go compiler is too fast so i dont trust that it has compiled it properly /s

somber heath
#

๐Ÿบ ducky_vader

fair hemlock
#

yooo

molten pewter
#

I demand more pedantics!

tiny socket
#

when main.py is loaded the whole file is converted to bytecode, then executed, imports are loaded and go through the same process, etc.

trail mural
#

anyone know where I can find changelogs to react-router-dom, I'm trying to figure out how to use useHistory but whatever the new version is

molten pewter
#

A good disambiguation of complicated vs interpreted.

amber raptor
#

!e ```python
def unused():
if a == b:
c = (a,c,)

print('Hello')
#c = (a,c,)

molten pewter
#

More pedantics! The horde remains unsatisfied...

tiny socket
#

when cpython loads your file it parses the whole thing into an AST which it can then validate and produce bytecode

#

if the parser comes across an invalid expression like a lack of indented block it qill quit

#

but the parser doesnt account for non-syntax errors

wise cargoBOT
#

@amber raptor :white_check_mark: Your eval job has completed with return code 0.

Hello
tiny socket
#

for example

#

!e

def unused():
  print(undefined)

1+1
wise cargoBOT
#

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

[No output]
amber raptor
tiny socket
#

using mypy or pyright would too

#

I find all the complaints about python not being statically typed funny because they didn't take the 6 seconds to install and run a type checker

rugged root
#

I thought pyright was just an LSP

tiny socket
#

python already is statically typed if you want it to be

#

pylance is an LSP

#

pyright is a type checker

quasi condor
tiny socket
#

no pyright is part of pylance

#

kinda*

amber raptor
tiny socket
#

its a part of the pylance pipeline

#

i'm tempted to just shave my head and look totally different and quit software dev and just get a random job

#

@quasi condor he was hiding in a coffin

#

I have 4 cans of stella on my desk (where I work) ready for when it's needed sunglas

#

I went to a rave with my CEO

  • LP, a legend
#

@rugged root i love not using a gui for git but goddamn do i fuck it up sometimes

#

sometimes I cd into another project to look at something and run a git command for the current one

#

and i get so confused

pallid hazel
#

**krawgs

#

look under the hood, then hire a mechanic

#

i have an issue with boot listings having "vegan" in the specs

#

maybe try vegetable oil on your skate wheels

#

cant go anywhere? your legs broken?

dense ibex
hasty fulcrum
#

Hello

#

I have a q

#

Like I am in first year at college and have no previous experience

#

And want to apply for internship

#

So like what do I put in my resume and cover letter?

forest zodiac
#

if you have done some projects then yeah

hasty fulcrum
#

like how do I put it there?

#

I am really confused

forest zodiac
#

maybe put a summary of them in your resume

hasty fulcrum
#

hmm

tough wasp
#

heelo im new

trail mural
#

Hi new :0

hasty fulcrum
#

This is the sample resume I recieved

#

What do I put in this
Can anyone guide mw through it?

#

me**

rugged root
hasty fulcrum
#

hey

#

putting this should be ok?

#

in skills?

rugged root
hasty fulcrum
#

ohk

#

thanks

zenith radish
drifting crystal
spring cloak
#

can we stream video on voice-chat channels?

rugged root
terse needle
#

paper view

trail mural
#

how shrink button column width pls sir thanks

rugged root
#

Like for the longest time

trail mural
#

bootystrap

#

bulma?

quasi condor
molten pewter
#

ๅฐ‘ๆž—

#

Shaolin Monastery (ๅฐ‘ๆž—ๅฏบ Shร olรญnsรฌ), also known as Shaolin Temple, is a renowned temple recognized as the birthplace of Chan Buddhism and the cradle of Shaolin Kung Fu. It is located at the foot of Wuru Peak of Songshan mountain range in Dengfeng County, Henan Province, China. The name reflects its location in the ancient grove (ๆž— lรญn) of Mount S...

terse needle
#

๐Ÿ˜ฆ

quasi condor
terse needle
quasi condor
#

@rugged root stop using a bad os

terse needle
#

Ryzen 3 3200G (4 core)
GTX 1650 SUPER
2 TB HDD

zenith radish
#
                    'c.          gintautas.kazlauskas@xxx
                 ,xNMM.          -----------------------------------
               .OMMMMo           OS: macOS 12.2.1 21D62 x86_64
               OMMM0,            Host: MacBookPro16,2
     .;loddo:' loolloddol;.      Kernel: 21.3.0
   cKMMMMMMMMMMNWMMMMMMMMMM0:    Uptime: 4 days, 6 hours, 24 mins
 .KMMMMMMMMMMMMMMMMMMMMMMMWd.    Packages: 106 (brew)
 XMMMMMMMMMMMMMMMMMMMMMMMX.      Shell: zsh 5.8
;MMMMMMMMMMMMMMMMMMMMMMMM:       Resolution: 1440x900
:MMMMMMMMMMMMMMMMMMMMMMMM:       DE: Aqua
.MMMMMMMMMMMMMMMMMMMMMMMMX.      WM: Quartz Compositor
 kMMMMMMMMMMMMMMMMMMMMMMMMWd.    WM Theme: Blue (Dark)
 .XMMMMMMMMMMMMMMMMMMMMMMMMMMk   Terminal: iTerm2
  .XMMMMMMMMMMMMMMMMMMMMMMMMK.   Terminal Font: FiraCodeNer
    kMMMMMMMMMMMMMMMMMMMMMMd     CPU: Intel i5-1038NG7 (8) @ 2.00GHz
     ;KMMMMMMMWXXWMMMMMMMk.      GPU: Intel Iris Plus Graphics
       .cooc,.    .,coo:.        Memory: 10067MiB / 16384MiB
terse needle
#
                __.;=====;.__                   james@void 
            _.=+==++=++=+=+===;.                ---------- 
             -=+++=+===+=+=+++++=_              OS: Void Linux x86_64 
        .     -=:``     `--==+=++==.            Kernel: 5.15.28_1 
       _vi,    `            --+=++++:           Uptime: 43 mins 
      .uvnvi.       _._       -==+==+.          Packages: 734 (xbps-query) 
     .vvnvnI`    .;==|==;.     :|=||=|.         Shell: fish 3.3.1 
+QmQQmpvvnv; _yYsyQQWUUQQQm #QmQ#:QQQWUV$QQm.   Resolution: 1920x1080, 1920x1080, 1920x1080 
 -QQWQWpvvowZ?.wQQQE==<QWWQ/QWQW.QQWW(: jQWQE   WM: dwm 
  -$QQQQmmU'  jQQQ@+=<QWQQ)mQQQ.mQQQC+;jWQQ@'   Theme: gnome [GTK2], Adwaita [GTK3] 
   -$WQ8YnI:   QWQQwgQQWV`mWQQ.jQWQQgyyWW@!     Icons: Adwaita [GTK2/3] 
     -1vvnvv.     `~+++`        ++|+++          Terminal: kitty 
      +vnvnnv,                 `-|===           CPU: AMD Ryzen 3 3200G (4) @ 3.600GHz 
       +vnvnvns.           .      :=-           GPU: NVIDIA GeForce GTX 1650 SUPER 
        -Invnvvnsi..___..=sv=.     `            Memory: 2149MiB / 40121MiB 
          +Invnvnvnnnnnnnnvvnn;.
            ~|Invnvnvvnvvvnnv}+`                                        
               -~|{*l}*|~                                               
zenith radish
pulsar island
rugged root
#
pal = True if user_input == user_input[::-1] else False
ivory stump
#

O_O

#

surely pal = user_input == user_input[::-1]

rugged root
#

.... yes

#

Yes it is

#

I'm very very tired

ivory stump
#

:P

rugged root
#

We're just gonna.... ๐Ÿงน

ivory stump
#

True if True else False? never seen you use it ๐Ÿ‘€

quasi condor
#

!e

arr = ["1", "2", "3", "a", "4"]
arr_as_str = "".join(arr)
print(reversed(arr))
print(arr[::-1])
print(reversed(arr_as_str))
print(arr_as_str[::-1])
wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

001 | <list_reverseiterator object at 0x7fccb17d5d80>
002 | ['4', 'a', '3', '2', '1']
003 | <reversed object at 0x7fccb17d5d80>
004 | 4a321
molten pewter
#

In a first-past-the-post electoral system (FPTP); formally called single-member plurality voting (SMP) when used in single-member districts, or (informally) choose-one voting in contrast to ranked voting or score voting), voters cast their vote for a candidate of their choice, and the candidate who receives the most votes wins (even if the top c...

quasi condor
molten pewter
sturdy panther
#

I want to talk, but I would need to unpack to get my mic.

#

And I am expecting to move again next week.

woeful salmon
#

the time we used to add Xx prefix and suffixes in our gamer tags

sturdy panther
#

Yea! Paid holding deposit just now.

#

Well, here's hoping that I did not get scammed.

trail mural
#

Can someone help me with something it will take about 30 seconds

#

no skill required

sturdy panther
#
[2022-03-15 20:45:23] [$?=1] [boni:~]
$ help me with something
bash: help: no help topics match `something'.  Try `help help' or `man -k something' or `info something'.
trail mural
#
Helpmeslay@DESKTOP-N4JEVS9 ~/Desktop/cmder
ฮป boni what do this mean
bash: boni: command not found
terse needle
#

I like the lambda

#
~ 
ฮป 
subtle token
#

what is this

terse needle
#

my prompt

knotty inlet
#

Don't ๐Ÿ‘ parse ๐Ÿ‘ code ๐Ÿ‘ with ๐Ÿ‘ regex

#

ast isn't based around regexeither...

subtle token
#

english plz

knotty inlet
#

!pip ast

wise cargoBOT
sweet lodge
quasi condor
# knotty inlet Don't ๐Ÿ‘ parse ๐Ÿ‘ code ๐Ÿ‘ with ๐Ÿ‘ **regex**

โ€œDonโ€™t parse HTML with regex!โ€ is a tired meme.
The problem is never fully parsing arbitrary HTML. It's extracting data from the middle of limited, known text that happens to be HTML. Regex can be fine, or not -- itโ€™s all depends on what you need. https://t.co/sNOFFXbfvh

knotty inlet
quasi condor
#

Same applies to code

sturdy panther
#

I add condensed milk!

knotty inlet
quasi condor
#

About to link what? The tweet advocating for parsing html with regex?

sweet lodge
knotty inlet
#

brb

#

/afk

#

๐Ÿ‘€

sweet lodge
#

I shitposted so much I scared someone away

sturdy panther
#

Do you lose your sense of balance as well?

terse needle
sturdy panther
#

Learn regex. Job security!

trail mural
#

what's the extension that lets you run a python file by clicking play on vscode, and what is the js version of that aswell

#

tyty

knotty inlet
#

just got back.
did I miss anything?

amber raptor
#

@zenith radish I hate Node developers. Get in here so I can yell at you.

knotty inlet
#

@midnight agate the whaaat?

#

this (voice) channel is becoming a poetry class...
I will be back (later) ๐Ÿ‘‹

#

see ya.

molten pewter
#

Is this the handsome Mr. Davies?

quasi condor
#

yes

#
signal sand
#

There is a new version @quasi condor

quasi condor
#

do you have a link?

signal sand
#

I think it is better

#
quasi condor
#

thank you

signal sand
signal sand
shut goblet
#
import imp


import random


count: 10000

while count > 0:
    a = random.randint(0, 10000)
    if a < 6700

quasi condor
shut goblet
dense ibex
signal sand
#

what happens with @wise cargo

dense ibex
#

!e โ€˜โ€™โ€™py
print(โ€œhello worldโ€)
โ€˜โ€™โ€™

wise cargoBOT
#

@dense ibex :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     โ€˜โ€™โ€™py
003 |     ^
004 | SyntaxError: invalid character 'โ€˜' (U+2018)
quasi condor
#

```

signal sand
dense ibex
#

!e ```py
print(โ€œ@everyoneโ€)

wise cargoBOT
#

@dense ibex :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(โ€œ@everyoneโ€)
003 |           ^
004 | SyntaxError: invalid character 'โ€œ' (U+201C)
ivory stump
#

the bot doesnt have those perms, also you cant mention from codeblocks so you would have to escape the codeblock

amber raptor
#

We are breaking loose

ivory stump
#

which may still be possible, ive done it before

#

not sure if they patched

signal sand
#

Can we recursively make python bot to trigger python bot

wise cargoBOT
#

@silent sequoia :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(โ€œ<@โ€‹!284418686532452352>")
003 |           ^
004 | SyntaxError: invalid character 'โ€œ' (U+201C)
strong arch
quasi condor
#

!e
print("```hm?? ?@<113304266269003776>")

wise cargoBOT
#

@quasi condor :warning: Your eval job has completed with return code 0.

[No output]
signal sand
#

@amber raptor just got update... now it works with mask

amber raptor
quasi condor
#

!e
print(3*chr(ord("`")))
print(r" @<113304266269003776>")

wise cargoBOT
signal sand
#

I updated like 1hr ago...

ivory stump
terse needle
strong arch
#

!e print(3*chr(96))

wise cargoBOT
strong arch
#

!e print((chr(96) + 'โ€‹')*3)

signal sand
#

Haha, I'm just saying now it works...

wise cargoBOT
signal sand
#

Apple sucks

#

@amber raptor

quasi condor
#

!e print("`")

wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

`
dense ibex
#

!src

wise cargoBOT
strong arch
#

!e print("\`")`

dense ibex
wise cargoBOT
#

@strong arch :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print("\
003 |           ^
004 | SyntaxError: unterminated string literal (detected at line 1)
limber osprey
#

this a lot of people lol

terse needle
#

!e

print(chr(96))
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

`
limber osprey
#

anyone willing to help me with my program?

terse needle
#

!e

print(chr(96)*3)
wise cargoBOT
limber osprey
#

lol

#

how do i go about pasting code

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.

ivory stump
#

!code if its short

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.

terse needle
limber osprey
#

oh thank you

#

ill check out that how to

signal sand
#

@amber raptor Big companies move slow on these type of stuff.... They work on features, that's gonna come out next-next year....

limber osprey
#

ill be in help chestnut @midnight agate

limber osprey
#

oh can we just chat here?

#

oh well basically like 35-37 im trying to get a entry onto a variable and use it for the program later down the line

#

but for some reason I cannot store the variable

amber raptor
quasi condor
limber osprey
#

oh I didnt know there was a difference in variable types lol

#

i just started learning programming yesterday and jumped in head first to do a diy lol

signal sand
limber osprey
#

so how do i give a vouch or whatever for your coin?

#

oh great. well thanks

#

any tips on formatting? or organizing?

rugged root
limber osprey
#

F

rugged root
#

With regards to the coin

limber osprey
#

how ya doing mr admin

rugged root
#

Very very very tired

limber osprey
#

oof

rugged root
#

Haven't gotten to head home yet

terse needle
#

@summer dome your really breathing into you mic, might want to fix that

limber osprey
#

This is a great channel!

#

im so hopelessly lost and feel neck deep lol

quasi condor
rugged root
#

@whole bear Check out the #voice-verification channel. That'll tell you what you need to know about our voice gate system

terse needle
#

BST

#

British Summer Time

amber raptor
#

!e python a = '`' print(f"{a}{a}{a}Hello Rabbit")

wise cargoBOT
amber raptor
#

!e python a = '`' print(f"{a}{a}{a}{a}{a}{a}Hello Rabbit")

wise cargoBOT
signal sand
#

Windows might have had chances it was free @amber raptor

#

from the beginning

amber raptor
signal sand
#

!e

a = '`\0'
print(f"{a}{a}{a}Hello Rabbit")
wise cargoBOT
#

@signal sand :white_check_mark: Your eval job has completed with return code 0.

`๏ฟฝ`๏ฟฝ`๏ฟฝHello Rabbit
signal sand
#

hey

#

@trail mural

trail mural
signal sand
#

@rugged tundra Hunter x Hunter?

#

Haha

#

Neither will one piece.. @rugged tundra

#

haha

#

I'm at... they are entering into new world

#

They are dragging to it long...

#

I thinking they are making an episode for every chapter....

#

Usually 3 chapters gives 1 episode...

#

@rugged tundra Spoilers!!!!!!

summer dome
signal sand
#

@rugged tundra From me Naruto ended when boruto took out sasuke's eye ๐Ÿ˜‚ ๐Ÿ˜‚

#

@rugged tundra I think hunter hunter guy had some mental health issues

#

@trail mural From me black clover...

#

It's bad

#

He is Naruto but louder...

#

I don't remember, he was "I want be "Hokage" equivalent of that world or something..." he is louder than naruto...

trail mural
#

the way you put louder... I thought it meant something sus ๐Ÿ™‚

signal sand
#

haha, he is literally loud...

#

af

#

@trail mural you can ssh into you personal laptop... I do that...

#

@trail mural what do you use?

trail mural
#

chrome remote desktop

signal sand
#

oh

#

Really, higher the floors, better the job?

#

@rugged tundra

#

haha

#

@fading root uniform what?

#

plus seach?

fading root
#

uniform cost search

#

algorithm

signal sand
#

okay...

#

never heard of it..

#

@fading root that's debugging

#

@fading root ask in help channels

fading root
#

sounds good

#

its easier if i show my screen

signal sand
#

you can't

#

and here people just talk about stuff.. not an help channel

#

@rugged tundra buy a linux phone

#

I was kidding

#

but there are linux phones

#

No literal linux phones

signal sand
#

whole ecosystem

#

No

#

kernel is just bear bones...

#

Whole ecosystem like ... how we develop applications for it.. like that

#

no...

#

line is burry...

#

We have android right... it has linux kernal... but it can't run apps designed for gnome or something like that..

#

you get it...

#

?

trail mural
signal sand
#

This is andriod...

#

Every linux distro is something similar @trail mural

trail mural
#

I think I don't understand

signal sand
#

It doesn't matter... it's just how people define it...

trail mural
#

sorry ๐Ÿ˜ฆ

signal sand
#

android = linux kernal + bunch of stufff
linux os like ubuntu = linux kernal + some other stuff

signal sand
#

ah, okay, I think this makes it clear... you know unix right? macos, ios, and all are based on unix... do you consider them unix? @trail mural

trail mural
#

you can install a custom kernel after rooting, it's the same thing it's just that it has nothing available for it

#

*very limited things available

midnight finch
#

!voiceverify

wind raptor
#

@dense ibex

dense ibex
#

MongoDB is webscale, right? It's a JSON database, it's eventually consistent, and you use map-reduce to query it. Oh, and it's insecure.

Let me clear up some things: MongoDB is an ACID-compliant database with transactions, schemas & relationships. It includes a powerful aggregation query language; map-reduce has been deprecated for some tim...

โ–ถ Play video
loud karma
#

๐Ÿ˜ฑ

#

hi

wind raptor
fading root
wind raptor
#

@dense ibex

pallid hazel
#

so... i feel bad now.. i made a quick script to count the lines of code I wrote sofar for this program.. and I realized yup.. Ive had no life for the past few months.. count was 41089

#

crazy..

#

no git, all local

#

i just did.. also

#

as a zip, it 6mbs.. seems so odd

wind raptor
vast fog
#
index = 0 if index + 1 > len("string") else index += 1
SyntaxError: invalid syntax on += 1
dense ibex
#
if index + 1 > len("string"):
    index = 0
else:
  index += 1
tough abyss
#

hello

#

good

#

leet code ๐Ÿ˜„

#

Is it just me or Do you forget the solutions you did previousy?

#

previously*

#

Tell me your approach.

#

you make it sound so easy

#

Do you have a list of essential algos?

#

algo / techniques like sliding window

#

cool. Thanks

#

๐Ÿ˜„

wind raptor
tough abyss
#

I have done it but when I look at it I have to rethink the approach ๐Ÿ˜„

#

so every time I do this problem. There maybe a chance of doing it in a new way ๐Ÿ˜„

#

yeah but it is time consuming and not efficient

#

I can google ๐Ÿ˜„

#

I always google basic stuffs. No shame on that

loud karma
#

wsl for the win

#

honey barbecue one tastes weird after eating too much of it

#

:/

short ingot
#

have you had pickle flavored chips ?

#

i agree

#

i did not like them

#

Lmao

whole bear
#

how can I speak in the voice chat channel?

short ingot
whole bear
#

thank you - also for your patience

short ingot
#

Of course ๐Ÿ™‚

whole bear
#

I see

#

ok

short ingot
#

Damn. Im still stuck in the video games phase.

loud karma
#

windows is virus confirmed

#

as it installs system32

#

you can possibly use obs and make your mic's volume higher

#

rickroll jumpscare >>>>

primal yacht
#

windows is virus confirmed
as it installs system32

  • @loud karma

Windows is backwards compatible
but not with my old Windows games

  • @primal yacht
loud karma
#

i forgor i plugged in a headset lmao

primal yacht
#

Ah

#

I know that was a joke

loud karma
primal yacht
#

but I was being literally serious in my response ^w^;

loud karma
#

dual boot windows xp lemon_blush

primal yacht
#

I meant ... """response"""

loud karma
#

righ i gtg. lunch time e.e

somber heath
frosty star
#

Oof

loud karma
#

hi

north jackal
#

Sorry, can't talk. not verified to speak, permission issue

forest zodiac
#

class A:
def m(self):
print("m method of A class")
class B:
def m(self):
print("m method of B class")
class C(A,B):
def m(self):
print("m method of C class")
super().m()
c = C()
c.m()

wind raptor
#

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

forest zodiac
#
class A:
    def m(self):
        print("m method of A class")
class B:
    def m(self):
        print("m method of B class")
class C(A,B):
    def m(self):
        print("m method of C  class")
        super().m()
c = C()
c.m()
sour imp
tidal shard
loud karma
#

so uh
china = communist that earns lots of $$$?

gentle flint
somber heath
#

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

gentle flint
gentle flint
somber heath
#

Stolas.

zenith radish
#

Bryncelynnog Comprehensive School

gentle flint
#

bryn mawr

zenith radish
tidal shard
quasi condor
whole bear
#

@trail mural i want to hear you speak

trail mural
gentle flint
quasi condor
pallid hazel
#

face value of that article seems dumb.. define which algorythms, otherwise why would I read it.. all algorythms? .. then things wont work.. social marketing algorythms, i could get behind.

quasi condor
#

she's a fucking idiot

frosty star
#

Wasgoinon

#

:> u know

#

Im something of an artist mysef

#

Slovakia

#

There ya go

somber heath
#

Boredered by

#

and Czech Republic

woeful salmon
#

@quasi condor @somber heath

frosty star
#

No fair @zenith radish I grew up watching american shows too I donโ€™t have an american accent ๐Ÿ˜ฆ

#

LPโ€™s range of vocabularyโ€™s pretty impressive as well ๐Ÿค”

somber heath
#

I drink soy milk.

#

I also drink cow milk.

#

Though less frequently, these days.

#

I sort of have phases where I drink one vs the other.

#

@sand fractal This room is available to type text related to the voice conversation.

frosty star
#

Aiko was bad

frosty star
somber heath
#

As do I.

fair hemlock
#

WOAH YOUR ACCENT IS SO COOL

somber heath
#

Whatever you're not acclimatised to tastes weird.

fair hemlock
#

the way you use the full stop after each sentence scares me

somber heath
#

When I switch, whatever I switch to is a bit meh for a while.

frosty star
#

I could never with goat milk

fair hemlock
#

i dont really like milk

somber heath
#

There are nut milks. Almond, cashew, etc.

fair hemlock
#

but then cheese tho

trail mural
#

I just got the CALL โค๏ธ ๐Ÿ˜ณ

rugged root
#

The call of the wild?

somber heath
#

Nature?

fair hemlock
#

this vc is so funny tho

somber heath
#

God?

trail mural
#

The call of a 9-5 corporate lifestyle :3

fair hemlock
#

a 9-5 job doesnt sound so bad

rugged root
#

@sand fractal It was when we had an old webhook exploited

#

We had to lock down the server for a couple hours

frosty star
#

I agree w mr hemlock

#

I was there too

rugged root
#

@quasi condor I just figured it out. It involves fraternities

frosty star
#

Goodluck @zenith radish

#

My friends like to joke if u have devops skills u donโ€™t have to worry about getting a job until u retire

rugged root
#

They're not wrong

quasi condor
#

I think there's a very good chance that that is wrong

frosty star
#

Thatโ€™s why weโ€™re all here robotman

quasi condor
#

I can definitely imagine that in 5/10y time, devops is the same as what IT is now

rugged root
quasi condor
#

IT is a relatively low wage job

rugged root
#

True

frosty star
#

Like it can become the basic expected skill

rugged root
#

I did pick the low end of the spectrum

woeful salmon
#

@rugged root it could be due to disability reasons like LP said

sand fractal
#

maybe only use TTS for short phrases

rugged root
#

Yes. But even then, make sure that it's relevant to what's being said

sand fractal
#

ok

rugged root
#

The last couple interrupted what was already being discussed

sand fractal
#

also I love ur PFP is so funny

pallid hazel
#

TTS laughter. Ha.. Ha..

sand fractal
#

also using alot of i's or so makes it go haywire

rugged root
sand fractal
#

saying eyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeyeeye

whole bear
#

hello bois

sand fractal
#

hey

whole bear
#

any other fembois in the chat?

frosty star
#

Oh nooo

whole bear
sand fractal
#

what if I connect my google home to this VC

rugged root
#

Just

#

No

whole bear
#

urghhh VC funding

#

sooooo boring

sand fractal
#

I have always used TTS as all my mics are disabled since realtek fucks with my audio

#

it causes alot of noise and it sounds like a nuke

whole bear
#

yall are such normies talking about jobs and VC shit

sand fractal
#

โค๏ธ

rugged root
frosty star
#

Gratefulness?

somber heath
#

I take exception to being described as normal.

sand fractal
#

my TTS app

whole bear
#

i made $7.8 million last year

sand fractal
#

so the minecraft authentication API is unavailable

#

also I can still join hypixel

whole bear
#

@wary meadow did you just assume his sexuality?
he could have a husband you caveman

sand fractal
#

it seems to use seperate servers

frosty star
#

@rugged root can u give tips on how to find a soulmate

whole bear
sand fractal
#

tinder is blocked in russia I think

whole bear
#

use VPN

sand fractal
#

but those blocked too

whole bear
#

hmmm

#

buy a amazon VPS and setup your own VPN on it

#

using OpenVPN

sand fractal
whole bear
#

download it on the VPS and email it to yourself

sand fractal
#

in russia

#

and openVPN isn't downloadable

whole bear
#

you mean because of Uraine?

sand fractal
whole bear
#

hmmm

#

lots of VPS sell for BTC

frosty star
#

Too sus :p

#

Or mybe iโ€™m warry of the app

sand fractal
whole bear
sand fractal
whole bear
#

not in every situation

frosty star
#

I have too

solar flax
#

can anyone help me... what is actually happening when I run my code using vscode and it shows FileNotFoundError but when I run in cmd it runs without any bugs and errors

frosty star
#

๐Ÿ˜„

solar flax
#

what is going on

whole bear
solar flax
#

yes

#

debugging

sand fractal
whole bear
#

are you pressing the play button?

solar flax
#

yap

whole bear
#

then it should work regardless or directory

sand fractal
solar flax
#

@sand fractal but the file is same directory as my code

sand fractal
#

and don't use os.path

rugged root
#

Talking to a co-worker

sand fractal
#

but use the filedir

#

which is a variable

whole bear
#

@molten pewter isn't it weird to have a two-person conversation while 20 people listen in

solar flax
frosty star
#

We all like it

sand fractal
#

@solar flax pathlib.Path(__file__).parent

#

that is ur solution

tidal shard
sand fractal
#

you are using a path-RELATIVE directory instead of a ABSOLUTE path

#

which pathlib.Path(__file__).parent gets you

#

get it?

solar flax
#

yes sir @sand fractal

whole bear
#

@solar flax shift+right click on your file and click "Copy as path"

#

then use that path

#

make sure to escape out the \

sand fractal
#

I have made that mistake before in C++ when migrating from another PC

winged wolf
#

can someone come to code help voice to help me out a little

sand fractal
#

never in my life have I been so angry why the code didn't work

#

until I found

#define FP_PATH "D:/Projects/CPP/Test/"
#

then I just fixed it later

#

so DON'T USE THAT KIND OF ABSOLUTE PATH

#

pathlib.Path(__file__).parent.joinpath("<relative to file>")

#

@solar flax get it?

solar flax
#

yes...i'm still fix it

somber heath
#

"Come to the beech."
"The...beach?"
"No, the beech. It's like a beach, except everything is bees."

molten pewter
#

What is this quote from?

somber heath
#

Me.

#

Just now.

whole bear
#

you have a daughter?

#

wtf

trail mural
#
"Come to the beech."
"The...beach?"
"No, the beech. It's like a beach, except everything is bees."
~OpalMist  โ€” Today at 14:11
winged wolf
#

any help?

#

for scrapy

somber heath
whole bear
#

i have spent every waking moment for the last 5 years with incels, anons, and based zoomers
so i am very detached from yall

somber heath
frosty star
#

The world building is the best

#

In HP

#

I like how JK rowling made an effort to blend with real world history

solar flax
#

@sand fractal thanks sir....it's work

quasi condor
#

Sir Francis Galton, FRS FRAI (; 16 February 1822 โ€“ 17 January 1911), was an English Victorian era polymath: a statistician, sociologist, psychologist, anthropologist, tropical explorer, geographer, inventor, meteorologist, proto-geneticist, psychometrician and a proponent of social Darwinism, eugenics and scientific racism. He was knighted in 19...

molten pewter
woeful salmon
#

@rugged root i support that :3

#

specially as someone who does read manga regularly

quasi condor
tidal shard
molten pewter
#

I feel like people aren't talking about working at netflix enough.

quasi condor
frosty star
#

โ€œIt costs a lot more to lose people and to recruit replacements than to overpay a little in the first placeโ€ - Reid Hastings, No Rules Rule

amber raptor
quasi condor
#

I'm not at all convinced by the Amazon there

#

they hire so many people now

frosty star
#

"data jobs" as in data engineers, data scientists, data analysts, big data etc.?

#

Oh eyah I just got to teh final paragraph

rugged root
#

@quasi condor my bill would be around 92.59 pounds

quasi condor
#

I don't know off the top of my head what my bill would be - I think probably a little more

woeful salmon
#

@zenith radish

#

js has getters and setters

#

->

#

we soon will even have proper private properties

quasi condor
rugged root
#
CrossCode
Wandersong
SUPERHOT
2064: Read Only Memories
Celest
TowerFall
Minit
Sonny
quasi condor
amber raptor
#

3rd movie of what?

quasi condor
#

The House

#

third part rather than third movie

rugged root
whole bear
#

fds

rugged root
#

Finished didn't start?

limber osprey
#

hello

whole bear
#

imagine watching tv

limber osprey
#

why does python hate me

whole bear
#

literally all of yall

limber osprey
#

0.o

whole bear
#

consoom NPCs, consoom

limber osprey
#

why you hate

rugged root
whole bear
#

because i am not an NPC

rugged root
#

Are you only here to be obnoxious, Aiko?

whole bear
#

yes

limber osprey
#

ban hammer incomming

#

Kappa

rugged root
#

Me thinks your tenure here will not be long

whole bear
#

i really hate all of your personalities

rugged root
#

You're free to leave

whole bear
#

but i cant leave for whatever reason

#

all of yall's twitter account

limber osprey
# rugged root What's it doing?

I basically try and save a value to an excel sheet, the line works if i use a string, and i print the variable to see if it contains a string but i put variable into line for transfering to excel and it doesnt work

amber raptor
#

Whatโ€™s Twitter?

gentle flint
#

I think it's something birds do

#

not sure

whole bear
#

wtf whyd you delete my tiktok?

#

wtf are yall on about?

amber raptor
#

Our dislike of you

limber osprey
#

lmao

whole bear
#

whyd you delete my tiktok?

#

can you pls explain

#

im going to be contacting discord for bullying

rugged root
#

!mute 948079303554388048 1w You seem to be a poor cultural fit for this server. I advise you look back over our #rules and #code-of-conduct. If your behavior does not improve by the time this mute ends, you will be removed from the server.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1648050930:f> (6 days and 23 hours).

limber osprey
#

lmfao

quasi condor
#

I would like to play the game

gentle flint
#

I i would like to play the game

limber osprey
#

coffee is life

gentle flint
#

fixed it Charlie

limber osprey
#

without coffee, the world wouldnt exist as it does

#

what game yall playing

#

just call me toast lol

gentle flint
#

(not my cat)

forest zodiac
#

how do i study fast thinkmon

rugged root
#

What subject

forest zodiac
#

any

rugged root
#

What time frame

forest zodiac
#

i have a week and half left

rugged root
#

Hmm, depends, I guess

#

If it's something you have to memorize, flash cards can be helpful

forest zodiac
#

not something to memorize :((

rugged root
#

If it's something like math or coding, finding exercises or going back over previous lessons can help

forest zodiac
#

i am doing that but

#

it's not that efficient

rugged root
#

Is there no study guide or study material that the professor is giving out or recommending?

forest zodiac
#

nope ๐Ÿ˜†

empty plank
#

DEBILEK

forest zodiac
#

i am just googling the course and watching videos on 2x speed

#

:V

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @empty plank until <t:1647447339:f> (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

rugged root
#

@vivid palm Doing well?

vivid palm
#

yup

#

deadlines done soon hopefully

rugged root
#

I know that feeling

limber osprey
#

anyone willing to help me with my project? Ive tried two different help requests and nobody answered ๐Ÿ˜ฆ

rugged root
#

What's the issue you're running in to?

limber osprey
#

I am trying to update a excel sheet. I put in a variable into the line to write into the excel sheet and for some reason it doesnt update. I can put in a string value and it works

#

im using elwings

#

xlwings*

#

i tried using openpyxl but I heard xlwings is better for if you are also using vbs

#

yeah

#

no just doesnt save

#

yeah one sec

#

starting 210

#

sorry lol i just started programming like 3 days ago

#

so if i instead put a string instead of a variable after the equal sign I can get it to change the cell in excel

#

but i cant if i put in the variable

#

yeah i printed the variables after everything and it does update

rugged root
#
Main_sheet.range('B1').value = str(template_location)
limber osprey
#

pops up an error

#

Traceback (most recent call last):
File "C:\Users\Skyler\PycharmProjects\pythonProject\main.py", line 11, in <module>
Main_sheet.range('B1').value = str(template_location)
NameError: name 'template_location' is not defined

#

the program runs now but it still doesnt update

#

so i dont think its a type

#

oh no worries man I appriciate you even looking at it

#

if there are any formatting issues or best practices im missing out on I would love to know

rugged root
#

Back in a moment

limber osprey
#

no worries boss

#

so youre saying that the variables are not being saved?

vivid palm
#

i heart argparse

limber osprey
#

i think so..

#

oh shit i took the code out of the loop and it worked

#

i took 210 - whatever and put it after the loop command

#

so when i close the window it works

#

so I would have 2 buttons

#

cool thanks a lot man

#

gotcha

#

gotcha no caps for variables

#

well again thanks so much man. was stuck on this problem since last night

rugged root
#

One sec, sorry

limber osprey
#

hello

#

whoever just joined

#

yaya

#

whats up @midnight agate

#

i guess not lol

sand fractal
#

it could be worse

#

what command should I add to my bot next?

limber osprey
#

!voiceverify

sand fractal
#

there is the sourcecode

#

I run it on my local PC

#

also its in my general server (the one for me and my followers :D)

#

I prefer not to tell it, (since I don't like people collecting data of me)

#

with followers I mean people I know on discord

#

like these people

#

It can check what the file edit date is if your kernel doesn't have a kernel call to hash a directory

#

u could do that

#

with a type of hash thats VERY fast

#

u can use that in C++

#

so thats what they did

#

in windows XP/2003 and higher there is an interrupt caused when a file is changed in any filesystem

#

the filesystem has interrupts

#

it causes an interrupt to the system to update certain things

rugged root
#

Yeah I just have a little more scanning to do.

sand fractal
#

its not used by the users

#

(also I know it uses interrupts since else it would be impossible to know when a file has been written)

#

interrupts are just good for that sort of stuff

#

an interrupt is basically the filesystem telling to the system "hey, this file is done writing"

#

since else you would have a scenario where u need to keep hashing the file or wait very long for it to find out if it has been changed

#

its just logical

rugged root
broken harbor
#

okay

sand fractal
#

to have interrupts to tell the system when a file is done writing

#

thats a bit difficult since im going off of very obfuscated DLL files

#

which I can barely understand

#

I don't have it

broken harbor
#

@rugged root

sand fractal
#

it seems to call a function and also the parts im going in are pretty hard to understand, and mostly assembly

#

as the decompiler can't make C from it

#

lo