#voice-chat-text-0

1 messages · Page 960 of 1

molten pewter
#

"that is how they get you. They are under the ground"

#
IMDb

Sharkula: Directed by Mark Polonia. With Jeff Kirkendall, Kyle Rappaport, Jamie Morgan, Titus Himmelberger. The curse of Count Dracula lives on in shark infested waters, claiming the lives of a tourist community. A sea hunt for the new species results in monsters, madness and bloodshed. This great white is putting the bite back into terror, and ...

lyric pawn
molten pewter
lyric pawn
#

furyo has a new favorite director

quasi condor
lyric pawn
#

mark polonia for president

#

director of classics such as Sharkula.

molten pewter
quasi condor
pallid hazel
#

Howard the Duck, known in Europe as Howard: A New Breed of Hero, is a 1986 American science fiction comedy film directed by Willard Huyck and starring Lea Thompson, Jeffrey Jones, and Tim Robbins. Based on the Marvel Comics character of the same name, the film was produced by Gloria Katz and written by Huyck and Katz, with George Lucas as execut...

molten pewter
haughty pier
pallid hazel
#

i say bah humbug

rugged root
#

@pallid hazel The only reason I said what I did was that my wife worked in the bush in Alaska for a few years helping the natives there

restive geyser
#

👀 what is this discussion

rugged root
#

I don't know anymore

restive geyser
#

lol i'm so confused

rugged root
#

Difference between folks who are "homeless", which in Aaron's definition are folks who are freshly out of a job, may not have been able to pay bills and got evicted and will be able to get back on their feet not long after

#

Anyone else beyond that he's classifying them as either vagrants, professional beggars, etc.

haughty pier
restive geyser
haughty pier
restive geyser
#

also, he's white. race plays a factor.

haughty pier
rugged root
#

Wait

#

Can we get evidence as to average income of panhandlers?

#

If this is one of the major linchpins in the argument?

restive geyser
# haughty pier Evidence?

Race, ethnicity, and homelessness are thoroughly intertwined. This conclusion has been leaping out of data reported by the U.S. Department of Housing and Urban Development (HUD) in recent years, and analyzed in the Alliance’s annual State of Homelessness report. Perhaps […]

#

wait what

sweet lodge
#

You get that, right?

restive geyser
#

and that's why people can't afford property

vivid palm
#

the corporations buying residential housing is fucked

uncut meteor
#

just build your own house catsmart

sweet lodge
uncut meteor
#

lego is affordable

restive geyser
uncut meteor
#

build your own land

#

just build on garbage island dv_pepeSmartWaitOwO

#

is free real estate

vivid palm
#

were you about to say they're just getting handouts @haughty pier

sturdy panther
#

We are all funding its developments by supplying it every day through our bins!

quasi condor
#

London has 30,000 empty properties

#

a population of 8.9m people

uncut meteor
#

EastTrash or WestTrash, pick a state of Trashlandia

sturdy panther
#

I believe we need a wall in between them first!

rugged tundra
#

To remove the trash from the oceans during our lifetime would be a good deed.

rugged tundra
wheat needle
#

hello everyone 🙂

sweet lodge
#

Hello

rugged root
sweet lodge
#

Installing package managers through pip always causes problems

#

nested package managers

#

Now there's a thought

rugged tundra
#

Hi @wheat needle 😁

sweet lodge
#

@rugged root - guess what?

#

Poetry autodetects your venv

#

It does

#

PDM checks your global [enviorment]

#

Of course, now that I try to confirm that, I can't find it

#

pip uninstall poetry

#

Sounds right

rugged root
sweet lodge
#
name: Docker

on:
  push:
    branches:
      - main
  pull_request:

env:
  REGISTRY: ghcr.io
  IMAGE_NAME: ${{ github.repository }}

jobs:
  docker:
    runs-on: ubuntu-latest

    permissions:
      contents: read
      packages: write

    strategy:
      matrix:
        python-version: [ '3.10' ]

    env:
      CACHE_VERSION: v2-prod

    steps:
      - name: Checkout repository
        uses: actions/checkout@v2

      - name: Set up PDM
        uses: pdm-project/setup-pdm@main
        with:
          version: 1.12.3
          python-version: ${{ matrix.python-version }}

      - name: Get cached dependencies
        uses: actions/cache@v2
        id: pdm-cache
        with:
          path: ./__pypackages__
          key: ${{ env.CACHE_VERSION }}-${{ runner.os }}-pdm-${{ hashFiles('**/pyproject.toml') }}

      - name: Install dependencies
        run: pdm install --production --no-editable

      - name: Log in to the Container registry
        uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
        with:
          registry: ${{ env.REGISTRY }}
          username: ${{ github.actor }}
          password: ${{ secrets.GITHUB_TOKEN }}

      - name: Extract metadata (tags, labels) for Docker
        id: meta
        uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
        with:
          images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

      - name: Build and push Docker image
        uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
        with:
          context: .
          push: true
          tags: ${{ steps.meta.outputs.tags }}
          labels: ${{ steps.meta.outputs.labels }}
#
FROM python:buster

RUN adduser --disabled-password bradworks

WORKDIR /home/bradworks

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV FLASK_APP bradworks

RUN pip install gunicorn

ENV PYTHONPATH="/home/bradworks/pkgs:$PYTHONPATH"
COPY __pypackages__/3.10/lib ./pkgs

RUN chown -R bradworks:bradworks ./
USER bradworks

EXPOSE 5000
ENTRYPOINT exec gunicorn --bind 0.0.0.0:5000 --workers 4 "bradworks.web:create_app()"

LABEL org.opencontainers.image.source = "https://github.com/darbiadev/bradworks"
sweet lodge
#

I don't know anything better

#

What do you suggest?

stuck furnace
rugged root
#

!pep 517

wise cargoBOT
#
**PEP 517 - A build-system independent format for source trees**
Status

Final

Created

30-Sep-2015

Type

Standards Track

pallid hazel
#

@rugged root , btw.. couldnt find a loop way to build all those tables, so I did it manually and laced it into the functions.. finally got it tested and all working now.

rugged root
#

If you're working with raw sql, the more that you can just do in raw the better. Otherwise using an ORM would let you have more pythonic ways of dealing with stuff

pallid hazel
#

I'll look into if it's more of a wall, and not trying to get out of lacing my shoes with python..

uncut meteor
rugged root
#

Whelp, son of a bitch. I can't use my PS4 themes on my PS5. Which means I can't use my favorite theme of all time: https://youtu.be/cJTlu4WM21s

// PSN Store: https://store.playstation.com/en-gb/product/EP2402-CUSA05624_00-ETH0000000002875
A fun dynamic theme for PS4. The mix between lasers and cats never gets old, it's still fun and weirdly adorable at the same time. The music is good, it fits the retro-vibe of the theme.
Looks very good on a 4K TV.

▶ Play video
#

I've been using this one for well over a year or more

rugged root
#

But

#

But laser cat

quasi condor
#

@haughty pier what do you mean online help for vim?

gentle flint
#

laptop guard

sweet lodge
#

cat

rugged root
sweet lodge
#

Server Deafen

#

That's a thing?

#

We refuse to let you hear us

#

I feel like I'd just ban them at that point

rugged root
#

I mean it's a built in thing yeah

#

Which is why we don't use it

#

All moderative action goes through @wise cargo

quasi condor
#

Emoji Movie

Box office: 217.8 million USD
Budget: 50 million USD

lyric pawn
#

mr bean

#

@pallid hazel

#

who?

rugged root
#

Low budget

#

So good

lyric pawn
#

@quasi condor you're trying to say you're the real life mr bean?

#

100 dollars

#

to 200 dollars

#

get to 20 thousand

#

spend it all on crack

#

0 dollars

#

@pallid hazel can you do a tony robbins sketch?

#

🤣

#

@midnight agate 😆

#

🤣

#

😆

molten pewter
quasi condor
#

starting 30 years ago, it would have been very difficult to save 850$/m

lyric pawn
molten pewter
#

I saved 1000$ / month while living in NY. from 2002 to 2014

#

then when I lived in Taiwan.

lyric pawn
pallid hazel
#

emotional intelligence with Marcellio

lyric pawn
#

funny vocabulary.......

#

that people still take you seriously

#

most people who use your words would get laughed out of a room @midnight agate

#

🤣

ocean abyss
#

Heyy 👋

molten pewter
#

"auto-lull" -maroloccio

ocean abyss
lyric pawn
#

@quasi condor could of been an astronaut

#

i want to watch @midnight agate

ocean abyss
#

@midnight agate rust? For what reason?

#

Isn't go a more modern language

#

p.s. i dont have any idea

#

EH

#

ksef

#

xd

#

yeah

#

Its ok

lyric pawn
#

Zev

ocean abyss
#

Call me ありす

#

B)

#

Alice in english

#

its both ok

pallid hazel
#

wonderland...

ocean abyss
#

.>

#

with every language you're a human more?

#

ohh I see

#

Wow thats deep

lyric pawn
#

rust gives you a pretty rock solid application when you make one

#

its quite difficult to learn though

ocean abyss
#

hmh I guessed

lyric pawn
#

🤣

#

@midnight agate

#

😆

#

'falls.......flat.' 🤣

ocean abyss
#

Oh @rugged root I don't know if this is something I should address to you but you could in theory add the channel hyperlink in the channel description... [#voice-verification](/guild/267624335836053506/channel/764802555427029012/) hope you don't mind the ping 😅

lyric pawn
#

🤣

rugged root
#

It is there. It's just when you gain the voice verified role the channel disappears

ocean abyss
#

Oh! I didn't think about that

#

Sorry D:

rugged root
#

Nothing to apologize for

lyric pawn
#

maro 🤣

haughty pier
#

@midnight agate I once literally criticized one of my high-school classmates for "parroting what the teacher said" instead of actually understanding it because they couldn't explain it in any other words... (the department head was in the room at the time and heard me and said "now the swords come out!")

lyric pawn
ocean abyss
#

Like did the smart guy hurt the teachers ego? haha

lyric pawn
#

dont piss off an Adult.

#

people are nasty creatures.

#

trust robots.

#

and animals

ocean abyss
#

Yeah I guess

ocean abyss
haughty pier
pallid hazel
#

fangirls

haughty pier
#

@midnight agate I think you missed the conversation where we discussed pip, poetry, and pdm.

#

It was much earlier

quasi condor
#

also Cloud Services immediately after that

haughty pier
#

I also briefly mentioned some things about vim.

lyric pawn
#

🤣

ocean abyss
#

Should I change my name so its easier to call me?

#

D:

lyric pawn
ocean abyss
#

ok

#

there you go

lyric pawn
#

🤣

#

yo @midnight agate check out frodo baggins is in here

ocean abyss
#

what

#

wait

#

is that someone

lyric pawn
#

yea...

ocean abyss
#

I think I should change my name then

lyric pawn
#

🤣

ocean abyss
#

FUN! @midnight agate

#

just be funny

lyric pawn
#

🤣

#

@midnight agate trying to build suspense....

#

😆

#

🤣

#

😆

#

you're so funny

#

🤣

#

@quasi condor thats chump change

#

you finessed that dude

#

damn sad story

#

@midnight agate thank you marco

#

for the beautiful speech

#

😆

#

🤣

haughty pier
#

eating, BRB

lyric pawn
#

@quasi condor anything to add?

gentle flint
lyric pawn
#

🤣

#

@molten pewter damn

#

why did they go up so much?

gentle flint
#

amazon:

lyric pawn
#

buy it

#

before it goes to 5000

#

🤣

#

@haughty pier is a NixOS legend

quasi condor
haughty pier
#

“Annual income twenty pounds, annual expenditure nineteen nineteen and six, result happiness.
Annual income twenty pounds, annual expenditure twenty pounds ought and six, result misery”

― Charles Dickens, David Copperfield

fallow musk
#

@molten pewter I don’t have voice chat permission yet lmao but interesting talks

lyric pawn
#

🤣

#

'it was a Pleasure....to host ...you.'

#

what you say after A beautiful dinner

#

@vivid palm we need streaming privileges

#

🤣

#

😆

#

Maybe....

#

on a special series of Monday Night Raw

#

I might pop out

#

you just gotta tune in

#

@midnight agate dont go, what do you have better to do?

#

hold up

#

i promise ill get you that stream

#

Damn

#

😆

#

gotta keep my privacy

#

as you say marco

#

'its A Dangerous....world.'

#

i cant live up to those expectations furyo

#

marco has high expectations

#

higher expectations than tony robbins...

#

i cant get voice privledges guys, because ill disturb conversations and burst out laughing everytime marco talks

#

thats one of my main reasons for not

#

I dont want to interrupt

gentle flint
#

you can also go voice verify and just not unmute

lyric pawn
gentle flint
#

which always leaves the option if you for some reason do want to communicate

lyric pawn
#

why go through with the effort

gentle flint
#

takes 10 seconds

fallow musk
#

Nihilistic jmac

gentle flint
#

like now

fallow musk
#

Why go through any effort at all then

#

Jmac giving me an existential crisis by midnight

lyric pawn
#

im very religious

#

the reason why im not trying to get corrupted by marcos opinions

gentle flint
#

corrupted, no less

fallow musk
#

Sound argument

gentle flint
#

@midnight agate you seeing this

#

lol

lyric pawn
gentle flint
#

aha

lyric pawn
#

he will send me over The Edge

#

😆

molten pewter
#

@olive hedge Hey, Fisher, may I have streaming privilege's to do some live coding with @midnight agate ?

lyric pawn
#

not so much his opinions, but his vocabulary

#

its too much

#

it will make me start out going down the wrong path

#

i got to stay in the lane im going in

lyric pawn
#

i cant get side tracked

gentle flint
#

why not tho

#

fr

lyric pawn
gentle flint
#

why you gotta keep doing what you do

lyric pawn
#

and progress consistently

gentle flint
lyric pawn
#

🤣

#

😆

#

this guy is killing me

#

im living longer because this guy makes me laugh so much

gentle flint
#

and how do you know which change is progress, and which is a sidetrack?

lyric pawn
#

real belly laughs

#

it hurts

lyric pawn
#

i guess you have to trust your experiences

#

im not very economic

#

i know

gentle flint
#

@midnight agate are you suggesting we type too slowly?

lyric pawn
#

brb i need to go get my fries out of the oven

gentle flint
#

we can type a lot faster

#

but that'll trigger the spam filter

#

not to mention being full of spelling mistakes

#

anyway

#

I'll let jmac speak

molten pewter
#

@sly jolt may I have some temporary streaming privilege's to do some live coding with @midnight agate in voice-chat-0?

fallow musk
#

Notes

#

Nope*

molten pewter
#

@stuck furnace may I have streaming privilege's to do some live coding with @midnight agate?

stuck furnace
#

One second sorry

lyric pawn
#

back guys

stuck furnace
#

!stream 588068033415741525

wise cargoBOT
#

✅ @molten pewter can now stream until <t:1642720976:f>.

lyric pawn
#

😆

#

stop using your vocabulary then

#

🤣

#

exuuuuuberent....

gentle flint
#

maroloccio, spewing content is both fun and interesting

#

for the spewer, that is

#

for the bespewed, it is anything but either

lyric pawn
#

i laugh in an hour more than i do in a month.months when marco talks

#

this guy literally makes me healthier

gentle flint
#

@fallow musk FLY THE FLAG

#

naow

gentle flint
#

well done

lyric pawn
#

🤣

gentle flint
#

puts away knife

stuck furnace
#

What is going on in this channel? 😄

gentle flint
#

a "spontaneous" outburst of support for the LGBTQ community

stuck furnace
#

👍

fallow musk
#

Yup ^-^

lyric pawn
#

😆

stuck furnace
gentle flint
#

sure

#

I have more words in a similar style

#

want some?

stuck furnace
#

Erm, maybe later, I'm reading documentation right now 😄

gentle flint
#

alright

lyric pawn
#

🤣

fallow musk
#

Just start typing

#

Then press :w

#

To save

lyric pawn
#

'your free to take notes....' 🤣

#

😆

#

🤣

molten pewter
lyric pawn
#

🤣

#

this guy has me dying

fallow musk
#

Start by setting numbers

#

In vim

#

:setnumbers

lyric pawn
#

furyo choose SHA256 for your hashing function

fallow musk
#

Please set numbers in vim ))): it huuurtsss

#

Use :setnumbers

#

It’s gonna be a life saver

lyric pawn
#

you said he could ask questions in here

#

so we're allowed to help the man

fallow musk
#

Now just type :setnumbers

lyric pawn
#

its birectional

#

its a unidirectional relationship

fallow musk
#

:setnumber*

#

Without an s

#

Sorry

#

No just :setnumber

#

Thank you 😊

gentle flint
#

personally I use :set nu

#

does the same

fallow musk
#

Really?

gentle flint
#

try it

fallow musk
#

Will do

#

Thank you!

gentle flint
#

:set rnu for relative numbers

fallow musk
#

Hmm

#

Never knew this

amber raptor
#

is this problem running on Windows?

gentle flint
#

:set nu rnu (so both combined) will set relative numbers on all lines except the current one; the current one will then show the absolute number instead of the relative number

amber raptor
#

like the one Fury is presenting

gentle flint
#

an rpi, I believe, via some client

#

not sure

amber raptor
#

yep I see

#

This would probably be a few lines of Powershell

lyric pawn
#

'have your stream watchers to help you...too.' 🤣

#

im convinced marco works as a lecturer

fallow musk
#

Yea he has a way with words

#

@midnight agate care to share with us your GitHub? 👉👈

lyric pawn
#

'im muted, because you need Your silence...and Your focus.' 😆

fallow musk
#

Lmaaaooo

lyric pawn
fallow musk
#

🏳️‍🌈

lyric pawn
#

im glad im not alone now

fallow musk
lyric pawn
#

i thought i was going crazy

#

thinking everything this guy said i was bursting out laughing almost waking up my room mates

#

real loud laughs from the belly

#

You have setlled my doubts now @fallow musk im comfortable in myself again

#

I cant believe how you gusy keep it cool/dont react to marco @molten pewter

#

i thought i was going crazy

#

finally i have someone else who understands

#

yea

#

he really should do comedy

#

he would make a lot more money than a career in coding

fallow musk
#

Comedy -> rich fast

#

According to jmac

lyric pawn
#

I dont know how his family sit down to dinner with him and dont laugh

#

i would be dying every 3rd conversation

#

😆

#

everything he types i can hear in his voice, with his pauses and whispy way of talking

#

like hes in no rush

#

its so funny

lyric pawn
#

is that quote from a movie?

#

fly the flag?

#

whats the significance?

#

im not hating, it sounds cool as hell

fallow musk
#

George carlin vibes here

lyric pawn
#

@molten pewter run it

#

@molten pewter try CTRL + D

fallow musk
sand ermine
#

hello.

#

i'm so bad today

fallow musk
#

This is so cool , I’ve never seen the terminal being used like this

#

Are u guys contributing to the code at the same time live ?

lyric pawn
#

🤣

#

mental gymnastic man

#

sorry your lecturer is distracting me

sand ermine
#

gg

lyric pawn
#

can you repeat the question

fallow musk
#

I’m new to python programming x) can’t help

lyric pawn
#

i dont think so

#

ive never done that before if we do

#

yea change it to bits, no idea how youre going to do that though

#

@molten pewter i dont think you need to understand it

#

i dont think marco even knows

#

im not underestimating

#

i think we should just do the hash

sand ermine
#

i have to go. tomorrow i answer your question

molten pewter
lyric pawn
#

🤣

#

marco dosent want to wake up the kids

#

disguising it that hes not trying to distract his student 😆

#

ok my bad

#

can i type code for furyo?

#

to help?

fallow musk
#

Well guys it’s been nice hanging out with you! Have fun and good luck @molten pewter

#

Good night logo_adafruit_pride

wet galleon
#

@fallow musk does it still count if you leave and rejoin the server?

#

To voice verify?

wise cargoBOT
#

Voice verification

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

wet galleon
#

yes?

#

on bot-commands?

lyric pawn
#

some wine?

#

😆

#

tipping your finger in the water

#

your pinky

molten pewter
lyric pawn
#

delete a line in vim? what are you trying to do?

#

what does it mean by encoded? encrypted?

#

but dont you need a key for that?

#

you dont

#

so why do you need to encode?

#

or what does encoding mean?

#

in the error you got?

#

ill try and find something

#

🤣

molten pewter
lyric pawn
#

yea i was just about to say

#

checksum

#

nice job

molten pewter
lyric pawn
#

probably😆

#

i think its because theyre not the same as eachother

#

i dont know if you can change a hash value into a integer

#

im not sure, but i dont think you can

#

what does base 10 mean furyo?

#

can we use something else than sum? Or change sum to a string?

#

so theyre the same?

#

🤣

#

i think hes off drinking wine somewhere

#

we're on our own

#

we need you to listen to the voice chat

#

furyo needs help, he messed up somewhere

#

and flipped his code

#

he needs help getting the bottom back to the top

molten pewter
#

I messed up the windows... they are now flipped

lyric pawn
#

yes

#

😆

#

discover more about what?

#

yea

#

yea good work @molten pewter

#

in a excesss of helpfulness, in an abundance....🤣

#

🤣

#

'you're not talking about yourself Marco, are you?' - @molten pewter

#

sneaky marco

#

hi @signal sand

signal sand
#

Hi

#

I'm just hanging around..

#

Why on a file path... Like file paths change right...

lyric pawn
#

i dont think a full path changes

signal sand
#

Okay, I thought, It is literal "file paths"... contents make sense now

#

dd

lyric pawn
#

good work guys

#

enjoyed the stream

#

great explanations

#

fury asking good questions

#

marco with good slow talking

#

i liked the hard work part and then marco finishing it off and explaining how he would go about it

#

and trying to make you remember parts, and showing us a different way

#

I liked alot of it

#

it was the perfect length too

#

you missed it @somber heath lol

#

Night guys

#

thanks

#

it was vim

molten pewter
#

Thanks for being a great spectator jamc 😄

signal sand
lyric pawn
#

if youre into that kinda stuff

lyric pawn
#

existing

#

it was sha224

#

booplux was here for 3-5 minutes

#

it was like 1 hour and 30 minutes long

#

Yes

#

ive never seen /used a checksum before

#

always heard of it, never actually seen one coded

#

@somber heath what do you mean cerebral or academic?

#

whats cerebral?

#

you can hash anything @noble copper

#

you can hash an entire book if you want to

signal sand
#

Not, anything, only if it is static..

lyric pawn
#

it was very interesting man. It was a nice combination

#

2 entertaining people on the server

#

do you think watching @molten pewter and @midnight agate they would make us watch something boring...

#

true @somber heath

#

i guess i just enjoyed it because they were using Vim

#

i like vim

#

@midnight agate actually set the assignment for furyo to do

#

furyo worked for 1 hr and 15 minutes on it, marco did the closing

#

which @noble copper saw

signal sand
#

It should be inspiring..

lyric pawn
#

caesar ciphers vigenere ciphers? @midnight agate

signal sand
#

No

lyric pawn
#

its alot of numbers and methods

signal sand
#

If P = NP, we could!

lyric pawn
#

wow @somber heath thats crazy

#

@wind raptor what you working on?

signal sand
#

There are some problem that can't be solved even with infinite amount of power...

#

Halting problem.. for example..

wind raptor
signal sand
#

it is 1

#

lim(x -> 0) x/x = lim(x -> 0) x / lim(x -> 0) x

#

LHospital rule... dx/dx / dx/dx = 1 / 1 = 1

#

Relatively! center of the universe..!

#

We may never know...

#

We will be limited by speed of light...

#

Me too... I feel like we are in a simulation!

#

Not like that...

#

Just arbitary computation

#

It could be discrete..

#

I don't like both.... Both are depressing!
If we don't have free will, it is sad we are not in control
If we have free will, it is sad, because we are responsible for everything choice we ever made

#

If we always make those choice, are we really making those choices..!

#

Choice is like traversing through binary search tree, you get to choice at every step recursion, where to go..

#

If we always make those choice, we can only explore one branch of the tree...

#

I personally don't believe in god. The idea of god in religious text don't make sense.. But our mathematics have limitations on what we can prove and all... so, it should be open ended...

slender wasp
#

hello

#

nm, been on this server a long time but never figured out how to speak in vc

wind raptor
#

!verify

#

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

worldly coral
#

test

slender wasp
#

what you say?

worldly coral
#

wassap

#

Cool

#

So I've got this here:

slender wasp
#

oh, talkin gto someone else

worldly coral
#

Question 1. The cell below creates an array of some numbers. Set third_element to the third element of some_numbers.

some_numbers.index("-6")
some_numbers = make_array(-1, -3, -6, -10, -15)

third_element = some_numbers.index("-6")
third_element

#

Now, my first try was this:

#

some_numbers.index(-6), what i'm trying to do is find the third element and google told me that method <------------

#

Idk if i'm supposed to use a numpy command or what

#

Yeah

#

The issue I have is that they haven't taught us what to do, they just introduced this code and told us to use index...

#

I'm trying to print the third element of that array by indexing it

#

Yeah!

#

That

#

But what code do i use for that?

#

google is telling me <array> .index(<array value>)

#

hence me doing some_numbers**.index**(-6)

#

It's a jupyterlab page from my class

slender wasp
#

im cooking atm, but is there a way to bypass the waiting 30 mins to speak?

worldly coral
#

dont think so

slender wasp
#

its not that big of a deal if not bc ill probably be eating the next 20 anyway

worldly coral
#

u need to be in this disc for 3 days and have 50 messegtes

slender wasp
#

ive been in the discord for over 2 months probably lul

worldly coral
#

damn

#

nice

slender wasp
#

and they want to prevent spam?

worldly coral
#

Mr. Buddha do you have any idea on how to solve my predicament

slender wasp
#

i be lucky to send 5 over a month

worldly coral
slender wasp
#

mostly bc i hang out in voice channels anyway

#

im not much for text channels

worldly coral
#

is the .index function the right one to begin with buddhist?

#

Yessir mister buddhist

#

namaste

slender wasp
#

how long has everyone been coding or using python?

worldly coral
#

1 day

slender wasp
#

i would offer advice on it, but its been a while since ive used python, i could probably answer some questions though

worldly coral
#

Question 1. The cell below creates an array of some numbers. Set third_element to the third element of some_numbers.

some_numbers = make_array(-1, -3, -6, -10, -15)

third_element = some_numbers.index("-6")
third_element

haughty pier
slender wasp
#

been learning html and css lately, branching out my coding languages

haughty pier
worldly coral
#

afaIK

#

Maybe if I use numpy?

#

it must have some sort of indexing function?

#

i am lost as heck google keeps telling me different things lmao

slender wasp
#

the index of -6 would be 2

#

that question makes you think too much

worldly coral
#

I see

worldly coral
#

I need to find the third index value

#

I guess i jsut need to find -10 then

#

i..e. use index to have -10 show as the third_element

#

it's a normal array yeah

#

bc np.aray would make it a numpy array

#

my freaking friend figured it out but he's sleeping so he won't answer my text LMAO

#

the third element is index 2 yeah

#

(-6)

wind raptor
#
some_numbers[2]
worldly coral
#

was my line of code correct?

#

oph ty

#

so

#

u were correct

#

but

#

the grading module says its wrong

#

I FR#EAKING GOT IT

#

I GOT IT

#

int(2)?

#

nope nvm false positive

slender wasp
#

ill finish eating and see if i can help

wind raptor
#
int(some_numbers[2])
worldly coral
#

let me check

#

yeah that works!

#

got this question is so fricking s🅱️oopid

#

one sec my cat is crying for food

#

ty tho ❤️

#

ok im back

#

my cat bit my toe

#

I'm just doing a homework assignment lol

#

data science 101 course

slender wasp
#

nah, i been trying to get my certifications on codecamp

worldly coral
#

Naw, this is just a credit i took for fun so it's an intro to python

slender wasp
#

was looking to start working on projects with others

#

so i been looking alot more in discord and on github to start doin stuff

worldly coral
#

I have a certificate in bachelor's level excel coding if that counts?

#

💀

slender wasp
#

need some projects for my resume, and work with others, only things holding me back

worldly coral
#

Got it for my business degree

worldly coral
#

HTML5 and CSS for me

slender wasp
#

yo, i still need about 30 messages but i could join the vc if i spam them all rn

worldly coral
#

do it bruh

slender wasp
#

lul

worldly coral
#

one

#

two

#

...30

slender wasp
#

my foods getting cold, why im not typing much

worldly coral
#

What did u cook

#

2 weeks rip

#

feelsbad

slender wasp
#

i got my html and css certs about 10 months ago

#

been working with python for several years

#

coding in C since i was 14

#

im 27 now

worldly coral
slender wasp
#

here and there

worldly coral
#

"CaN yOu MaKe mE a FrEe WeBsItE fOr mY aPp PlEaSe?"

slender wasp
#

i would work on projects here and there, but not like professionally do it

worldly coral
#

CS is good money tho

#

my friend makes $90k right outta college

slender wasp
#

so i would consider it coding experience, but not like i have in depth knowledge

worldly coral
#

can always fake it till u make it

slender wasp
#

i self taught it without any tutorials

worldly coral
#

basics of C++ then apply for some small indie dev studio ig?

#

goddamn buddhist

#

it's rly similar to excel coding but a lot of the code itself is either "you know it" or "you don't", with excel you have buttons u can press if you dont know what ur doing

#

my guy you're ready to work for activision

#

unity and UE5 are waiting for u

#

exaCTLY yeah

slender wasp
#

i was just using notepad, so python was my first code editor

worldly coral
#

5 and yeah it fries your internals

#

I bought an M1 mac and it outperforms my desktop tbh

#

i7 1100 vs the M1 and the crappy mac had 20% the render times it was crazy

#

show us the game

#

sounds cool af

#

dang

#

well keep me updated lol

#

where do u wanna go with it int he future?

slender wasp
#

saw a post the other day to join a project for space invaders

#

though i think that was a post from like 2 months ago,

#

and idk if it was on this discord

#

coulda been another server

worldly coral
#

i have anoyther question

#

Question 3. You'll sometimes want to find the last element of an array. Suppose an array has 142 elements. What is the index of its last element?

index_of_last_element =

#

there's no code?

#

ye it worked lol

#

wtfrick LMAO

#

i thought this was gonna be some hard querstion

slender wasp
#

-1 should work

#

or does it say anything about push/pop function?

#

push function adds stuff to end of an array

wind raptor
#

Append

worldly coral
#

is this right?
Question 4. The cell below loads an array called president_birth_years. Calling .column(...) on a table returns an array of the column specified, in this case the Birth Year column of the president_births table. The last element in that array is the most recent birth year of any deceased president. Assign that year to most_recent_birth_year.

president_birth_years = Table.read_table("president_births.csv").column('Birth Year')

most_recent_birth_year = int(president_birth_years[-1])
most_recent_birth_year
1917

#

The len function brought back 38 values

slender wasp
#

ah, push is for html

#

been doing html and css lately like i said lol

#

been like a year since i touched python but i still say im more experienced with python

#

ah, that weirdly worded question from earlier i think i know why it was being weird

#

if it showed as an array it wouldve messed up the auto grader for the questions

#

so told him to use int function to solve that problem

#

just hypothesising

#

didnt really say to use int fuction though, so that was weird

worldly coral
#

I just hit a really hard question, im gonna attempt it but i may need some help if thats ok

worldly coral
#

so the answer could be 10 instead of 17 and it would say "Passed!"

#

They did it on purpose lol

#

idk why

slender wasp
#

bc they were just looking for it to be an integer and not an array

worldly coral
#

Important: In this homework, the grader.check() tests will no longer tell you if your answers are correct, only if your answer could be correct (of the correct type, format, etc...).

#

hmm i think it's because they want to hide the answers to make it harder?

#

so we don't cheat. We're allowed to work together or ask for outside help, but not check chegg

#

yeah

slender wasp
#

nope, i still need 50 messages

#

no

worldly coral
#

lol

slender wasp
#

showing 34 from the past 30 mins

worldly coral
#

what if you sent a couple emotes lmao

slender wasp
#

maybe idk

#

spam here for verification

worldly coral
#

thinkingbread podge 🏀 logo_emacs SpecZ confusedcat pydis_snake catno bigbrain

slender wasp
#

totally gonna get banned

worldly coral
#

lmaO

slender wasp
#

messages that might get me kicked

#

here we go

#

bout to get booted

worldly coral
#

it's not spam if it's a conversation

slender wasp
#

alright ill check now

worldly coral
#

how are you todayu mixxer?

#

answer the questions^^

#

what color is the sky

#

how old is obama

#

LETS GOO

#

MY BOY IS FREE

#

i just need to wait 2 days

#

someone free me

#

this one is pretty good we got the clutch MASTER Gaming Buddhist

#

UI/UX?

#

yessir

#

since u mentioned website design

#

wtfrick is going on here

#

@slender wasp I used to make people websites for $300 and when I got paid I went on fiver and paid some random person $150 to make a website for the same request and pocketed the difference

#

@wind raptor it's not working?

#

i redefined it

#

yeah

#

(max_temperatures-32)*(5/9) worked!

#

nopw i just need to round

#

np.round(2)????

#

or what

wind raptor
#

round(2)

worldly coral
#

how do i append it to the function

#

noice

#

got it

night warren
#

hi

worldly coral
#

Ok this one is fucky

#

lemme take a few screenshots

night warren
#

What are you working on @wind raptor

worldly coral
night warren
#

nice

worldly coral
#

part 1 is on the bottom btw

#

part 2 (with the error) is uptop

#

brb, need to use the bathroom

pliant pulsar
#

clash of clams

severe kindle
#

can I ask for help in here? im in vc

pliant pulsar
#

what kind of help

severe kindle
#

rq average median income is about 52k

#

how do I paste code?

pliant pulsar
#

paste code here?

severe kindle
#

yeah so i can get help

pliant pulsar
#

you can put ur code in between three ticks(`)

#

like this ```c++
int main(){
return 0;
}

#

and ask about it

severe kindle
#

('example')

#

not sure lol im sorry new to discord

#

server*

pliant pulsar
#

three

#

ticks

wise wraith
#

` except don’t space them

#

Ah wait

severe kindle
#

('''example''')

wise wraith
#

`

#

Backwards ticks

pliant pulsar
#
```example```
wise wraith
#

^

severe kindle
#

i have absolutly know idea what key that is XD

#

im so sorry

pliant pulsar
#

~

#

press ~

#

with shift

severe kindle
#

oh okay thank

pliant pulsar
#

tick

#

example

severe kindle
#
MB = pygame.transform.scale(Menu_Background, (Width, Height))```
#

keeps returning this

pliant pulsar
#

i dont know anything about pythong tbh, sorry

#

i am really new to python, i know some c++

severe kindle
#

well it wont scale the image right

#

and thats okay does anyone else maybe know?

pliant pulsar
#

if i am not wrong Width is a variable

#

?

#

you might just want to log the values

severe kindle
#

let me try that brb

#

still the same

#

thats what I see

#

when i run the program

#

i love you

#

thank you lol

#

i belive its like pygame.display.update() or something like that

#

yeah

pliant pulsar
#

is it working now?

severe kindle
#

let me check rq

#
import pygame
import os
pygame.font.init()
pygame.mixer.init()

## COLORS
WHITE = (255, 255, 255)
BLACK = (0, 0, 0)
RED = (255, 0, 0)
GREEN = (0, 255, 0)
BLUE = (0, 0, 255)
YELLOW = (255, 255, 0)
PURPLE = (255, 0, 255)

FPS = 60

Width, Height = 1920, 1080
WIN = pygame.display.set_mode((Width, Height))
pygame.display.set_caption("No Name Yet!")



Menu_Background = pygame.image.load(os.path.join("Assets", "Midnight Background", "The Midnight Background.png"))
MB = pygame.transform.scale(Menu_Background, (1920, 1080))


def draw_window(): 
    WIN.blit(Menu_Background, (0, 0))
    pygame.display.update()

def main():
    clock = pygame.time.Clock()
    run = True
    while run:
        clock.tick(FPS)
        for event in pygame.event.get():
            if event.type == pygame.QUIT:
                run = False
                pygame.quit()




        draw_window()

if __name__ == "__main__":
    main()
#

still didn't work

#

im not sure what it is

#

why its not working that is

pliant pulsar
severe kindle
#

yeah

pliant pulsar
#

can you show me properties of the background png file you are trying to put

severe kindle
pliant pulsar
#

256x180

#

dude

#

maybe try 1920x1080 file

#

a full hd photo

severe kindle
#

yeah im trying to scale to 1920x1080

pliant pulsar
#

umm

#

lemme llook wait

severe kindle
#

i mean i guess it could work if I were to full screen and stretch nativly right?

wise wraith
#

Legend league is when you hit 5k trophies, it’s a tournament kind of thing that limits you to 8 attack a day and 8 defenses

severe kindle
#

tho im not sure how to do that

pliant pulsar
severe kindle
#

okay thanks man

severe kindle
#

damn thats sick dude

#

that is awesome i wish i had the skills to do stuff like that

#

id say if they can hold objects than they would have mass

pliant pulsar
#

@severe kindle

severe kindle
#

yeah @pliant pulsar

#

not yet @pliant pulsar is helping

pliant pulsar
#

Menu_background

#

why do u have MB for

severe kindle
#

so that way i could transform

#

and im not sure who the person in vc is, but I'm starting a 2D side scroller project

#

I only know of pygame is there a better lib to use?

pliant pulsar
#

you are not even using the returned value

#

maybe try replacing Menu_background with MB in draw_window

#

@severe kindle is it working

worldly coral
#

ITS IS I

#

i have returned

severe kindle
#

there you go that worked im pretty tired lol can't belive I over looked that thanks man

worldly coral
#

what the heck do i do here

pliant pulsar
worldly coral
pliant pulsar
#

is it a 3d ? can we look at them from the other side

severe kindle
worldly coral
pliant pulsar
#

its not slightly comedic to wear sunglasses at night

severe kindle
#

@worldly coral it looks like you reference world_population.csv but im my IDE when its highlighted red like that it means it has had a problem loading file.

worldly coral
#

shiiid

pliant pulsar
#

@grand terrace gl man

worldly coral
#

so what should i do?

severe kindle
#

but in that SS i don't see where you actually defined "world_population"

#

is "world_population" a file in your project folder?

worldly coral
#

i guess so?

#

this is a homework assignment thingy

#

I haave a table world_population and i need to find the largest annual change in population between any two consecutive years.

#

how do i do that

severe kindle
#

oof should have led with that man, not suppose to give you the direct answer according to Server TOS, but definatly can help you arrive to the write answer

#

right*

worldly coral
#

nah dw it's not graded, it's a learning module where we're supposed to figure it out based on the info given

#

I've tried np.diff(world) but it gives an error

#

the issue is that I don't know which arithmetic and which table to reference

#

np.diff(max(world)?

severe kindle
#

how many lines is the current file?

worldly coral
#

The one i'm using?

#

200

severe kindle
#

send it to me in DM

worldly coral
#

ok

next herald
#

hi

#

what are you makeing ._.

worldly coral
#

pasta

next herald
#

?!

#

the eating one?

#

i am sure you ppl are very professional

#

is @wind raptor making a game?

wise wraith
next herald
#

oh, but i saw something like league idk

#

professional

#

anyone here like to work on python turtle?

#

@wise wraith he making legend league

wise wraith
next herald
#

sounds like video game stuff

wise wraith
#

I guess

next herald
#

lol

haughty pier
next herald
#

bruh

severe kindle
#

im back did yall miss me

next herald
#

i guess

#

not?

#

heh

#

@wind raptor u game? it looks like you very professional with python

severe kindle
#

nah @pliant pulsar helped me, he got it working

#

thanks tho man

#

i was using the wrong variable

next herald
#

that was your coding?!

severe kindle
#

yeah

next herald
#

then who is gaming buddhist

#

u?

#

bruh

severe kindle
#

no, and @slender wasp I had a variable for the inital image and then a had a varible for the image after it was scaled I was renering the first one

worldly coral
#

I'm going to kermit atrocities of unspeakable scale at this point PepeREE

severe kindle
#

im dying XD

next herald
#

me dying of loss of social credit

worldly coral
#

If I lived in china I'd be bottom class with -1000 social score

#

Xi Jinping army for me

next herald
#

i am at taiwan

severe kindle
#

it was I was calling the wrong one though XD, im pretty tired and on top of that im at an intermidiate level in python

worldly coral
next herald
#

-99999999999 social credit

severe kindle
next herald
#

is this funny?

severe kindle
#

what are you working on Buddist

next herald
#

leagend league?

#

i thought that was your coding... sus

severe kindle
#

wait what?

worldly coral
#

call me egg

#

oeuf means egg in french

#

Yeah im just dumb, idk what im doing

#

it was a srs question

next herald
#

._.

severe kindle
#

i believe it "array" not "aray"

worldly coral
#

its still wrong lel

#

ye

severe kindle
#

hmmmm

worldly coral
#

Question 3. If you expected Old Faithful to erupt every hour, you would expect to wait a total of 60 * k minutes to see k eruptions. Set difference_from_expected to an array with 272 elements, where the element at index i is the absolute difference between the expected and actual total amount of waiting time to see the first i+1 eruptions.

#

I tried this

next herald
#

minecraft faithful texture pack

severe kindle
#

i have no idea on that one

worldly coral
#

np.array(60*(k*272)*abs(i+k)

severe kindle
#

what about it @next herald

worldly coral
#

LOL

next herald
#

minecrafttt

#

funnnn

worldly coral
#

total pee pee brain moment

next herald
#

pvpppp

worldly coral
#

its 10:40PM

#

PST

#

ri[[[

#

rip*

next herald
#

it is 2:41pm for me

#

in taiwan now

severe kindle
#

me too @slender wasp r, got work in 7 hrs or so, gonna crank out some work on my game

worldly coral
#

wow

#

in taiwan do they have np.CUMSUM>???????