#voice-chat-text-0

1 messages ยท Page 783 of 1

stuck furnace
#

I'm thinking of "Shazaam", which apparently is a movie that lots of people remember seeing in the 90s, but doesn't actually exist ๐Ÿค”

#

It's mothers day, and I've had rather a lot of prosecco, btw, in case my comments don't make sense ๐Ÿ˜„

#

Basically just cheap champagne

#

Hello Sloth ๐Ÿ‘‹ ๐Ÿ˜„

#

๐Ÿ˜„

#
from turtle import Turtle
from colorsys import hls_to_rgb
from itertools import cycle

shelly = Turtle()
shelly.screen.colormode(1.0)
shelly.screen.bgcolor('black')
shelly.screen.tracer(0, 0)

rainbow = [
    hls_to_rgb(hue/1000, 0.5, 1.0)
    for hue in range(1000)
]

F, R, L = 'forward(5)', 'right(90)', 'left(90)'

path = [F]

for i in range(13):
    path = path + [R] + [
        {F: F, R: L, L: R}[command]
        for command in reversed(path)
    ]

shelly.speed(0)

for command, color in zip(path, cycle(rainbow)):
    shelly.color(color)
    eval(f"shelly.{command}")

shelly.screen.update()
input()
#

this code, in case you want to replicate it

#

I only celebrate Tau day...

#

2 * pi

#

It's the true circle constant

#

radius / circumference instead of diameter / circumference

#

Yep ๐Ÿ˜„

#

2*pi is the best constant

#

It's even in the python standard library...

somber heath
#

So is pi.

stuck furnace
#

!eval ```py
import math
print(math.tau)

wise cargoBOT
#

@stuck furnace :white_check_mark: Your eval job has completed with return code 0.

6.283185307179586
honest pier
#

๐Ÿ˜”

#

!e

import math
math.tau = 2 * math.pi
wise cargoBOT
#

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

[No output]
stuck furnace
#

Interesting

#

You know the colour magenta doesn't exist ๐Ÿ˜„

#

Yeah, colour is the perception, not a physical phenomenon.

#

You guys ever heard of "hyperspectral imaging"?

#

It's all vibrations ๐Ÿ˜„

#

Sounds kind of new-age tbh

#

Yeah, he fell in love with a pidgeon

#

Which is, kind of weird tbh

unborn storm
#

anyone that loves physics would do i guess ?

stuck furnace
#

I think mythbusters did this @somber heath

unborn storm
#

does anyone just love using logo_vim ?

unborn storm
#

some people + crazy people

stuck furnace
#

There's no bad time to bring up Vim

unborn storm
#

yeah

#

๐Ÿ’š im

stuck furnace
unborn storm
#

for the moment Vim

#

but i consider switching

#

but not for the moment

#

only if the problems of vim stay the same

stuck furnace
#

Yeah, tbh I don't know what problem Neovim is trying to solve.

#

Although I do use it...

#

I think for a while they had a hard time convincing the maintainer of Vim to add features that everyone wanted.

unborn storm
#

well, first of all, the owner of the vim's official code seems to do not want others to work on vim

unborn storm
#

and then, neovim is made so you can use it as an overlay in other programs

stuck furnace
#

It's pretty amazing though that he's maintained this project basically single-handed for 30 something years.

unborn storm
#

so you no not anymore use a vim emulation, but the real neovim

unborn storm
#

but anyway, neovim will get better at a moment

stuck furnace
#

I think I used neovim for the the built-in terminal buffer. Tbh, I'm not a very advanced user.

unborn storm
#

yes

runic forum
#

was good

unborn storm
#

but when i am at school, since computers are on windows, i prefer not to use gVim (it gets hard to run code), i do use logo_vscode with a vim overlay

stuck furnace
unborn storm
#

it is kind of a bad example because they don't have any neovim installation

hearty dome
#

bruh how to print a statement?

stuck furnace
unborn storm
#

XD

hearty dome
#

how to print hallo world

hearty dome
unborn storm
stuck furnace
#

!eval ```py
print('hallo world')

wise cargoBOT
#

@stuck furnace :white_check_mark: Your eval job has completed with return code 0.

hallo world
hearty dome
unborn storm
#

what ? can't understand this sentence

hearty dome
#

wot man you dont know enlgsh

#

me have phd in englash

stuck furnace
#

@white turret got a lot of background noise

#

Sounds like you're in a cafe?

#

Ah right ok ๐Ÿ˜„

#

@runic forum weird 90s music...

unborn storm
#

(kidding with you art ๐Ÿ˜‰ )

hearty dome
stuck furnace
#

Ned's a cool guy tbh

#

Speaker: Ned Batchelder

When chasing mysterious bugs, it's helpful to use all the tools at your disposal. We'll explore ways to use Python's dynamic tools to help track down the cause of head-scratching problems in large systems. Tools include the inspect module, monkey-patching, trace functions, and the Python mechanisms at work behind them ...

โ–ถ Play video
#

My favourite debugging tool: assert

honest pier
#

assert False

hearty dome
#

is it even possible to hack with python??

runic forum
#

yes

#

you can build automation scripts for hacking with it

honest pier
#

grote?? ๐Ÿ‘€

unborn storm
#

anyway my computer needs live 5 minutes to fully boot vsc (with all extentions)

#

so it is a bit annoying...

stuck furnace
#

Cool. Doesn't show up in light mode though

dense ibex
#

Ill be back in a bit cya guys

stuck furnace
#

Eukaryotes and prokaryotes, right?

#

Anyway gtg, see you all ๐Ÿ‘‹

buoyant topaz
#

what is thiss??

#

๐Ÿค”๐Ÿค”

#

okayyyy

reef warren
#

anyone got any snippets or ideas on how to do a known plain text attack? i want it to get access to my router since the firmware the isp has loaded on it is more like spyware than firmware. i have a plaintext password, and its encrypted version the password is only like 8 chars, and the encrypted version is quite short too.

rugged root
#

We're not assisting with this

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

reef warren
#

oh, im sorry i didnt think it would be breaking any laws.

#

especially since i own the router now

rugged root
#

I mean less laws more just REALLY sketchy

reef warren
#

but regardless, i understand

#

yeah i agree, i would be sketched out too if a randomer asked me my q. lol

#

np man.

#

im sure google is my friend ๐Ÿ˜„

vocal coyote
#

hey afshin

reef warren
#

hey moein khoobi?

glad spade
#

hey i am hearing Pumped up kids in my online class

gentle flint
#

*kicks

#

I assume

glad spade
gentle flint
#

I am...

#

concerned

glad spade
#

nah i just played too much forknife instead of minecraft

gentle flint
#

oof

unborn storm
#

the green one really looks like brownian motion

honest pier
#

๐Ÿฅบ

#

@olive hedge ๐Ÿ‘€

dire oriole
#

can i join ๐Ÿ‘€

honest pier
#

๐Ÿ‘€

#

yes

dire oriole
#

!!

#

sorry you guys are going to have to wait for me to finish ๐Ÿ˜”

honest pier
#

nah

dire oriole
#

yah

honest pier
dire oriole
#

lmao

olive hedge
#

@past pawn you mind muting? lots of background noise

honest pier
#

@whole bear str.replace

#

!d str.replace

wise cargoBOT
#
str.replace(old, new[, count])```
Return a copy of the string with all occurrences of substring *old* replaced by *new*. If the optional argument *count* is given, only the first *count* occurrences are replaced.
whole bear
#

@honest pier

honest pier
#

no clue

whole bear
#

ok

honest pier
#

!ytdl

wise cargoBOT
#

Per PyDis' Rule 5, we are unable to assist with questions related to youtube-dl, commonly used by Discord bots to stream audio, as its use violates YouTube's Terms of Service.

For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2019-07-22:

The following restrictions apply to your use of the Service. You are not allowed to:  

1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service;  (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;  

3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTubeโ€™s robots.txt file; (b) with YouTubeโ€™s prior written permission; or (c) as permitted by applicable law;  

9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
honest pier
#

that's me!

#

learning dsa for fun!

olive hedge
honest pier
dire oriole
#

math ๐Ÿ˜”

strong arch
#
IcedElement<
    D,
    T: Program<Renderer = Renderer, Clipboard = Clipboard> + 'static,
    F: FnMut(&mut program::State<T>, &mut D),
>
#

@terse vigil

slate shoal
strong arch
slate shoal
strong arch
slate shoal
#

you can talk

#

i can hear u

#

wow how ?

#

so u need to specify everything for the compiler am i right ?

#

instead of compiler deciding to specify for everything

#

@strong arch

honest pier
#

type inference is very nice in rust

slate shoal
#

ok good luck

honest pier
#

there are also "elision patterns", which were common patterns that the compiler can infer

analog barn
#

goof morning yall

#

this is my code for displaying a table in python

#

i tryna create a gui table in python

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @velvet coral until 2021-03-15 03:59 (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

honest pier
#

don't spam to bypass the gates

#

@olive hedge ^

spice marten
#

Oh itโ€™s a website

#

I thought they were talking about the algorithm

dire oriole
#

yeah, it's not actually binary search that's just the name of the website

spice marten
#

Is it like leetcode?

honest pier
#

kinda, yeah

spice marten
#

ok maybe Iโ€™ll check it out tomorrow

dire oriole
#

the problems we're doing are a bit easier than most leetcode problems i think

spice marten
#

easy problems are good too

honest pier
#

ยฏ_(ใƒ„)_/ยฏ

#

join us in vc sometimes and we might play lol

#

bye ๐Ÿ‘‹

cursive minnow
#

Hello Opal

#

really?

#

Sry, I didn't understand your last sentence

#

Colors also interest me a lot, that's why I also do Blender if you've heard of it before.

#

Now I also know why you call yourself Opal.

#

Now I'm interested

#

A few days ago, someone told me to use cogs, but I haven't took a look at them, yet. How hard to learn are they?

#

Hello @gentle blaze

#

@gentle blaze What's your question about discord.py?

#

I'm not normal people
๐Ÿ˜‚

lunar pendant
#

opalmist also run a initiative called selfless trust of helping ourself

cursive minnow
#

I've heard that C++ is a torture.

lunar pendant
#

I like c++

runic forum
#

i like ike

viral heron
#

hello

#

why am not able to speak in voice

lunar pendant
viral heron
#

oh okk

#

i need 50 messages....

#

to get verified

#

maybe let's have a chat??

#

which univ are you from??

cursive minnow
#

I just glitched out of a parallel universe and now I'm here

viral heron
#

must be quite an experience

cursive minnow
#

and you?

lunar pendant
viral heron
lunar pendant
#

๐Ÿ˜‚

viral heron
#

could you suggest some python projects which would be a good learning experience??

lunar pendant
#

SG... is typing from last 2 days

somber heath
#

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

viral heron
#

i have just started with python

cursive minnow
#

I'm gonna go now, see you!

lunar pendant
#

sry

#

I'm just kidding

viral heron
#

interesting

teal python
#

yeah Hello!

lunar pendant
#

If you just replaced M with N in Mikita then it become one of the most famous indian name๐Ÿ˜…

teal python
#

Heheheh, no It's my native name which comes from Belarusian

#

Yeah

lunar pendant
#

๐Ÿ˜‚

teal python
#

Nick)

lunar pendant
#

@teal python do you know tourist

teal python
#

Who tourist?

#

ahhaha

lunar pendant
#

gennady korotkevich

teal python
#

Mikhailo?

lunar pendant
#

Gennady Korotkevich (Belarusian: ะ“ะตะฝะฐะดะทัŒ ะšะฐั€ะฐั‚ะบะตะฒั–ั‡, Hienadลบ Karatkieviฤ, Russian: ะ“ะตะฝะฝะฐะดะธะน ะšะพั€ะพั‚ะบะตะฒะธั‡; born 25 September 1994) is a Belarusian competitive programmer who has won major international competitions since the age of 11, as well as numerous national competitions. His top accomplishments include six consecutive gold medals in the I...

teal python
#

Was he writer?

#

Oh

#

Yeah

lunar pendant
#

no he is competitve programmer

#

my field

teal python
#

This guy who wins all the competitions

lunar pendant
#

yaa

teal python
#

Yeah I heard about him

#

ahhaha

#

Yeah @somber heath )))

lunar pendant
#

6 times google codejam winner in a row

viral heron
lunar pendant
#

now it's 7th

teal python
#

Yeap

#

He is crazy I think

viral heron
teal python
#

Do he have enough money to live?

lunar pendant
#

he is doing PHD

teal python
#

can u repit @somber heath

#

Yeah, maybe

#

Where are you from?

viral heron
#

@lunar pendant what is your rating in codeforces??

teal python
#

Wow, unexpected

viral heron
teal python
#

I still cant image how big world and how internet is wide

#

sorry)

viral heron
#

@somber heath have you got vaccinated??

lunar pendant
#

@frozen wharf hello sir

frozen wharf
gentle flint
#

@somber heath you've cut out

#

or else I have

rigid vault
#

hello

#

goodbye

gentle flint
#

adieu

rigid vault
#

sorry was just peeking by, I've got exams tmr so yup

cursive minnow
gentle flint
#

oof

somber heath
#

A, d, i, e, u, otherwise known as the vowels of the alphabet.

polar agate
#

Kurva anyรกtokat

remote kettle
#
print("hello void!")
runic forum
#

hello

#

im so anxious right now

whole bear
#

Help

#

How do u fix this

runic forum
#

what's the problem?

honest pier
#

๐Ÿ‘€

vivid palm
#

gmgm

#

i overslept fml

honest pier
#

๐Ÿ˜”

vivid palm
#

we skype the group chat each morning 'gm'
guess who didn't message until 9:28 lol

honest pier
#

skype in 2021?

vivid palm
#

yes

#

foxpro also in 2021

honest pier
#

whattt

#

hasn't that not been under development for like 20 years

vivid palm
#

yas

#

oh i guess you missed it when i first told everyone lol

honest pier
#

oop

vivid palm
#

oooooop indeed

honest pier
#

i keep getting ads for alcohol when i am underage? ๐Ÿค” ๐Ÿค”

vivid palm
#

my first coding project was reading foxpro files into pandas and manipulating data/making reports/emailing

honest pier
#

spotify??

vivid palm
#

lol

whole bear
#

Guys

#

Help me

honest pier
#

with

#

i did

whole bear
honest pier
#

return False above that line is indented incorrectly

#

indentation denotes that something is "under" something

#
if n + 3 == 10:
  print("in the if statement")




  print("in the if statement")

print("not in the if statement")
#

@whole bear ack?

#

loveshack ๐Ÿค”

rugged root
whole bear
#

It pays to be uncultured now

#

Kinda

#

ABSTAIN

honest pier
runic forum
#

where're my video permissions?

whole bear
#

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

honest pier
#

video permissions?

#

go to voice verification!

#

๐Ÿค” ๐Ÿค”

runic forum
#

i did

whole bear
#

more power

runic forum
#

im going to stream me coding on my website

#

if thats allowed

whole bear
#

Band?

#

Hmm

#

Idk

#

Seems kinda

#

70s

#

Metal

#

No that was

#

Sarcasm

#

Lol

honest pier
#

๐Ÿ˜”

whole bear
#

Gonna text type til I can express my voice man

#

So uh

#

Pardon me please

honest pier
#

don't do the 1word/message thing

whole bear
#

Ughhh but principles trump policies

#

my man

honest pier
#

it is what it is

whole bear
#

Quality trumps quantity too though

#

So yeah, I'll give you intelligence I guess ๐Ÿ˜ฆ

#

F

honest pier
#

yeah, but 50 is not a large barrier

whole bear
#

You're right

rugged root
#

!voice @whole bear

wise cargoBOT
#

Voice verification

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

honest pier
#

potassium can talk lol

whole bear
#

Yeah

#

Suup bro

#

Rip

#

๐Ÿ˜ฎ

#

lmaoo

#

No worries no worries, just testing audio ๐Ÿ˜‚

#

hahaha np man

#

appreciated

timid parcel
#

what is this

honest pier
#

html/css?

#

:P

runic forum
#

finnish

honest pier
#

some european language

whole bear
#

HA

#

Tor is monitored

#

Ya guy

honest pier
#

@rugged root works for me, dunno about other roles

rugged root
#

I tweaked the others, so it should be fine

honest pier
#

๐ŸŽ‰

#

๐Ÿ˜” i guess i'll get out of bed now ๐Ÿ˜”

runic forum
#

finnish

#

@dense ibex yes

#

ofc

swift valley
#

Huh, my mic sounds fine now

#

On Firefox at least

#

Switched to Pipewire earlier

#

Checked on-app

#

Yeppers

#

100% better

sick atlas
#

Iron is this a school project of some kind?

swift valley
#

Robo@dense ibex

somber heath
#

@rugged root Bottle of Jalapeรฑo Noir.

swift valley
#

Win+S snips I think

#

or Win+Shift+S

#

Can't remember

wise glade
#

@dense ibex VS is starting to suck

honest pier
#

starting to suck?

#

lol what

wise glade
#

they're making VSCode a little too good

#

light weight and good

#

C#'s support is getting pretty good

dire oriole
#

๐Ÿ˜

wise glade
#

got 1 min left on discord now

zealous wave
#

@dense ibex Chili#42069

dense ibex
#

alright thanks

zealous wave
#

mmhm

dire oriole
#

@honest pier it has definitely been less than a year :P

swift valley
#

Windows is already spooky enough as-is

tall hinge
#

@runic forum you can use <style>"css code"</style>

runic forum
tall hinge
#

Okay

swift valley
#

I've just been reminded how much time I spent on gacha games

tall hinge
#

I am going AFK

swift valley
#

Two years more or less all led to

honest pier
#

i-

sick atlas
#

sounds pretty great, but does it get boring over time?

vivid palm
swift valley
#

Let's make it 26

amber raptor
#

In before the lock

visual smelt
dense ibex
#

Ultra HD is that just marketing or is that a real thing?

#

because that sounds stupid

vivid palm
#

HD IS 1920X1080

#

ultra hd is 4k

#

3840x2160?

dense ibex
#

oh

visual smelt
#

I too hate manday

vivid palm
#

so probably depends on your screen whether it's worth it

#

i can't believe they even offer a basic non-HD plan though lol

wise glade
#

hey @amber raptor , remember I told you internship's giving us either C# or Java
and you said, I'm getting Java most probably, cause even your company's bitch work ships to my country done in Java
๐Ÿ˜„ well, thank god, I got .Net

vivid palm
#

i guess that's 720p?

timid parcel
#

can i get some more of them non-deleted texts

wise glade
#

all you guys just started you day,
and all my energy is spent by this time ๐Ÿ˜ž

lunar pendant
wise glade
#

fill up energy

lunar pendant
hard quiver
#

I think that might be it

#

I think I can speak on vocal channels

rugged root
#

!voice You need to verify first

wise cargoBOT
#

Voice verification

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

wise glade
#

doesn't powershell run everywhere
linux, mac, windows (obv)

#

so powershell wins

#

ok, I'm tired, so going offline now ๐Ÿ‘‹
we need some people in this channel when its morning for me ๐Ÿ˜„
but its empty at that time

lunar pendant
#

accelerator is typing so much stuff but no one paying a damn fucking attention๐Ÿ˜‚

wise glade
#

yeah, they're talking margaritas

#

alcoholics ๐Ÿ˜ 

#

I only get milk ๐Ÿ˜‚

lunar pendant
wise glade
#

by literally making everything he want

#

like everything

lunar pendant
#

yaa everything

#

let me check how much it's company worth

wise glade
#

this dude,

#

common

vivid palm
#

my boss needs me to apply a check but she can't figure out which accounts
she says "i'll text it to you, oh no, i'll whatsapp it to you bc that's more secure"

wise glade
#

*cheque

lunar pendant
#

then what do baba ramdev do?

wise glade
#

yeah, whatsapp is secure with their new policies ๐Ÿ˜‚

lunar pendant
#

he is the owner?

wise glade
vivid palm
#

CHECKKKKKKKK

wise glade
#

like if you're in Mafia, you need a front

lunar pendant
#

he is a herbal mafia

wise glade
#

yeah, when people looks at his photograph and billionaire slapped next to it
they'll probably think, maybe parle biscuits this time ๐Ÿ˜‚

lunar pendant
wise glade
#

is rust really faster than C#?

amber raptor
wise glade
amber raptor
#

But that rarely matters

wise glade
# amber raptor Yes

like if I publish a C# app,
and then execute the .exe, it'll be slower than rust made executable?

lunar pendant
amber raptor
wise glade
zenith radish
wise glade
#

hey what's that pink thing you're holding?

lunar pendant
#

like the technology

wise glade
lunar pendant
wise glade
#

they're not changing the packaging cause, there's a sense of patriotism with it

wise glade
lunar pendant
wise glade
#

if I wanted to make something to sell in India
I won't go with some bollywood actress to promote it
I'll go with probably some hot topic "baba" ๐Ÿ˜‚

#

also make the product orange + cow on it

#

not demoralizing or anything

#

just telling the truth

lunar pendant
wise glade
#

maybe my generation wouldn't go for it
but we're not making money rn

#

its our parents for now

#

ok, I'ma split ๐Ÿ‘‹

lunar pendant
shadow trout
#

vc is almost full

honest pier
#

@rugged root drag me in please ๐Ÿฅบ

dense ibex
#

me 2

honest pier
#

although actually

#

oh

rugged root
#

Ask and ye shall receive

dense ibex
#

thank you

#

Alright I have to go to class for an hour ill be back

shadow trout
#

also why is everyone obsessed with containers nowadays

rugged root
#

It's the hot new thing

#

And it does have benefits

shadow trout
#

ah

zealous wave
#

nvm

rugged root
#

Mkay

amber raptor
#
Python 3.8.5```
swift valley
#

@rugged root Patma is on a6 for 3.10 already, so yeah

#

Pattern matching is basically a "destructuring" of an object

#

Something like

@dataclass
class Point:
    x: int
    y: int

def where_is(point):
    match point:
        case Point(x=0, y=0):
            print("Origin")
        case Point(x=0, y=y):
            print(f"Y={y}")
        case Point(x=x, y=0):
            print(f"X={x}")
        case Point():
            print("Somewhere else")
        case _:
            print("Not a point")
#

I think it should also be able to resolve arbitrarily-nested structures

#

So it's really helpful for ASTs

amber raptor
#
switch($Environment){
"dev" {Do-ThingagainstDev}
"test" {Do-ThingAgainstTest}
"prod" {Do-ThingAgainstProd}```
swift valley
#

The increased indentation is a bit painful though lemon_pensive

amber raptor
#

Let me introduce you to {}, graceful weapon for different time ๐Ÿ˜›

swift valley
#

Pain

def where_is(*points):
    for point in points:
        match point:
            case Point(x=0, y=0):
                print("Origin")
            case Point(x=0, y=y):
                print(f"Y={y}")
            case Point(x=x, y=0):
                print(f"X={x}")
            case Point():
                print("Somewhere else")
            case _:
                print("Not a point")
amber raptor
#

is case _ a catchall?

swift valley
#

Yea

amber raptor
#

switch default is Powershell

swift valley
#

It's sequentially ran at least I believe

amber raptor
#

I'm saying is it python if if if or if elif elif

#

in Powershell, it's if if if

swift valley
#

elif-ish

graceful grail
zenith radish
vivid palm
honest pier
#

nipple

swift valley
timid parcel
#

3.10!

swift valley
#

Let's see

zenith radish
swift valley
#

why

#

why are programming socks

zenith radish
#

google programming socks

swift valley
#

i know, yes

honest pier
swift valley
#

God damnit

#

Why is this a thing

#

Why

lime forum
sly jolt
#

@rugged root should I stream the factorio

honest pier
#

๐Ÿ‘€

swift valley
#

dew it

cursive minnow
#

I really care what opal looks like.

#

I can hardly imagine it.

sly jolt
#

45k construction and rising

swift valley
honest pier
#

i wouldn't buy them for myself, but if someone bought them for me as a gift i wouldn't be opposed to wearing them ยฏ_(ใƒ„)_/ยฏ

honest pier
whole bear
#

this shit hard to understand LOL

swift valley
honest pier
#

yeah exactly

swift valley
shadow trout
#

sad

swift valley
#

We can fix that

honest pier
cursive minnow
#

That moment when you loose connection and you see, voice has 25 people ๐Ÿ’€ RIP

rugged root
#

If you hop into a different channel I can drag you in

#

Just have to let me know

#

I'm not raising it

dire oriole
swift valley
#

lol

hoary inlet
#

woah

cursive minnow
#

thanks btw

rugged root
#

Yeppers

#

For anyone else who wants in just ping me

swift valley
#

Type annotations

rugged root
#

I'm not going to be raising the limit for now, as this many people in here is a very rare situation

swift valley
#

lol

cursive minnow
#

Is there any specific reason why the limit is 25 people?

hoary dirge
#

is there some voice chat party or something? ๐Ÿฅณ ๐Ÿฅณ

shadow trout
#

there's a ant simulator?

honest pier
# dire oriole

๐Ÿค” ๐Ÿค” ๐Ÿค” ๐Ÿค” ๐Ÿค”

candid venture
#

@rugged root

#

is a binary tree, built out of nodes?

#

yes

sly jolt
#

yes.

honest pier
#

generally, yes

sly jolt
#

nodes are your friend

vivid palm
#

DAITH

timid parcel
#

a terminal node is called a leaf

balmy nymph
#

FACTORIOOOOOO ๐Ÿ‘€ ๐Ÿ‘€ ๐Ÿ‘€

swift valley
#

brb in a bit

swift valley
#

getting snacks

rugged root
#

I raised it for a bit

gentle flint
#

@whole bear there's 8 places left

rugged root
#

Said screw it

gentle flint
#

ohhh

#

too full for your ears

#

that makes sense lol

rugged root
#

Still only like.... 5 or 6 of us talking, ish

sly jolt
#

I will entertain people with my megabase

gentle flint
#

@rugged root and 5 deafened yet in the vc

rugged root
#

They'll get moved to AFK

gentle flint
cursive minnow
sly jolt
#

218k solar

rugged root
#

I was wondering why that truck was getting closer to me

Then it hit me

sly jolt
#

116k in storage

#

the grind never stops

gentle flint
#

it was

#

courtesy of either chili or rej

#

can't remember which

#

A number of accounts that Tweeted the word โ€œMemphisโ€ were temporarily limited due to a bug. Itโ€™s been fixed and the accounts have now been restored. Weโ€™re sorry this happened.

Retweets

4235

Likes

26537

The Independent

Tweeting the word resulted in some users being automatically banned from the site

sly jolt
#

the first time I tried installing arch it actually took 1 entire week

sly jolt
#

I had no idea what I was doing

#

@graceful grail my wifi wouldn't work, that took 3 days.

gentle flint
sly jolt
#

fukin iwctl

gentle flint
#

wifi on linux just sux in general

sly jolt
#

yeahhhhh I'll just stay with manjaro kde plasma

#

the only reason

#

my computer breaks

#

is because nvidia

#

fuck nvidia

#

I can update my kernal without problems

#

running latest rn

swift valley
#

All my homies hate nvidia

sly jolt
#

5.11

gentle flint
sly jolt
vivid palm
sly jolt
#

grub didn't let me go to windows

#

so I decided to delete windows

gentle flint
zenith radish
#

YYYY-MM-DD gang

gentle flint
sly jolt
#

ew no

#

I'm not dealing with that lol

#

my hard drives are slow af

gentle flint
#

unplug Linux when windows thinks it's gonna be a dick

#

I have slow hard drives anyway lol

#

no SSD

#

so it makes no difference

#

note that almost all of these come from chili

#

not my credit

dire oriole
#

kinky~

sly jolt
#

wut

mint sand
#

hey @sly jolt your base is damn nice.

sly jolt
#

ty

gentle flint
sly jolt
#

@rugged root I'm glad you're here and you're you

#

you and your interesting jokes

#

@rugged root just don't listen to nightcore to save your ears

honest pier
zenith radish
#

^finnish hooligan music

sly jolt
#

Nightcore isn't fast enough

#

I prefer speedcore

timid parcel
#

ludicrousspeedcore

#

i should go watch spaceballs again

sly jolt
#

@olive hedge HELLO

honest pier
#

@olive hedge ๐Ÿ‘€ send question ๐Ÿ‘€

sly jolt
#

@olive hedge isn't there a thing in our area where people get interviewed to solve problems of a company, and then you just get ghosted?

#

they're just like "ah yes, free answers."

vivid palm
#

so exciting

honest pier
#

:o

sly jolt
#

@olive hedge may I be a pawn pls

gentle flint
# zenith radish https://www.youtube.com/watch?v=2NiOqqSpH_0&list=PL6425D08CE12B8491

SMC skujaa uudella videolla, jossa Pohjois-Helsingin nuggetit, Avionin-Prinssi, Thonoslono, Juno sekรค Erรค-Koira edustavat. Vieraaksi on saatu kaikkien lรคhiรถrottien oppi-isรค Notkea Rotta.
Videosta vastaa Pablo Films http://www.pablo.fi sekรค biitistรค K.V.N & LOBO http://www.myspace.com/kvnlobo

Luvaton kopiointi Malmin uhalla ankarasti kielle...

โ–ถ Play video
sly jolt
#

oh

#

I thought

#

nevermind lol

#

maybe...?

#

idk

dense ibex
#

Xith are you playing freeplay?

sly jolt
#

yes

dense ibex
#

I am trying to get into factorio but I keep getting killed by these bugs so

sly jolt
#

I play on peaceful

#

I focus on production

dense ibex
#

you can do that

#

I might do that

sly jolt
#

I've been doing that

#

160 hour+ peaceful world here

#

@olive hedge no remote?

dense ibex
#

jesus and are you going to finish the game

sly jolt
#

I've already launched like 200 rockets

dense ibex
#

oh lmao

sly jolt
#

I have 950 hours in factorio total

dense ibex
#

thats what I consider finish

#

lol

#

omg

fiery juniper
#

I love Factorio

sly jolt
#

947.7

fiery juniper
#

all the automation stuff

#

Like Oxygen Not Included

sly jolt
#

@olive hedge roommate time

dense ibex
#

did you make your ore deposits bigger?

sly jolt
#

rail world

restive geyser
#

hiiii

honest pier
#

๐Ÿ˜”

restive geyser
#

y so glum, chum

#

monday's are bad that you get the 'sunday scaries'

honest pier
#

What day is it

restive geyser
#

lmao that guy is a whole mood

vivid palm
#

wow

restive geyser
#

i'm here because it's my lunch break

olive hedge
#

hooray

restive geyser
#

lol why are you esq. and MD

vivid palm
#

overachiever

restive geyser
#

xD

rugged root
#

@whole bear I couldn't hear what you said over these guys

restive geyser
#

lordt.

#

fisher's tryinna go for alphabet soup

#

you should add CPA, JD, LLM

whole bear
#

i m just here to fill the vc

rugged root
#

HA

#

Fair

honest pier
#

LLC

whole bear
#

๐Ÿ˜… .

restive geyser
#

๐Ÿ˜‰

sly jolt
#

my computer is uhhhh

#

2060

#

there's the neofetch

#

shintel

restive geyser
#

lol neopets<3

gentle flint
#

my neofetch saddens me

restive geyser
#

i always fed my pets haggis

#

LOL I WAS POOR

#

OK

#

nah, haggis was so plentiful in neopets

gentle flint
#

did you feed yourself pet food then?

#

o

restive geyser
#

LMFAO

vivid palm
restive geyser
#

you were too young

#

lmao

gentle flint
#

he grows haggard haggis with worry

restive geyser
#

if you didn't have a tamagotchi, you're too young.

gentle flint
#

tamagachi

vivid palm
#

tamagotchi

#

all y'all lol

gentle flint
#

ah yes

olive hedge
#

tamodachy

gentle flint
#

The Tamagotchi (Japanese: ใŸใพใ”ใฃใก, IPA: [tamaษกot๊œœtษ•i]) is a handheld digital pet that was created in Japan by Akihiro Yokoi of WiZ and Aki Maita of Bandai. It was released by Bandai on November 23, 1996 in Japan and on May 1, 1997 in the rest of the world, quickly becoming one of the biggest toy fads of the late 1990s and the early 2000s. As of 20...

restive geyser
#

dere you goooo

#

lololol

honest pier
#

dare ya go

restive geyser
#

so midwestern, don'tcha knowwww

gentle flint
#

still for sale

honest pier
#

all o' y'all

sly jolt
#

I will return later

olive hedge
#

git in da cah

sly jolt
#

maybe

#

I must go, goodbye

#

I must CONSUME FOOD

vivid palm
#

my boss writes 'yo'll'

restive geyser
#

lol what is 'yo'll'

graceful grail
vivid palm
#

yo(u) (a)ll

#

lmao

restive geyser
#

but isn't that what y'all is xD

vivid palm
#

yah she's not from the US lol

restive geyser
#

oooooh

swift valley
#

ngl I kinda like the green icon more than the blurple one

restive geyser
#

it's electric. boogie woogie woogie

timid parcel
#

@runic forum Why are you hand writing makefiles? Why not cmake or meson

swift valley
#

CMake is pain

#

I never understood C/C++ tooling

timid parcel
#

meson is nice tho

olive hedge
#

!otn a destroyed by bugs

wise cargoBOT
#

:ok_hand: Added destroyed-by-bugs to the names list.

swift valley
#

Haskell pampered me

timid parcel
#

rust pampered me

runic forum
#

im just editing the existing makefile

timid parcel
#

gross

runic forum
#

?

swift valley
#

Jackbox

vivid palm
#

"Hello! X will likely not be back in the office this week. Mrs. Y asked me to reach out and see if you both can alternate coming to office Tues - Friday. Please let me know your best days.."

#

cry

olive hedge
restive geyser
#

yuck. you have to go in? no WFH?

vivid palm
#

my biggest problem with this is

#

none of my work clothes fit ๐Ÿ˜„

restive geyser
#

lOL GURL, SAME

subtle orchid
restive geyser
#

#sweatpants

vivid palm
#

i need business casual to be re-coded as 'sweats and t'

subtle orchid
#

buy long shirts mayve

restive geyser
#

yeah. wear tunics

olive hedge
#

sweat pants have ruined my perception of how clothes should fit

restive geyser
#

or if the weather gets warm enough, you can wear dresses

subtle orchid
#

and comfy

swift valley
somber heath
#

Eyeliner pencils are the worst.

restive geyser
#

LMAO ITALIAN LEATHER

#

yeeeeeee

#

EXACTLY

subtle orchid
#

lmao

somber heath
#

I've been in theatre. I know these things.

restive geyser
#

๐Ÿ˜ฆ boooo

subtle orchid
restive geyser
#

lol i use skype for work too

#

lmao

#

it's hot garbeaux

cobalt fractal
restive geyser
#

we use webex for screensharing

somber heath
#

@subtle orchid The discomfort of the application process.

vivid palm
restive geyser
#

awwww

olive hedge
#

oh W0w

vivid palm
#

he dances and walks across the chat bubbles

restive geyser
#

๐Ÿ˜ฎ i don't get cool thingies like that on my skype

subtle orchid
vivid palm
#

doesn't work in win 10 app version

#

you need the other version. idk what it's called

restive geyser
#

oof. that's why

vivid palm
#

desktop vers

restive geyser
#

aww meng.

#

HAHAHAHAHAHA

subtle orchid
#

@vivid palm which movies you watched this weekend?

vivid palm
#

none lmaooooooooo

#

i bummed and watched tv instead

subtle orchid
#

tv?

#

sounds boring in 2021

vivid palm
#

and youtube

#

you sound boring in 2021

subtle orchid
#

yeah youtube is fun

subtle orchid
amber raptor
#

@olive hedge no

restive geyser
#

lol

amber raptor
#

To use email client that is shit

#

Like Gmail....

subtle orchid
#

wdym by that

restive geyser
#

LOL

#

go charge your car

pine ledge
#

Hi

#

I have a python developer interview tomorrow. Is there any magical way I can learn few things tonight to answer in the interview

#

Because I seem to have forgotten everything

honest pier
#

if you don't know anything right now, there's no magic you can do

whole bear
#

they noe but they forgot

pine ledge
#

He told me to be ready with editor and code should run

#

Written in the mail

restive geyser
#

review your data structures

#

g'luck; have fun.

humble geyser
#

You can iterate through both the arrays in one loop

#

@olive hedge

timid parcel
#

hrmm

#

my old leetcode solution was in c++

swift valley
#

Gotta go folks

#

Quarterly exams in about 6 hours so ยฏ_(ใƒ„)_/ยฏ

vivid palm
humble geyser
#

Good luck

vivid palm
#

glgl

#

oh paywall

#

most CEOs seem to be in favor of returning to a physical office

restive geyser
#

especially financial services ๐Ÿ‘€

vivid palm
#

is that including developers for investment firms/fintech?

restive geyser
#

yeah. because of PII and non-public info

vivid palm
#

for people out and about meeting clients... makes sense

#

PII?

restive geyser
#

personally identifiable information

vivid palm
#

oh

#

we use PHI

#

i guess bc we are healthcare-adjacent

humble geyser
#

Aren't both the arrays sorted?

teal python
#

Can some become my mentor?

#

ahahhaa

#

"It a feature, It's always a feature"

uncut meteor
#

@vivid palm Happy Monday

vivid palm
#

HAPPY MONDAY

restive geyser
#

oooooklahoma

vivid palm
#

hear my excitement

humble geyser
#

I have something, I don't know if it is efficient, K-Rizzle

uncut meteor
#

Ok Homler

restive geyser
#

it was that bad that you had to forget it

amber raptor
#

Office isnโ€™t required for PII

somber heath
#

You can PII at home.

glad spade
#

@hollow marsh do your ISP allow you to port forward?

amber raptor
#

First, take the server out of the box

humble geyser
#

I don't know if this is efficient enough.... K-Rizzle

  • Get the length of the smallest array
  • Iterate over the range 0 to the length
  • Have pointers for each array
  • compare the elements at the pointer and add to a new list, adjust accordingly
  • Add the extra elements from the longer list
restive geyser
#

no, first, you cut a hole in the box

#

kekekeke

amber raptor
#

Two put an OS in the box

restive geyser
#

xD

glad spade
#

@uncut meteor minecraft host on ATCP

#

TCP*

amber raptor
#

See after you put an OS in the box, you can be Minecraft lover

honest pier
#

computer legos

restive geyser
#

legos are clearly superior

teal python
#

Hay

#

Does anybody here?

#

Do you contribute in any openSource projects?

#

ahahah

#

What a pickup

restive geyser
#

it's only 2pm over here

#

lmfao

#

hehadabootycall

vivid palm
#

pm

teal python
#

??

#

There is 9 pm!

amber raptor
#

BLOODY HELL WORK!

restive geyser
#

dress like a hobo, but make it couture

vivid palm
#

^

restive geyser
#

lol

#

trix are for kids

humble geyser
#

amongus

somber heath
#

I read that like chungus.

restive geyser
#

lol

rugged root
#

Chimi chungus

somber heath
#

ooh

honest pier
restive geyser
#

like the shrek one. -shudders-

sly jolt
#

I have returned

dense ibex
#

welcome back

#

hows factorio

sly jolt
#

it goes

restive geyser
#

the fishtail is purrrdy too

vivid palm
sly jolt
#

@olive hedge what do you think about this game called "factorio"? I think it's pretty neat.

#

shut

#

@olive hedge have day.

restive geyser
#

lol plz go do stuff

olive hedge
restive geyser
sly jolt
#

@amber raptor I'm stupid sometimes (rarely), where can I find this hook?

vivid palm
#

:|

sly jolt
#

!warn @rugged root bonk

wise cargoBOT
#

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

dense ibex
#

rip

runic forum
#

not anymore

#

im now compiling libs for psx

dense ibex
#

!warn @sly jolt boop

#

rip

#

imagine

sly jolt
#

237k solar lel

#

one day I will hit 1 mil

amber raptor
restive geyser
#

lmao i almost spit out my water

whole bear
#

Hey, I realy need help, git push heroku master is not working

sly jolt
#

looks like you got some merge conflicts

#

@rugged root you must watch the swarm of bots

rugged root
#

I can't, I'm really on a crunch at work

sly jolt
#

and

#

stuff

#

whom'st said that?

sly jolt
#

@amber raptor

#

or was that a joke

#

ah

#

12 hours to megabase lol

#

I got gud

restive geyser
#

LOL

candid venture
#

@rugged root
can u help with docker pleaseeee

#

i need nginx to docker container

rugged root
#

I don't know Docker

candid venture
#

ooooof

restive geyser
#

take it. it's an expense to them.

rugged root
sly jolt
#

if my future workplace doesn't allow linux I will be the big sad

#

alright

#

I shall proceed to leave

#

cya people

amber raptor
#

Web APIs run on Linux but you donโ€™t need to develop on Linux for that.

hybrid bramble
#

i can talk now but i don't have a mic :/

timid parcel
#

No linux for a security reason thinkmon

amber raptor
honest pier
#

manjaro ๐Ÿ˜

amber raptor
honest pier
#

๐Ÿ˜”

#

i use wsl now, manjaro killed me with its updates

amber raptor
#

Like for Servers we only allow CentOS, RHEL or Oracle.

timid parcel
#

multiuser workstaiton with SELinux enabled here

dire oriole
#

goodbye ๐Ÿ‘‹

amber raptor
#

Though after IBM fucked CentOS, I think Ubuntu LTS is going to be approved.

timid parcel
#

we use ubuntu