#voice-chat-text-0

1 messages · Page 793 of 1

dense ibex
honest pier
dire oriole
#

👀

#

gotta finish my math hw

honest pier
#

👀

#

wack

dire oriole
#

¯_(ツ)_/¯

prisma flower
#

ayo

#

why is my voice supressed

dire oriole
#

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

prisma flower
#

why are we shocking dogs

#

lmao

torpid parrot
#

advent of code seems wild

somber heath
#

I'd join, but I'm currently waiting for a doctor appointment telephone call that was supposed to start over an hour ago.

#

Which is fine. He's seeing in-person patients, now, most of whom are elderly so it makes sense to triage things and prioritise them.

#

The anticipation of the call is just unsettling, is all.

lament blaze
#

so.. hi

somber heath
#

o/

#

and it's not like I'm going anywhere just sitting at home

vivid palm
#

i miss my pup ; _ ;

olive hedge
#

Pup? :C

vivid palm
#

he was a grampup

#

he passed at 14 or so

olive hedge
#

rip grampup :C

vivid palm
#

T_T

somber heath
#

They leave love-shaped holes in our hearts.

vivid palm
somber heath
#

Such is the tapestry of life.

lament blaze
#

;-;

#

Yeah, gens

vivid palm
#

😔

honest pier
#

oh

vivid palm
#

lol

lament blaze
#

what is that word Bread, breath... I know what do you mean but I never hear it before

#

?

#

oh DataBased

#

jeje

dire oriole
#

vscode 🤮

olive hedge
#

vscode is great! (for web dev)

lament blaze
#

yeah... Vim o notepad

dire oriole
#

monokai pro 👀

vivid palm
#

what's this one?

honest pier
#

ew

vivid palm
#

EW YOU

honest pier
#

monokai pro 🤩

lament blaze
#

oh boi

honest pier
vivid palm
#

opening pycharm for the first time in months

lament blaze
#

ew ew the EWW

prisma flower
lament blaze
#

im sorry if u Judge me, but russia its kindda ok

#

idk

olive hedge
#

russia is great!

vivid palm
#

nothing against russia

lament blaze
#

rm *

honest pier
lament blaze
#

vim the best, thank u

dire oriole
honest pier
#

:)

lament blaze
#

no no...

#

Its actually very confy

#

when u understand the logic

#

pasta pasta

stuck furnace
#

I am past college, in a way... lemon_pensive

lament blaze
#

;-;

dire oriole
#

i heard that columbia had an acceptance rate of like 3% this year lemon_grimace

lament blaze
#

go to collage

#

I gotta admit, I'm kinda in a rage cuz i live in a 3rd world country, but its ok, I need to do it

restive geyser
#

wut it do 👀

lament blaze
#

stonks 📈

fallen sphinx
#

Quick question, is python able to compare text with '' around it to a variable valye saved from input

vestal mason
#

Can A.I. make music? Can it feel excitement and fear? Is it alive? Will.i.am and Mark Sagar push the limits of what a machine can do. How far is too far, and how much further can we go?

The Age of A.I. is a 8 part documentary series hosted by Robert Downey Jr. covering the ways Artificial Intelligence, Machine Learning and Neural Networks will ...

▶ Play video
amber raptor
#

There is some irony about Google talking about "How far is too far?"

#

like next up, "Talking to federal law enforcement" from Martha Stewart

whole bear
#

@vestal mason how do u make a acc checker

stuck furnace
olive hedge
#

I was a master of the recorder in school

whole bear
#

@prisma flower can u ask pynoob to send a simple bot guide cuz i want to get soem help

olive hedge
whole bear
#

SORRY

prisma flower
#

loooooool

#

just tag him i guess?

vestal mason
vestal mason
#

I will send a link

#

This is what I used to start, that worked the best for me to figure out something simple

whole bear
#

ok

somber heath
#

Lenticular printing is a technology in which lenticular lenses (a technology that is also used for 3D displays) are used to produce printed images with an illusion of depth, or the ability to change or move as the image is viewed from different angles.
Examples of lenticular printing include flip and animation effects such as winking eyes, and m...

olive hedge
#

Our fruit is cheaper than our labor

vivid palm
#

isn't it the other way lol

olive hedge
#

yes

dense ibex
#

@honest pier you have any idea why this isnt working lol

olive hedge
#

.reverse 823734250855596042

dense ibex
#

were you trying to do a command?

olive hedge
#

I was trying to fake a command

dense ibex
dense ibex
honest pier
#

send code

dense ibex
honest pier
#

if this is your code it's a syntax error

I have an answer its just not right and It makes no sense why

#

@dense ibex

dense ibex
#

its not an syntax error I dont get any

dire oriole
#

scheherezade 😍

#

@honest pier have you even listened to it 😔

honest pier
cerulean moth
#
def findSum(numbers, queries):
    totals = []
    for query in queries:
        totals.append(
            sum(numbers[query[0] - 1:query[1]]) + (query[2] if 0 in numbers else 0)
        )
    return totals
``` how do i make this faster, hackerrank says this is too slow, shld be within 10 seconds.
honest pier
#

what's the problem lol

cerulean moth
#

don't give away the answer, just a hint or something

olive hedge
honest pier
#

jinjer is good

stuck furnace
#

What I'm listening to 😄

honest pier
dire oriole
#

just listen to literally anything by red velvet and you will not be disappointed

honest pier
#

^^^

#

@vivid palm

cerulean moth
#

lru cache?

vivid palm
#

do you really want to hear my response?

#

sunmi err'day all day

honest pier
#

sunmi is ok, but red velvet is 🤩

vivid palm
#

sighhhhhhhhhhhhhhh

vestal mason
#

pretty coo,

vivid palm
#

is she your bias

honest pier
#

lol

vivid palm
honest pier
#

😔

olive hedge
honest pier
vivid palm
#

hope it's not irene

olive hedge
#

better pic

honest pier
#

lol, what

vivid palm
#

OMG

#

all the songs i had you play<3

stuck furnace
#

I used to use apple music, but the desktop app was so slow.

restive geyser
#

akmu<3

olive hedge
#

I should be a tester or something

cerulean moth
#
@functools.lru_cache()
def findSum(numbers, queries):
    totals = []
    for query in queries:
        totals.append(
            sum(numbers[query[0] - 1:query[1]]) + (query[2] if 0 in numbers else 0)
        )
    return totals
``` this is still slow ![lemon_thinking](https://cdn.discordapp.com/emojis/754441881420562433.webp?size=128 "lemon_thinking")
honest pier
#

oh

#

precompute a different way :P

cerulean moth
honest pier
#

:)

#

uhh, i can give you the name of a technique

#

is that too much

stuck furnace
#

Could you elaborate? 😄

faint needle
#

counter = 0

for i in [0,1,2]:
for j in range(4):
counter = counter + 1
print counter

honest pier
#

!e

c = 0
for i in range(3):
  for j in range(4):
    c += 1
print(c)
wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

12
stuck furnace
#

Gtg cya 👋

dire oriole
#

cya 👋

honest pier
#

👋

olive hedge
#

!e

import random
print("".join(chr(random.randint(96, 96 + 26)) for _ in range(random.randint(1, 30))))
wise cargoBOT
#

@olive hedge :white_check_mark: Your eval job has completed with return code 0.

cihzpppvytnqyndimcwvsixjzcfa
honest pier
#

!e

from string import ascii_lowercase
from random import choices
print("".join(choices(ascii_lowercase, k=30)))
wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

ivvspfujmnuihdemkbxeolgsptigre
honest pier
#

:)

olive hedge
#

noice

honest pier
#

california 👎

dire oriole
#

goodbye 👋

honest pier
#

o

dire oriole
#

o

vestal mason
#

sorry guys I have to eat din din

vivid palm
#

bye WaveBoy

honest pier
#

din din

vestal mason
#

ya man, din din

honest pier
#

lul

vestal mason
#

see u guys later

vivid palm
#

lmfao

#

i don't recommend

vestal mason
#

Wait who's song?

vivid palm
#

nu one kekek

vestal mason
#

thats the artist name?

#

since u don't recommend I won't check them out lol

vivid palm
#

yeah no WrongMark

restive geyser
#

go 2 sleep lemon_sleepy

olive hedge
#

noooo

#

and you cant make me

restive geyser
#

lol it's still early for you

#

u can werk for me while i sleep

olive hedge
#

I only twerk for tips

restive geyser
#

lmao what

vivid palm
#

lmao

olive hedge
#

It has been lovely lemon_sentimental time to head off for obligatory video games

restive geyser
#

lol don't cry. videgames are fun

olive hedge
#

I will just miss you all too much gurkmoji_sentimental

restive geyser
#

@low pawn , see #voice-verification

low pawn
#

thanks

vestal mason
vivid palm
#

my connection is kaput lol

honest pier
#

😔

vestal mason
#

Now I am watching Real Stories documentaries for the rest of the evening lol

vivid palm
#

lol

#

sad T_T

#

brb

restive geyser
#

he's lying. you sound hideous.

honest pier
#

i-

sinful wraith
#

!voiceverify

restive geyser
#

can you sing though?

#

aww

#

that'swhyyousticktoyourdayjob

#

i'm looking at apartments 👀

#

wearing glasses with a mask is annoying. all of the fog @.@

#

that exposed brick. lol

honest pier
#

@idle sky you have very loud background noise

restive geyser
#

BRUH

vivid palm
#

@idle sky what you playing there

restive geyser
#

what in the electric zoo is this

olive hedge
#

🔌 🐘

restive geyser
idle sky
#

So sorry, didn't know it was playing

#

Thx for banning, otherwise, i wouldn't know that

swift valley
#

'ello

rugged root
#

On in a bit. It's been a hectic couple days

flat sentinel
#

why

rugged root
#

I'll explain once I'm actually on

flat sentinel
#

ok

swift valley
#

I honestly don't know what I was on when I wrote this:

#

Freak of nature, it is

runic forum
#

hello

swift valley
#

I've written worse

runic forum
#

why he keeps joining

wise glade
#

@flat sentinel

swift valley
#

@whole bear Are you having connectivity issues?

flat sentinel
#

!voice

wise cargoBOT
#

Voice verification

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

runic forum
#

or voice ban

swift valley
#

Hi jake

dense ibex
dense ibex
runic forum
swift valley
#

Maybe I should talk today lemon_eyes

dense ibex
flat sentinel
swift valley
#

Loud /= Funny

dense ibex
#

Loud != funny

vagrant dome
#

<>

swift valley
#

Should I deploy my site today

#

Meh, screw it

dense ibex
#

What are you using?

swift valley
#

Haskell + PureScript

#

It's a language that compiles to JS, and no I didn't make it

#

lol

vagrant dome
swift valley
#

The frontend is still in JS

vagrant dome
#

I bet there's a react binding

swift valley
#

PureScript has a framework called Halogen, but you can also do React with it

#

Free AWS instance cause I'm broke™

#

Just need a few minutes for my Docker images to build

lusty marsh
#
if subject.transform.x != subject.old_transform.x and subject.transform.y != subject.old_transform.y:
    subject.old_transform = subject.transform.copy()
swift valley
#

What's the contents of transform?

vagrant dome
#

deep copy thing

runic forum
#

very true xD

swift valley
vagrant dome
#

depends on the object?

#

I guess

swift valley
#

Is transform a list or some custom object?

dense ibex
#

wait what that works

flat sentinel
#

᲼᲼

runic forum
#

@flat sentinel why did you change your name

vagrant dome
#

᲼᲼

flat sentinel
runic forum
#

oh

#

ok

swift valley
#

I wouldn't try whatever these two are trying to do

runic forum
#

᲼᲼᲼᲼

whole bear
#

we are blind for you 😄

vagrant dome
#

lol

runic forum
#

damn

flat sentinel
#

y||e||s

hushed elm
#

yus

vagrant dome
#

y3s

flat sentinel
#

oh no

#

macro

humble geyser
#

Polo

vagrant dome
#

I'd ensure .copy() works properly

swift valley
#

Unless deeply nested

vagrant dome
#

yes

whole bear
#

tepic vie sa niekto se mnou vyprávat normalne a nie s touto hatlančinou

runic forum
flat sentinel
#

no

runic forum
#

why

flat sentinel
#

i have not

#

bc

#

they need help

lusty marsh
flat sentinel
#

lol

runic forum
#

only in vc0/1?

lusty marsh
flat sentinel
#

yes

#

most of my msg

runic forum
flat sentinel
#

yea

#

and i use it to train

#

my typing

#

so yea it is pogers

humble geyser
dense ibex
#

Hey @honest pier

flat sentinel
#

jake how do you do 600 in a week

runic forum
#

600 of what?

dense ibex
#

600 what?

flat sentinel
#

msg

vagrant dome
#

lol

humble geyser
#

600 pullups

dense ibex
#

?

flat sentinel
#

nothing

#

just leave it

swift valley
#

I'm conflicted whether I should spin up the native app on my laptop and skip programming for the night

#

Meh

swift valley
#

I won't bother working today, did a lot yesterday and earlier morning

flat sentinel
#

emonge ☺️

swift valley
#

Quite a lot to be honest

humble geyser
#

emonge us

swift valley
#

In the end, my app compiles to 70 MB

#

Then about 10 MB optimized

#

Quite a lot

vagrant dome
#

execute c++ in the terminal?

#

oh you mean compiling c++

swift valley
#

@lusty marsh You can write the C++ code to a file, invoke the compiler, then run it, yeah

vagrant dome
#

g++?

#

clang++?

humble geyser
#

gcc

swift valley
#

C++ doesn't really have a prompt

wise glade
#

if you have g++ then go
g++ file.cpp
then an executable would be made with name a.exe
then go ./a.exe

swift valley
#

afaik

vagrant dome
#

c++ doesn't work that way

#

yeah

#

mainly c++ and python

swift valley
#

Knowing 3 to 5 language by heart is pretty standard nowadays

wise glade
#

I know MATLAB 😞

swift valley
#

There's also keeping up with all the frameworks and tooling and libraries which is lemon_pensive

vagrant dome
#

3.14

honest pier
#

😔

#

1.414

humble geyser
rugged root
#

8675309?

swift valley
#

I'm thinking of learning Elixir or Rust in a while

humble geyser
#

God

stuck furnace
#

12345

wise glade
vagrant dome
#

Elixir, Erlang

stuck furnace
#

Are we just saying numbers? 👀

swift valley
#

Maybe Go or C, but eh

#

Tooling is pain

humble geyser
stuck furnace
#

Alright 😄

swift valley
vivid palm
#

gm hemlock~

vagrant dome
swift valley
#

I'd definitely not not use it for bots in case

vivid palm
#

oh no

honest pier
#

had hemlock muted, was confused what they were talking about lul

swift valley
#

Also concurrent programming, if ever I decide to make a multiplayer Tetris of my own

rugged root
honest pier
#

uhh, must have been when jackbox

swift valley
#

Convince me to ever touch a "practical" language that isn't Python lemon_smug

honest pier
#

clojure lol

swift valley
#

Ok you got me

honest pier
swift valley
#

I've never been green on voice

#

Most days yellow/red

rugged root
#

It's linking to India this time around

#

Which is pretty neat

rugged root
#

First time I've really sat at yellow

#

Interesting

#

Can't talk at the moment, co-workers are back here so it's picking up their voices

swift valley
honest pier
#

i still have green :)

rugged root
#

Hooooowwwww

#

Oh wait, east coast?

vivid palm
#

me2 🟢

rugged root
#

The curse of being in the midwest

vivid palm
#

but 208ms

rugged root
#

I'm sitting at 255

#

So not terrible

vivid palm
#

at work D:

runic forum
#

163ms

vivid palm
#

nursing coffee

stuck furnace
#

We're on India for some reason...

honest pier
#

hey if you assume your signal travels at light speed you're at least 14090245 meters from me @rugged root

vivid palm
#

but i love driving on a zippy highway so that was fun

honest pier
#

i did

#

not the other one

#

🤔

#

actually yeah

#

it's probably the same

#

😔 just go over the arctic

humble geyser
#

chess online?

stuck furnace
#

Kemal is like obsessed with Dominos 😄

rich cloud
#

i <3 pizza

flat sentinel
#

yes

#

but dominos i dont like it

#

i normal go eat a great pizza place

#

the owner is albanian

stuck furnace
swift valley
#

Okay this is a tad annoying

#

I can't use Python to connect to my site's API lemon_pensive

stuck furnace
#

Good one 😄

rich cloud
#

bruuhh

honest pier
#

lol

lunar pendant
#

getting heated

rugged root
#

!vban 630917805780500480 Harassing staff and users in voice chat is not acceptable

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @sick tusk permanently.

rich cloud
#

lol

stuck furnace
#

Mid sentence...

lunar pendant
#

RIP

rich cloud
#

rip in pieces

hushed elm
#

he's a butthole that's why

runic forum
#

what harassing

hushed elm
#

i think he's frustrated

swift valley
honest pier
#

😔

swift valley
hushed elm
#

maybe you have an extra "/" or maybe POSTing isn't available

swift valley
#

nginx.conf probably, checking

hushed elm
#

yes

balmy nymph
#

Why is there a logging endpoint in your personal website lol

hushed elm
#

just for fun i bet

swift valley
vagrant dome
hushed elm
#

admin page

#

are there admin toolkits for haskell?

#

like for web devv

swift valley
#

Not that I'm aware of

#

Yesod probably has

balmy nymph
#

Sounds interesting

hushed elm
#

probably

swift valley
#

I see nothing sus

hushed elm
#

@lusty marsh try out Caves of Qud you might like it

#

😗

#

proxypass has the wrong url

#

maybe.

swift valley
#

Nah that's how I have it set up

hushed elm
#

sudo reboot now

swift valley
#

It's containerized

hushed elm
#

lols

swift valley
#

Checking logs actually

balmy nymph
#

Http proxy pass?

#

Shouldn’t that be https

#

I don’t remember

#

Probably not

swift valley
#

I'm being dumb

#

I'm not setting Content-Type: application/json

humble geyser
#

is the path correct

swift valley
#

Hard 🤦‍♂️

vagrant dome
#

In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. Hamilton defined a quaternion as the quotient of two directed lines in a three-dimensional space, or, equivalently, as the quotient o...

#

a quantum computer

amber raptor
#

This is why dev machines are generally beefy

honest pier
#

@fierce salmon please stop

stuck furnace
#

Where is that sound coming from?

vagrant dome
#

dafawq

swift valley
#

@honest pier Would you believe me if I said I had a DDLC keychain of the same style

honest pier
#

absolutely

swift valley
#

Guess who

honest pier
#

yuri

swift valley
#

Goddammit

amber raptor
#

my favorite is my work strongly dislikes Lambdas

honest pier
#

c#?

amber raptor
#

yep

#

it's mainly for code management reasons

honest pier
#

oh it uses => right

#

i'd ban that too

amber raptor
#

number of times Lambdas have had get broken out is too damn high!

honest pier
#

=> << ->

amber raptor
#

there is also statement

#
Action<string> greet = name =>
{
    string greeting = $"Hello {name}!";
    Console.WriteLine(greeting);
};
greet("World");```
honest pier
#

what?

amber raptor
#

Lambdas can be multiple lines

#

see above

honest pier
#

oh

fierce salmon
#

how do you get video verified?

amber raptor
#

you have reason to stream and admin approves

vagrant dome
#

pray

fierce salmon
#

oh

honest pier
#

java lambdas can only be used in certain situations, you can't just create them like normal functions

vagrant dome
#
else:
    continue
amber raptor
#

got it

honest pier
#

only for things that expect functions, like sorting functions

amber raptor
#

our reason for be very unhappy with lambdas is just number of times the logic gets too complex for lambdas after few updates

dense ibex
amber raptor
#

and then you are trying to breaking it out

#

I also forget but I think performance hit from dropping into function is very very minor

#

rewrite is current version 1

#

but before the change, Discord.py[rewrite] pointed to what became version 1

dense ibex
#

ok, so is it the same pip and everything?

amber raptor
#

rewrite is pointless, at this point, almost everyone uses discord.py > 1

humble geyser
#

rewrite as in codebase or the docs?

amber raptor
#

code base

humble geyser
#

oh

amber raptor
#

discord.py was rewritten from .16 -> v1 so during the transition, what became discord.py v1 was called "rewrite"

#

but since .16 is so old, no one calls it rewrite anymore

dense ibex
#

oh ok so is it the same dev

#

danny or something

amber raptor
#

unfortunately, yes

dense ibex
#

rip

amber raptor
#

unless something has changed recently

#

I don't use discord.py for anything more then pulling events off the gateway and throwing them onto my service bus

dense ibex
#

why?

honest pier
amber raptor
dense ibex
#

why dont use use dpy for anything else?

amber raptor
#

because I'm ornery

swift valley
#

I really should go find my old stuff when I get back home

honest pier
#

accentuated by the use of the word 'ornery'

amber raptor
#

and also, I had a bunch of external events happening that bot cared about so I had to write my own Discord HTTP functions

dense ibex
#

I just dont like the community

#

but thats been said a million times here before so I am not gonna bring it up again

amber raptor
#

so I have 119 line class

#
        for x in range(0,3):
            r = requests.delete(url=uri, headers=self.__generate_discord_header())
            statuscode = r.status_code
            if statuscode == 429:
                sleep(int(r.headers['X-RateLimit-Reset-After']))
            elif statuscode in range(200,299):
                return r
        return r``` HORRAY FOR THIS!
#
        #Post message
        uri = f"{self.baseuri}/channels/{channelid}/messages"
        if embed is None:
            message = {"content": message}
            message['tts'] = False
            return self.__send_discord_post_request(uri=uri, body = message)
        else:
            message_body = {'embed': embed}
            message_body['content'] = message
            message_body['tts'] = False
            return self.__send_discord_post_embed_request(uri=uri, body=message_body)```
humble geyser
#

She doesn't distract you?

viscid lagoonBOT
#

wooks wike yuw'we wwiting a discowd bot?

swift valley
#

Once I learn Emacs magic I swear I'm porting that over

honest pier
swift valley
#

It can already display images in-line

humble geyser
#

evil mode

#

I need to learn emacs too

#

Opal always on phone

somber heath
#

It's convenient.

honest pier
#

schewpid

vagrant dome
#

mad

humble geyser
#

maffs

vagrant dome
#

screwbit

stuck furnace
#

Mafs init bruv

swift valley
#

The API reference being one whole page still irks me

#

Ergh

humble geyser
#

what does the walrus operator do

#

was looking into the changelog

rugged root
#
if x := y + z < 3:
  print(x)
humble geyser
#

petition to make a command !hemlockjob

honest pier
humble geyser
honest pier
#

in that example, it's not very useful, since you already know the value of x based on the if statement

#

the idea is that you can use a value while assigning it to a name

#

it replaces this pattern

#
x = input()
while x != "stop":
  x = input()
``` with
```py
while (x := input()) != 'stop':
  ...
stuck furnace
#

Useful for matching regexes: ```py
if m := pattern1.match(string):
...
elif m := pattern2.match(string):
...
...

honest pier
#

😔

#
m = (
  pat1.match(string)
  or pat2.match(string)
  or pat3.match(string)
).groups()
stuck furnace
#

But then surely you have to keep track of which pattern matched, if you want to process them differently.

honest pier
#

pattern matching 😍

#

also at the end i had to just check the length

stuck furnace
#

Idk either

humble geyser
#

bye, no electricity here

#

laptop about to die

dense ibex
#

cya!

stuck furnace
#

Hey, psvm, if I wanted to try out 3.10, what's the difference between 3.10.0a5 and 3.10-dev? and which one should I install?

honest pier
#

uhhhhhhhhhhhhhh

#

semver ¯_(ツ)_/¯

#

although it's not really semver 🤔

rugged root
vivid palm
stuck furnace
whole bear
#

Mr hemlock ffs

#

Unban me

#

@rugged root I've changed my name

#

It's not Mr poopypants anymore

#

It's now Mr farty

#

Jake paul I thought you were blonde @dense ibex

runic forum
#

bully smh

whole bear
#

I demand justice

dense ibex
#

just behave and you'll be good...

rugged root
# whole bear I demand justice

If you have any complaints, please DM them to the @rapid crown bot. That's the official channel you need to go through

whole bear
#

So you're telling me to dm a bot

#

That's f ed up

dense ibex
#

Which will then notify staff

#

yeah

whole bear
#

You'll be in a lot of trouble hemlock

#

You bullied me

vivid palm
#

please report it to modmail :)

whole bear
#

You're not fair

runic forum
#

well it is, what it is

rich cloud
#

moxie

#

machine

#

yeah.

wise glade
#

should this be considered a shortcut, or is this too much?

#

can you even use it with one hand?

amber raptor
rich cloud
#

lol

runic forum
#

hm

runic forum
#

i think i spoke into existence

viral heron
#

i need some general help

rugged root
#

Whatcha got

viral heron
#

the cpu speed is very high in my laptop and it is producing loud buzzing noise

wise glade
#

does anyone uses excel?

rugged root
rugged root
wise glade
wise glade
viral heron
runic forum
#

if they were rich

#

i think they can acquire it

viral heron
wise glade
rugged root
viral heron
wise glade
viral heron
#

maybe i should restart??

wise glade
#

it was overclocked for a while

wise glade
viral heron
wise glade
#

just kill the edge

#

I mean, its red & everything 😂

whole bear
#

i am new here

#

where should i begin learning with

rugged root
#

Welcome!

whole bear
viral heron
#

the only sites open are google meet, discord, whatsapp, github, and some python tutorials

whole bear
#

i have no idea about python or any other programming language

rugged root
#

!resources I'd take a look our resources page. The two websites/books I typically suggest are "Automate the Boring Stuff" and "A Byte of Python".

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.

whole bear
#

aaa i see ty

rugged root
#

Any time!

amber raptor
whole bear
#

and there is a thing called voice verification

rich cloud
#

Any time! >:(

rugged root
#

Yep

#

We had an issue with "hit and run" trolls, who would join the server, join VC, scream, and then leave

whole bear
#

ok

whole bear
#

😬

rugged root
#

Yeah, it's been a huge help

whole bear
#

COOL

#

wait u r admin👀

rugged root
rugged root
whole bear
#

is it true that i can learn Python in 3 months as per google search @rugged root

rugged root
#

It's possible yeah. Some learn faster, others slower. Everyone is different, after all

rugged root
#

Also depends on what you're wanting to do

wise glade
#

I've read in a book, if you already know a bunch of languages, you can learn a new one in a day

whole bear
#

and python is mostly used programming language right now?

whole bear
#

this is the first programming language i will be learning

runic forum
wise glade
runic forum
#

right....

whole bear
rugged root
#

Have patience

wise glade
#

most used title goes to JS

rugged root
#

I'm bouncing between here and work

whole bear
#

no no, the question mark was for everyone lol

#

XD

rugged root
#

OH gotcha

whole bear
#

🙂

somber heath
wise glade
#

how much complain is Rabbit filled up with? 😂

#

I was thinking about learning Blazor

#

they say its easy to learn

#

they = "C# server people"

amber raptor
wise glade
#

I can't tell

rugged root
#

It sounds worth trying

amber raptor
rugged root
#

I might look into it at some point

wise glade
#

I learnt EF Core, to use with Blazor

amber raptor
#

I’m just the type that doesn’t get hyped about new technology because more often then not, meet new stuff, same as old stuff, still crap

somber heath
#

styropyro, Youtuber

pine ledge
#

Hey

wise glade
#

it doesn't matter so much now

rugged root
#

I mean I'm with Rab on this one

#

It's easy to get super duper excited for things that are claimed to be "life changing" and they're just.... there

#

Block chain for example

#

It's touted as the big new thing, but it's really not

wise glade
#

like flutter?

#

I've been hearing bad things about it now

#

in newsletters

rugged root
#

Which one is flutter again?

wise glade
#

maybe they're just trying to change my mind

wise glade
#

it seems super awesome

amber raptor
#

It’s like upcoming pattern matching in python. It’s nice and will be used and fix some cases. It’s not going to change Python in earth shatter ways.

wise glade
#

🤔 wondering what the next earth shattering thing would be, in tech?

rich cloud
#

jarvis & delamain

rugged root
#

Delamain hands down

somber heath
#

Be a baby bee.

runic forum
#

Hello @flat sentinel

warped saffron
#

Halo franchise

#

@rugged root perhaps

runic forum
#

thats microsofts only mascot

warped saffron
#

but halo 3 especially

runic forum
#

other game consoles have more mascots

warped saffron
#

It has become a masterpeice

#

It was always a masterpeice

somber heath
#

These Storm Troopers, while adorable, suffered from extreme separation anxiety. They missed everything.

runic forum
#

thats true @rugged root

daring orbit
#

Im relax

warped saffron
#

@rugged root You wouldn't believe the chat the me and a few others had about Judaism

flat sentinel
#

i only have 10 other msg in other chats in the server

#

i only use this one

warped saffron
#

Kemal

flat sentinel
#

yes

warped saffron
#

Shows us the memes

#

oh Meme lord

flat sentinel
#

yes

warped saffron
#

better than the new one I suppose

flat sentinel
#

yes

runic forum
#

you got me there

flat sentinel
#

everyone must use it

severe pulsar
#

lmao this is gr8

flat sentinel
#

web dev is good

wise glade
#

lately I've been appreciating keyboard shortcuts more and more

#

they're mostly same across many applications

somber heath
#

makefs, mount

#

dd

#

sudo

wise glade
#

super-user-do

somber heath
#

sudo dd if=/dev/sdb of=~/Desktop/usb.dd

#

Assuming sdb is your usb drive.

#

Do that with the usb umounted

#

dmsg

warped saffron
#

I joined VC 0 only to hear Rabbit offering tech support lemon_xdlemon_xdlemon_xd

gentle flint
#

that's kinda what this server revolves around

warped saffron
#

Well

#

50%

#

more like

#

I'm having fun on this server

somber heath
#

My point was that copying things as files often comes with an overhead/time cost. If the only consideration was extracting the data from the flash drive, yoinking it off on the block device level would be faster. 1,000,000s of small files amounting to 10mb is going to copy slower than 1 file of 50mb.

rugged root
#

Yeah, and that's fairly standard

wise glade
#

I wish Whatsapp allowed editing messages

warped saffron
gentle flint
#

Telegram does I think

wise glade
#

I'm pretty sure he already knows my atm pin by now
god forbid he better not steal my 10k

gentle flint
#

I don't use whatsapp

lunar pendant
warped saffron
#

Does signal offer editing

warped saffron
wise glade
#

I wish Discord allowed autocomplete 😂

lunar pendant
warped saffron
wise glade
#

how do you do it Hemlock, its so boring
Excel 🥱

rugged root
#

@ashen estuary Might be easier to talk in here so we can all see it

ashen estuary
#

ok

warped saffron
#

hash cracking?

ashen estuary
#

it can calculate posebilities fast

warped saffron
#

For medical purposes or just calculations in general?

wise glade
#

and I was thinking I'm gonna buy my next pc with a quantum chip in it

#

way to crush my dreams gyus

warped saffron
#

in a parallel universe

somber heath
#

I cut out mid-spiel. 😤

wise glade
#

right now, I think the Internet speed needs to be improved

ashen estuary
#

it does not calculate one thing at a time, but it can store all possibilities in one byte and therefore calculate all possibilities of something very quickly

wise glade
#

when I access my linux or windows os on a cloud, it kinda lags

#

if it worked like it does locally

#

nobody would buy pc anymore

gentle flint
#

what do you think a cloud is
the hosts would still buy servers

wise glade
#

just rent it in some mega server farm or somthing

somber heath
#

Ew.

wise glade
#

cursor lags

#

clicking lags

ashen estuary
#

oof

wise glade
#

Solataire lags

warped saffron
wise glade
gentle flint
#

@somber heath 50 years ago it was semiconductors

#

now it's superconductors

#

what's next?

wise glade
#

but if I use discord on a Virtual OS on aws, then that message would lag big time

warped saffron
ashen estuary
#

cool#

wise glade
gentle flint
warped saffron
wise glade
#

@somber heath ever heard of Cold Welding?

#

awesome stuff

#

metal fuse together when gotten super cold, the thing we do by melting them happens when cooled too and its better when done by cooling

ashen estuary
#

i need to go bye

warped saffron
#

Same, I've have a meeting now cya

#

Have fun too!

gentle flint
#

@wind cobalt when did you change your nickname

#

lol

#

erg verwarrend

wind cobalt
#

just now

pulsar mural
#

how do i ask for voice verification ?

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.

pulsar mural
#

thanks

rugged root
#

Any time!

pulsar mural
#

but i didn't get any dm's

gentle flint
#

you don't

rugged root
#

Do you have them blocked?

pulsar mural
rugged root
#

Your DMs

wise glade
#

ok, I'm done for today & I'm about to pass out as well
👋 bye

rugged root
#

Actually I'll double check where you at requirements wise

somber heath
#

"We've found a witch. May we burn her?"

pulsar mural
wind cobalt
rugged root
#

It'd be in your User Settings > Security & Privacy

pulsar mural
rugged root
#

No idea then. I'm not sure why you wouldn't have gotten it. Looking at your stats the only thing you're missing is the 50 non-deleted messages. That's easy enough to get through normal conversation or getting/receiving help

pulsar mural
rugged root
#

Possible. But it wouldn't exclude you from getting the DM when you try to do the command in #voice-verification

pulsar mural
#

im sorry for the trouble it was my mistake from the start,

rugged root
#

No worries!

#

It's no trouble if we figured it out

pulsar mural
mental ivy
#

Oh nice

abstract cosmos
#

🦑

#

👀

#

\👀

restive geyser
#

howdy

pulsar mural
abstract cosmos
#

👀 @rugged root ^^

#

👀

mental ivy
#

Medium rare is good, not chewy

#

Lime juice kills the bacteria bc its acidic

#

So its safe to raw seafood

#

No problem fam

wind cobalt
#

Medium well

mental ivy
#

I love the discussion of food here haha

abstract cosmos
#

wait which owner are we talking about?

#

👀

#

no rickrolls?

#

dang

#

rickjoes

mental ivy
#

Transport eh

#

Cant fix broken bikes

abstract cosmos
#

pycycle

mental ivy
#

Bikes varies of usage, long time make sure u buy within quality

abstract cosmos
#

cya all

#

👀

stuck furnace
#

I once rode my bike straight into a brick wall lemon_pensive

#

Was looking at my phone or something.

wind cobalt
#

with confidence

mental ivy
#

Out with a bang

stuck furnace
#

Yeah, like every day in London...

mental ivy
#

Yes probably 100%

vagrant dome
mental ivy
#

Its like calculating the radius between bike to bike within 5 seconds

gentle flint
#

hemlock devilishly laughs whilie considering bloodbaths

mental ivy
#

US always number 1 congrats

#

Within style

#

How unfortunate

#

Range Rovers are amazing though

restive geyser
#

ooo caddie

#

escalades are rooomy

mental ivy
#

Sounds like a dream

somber heath
#

"The downtown area was rocked by an explosion earlier today as two tricycles collided at an area playground..."

gentle flint
#

I see potentials for terrorist attacks

stuck furnace
#

I think in the UK they're called 'Chelsea tractors'

mental ivy
#

Oh tractors

#

BMW looks good

gentle flint
#

"Met Police concerned as details leaked of extensive plans to protect Buckingham Palace from concerted bicycle attacks"

gentle flint
#

kensington would work too

mental ivy
#

Wear seat belts yesss

#

Reckless driving

#

Genders haaa

#

Wild ones

gentle flint
#

I gotta go

#

cya

dense ibex
#

cya

rich cloud
#

function over fashion

mental ivy
#

50/50

wind cobalt
#

substance over style

#

Objects over Procedures

mental ivy
#

Minimalist clean

rugged root
restive geyser
#

hemlooock~~~

#

lol yes

#

werkin'

mental ivy
#

Wine is goooood

#

Baileys is the best

#

Coffee liqueur yesss

#

With Oatsssss

rich cloud
#

coffee licker

mental ivy
#

😂

#

No alcohol is gooood

#

Spicy is best

#

Oh thats not goood

honest pier
#

still on day 2?

mental ivy
#

Rip macbook

#

Making a living with code noice

#

Library?

#

Mans smart

#

It does

#

Been a while

#

Tell the jokw

#

Good job

restive geyser
#

OTL

#

why

#

lmao i can't with you

mental ivy
#

Not a boomer

#

Coding is ur new entertainment

restive geyser
#

i am the eggman

humble geyser
#

Still on walrus

mental ivy
#

Walrus is chunckyyy

restive geyser
#

no. i am the eggman. u r the walrus. kookookachu

mental ivy
#

I have no motivation to code

restive geyser
#

i get paid to code, so that's enough motivation for me

humble geyser
#

Linus torvalds uses emacs too

mental ivy
#

Oh lucky

humble geyser
#

why is emacs so overrated

mental ivy
#

Hes a robot

restive geyser
#

LMAO

mental ivy
#

They love capitalism

#

100% correct

#

Only way to avoid is to stop buying from them

rugged root
mental ivy
#

I dunno but gen z is wack

#

Facebook is facebook

hushed elm
#

Zucherburg the human immigrant

mental ivy
#

Not human

humble geyser
#

Zuck is the lizard from spiderman

zenith radish
#

Emacs is great wdym

runic forum
#

half human, half lizard/cyborg

mental ivy
#

Odd thing

humble geyser
zenith radish
#

It's a great programming environment

zenith radish
#

Legitimately unmatched

humble geyser
#

Even by something like vim?

zenith radish
#

Vim is just a text editor

humble geyser
#
  • LSP
mental ivy
#

How to function

hushed elm
#

How to function()

mental ivy
#

We are chilling

humble geyser
mental ivy
#

Migrating

zenith radish
#
86.100.73.225%   ```
hushed elm
#

what does gintautas mean?

zenith radish
#
    link/ether 40:8d:5c:8d:a5:55 brd ff:ff:ff:ff:ff:ff
#

It's my name

hushed elm
#

and who's Lucy?

zenith radish
#

My computer's hostname

hushed elm
#

ur cumputer is a gurl

#

that's qt

zenith radish
#

Lucy can be a gender neutral name

humble geyser
#

There's a youtuber who shares his ip on stream, challenging others to hack

hushed elm
#

yes but it's traditionally been a female name

humble geyser
#

He uses a honeypot

hushed elm
#

byee guys

dense ibex
somber heath
#

William Nyelon.

snow pecan
#

can any one join code/help 1 voice channel ?

somber heath
#

It's a blacklist system, so, bar exception, yes.

vestal mason
#

So I went to doctor and they said I need to cut back on caffeine. I'm hurting!!!!

gentle flint
#

@restive pine pls quit

#

you're driving everyone kinda mad

#

thanks

#

@shy grotto

restive pine
#

Во Славу чайной империи

gentle flint
#

not sure what that's supposed to mean

#

what's that in English?

restive pine
#

No

gentle flint
#

rather a long-winded way of saying no

#

but OK

restive pine
#

Here you need to know the language

gentle flint
#

dunno what you mean with "here", but this server is English only

restive pine
#

You want to say that Americans do not know Russian

gentle flint
#

I don't want to say anything.

#

I am saying that in this server we communicate in English.

restive pine
#

We are. Are you a communist?

gentle flint
#

not quite