#voice-chat-text-0

1 messages · Page 271 of 1

rugged root
#

Ick

#

What kind?

#

This one of those mass standardized tests?

brazen gazelle
#

9 of them are mocks (school exams that are supposed to be like the real thing)

#

and the other 9 are acctual finals

brazen gazelle
#

the fucking British

rugged root
#

Ah good ol' A levels

earnest crow
#

ř

rugged root
#

I hear lots of folks here talk about it

#

You got this

earnest crow
#

@gentle flint we do: ě š č ř ž ý á í é ú ů

brazen gazelle
#

anyways how have you been?

rugged root
earnest crow
#

Byl jeden Řek a ten mi řek, abych mu řek, kolik je v Řecku řeckých řek a já mu řek, že nejsem Řek, abych mu řek kolik je v Řecku řeckých řek
which means:
There was a Greek and he told me to tell him how many Greek rivers there are in Greece and I told him I'm not Greek to tell him how many Greek rivers there are in Greece

dry jasper
#

Bûter, brea en griene tsiis, wa't dat net sizze kin is gjin oprjochte Fries

rugged root
#

English, guys

#

Come on

earnest crow
#

The Czech letter ř is pronounced as a single sound that doesn't exist in English. It is a voiced alveolar fricative, which means that it is a sound made by vibrating the vocal cords while the tongue is in contact with the alveolar ridge and air escapes through a narrow passage. It's a challenging sound for non-native speakers to master, and it's often described as a soft "r" followed by a "zh" sound, similar to the "s" in "measure."

#

(google copy)

dry jasper
#

der die das

upper basin
rugged root
#

Better now that my headache is getting better

#

Through, Though, Tough @gentle flint You mean these examples?

#

Tough and Cough have the same gh = f sound

#

But we were talking about the gh

#

I mean sure, if you want to be right

#

(legit forgot)

#

@peak depot You got this

#

@gentle flint Your modesty knows no bounds, buddy

#

@brazen gazelle It's so fucked

#

Wayyyy better

brazen gazelle
#

mb boss

upper basin
#

!paste

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 Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

earnest crow
rugged root
#

What? Sorry, busy right now so I'm only half paying attention

#

Trying to deal with work emails

brazen gazelle
rugged root
#

Torn?

#

Tear it out

#

It's got screws in

earnest crow
#

my bad

rugged root
#

No no, just correcting. Sorry, it's a bad habit

earnest crow
#

No, definitelly corect me

#

I need it

gentle flint
earnest crow
#

@gentle flint damn i cant DM you

rugged root
#

Yeah torn is past tense and tear is both present and future tense

earnest crow
#

Yeah i realised

#

thanks

rugged root
#

I'm just happy I'm not a bother with it

#

It's a really bad habit I have

#

@inland wraith Sup

earnest crow
#

Hemlock i wanna get C1 just around this time next year so yep i want to be corected

gentle flint
rugged root
#

Yo Osyra

earnest crow
#

Hi Osyra

rugged root
#

hawt

#

Use what?

#

Oh to program some of those boards?

#

C/C++, Java, CircuitPython or MicroPython

#

Yeah there are some that do support Python

#

Oh then either Assembly or C

#

Usually with jumpers

#

@fast sparrow Sup

#

Good, how about you?

#

Co-workers are back here so I can't really

#

Currently learning about Progressive Web Apps (PWA)

wind raptor
#

As opposed to Conservative Web Apps

rugged root
#

HA

obsidian dragon
#

whats an evernt team

rugged root
#

They're the folks who organize our events, like the Code Jam, Game Jam, Advent of Code stuff on the server, etc

#

Back in a sec

amber raptor
wind raptor
#

I'll be back after class.

brazen gazelle
#

@fast sparrow

rugged root
#

Ye

#

Had to talk to support about something

brazen gazelle
upper basin
stark river
#

fizz buzz

upper basin
#
num = 15

if num%3 == 0:
    print("Divisable by 3.")

elif num%5 == 0:
    print("Divisable by 5.")

elif num%5 == 0 and num%3 == 0:
    print("Divisable by 15.")
#
def fizzbuzz(num: int) -> str:
    """ Do fizzbuzz.
    """
    if num%5==0 and num%3==0:
        return "fizzbuzz"
    elif num%5==0:
        return "buzz"
    elif num%3==0:
        return "fizz"
    else:
        return num
peak depot
#

Doctor: "your fine"

upper basin
#

!e

def fizzbuzz(num: int) -> str:
    """ Do fizzbuzz.
    """
    if num%5==0 and num%3==0:
        return "fizzbuzz"
    elif num%5==0:
        return "buzz"
    elif num%3==0:
        return "fizz"
    else:
        return num

num_list = [3, 5, 12, 14, 15, 32, 35, 60]
for num in num_list:
    print(fizzbuzz(num))
wise cargoBOT
#

@upper basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | fizz
002 | buzz
003 | fizz
004 | 14
005 | fizzbuzz
006 | 32
007 | buzz
008 | fizzbuzz
gentle flint
#

8**8**8**8**8**8**8**8

rugged root
#

@molten pewter Sup

#

You'll miss the filth

#

Which sorry?

#

Oh I use Greenshot

#

Yeah and it brings up a select area

#

Yeah

#

Greenshot is great because it takes the screenshot of the frame before the button was pressed

#

Helps take screenshots of things where if you press a key and the box disappears or something

#

@gentle flint Good. Rather you didn't get grey lung again

#

In the bottom but not in the actual place the liquid sits, right?

#

Are other solders not as strong or something?

#

Is it any better to ingest tin?

#

Gotcha

#

I know that just wasn't sure

#

Depleted uranium is an option

#

Oh right

#

The cheaper option of gold

#

Good point

#

@molten pewter Be the change you want to see

#

Invest or make a company that makes good alternatives

#

It's not a terrible suggestion

#

@molten pewter I remember us talking about the concrete issue a while back

#

Or was it cement

stark river
#

i hate the fact that python http server module doesn't load css changes

rugged root
#

Same difference I guess

stark river
#

w/o a hard refresh

rugged root
#

Oh oh oh

#

Oh

#

I have something for this

#

Same

#

!pypi livereload

wise cargoBOT
#

Python LiveReload is an awesome tool for web developers

Released on <t:1598110313:D>.

rugged root
#

Found it

#

Despite its age it still works well

#

Again, you should have gotten a second opinion

#

Oh huh

#

You can even set it up to run pre-compilers on the CSS stuff, too

#
from livereload import Server, shell

server = Server()
server.watch('style.less', shell('lessc style.less', output='style.css'))
server.serve(open_url_delay=1)
#

That's kind of cool

#

That's more of a US thing

#

@molten pewter Set up a trust for your kids if you haven't already

#

Do iiiiiiiiiiiiiiiit

#

What'd I do?

#

Same

#

I mean what?

peak depot
rugged root
#

That's cray cray

#

Yar

#

It pinchy

#

Yeah I don't know if I'd use it

#

I'd still want it

#

@amber raptor Yo

amber raptor
#

Meh

rugged root
#

Meh indeed, sir

#

Meh indeed

#

You must resist the resistor

#

Back in a sec

willow light
#

Oh hey rabbit. Looks like I won't have to deal with jenkins for much longer, as the company I'm at has decided to save some money by getting rid of the SREs.

#

Which I am sure makes sense to someone

unborn storm
# amber raptor Meh

Meh is a pseudo-key, a modifier that consists in the combination of Left Control + Shift + Alt

peak depot
#

The Abbys

stuck furnace
#

What're you fixing @gentle flint?

peak depot
#

Project 383929

stuck furnace
#

He's a tall boy

#

You should take up piano playing

gentle flint
stuck furnace
#

Ah

#

Hi

#

What do you want to stream?

peak depot
#

The World Happiness Report is a report by the United Nations that measures national happiness. Data is primarily from the Gallup World Poll and based on respondent ratings of their own lives.The Gallup World Poll questionnaire measures 14 areas within its core questions: (1) business & economic, (2) citizen engagement, (3) communications & tec...

stuck furnace
#

Errrm, I'm not keen on giving out video permissions for that purpose sorry.

peak depot
#

Cats!!!

peak depot
inland wraith
fast sparrow
#

is that persian?

earnest crow
#

I take care of our snakes at school, no python tho

stuck furnace
#

Ah alright then

#

!stream 425552190283972608

wise cargoBOT
#

✅ @peak depot can now stream until <t:1709840634:f>.

earnest crow
#

lol

fast sparrow
#

@stuck furnace yay, thanks for your service!

rugged root
#

@stuck furnace Sup bud

stuck furnace
earnest crow
#

I really needed to see this today

earnest crow
#

Why do i feel sudden urge to worship cats?

rugged root
#

Just means it's working

#

Cat booty, tho

#

Murder feet

#

Just toss them off your lap

#

Yeah this is hunting/playing mode

earnest crow
#

Ill send photos of our python from highschool

stuck furnace
#

Are they indoor cats?

inland wraith
rugged root
#

@peak depot I will say, the bells are handy so you don't trip on the little bastards in the dark

earnest crow
#

we've got these guys at school.
this one is called "Severus Snake"

stuck furnace
#

The fluffy one looks like he's wearing trousers

rugged root
#

"If red touches yellow, you're a dead fellow. If red touches black, you're okay Jack"

#

I think that's the phrase, right?

rugged root
#

So good

#

Coral snakes

#

They're imitating a coral snake

fast sparrow
#

milk

rugged root
#

Coral snakes are super venomous

rugged root
#

I know

rugged root
earnest crow
stuck furnace
#

Cats know what you want them to do, they just don't do it on principle

rugged root
#

@gentle flint God damn it

#

Are you ever careful?

rugged root
gentle flint
rugged root
#

I'm not good with reptiles

#

I know bearded dragons and iguanas and that's about it

#

Oh

#

Gecko?

#

I thought they were amphibians

#

Oh huh, I'll be damned

#

They are reptiles

#

TIL

inland wraith
earnest crow
rugged root
#

The racoon and his car collection

earnest crow
rugged root
#

Now THAT'S a bearded dragon

#

I know that one

#

That's so adorable

inland wraith
rugged root
#

It looks like they have pencil sharpeners on their heads

earnest crow
rugged root
#

Crawdads?

#

They will fuck you up (not really their pinch is like nothing)

earnest crow
rugged root
#

Dat booty tho

#

I love that pun as a snake name

#

The half giant?

#

Hagrid I think

#

Yeah

inland wraith
peak depot
fast sparrow
earnest crow
rugged root
#

I think most tortoise shell colored cats are female

#

I need to double check that

#

Ah yep

#

99.6% of tortoiseshell cats are female

earnest crow
rugged root
#

Calicos as well I think

#

That's a lot

fast sparrow
rugged root
#

Geckos always look so inquisitive

fast sparrow
#

I really want one, tbh

peak depot
inland wraith
earnest crow
stuck furnace
earnest crow
stuck furnace
#

Cat logic yep

stuck furnace
fast sparrow
#

could you type their names, please? pithink

inland wraith
earnest crow
peak depot
brazen gazelle
#

gtg

#

gn

stuck furnace
#

Gotta go guys 👋

earnest crow
#

Now I can't talk bruh

#

But at least I'm back

peak depot
earnest crow
#

That's cool

#

I still don't know what to do exactly

#

I have offers already and I'm in the middle of high school (well not really highschool but it's the equivalent)

#

AI is a Great tool

#

And a strong weapon

#

You learn swedish?

#

@peak depot

#

Damnit I'm young

peak depot
#

Good night

fast sparrow
#

@peak depot night!

earnest crow
#

@inland wraith

#

Same

#

Shine have you seen it?

#

Is it just me studying school focused on physics

#

And biology and chemistry

#

@fast saffron nah I'm the young one here 😅

fast saffron
#

loll

earnest crow
#

Opinions on 🐸 ⚽

#

?

#

Where were you saying ur in USA?

#

Shine

#

It matters to them pretty often

#

My Sister was to Murree in Pakistan

gentle flint
#

Kolar Gold Fields (K.G.F.) is a mining region in K.G.F. taluk (township), Kolar district, Karnataka, India. It is headquartered in Robertsonpet, where employees of Bharat Gold Mines Limited (BGML) and BEML Limited (formerly Bharat Earth Movers Limited) and their families live. K.G.F. is about 30 kilometres (19 mi) from Kolar, 100 kilometres (62 ...

earnest crow
#

Nevermind nobody is reading what I'm typing good night

gentle flint
#

lol wut

#

Oeiras

fast sparrow
#

me pretending, I know everything.

gentle flint
#

this is officially bad advice btw

fast sparrow
#

SheeshIKnowNothing

random copper
#

It's an epiphany

gentle flint
stark river
#

not even a full pic

fast sparrow
#

me sad

stark river
#

you should be.. you posted the worst possible pic of biryani

fast sparrow
stark river
#

but the pic was cut off and terrible

fast sparrow
#

my bad, sorry

stark river
#

it's ok.. not everyone can take good pics

fast sparrow
#

thanks

gentle flint
gentle flint
fast sparrow
#

cro-sant

vernal bridge
#

croisant

gentle flint
#

croissant

fast sparrow
vernal bridge
#

ss

#

ß

#

ß

#

ss

#

Strasse

#

Straße

gentle flint
#

Kat

#

Straat

vernal bridge
#

ah

#

aa

#

Strahl

fast sparrow
gentle flint
#

Straal

vernal bridge
#

Straal

#

St

#

st

#

Scht

#

Sch

#

St

#

Scht

gentle flint
#

Sst

gentle flint
#

Fischtisch

fast sparrow
#

alright, gotta go.

gentle flint
hoary mist
sharp gust
#

morning

warped raft
#

@stark river hello

stoic sun
#

Hlo

earnest crow
#

Hey

#

@stark river how are ya

stark river
#

👋

somber heath
#

@ionic ibex 👋

ionic ibex
#

hi

somber heath
karmic obsidian
#

nah it was actually disconnected

#

idk why it happened

ionic ibex
#

I just started Python and I want to work in the area of ​​artificial intelligence and image processing. My English is not very good. Can anyone guide me, I will need mathematics in this field, what subjects should I study?

somber heath
#

@cyan flax 👋

ionic ibex
#

Thank you

warped raft
#

@late tangle , @stark river hello

#

how are you guys dong

#

@willow gate hello

willow gate
#

Hello

stark river
#

👋

#

rust?

fiery kernel
#

sup

rugged root
#

Okay, now that I'm actually sitting

#

How goes it, device?

#

@lavish rover

How do you know that someone is working hard every day
Spy cameras

rugged root
#

I hear ya

#

Back to Mutelock

wind raptor
#

I'm glad I'm not the captain of your ship 👀

rugged root
#

It's going to be consistent

#

@fast sparrow Sup

#

I'm good

#

Going through The Rust Book

fast sparrow
rugged root
#

Hopefully

wind raptor
willow light
#

The best thing I got out of the rust book so far is discovering mdBook

rugged root
#

Oh huh

#

That's pretty neat

willow light
rugged root
#

!charinfo ⌥.

wise cargoBOT
rugged root
#

I'm very tired

#

@mild quartz Sup

willow light
#

I am currently also tired. had to update my resume from 2018

mild quartz
#

sup

rugged root
mild quartz
#

pg u

rugged root
#

I'm not on fire

#

So I'll take it

#

My bar is pretty low right now

mild quartz
#

goodnuff brother

rugged root
#

Going through The Rust Book

mild quartz
#

thats cool

#

liking it?

rugged root
#

Seeing if I'm smart enough to get it to a useable state. Oh I've messed with it before, I really like it

#

Just haven't had a use case until now

dense ibex
rugged root
#

Doing that calculator thing I've talked about in it

rugged root
mild quartz
#

gotta make a calculator

dense ibex
#

I got to the http server

mild quartz
#

whats a computer without a calculator

rugged root
#

Well specifically an accountant style one

#

There's particular things I have in mind

mild quartz
#

i see

#

based calculator

dense ibex
#

Most of the gui lib bindings are very nice in rust iirc

rugged root
#

There are various ways in which calculators interpret keystrokes. These can be categorized into two main types:

On a single-step or immediate-execution calculator, the user presses a key for each operation, calculating all the intermediate results, before the final value is shown.
On an expression or formula calculator, one types in an expressi...

rugged root
dense ibex
#

gtk?

rugged root
#

Maybe

dense ibex
#

I mean tauri technically but you still need to write js

#

Which I doubt you wanna do

rugged root
#

Yeah just thumbing through options

willow light
#

current non job search project for today is researching mermaidjs

rugged root
#

You mean manatee

#

It's not a mermaid, I hate to break it to you

#

@wind raptor What're you up to

willow light
rugged root
#

I stand by my statement

dense ibex
rugged root
#

I appreciate it

#

Still early on in the book again

dense ibex
#

yeah it’s chunky

rugged root
#

I'll get to the nitty gritty eventually

dense ibex
#

I just used a screen reader

dense ibex
#

Finally figured out ownership and borrowing

rugged root
#

Damn it, forgot we can't just check for truthy as easily

#
fn main() {
  let number = 3;
  if number {
    ...
#

Forgot that doesn't work

#

Bleh

dense ibex
#

Yeah I mean null isn’t really a thing

willow light
#

we got spoiled lol

dense ibex
#

You have an option type though

rugged root
#

Null isn't but empty strings and 0 are

#

Ah true

#

Option is dope

#

@mild quartz Whatcha dooooin

willow light
#

option is pretty cool, ngl

dense ibex
#

I am not a fan of the match statement though

#

It might jsut be because I’m shit at rust

#

But my code is littered with them because of the damn option type

rugged root
#

Match and switch are everywhere

dense ibex
#

Yeah

rugged root
#

So good

dense ibex
#

Result is nice too

rugged root
#

All that's really functional style

dense ibex
#

See I would build stuff in rust if Go didn’t exist

rugged root
#

Oh thank you zombie jesus you can label loops

#

Forgot that

#

I like that it does this, but I don't like how it looks:

let x = [1..=5];
#

Like I get it, but it looks weird to me

#

Wait how do you do step in that case?

#

Or do you have to make a new Range

willow light
#

range len x lol

#

still havnt figured out where the parens are on this keyboard, new layout lol

rugged root
#

Colemack I think you said?

#

Or however you spell it

willow light
#

not all of the keys are labeled and there are two backspaces lol

#

using qwerty for the time being

rugged root
#

New keyboard entirely?

#

Pics or it didn't happen

willow light
#

wrong pic lol

stark river
rugged root
#

Ah that's right

#

I was close

willow light
stark river
#

big mac

rugged root
#

What're you up to saz?

willow light
#

That one doesn’t expose internal data

rugged root
#

Oh that's a weird one

stark river
#

playing around with ts

rugged root
stark river
#

yeah

#

feel like i should shill my keyboard layout

#

but ...

rugged root
#

Oh yeah, I forgot you have a modified colemak style

stark river
#

it's embarassing

rugged root
#

Why?

#

You don't have a like... uwu macro key, right?

willow light
#

I have some organizing to do lol

stark river
#

the design is well thought out.. scores high on the metrics... but i didn't quite package it

rugged root
#

Is what it is

stark river
#

that's because i'm not exactly a programmer

rugged root
#

Are you not?

#

I guess technically I'm not either

#

True

stark river
#

i'm an analyst who can code

rugged root
#

Ah that's right

#

@narrow jewel Yo

#

@lavish rover Welcome back, bud

#

Back sorry

#

Had to help a co-worker refund a shipping label

#

@prisma crescent Sup

#

@lavish rover What're you up to?

#

Cool cool

#

He might be deeply involved in his sandwich

#

@wind raptor Where you at you sandwich enjoying bastard?

stark river
#

sandwich theorem.. how close is close enough

rugged root
#

At what point does it become a flatbread

#

How hard would you have to squish down regular bread to make it a flatbread again

stark river
#

man i over ate today 🤢

rugged root
#

What'd you have?

stark river
#

biryani

rugged root
#

That sounds really good right now

stark river
#

there's a 50% chance you may not know what it is

lavish rover
#

?? people know what biryani is lol

#

it's so common

stark river
#

that's why i said 50%

rugged root
#

I had to look it up

lavish rover
#

nevermind

rugged root
#

I've looked it up before

lavish rover
#

white boi

rugged root
#

But my ADHD didn't commit it to actual memory

narrow jewel
rugged root
#

How goes it

#

@crystal fox Sup Bisky boy

#

You doing any better?

#

Lame

#

Yeah that's an infection

#

If it's colored

#

Yeah was gonna ask

#

Yeah it sounds snot very good

#

Which car?

#

Or what kind rather

#

'merica

crystal fox
rugged root
#

And wrong size for the roads

stark river
#

a suzuki?

#

with the steering on the left?

rugged root
#

Steering dead center

#

And I don't just mean in the front

#

Like dead center of the vehicle

crystal fox
wind raptor
crystal fox
rugged root
#

True

#

Usually gets raised on the state side

#

@azure pagoda Yo

wind raptor
rugged root
#

Type your question here

#

We're having a hard time hearing you

azure pagoda
#

am trying to make a new section of Publication in my resume i ahve one research paper

#

so am not getting how shall i put that ?

#

like what shall i put in heading , sub heading and all

rugged root
#

Lame

wind raptor
#

I've never added that kind of thing to a resume but I'm sure the channel mentioned above or google may be good options to scope out how to do that. Looking at google, it seems like most people put the header after education.

rugged root
#

Bin full of handguns right next to the bin full of sports games from previous years

rugged root
#

Okay, just hit the ownership section of The Rust Book

#

Let's do this

wind raptor
#

you are at the hump (ownership and lifetimes)

#

You got this

rugged root
#

I remember not being too bothered by this last time

#

But again, it was me just fiddling around

#

Each individual shell has its own safe

wind raptor
rugged root
#

"How many shells do you need?" "Eh I think like... 3 boxes?" "Well shit. I'll have them to you in about half an hour"

#

3kg of keys jingle

#

@twin sparrow Yo

wind raptor
#

Inventory hell

rugged root
#

Especially if the last employee forgot to label which ones they already took the shell out of

wind raptor
#

Don't forget you need to fill out paperwork every time you open a box

rugged root
#

I think the Kolibri might be smaller?

rugged root
#

Also yes

#

Bit of both

#

@crystal fox We don't have easy food tracing

#

I would be mainlining ginger just to keep from vomiting if I was on a ship for that long

#

True

#

HA

#

Yep

#

But in this case, ginger

#

Yes

#

Just tell Kath to share

#

Jesus just scared myself

#

I thought I lost an authenticator somewhere

crystal fox
rugged root
#

Yep

#

For good reason

#

Looks more like.... Do you remember the original Alone in the Dark?

#

Like that

#

🥊

stark river
rugged root
#

Ooohhhh

wind raptor
rugged root
#

Yo Alex

#

Bananananananananana-

#

@crystal fox What are you talking about? You like me

#

@mild quartz Welcome back

mild quartz
#

tyty

rugged root
#

Strawberry is not a berry

#

It is an accessory fruit

lavish rover
#

apple is not a fruit

#

banana is a berry

rugged root
#

Whaaaaaa

#

I didn't know the banaberry one

lavish rover
rugged root
#

Big ass berry

#

Not to be confused with Big Ass'd Barry

stuck furnace
rugged root
#

On the Ownership chapter right now

stuck furnace
#

Sorry, I'm just being a comment historian 😄

rugged root
#

I don't mind

stuck furnace
rugged root
#

Yeah considering how some of the concepts are

stuck furnace
#

I'm on chapter 11 lemon_swag

rugged root
#

Automated Tests, eh?

stuck furnace
#

Yep! Lifetimes were a bit of a weird concept. I'm not sure I actually understand them so I'll probably end up coming back to that bit.

rugged root
#

Ownership makes sense to me

#

But I only vaguely remember the lifetime stuff

crystal fox
#

@lavish rover

rugged root
#

Ooooooooooooo

rugged root
wind raptor
#

It's a testing framework for property based testing

rugged root
#

Back in a sec

stuck furnace
#

I thought you said bath robe

upper basin
#

I am sorry, I should have googled it myself, thank you so much!

wind raptor
#

No problem 😄

crystal fox
wind raptor
#

Gonna head out to the park for a bit. Cheers all

upper basin
#

Greetings Anokhi!!

stuck furnace
#

Yeah it sucks being sick

rugged root
#

It sicks being suck

#

I don't know either

#

@sour geyser Yo

#

@flat heart @whole bear Also yo to you both

sour geyser
whole bear
#

sorry , had to leave but thanks.

sour geyser
#

Long time no see.

upper basin
rugged root
#

@crystal fox Love ya bud

sour geyser
rugged root
#

Huh, haven't heard of this lang

#

A statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum.

#

Ah, that's why I haven't heard of it

#

Nim is great, though

#

Kind of nuts how much trouble you have to go to in order to define default values in Rust

#

Makes sense, just wonky

sour geyser
#

I haven't touched much Rust

rugged root
#

I've tried to get into it a few times. I like what I've played around with, I just didn't have a use case before so I kind of fell flat trying to learn it

#

Now I have something so hopefully I'll get further

#

@violet crater @lavish forge Yo to you both

#

Yeah people are focused

#

Sometimes it's nice just knowing others are here

#

@somber heath Haiiiiiiiiiii

#

Damn fine

#

MMm gurl

#

Just couldn't sleep?

#

Fair

#

Flushed with success

#

Preach it

violet crater
#

couldn't talk,

#

not voice verified tho

rugged root
#

All good

#

Most of the time people are watching the chat here as well so no one gets left out

#

Hell, I can't talk outloud right now

violet crater
#

im trying to watch stream and chat at the same time, but can't

rugged root
#

Yeah yeah

violet crater
#

there's a separate chat thread in voice chat 0 voice channel

#

and this is another sperate main channel xd

rugged root
#

It's disabled because of how awful it is for codeblocks and on mobile

#

Yeah I know...

#

It's the best I could come up with to do

violet crater
#

#Discordmods you were better than this !!

#

official discord mods not this discord lol please dont think that way

rugged root
#

I mean if they figure out a way to make the built in voice/text channel not suck then I'd re-enable it

violet crater
#

yeah, that would be very much easy for us

rugged root
#

@sour geyser Wait. Kali on mobile?

violet crater
rugged root
#

That..... whyyyyyyy

#

@lavish forge He was talking about NetHunter

#

@sour geyser was

#

But I think he died

#

We shall hold a ceremony in his honor

#

Snacks will not be free

#

Should have supported phones listed, I would think

#

My brain is having a hard time understand value/data access on the stack

sour geyser
rugged root
#

Like I know the plates analogy

#

But like.... I'm trying to get how that applies to scope:

fn main() {
    let mut x = 5;
    x += 1;
    {
        let x = x * 2;
        println!("The value of x in the inner scope is: {x}");
    }
    println!("The value of x is: {x}");
}
#

Is that all on the stack? Because you can still access and shadow the x that's in the main function body

#

But that would be on a plate under the top one, right?

willow light
#

I need to do more rust, if I stay attached to one language for too long I'll stagnate.

#

Study buddy time?

rugged root
#

I wouldn't say no

#

I just hit Chapter 4 in The Rust Book

#

By proxy, the people (voice chat context)

stuck furnace
#

Ohh robbing lol

lavish rover
#

I'm down for some rust sessions

stuck furnace
#

I heard that differently

rugged root
lavish rover
stuck furnace
stuck furnace
rugged root
#

Would this be all on a singular plate then? Just trying to make it fit the analogy in my brain

lavish rover
#

not sure what you eman by "singular plate"

stuck furnace
#

Stack frame?

lavish rover
#

the compiler just treats this like:

fn main() {
    let mut x1 = 5;
    x1 += 1;
    {
        let x2 = x1 * 2;
        println!("The value of x in the inner scope is: {x2}");
    }
    println!("The value of x is: {x1}");
}
rugged root
#

In most things, they compare stack to a stack of plates, where you can only really touch or retrieve the stuff from the top most plate/frame

lavish rover
#

you can access anything on anywhere in the stack

sour geyser
rugged root
#

I would think the opposite

lavish rover
#

you can think of scopes as "plates", but you can access values in any above scoeps

#

the only hard boundary is for functions

willow light
#

So what is the rust equivalent of

print "Hello %s!" % "world"
sour geyser
lavish rover
#

your intuition is correct for python, because those are the only scopes we really have

rugged root
#
The value of x in the inner scope is: 12
The value of x is: 6
lavish rover
willow light
sour geyser
#

I'm curious what main loop prints.

#

I assume the x1 defined in main loop not internal scope.

rugged root
#

But it's still visable in the inner scope

#

Ooooooooooooooooooooooooooooooooooooooooooo

#

Gotcha, okay

#

Globals would be heap

willow light
#

I learn better by doing than by reading, so I will give myself a project and then learn rust as I make the project.

e.g. working with postgres and actix-web to make the backend for my PantryManager project.

rugged root
#

My brain will get there eventually

sour geyser
#

@lavish rover how do you learn about different language scopes and where they're stored?

#

I'm used to C where I define where things go potentially.

lavish rover
#

I made a language lol

rugged root
#

2

#

Wait 3

lavish rover
#

oh you mean specifically for some language?

sour geyser
#

yeah

#

like python, rust, go, etc.

lavish rover
#

depends on the semantics, you just read the docs / mess around with compiler

sour geyser
#

blergah.

rugged root
#

Or guides

#

Python is uncommon in that loops don't have their own scope for example

willow light
#

Speaking of C, does anyone know where I can find a copy of 10 Elegant Ways to Create a Segfault?

sour geyser
#

I like learnxinyminutes

lavish rover
#

python is also weird in that all variables are dynamically allocated

sour geyser
#

they shortcut some of the language nuances and just tell you w/o you reading through an entire book of experientially messing w/ the language's compiler

rugged root
somber heath
rugged root
#

You both were echoing

rugged root
lavish rover
#

i was thinking it but didn't want to fall on my own sword

rugged root
#

hawt

willow light
#

:q!

#

oh wait

rugged root
#

I'll be back later, sorry

willow light
#

On laptop keyboard, which is why my typing is currently s p e e d

#

Still need to get used to that new keyboard, but it is slow going. I did finally figure out where Window Key is on that thing.

#

Still looking for parentheses though

#
/// Documentation comments look like this and support markdown notation.
/// # Examples
///
/// ```
/// let five = 5
/// ```

That's cool

#

oh it breaks discord lol

short owl
#

are , classes , overated ? why bother using them ? is there a efficiency somehow ?

willow light
#

they are. just use pure functions instead

short owl
#

do most programmers use them in the professional level ?

short owl
#

does it make the code run faster OR is it just a convienience somehow ... hmmm lookin up encapsulation

#

mmm prevents other bits of code from messing with specific variables - prevents data corruption - creates a organized process

#

private variables - that fits into my brain in a better way somehow

willow light
#

oop is overrated, only useful for enterprise and the kind of people who are easily impressed by complexity

#

and in that direction you find oracle

#

</sarcasm> for those who cannot tell

willow light
#

gonna be a while until i can touch type effectively again

somber heath
#

@crystal hearth 👋

whole bear
#

Dose anyone know how to make a discord webhook

#

i cant do this command ```
Command: pip install discord-webhook

error: pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • pip install discord-webhook
  •   + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

PS C:\Users\Idk>

willow light
#

Oh

#

you're using powershell

#

RIP

shrewd ibex
#

wsg @lone mist

#

say it again?

#

@lone mist how old are you?

#

sec

somber heath
#

@meager forge 👋

meager forge
#

dear you know react?@somber heath

#

okey dera i need some help

#

yes

#

let me check is anyone there to help me

somber heath
#

!guilds

wise cargoBOT
#
Communities

The communities page on our website contains a number of communities we have partnered with as well as a curated list of other communities relating to programming and technology.

meager forge
#

okey Dear i will chek

#

you found it?

somber heath
meager forge
#

can you repat what you said Dear?

somber heath
#

@compact kelp 👋

austere hornet
#

Hi. Opal voice fan here.

#

Ahh yes, CS50x

#

Harvard's Introduction to Programming.

somber heath
#

@mighty sun 👋

#

@opal crest 👋

austere hornet
#

It's getting active in here...

mighty sun
#

hello

#

Is this chat abt coding or is it just a social talk

somber heath
austere hornet
#

Finally installed pyxel lemon_sweat

#

Vegemite tastes good sometimes, and it tastes disgusting other times.

#

It is quite salty flavourful though, so definitely use it sparingly.

somber heath
#

@hybrid fjord 👋

austere hornet
#

I'm in Perth

#

Oh it's evening for you already

somber heath
#

Approaching 5, so not yet for me.

austere hornet
#

lol 4 is evening for me.

#

Because that's about when I get tired

#

Many places say that 5pm is evening.

#

Many people just say good evening after 6 to be safe.

#

I might go now... Must practice for the pyjam!

fast sparrow
#

hey, sorry I just missed everything you said, I'm on call.

#

sorry

somber heath
#

mr.hemlock

fast sparrow
#

There's Alex as well, right?

somber heath
#

@whole bear 👋

#

@austere horizon 👋

austere horizon
#

Wasup

somber egret
#

i'm too noob to talk

#

hiii

somber heath
somber egret
#

it takes 3 days rofl

stray girder
somber egret
#

screaming is fun idk what you're talking about

#

hows the weather in the land where everything wants to kill you

fast sparrow
#

@somber heath It sounds like you've been here for quite some time.

somber egret
#

i thought he was new zealand

#

same thing as aus

#

hahahhaha

#

always gets em riled

#

say "six"

#

damn you're almost in the middle between nz and aussie six, not quite SEEEKS y'know

#

i love the chats, when ya goin on smoko m8, yee yee naaa yee

#

i got u hold on

stray girder
#

i send this stupid video to all my australian friends. bushland adventures - weird rick and morty parody :)

somber egret
#

imdying

somber heath
#

@still zodiac 👋

still zodiac
somber egret
#

im in the uk, worked for tree surgery co, ozzie customer had a big pile of branches n stuff to go, i just grabbed the whole pile and the customer FREAKED OUT running around demanding i put gloves on
"....why?"
"THERES SPIDERS IN THERE!!"
"lady the most dangerous thing in this country is a pissed off cow"

#

yes there's several of those in pensylvania

stray girder
#

n a u r

somber egret
#

N A U RRRR

#

byee ❤️

#

in denial that i can indeed complete this code (i can't)

stray girder
#

what code u gt?

#

got*

somber egret
#

making my own scripting language rofl

#

in python, but i dont know python

#

the script is so i dont need to use python

#

but i need to know python to write the program to make the script so i dont have to use python

#

its 6:20 am here

#

i'm bri'ish m8

#

itz chewsday innit

#

byees

#

just us now

ebon mist
#

!paste

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 Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

ebon mist
viral granite
#

automating the creation of tiktoks using movie pi and eleven labs

#

I don't have voice perms yet lo

#

lol

#

I need to send 50 messages

#

i've been in here for a couple years

#

i'm suprised I haven't hit that yet

#

based off of the number of times i've joined a vc in this server and reminded myself i don't have voice perms

#

i don't believe the voice verification was always like this

upper basin
#

@peak nacelle you can check out qoin for your dice project.

viral granite
#

I remember a leveling system in the past

upper basin
#

It's a quantum random number generator, it has the same interface as random, but if you connect it to a real quantum hardware, you'll get true random numbers.

earnest crow
#

moce

#

*nice

somber egret
#

i mist his soothing voice

#

fancy a sunny D m8

#

it changed, it aint like the 90s anymore, it tastes crap

#

fantaaaaaaaaa

#

now it's acid reflux simulator

#

did you like the video i sent earlier

somber egret
#

yes

#

hahahha

#

im british, moving to usa, the culture shock is real

#

can't get my head around drive-thru liqor stores

#

what are you trying to do

#

presidence sucks, different for every language 😦

#

some use bodmas, there's a different type that stats? i think use, then some languages just go rogue

somber heath
#

!e ```py
def func(v):
return (v - 9) // 2

print({i: func(i) for i in range(1, 19)})```

wise cargoBOT
#

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

{1: -4, 2: -4, 3: -3, 4: -3, 5: -2, 6: -2, 7: -1, 8: -1, 9: 0, 10: 0, 11: 1, 12: 1, 13: 2, 14: 2, 15: 3, 16: 3, 17: 4, 18: 4}
somber egret
#

hey opalmist i bet you can't pinch your nose and hum

#

you cheated!

#

pinch your nose sufficiently to block all airflow, you can also use superglue

#

clout, ofcourse

#

imdying

#

okay here's another fun one

10/3 = 3.3333...
3.333... * 3 = 9.9999
where'd my 0.000....1 go?

somber heath
#

!e py print(10/3)

wise cargoBOT
#

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

3.3333333333333335
somber egret
#

it's not even 3.3334

#

the heck

#

you're not doing it right it's ye nah

somber heath
#

!e print(1/3)

wise cargoBOT
#

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

0.3333333333333333
somber egret
#

i broke mist 😭

somber heath
#

!e py print(.2 + .1)

wise cargoBOT
#

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

0.30000000000000004
somber egret
#

ooh its treating those as fraction or something

#

decimal fraction

#

baiii ❤️

#

pappycat is deep in thought

#

he gone

#

yuhh

#

just me + you ❤️

#

i wonder if that has the alt-click-drag feature to block select

somber egret
#

google dropped chromebook aswell

#

they don't even give them to employees anymore

#

i'd run basic ass debian but chromebook were made for chromeos, nothing more lol

#

he sounded so sad about his laundry 😦

#

gotta plug in dude hahah

undone inlet
ebon mist
undone inlet
brisk bridge
#

hi

undone inlet
brisk bridge
#

do you wana use vscode in browser?

#

use gitpod , its really good

undone inlet
warped raft
#

hello @bold lake

#

how are you doing

bold lake
somber heath
#

@whole bear 👋

earnest crow
#

@dull sluice whats up with your nick?

dull sluice
earnest crow
#

Well i know what it means, having this word in my language myself. i was just wondering if its an coincidence

#

Im gonna assume you are from slavic country, ive heard kreten being used in slovenia slavakia czechia and croatian-serbian langueages

warped raft
#

does anyone of you have experience with react js

#

hello @somber heath

somber heath
#

@bright sierra 👋

obsidian dragon
#

tiny arms

whole bear
whole bear
#

YOOOOOOOOOOOOOOOOOOOOOOOOOO

vernal grove
#

yo

whole bear
#

@whole bear 👋

vernal grove
#

what are y'all doing

whole bear
#

My timeout just ended

#

.8ball Will I be banned again?

viscid lagoonBOT
#

Yes

whole bear
#

.8ball How are you?

viscid lagoonBOT
#

It is decidedly so

stark river
#

#

good

#

u

whole bear
#

@devout anvil 👋

stark river
#

nothing out of the ordinary

whole bear
stark river
#

it is a rng

whole bear
#

.8ball Will I be banned again?

viscid lagoonBOT
#

My reply is no

whole bear
#

@somber heath 👋

#

@stable wyvern 👋

stable wyvern
stable wyvern
whole bear
stable wyvern
#

no access

whole bear
#

Bro read what is says in there

stable wyvern
#

I read
I just joined today