#voice-chat-text-0

1 messages · Page 955 of 1

haughty pier
#

I ordered a thesaurus but when it arrived all the pages were blank - I have no words to describe how upset I am.

rugged root
#

Most of the work day, yeah

plain rose
somber heath
#

Croissants. The katanas of pastry.

haughty pier
#

it's pronounced "cwasantz"

crystal fox
sullen crag
#

I am a spanish native speaker. I am learning some english to understand the fandom, and the people who do python tutorials in english, but I am so tired of learning english 🤣

#

If only I could learn python without speak english

plain rose
crystal fox
#

yes.

plain rose
molten pewter
#

astronauts food is precooked.

plain rose
#

i used to play violin before i moved

#

I'm still decent at it but out of practice

somber heath
# crystal fox

I want to do that thing where you dance from foot to foot, bowlegged, shooting into the air.

gentle flint
#

for programming you really need to know English

plain rose
#

how do you have the courage to open your mic and communicate with other members of the homosapien species

haughty pier
#

It's pronounced "Angrish"

sullen crag
#

guitar fandom, sure

#

to learn python you have to know how to play the guitar, it's obviusly needed

crystal fox
sullen crag
haughty pier
#

English - every other language is just a subset of it.

rugged root
plain rose
plain rose
#

color != colour

haughty pier
#

Pardon moi?

#

Moshi moshi?

#

Ni hao?

plain rose
haughty pier
#

Adios! 😄

sullen crag
#

this is so frustrating

plain rose
#

grey != gray and color != colour

plain rose
#

tyre != tire

sullen crag
haughty pier
#

It's funny when I say it. Don't tell your teacher.

#

wiki wiki

plain rose
#

hope you don't mind

haughty pier
#

k

plain rose
#

Give me more original puns people are questioning my originality

sullen crag
#

you said "calor"?

rugged root
#

cowlor

haughty pier
plain rose
rugged root
#

couloric intake

plain rose
gentle flint
#

calouric intake

rugged root
#

There is indeed a cow level

plain rose
sullen crag
gentle flint
#

Mister Hemmelocke

gentle flint
#

@crystal fox can you change your name to bisque

plain rose
rugged root
#

It's just dumb pun stuff. It has no meaning

gentle flint
#

then I suppose I'd be 1 verboufe

haughty pier
#

Hem-lock sounds like a sewing technique

plain rose
sullen crag
gentle flint
#

mmm yes

plain rose
#

Oh yeah random question

#

: what was the most fps you've gotten in a game and which game?

sullen crag
plain rose
#

for me it's minecraft - 1200 fps

sullen crag
#

I am in south america and the best fps I ever seen was 120

plain rose
#

You guys are getting screens?

crystal fox
somber heath
#

How does Hell generate its electricity? Sinergy.

sullen crag
sullen crag
# crystal fox

with the money you spend to buy that, I can eat for 1 year

somber heath
# crystal fox

It's like a laptop equivalent of a flasher in a trenchcoat.

plain rose
#

32 gigs for a 1080?

#

You're not going to use more than 24 gigs of ram

#

'Kay i have 5 minutes before math period starts wish me luck

somber heath
#

"The clowns are really low"

haughty pier
#

I know I wish I had more than 8... geez, next time I'm going for 64.

somber heath
#

Clowns just floating past the window.

gentle flint
plain rose
gentle flint
#

idk

#

is it?

plain rose
#

I want to look at it forever

somber heath
#

You can pay for your salmon mousse with your Dieners card.

haughty pier
#

I don't get it but it's a clown floating past a window...

somber heath
#

Harsh enough for the people they have enforced it against.

molten pewter
#

Capital punishment in Taiwan (ROC) is a legal penalty. The death penalty can be imposed for civil disorder, espionage, murder, treason, drug trafficking, piracy, terrorism and especially serious cases of robbery, rape and kidnapping, as well as for military offences, such as desertion and insubordination. During the White Terror, it was also use...

coarse cape
#

from when did vsc look like that?????

rugged root
#

I mean it was a screenshot from a highly compressed stream

coarse cape
#

oh hmm

swift valley
#

evening

crystal fox
rugged root
molten pewter
#

I miss Conan, especially the year 2000.

#

(Original airdate: 10/02/03) Conan and Jack Black predict that in the year 2000, the Chicago Cubs and Boston Red Sox will meet at the World Series… up in the bleachers where they’ll have a great view of the Yankees and Braves.

Subscribe to watch more Team Coco videos https://www.youtube.com/channel/UCi7GJNg51C3jgmYTUwqoUXA?sub_confirmation=1
Wa...

▶ Play video
rugged root
#

In the __init__.py file:

...
from .datepicker import DatePicker
from .pglet import *
from .reconnecting_websocket import *

But the examples show that one of the things you should do is from pglet import *

#

So is that redundant or is there something I'm misunderstanding?

sturdy panther
#

throw Bear()

#

Oh, wait. raise...

swift valley
#

Star imports are fine for re-exports, though that bare exception lemon_grimace

somber heath
#

"Place bear on platform."

#

"Bear raised."

#

🎵 "You raise me up!"

sturdy panther
#

"Never gonna let you dow---n!"

somber heath
#

Remember, kids, don't write bare exceptions, or Benny the Bare Exception Bear will eat you!

sturdy panther
#

And if you are unlucky enough to meet one, remember to play dead at the code review.

woeful salmon
#

i spent 4 hours today on 2 web pages cuz the client is a relative but didn't give me any info on the design they wanted or what they want to show through the web page o- o had to do alot of improv. literally had to scrape through their facebook page to find images, description, contact info, etc

rugged root
#

Oh boy, yeah this code base is more of a mess than I thought

rugged root
#

Like....

#
        p = platform.system()
        if _is_windows():
            plat = "windows"
        elif p == "Linux":
            plat = "linux"
        elif p == "Darwin":
            plat = "darwin"
        else:
            raise Exception(f"Unsupported platform: {p}")

So they have an _is_windows() function, right? Well there's also a _is_macos() function. But the latter isn't used there. But it IS used elsewhere:

def _open_browser(url):
    if _is_windows():
        subprocess.run(["explorer.exe", url])
    elif _is_macos():
        subprocess.run(["open", url])
#

Like

sturdy panther
#

So macOS is an unsupported platform that is supported.

haughty pier
quasi condor
#

he tries and fails to get into the flow with the rest of them twice

somber heath
#

Little piggy electrons.

#

Clyde.

proper jacinth
#

Lol

#

@haughty pier What's up bro?

rugged root
quasi condor
#
throwaway301010

I'm looking to get back into an IT career but I have lots of serious impediments. I'd like to ask HN readers for their views on my hopeless(?) situation.Am an ex-solicitor. I got out of UK jail a couple of years ago, I did some whitecollar stuff and I have a permanently un-unspent conviction for money-laundering. I'm over 60 with law & a science...

eternal drift
#

hi

#

hey guys how areb you

#

are*

#

i think

#

i

haughty pier
whole bear
#

@eternal drift

eternal drift
#

yup

#

yaa i am a fan

#

what do you think about rick and morty

#

its a nice show

eternal drift
#

have you seen last season

#

you must see

haughty pier
#

MLP (Master Limited Partnership)

eternal drift
#

last episode is hot

#

South park is also good

haughty pier
eternal drift
#

have any of guys watch this episode of south park

#

" Scott Tenorman Must Die " is the fourth episode of the fifth season

#

its my favourate episode

limber helm
severe pulsar
#

@rugged root hey whats up 👋. How are you?

eternal drift
#

favourite*

severe pulsar
#

im gonna reload discord one second

#

it shows me that you're deafened lol

rugged root
#

Yeah gotta love it

rugged root
#

And I'm good, how've you been?

severe pulsar
rugged root
#

Glad I'm not in school anymore

severe pulsar
#

I like the profile picture change 👍

eternal drift
#

you cant get 0 g on moon

#

what would you guys do wingsuit diving or trip to moon

haughty pier
#

Me explaining how NixOS will eventually run your smartphones and TVs.

severe pulsar
#

lmao

rugged root
#
        a = platform.machine().lower()
        if a == "x86_64" or a == "amd64":
            arch = "amd64"
        elif a == "arm64" or a == "aarch64":
            arch = "arm64"
        elif a.startswith("arm"):
            arch = "arm"
        else:
            raise Exception(f"Unsupported architecture: {a}")
#

Like

rugged root
haughty pier
eternal drift
#

have any of you guys using kali on virtual box

rugged root
#

I have not. I'm not really into infosec

eternal drift
#

i dont know my system is crashing while iam using it

#

after i installed windows 11 on my system

#

do you guys know why its happening

rugged root
#

I don't but I have a suggestion. So hit Win + X and select Windows Powershell (Admin)

#

Then you'll want to enter the following to do a system file repair

crystal fox
rugged root
#
dism /Online /Cleanup-image /Restorehealth; sfc /scannow
crystal fox
#

sfc /scannow

#

first

#

FIRST

amber raptor
#

Neither, reinstall

rugged root
#

That runs the image system which Windows pulls the repair files from and then a system file check to see if the files are corrupted and replace them

eternal drift
#

i had reinstall

rugged root
#

Hence second, @crystal fox

eternal drift
#

but its not working

crystal fox
#

SFC will repair some base level bullshit

#

DISM will scan the entire install

#

SFC first

#

DISM second

rugged root
#

Even on Windows own docs they suggest dism first

crystal fox
#

it's pragmetic

#

bullshit, show me the docs

crystal fox
#

ah fuck

rugged root
#

Yes

#

I know what I'm doing

rugged root
#

I'm not as stupid as I look

#

@eternal drift So what is it doing? Is it giving you a blue screen of death, is it freezing...

eternal drift
#

can of guys can provide a internship

#

it will work for me if its unpaid

#

i just waana learn

rugged root
#

Are you currently in school?

eternal drift
#

yaa

#

its giving green screen

#

i can send you a video if you want

#

i am not lying

rugged root
#

Oh right, I think they changed the color

#

For no good reason

#

Is it giving you specific errors on it?

#

The more info the better

eternal drift
#

yah it crashes and then window insider do a check and restart

rugged root
#

You might need to look in the event viewer and check to see what's caused the crash

eternal drift
#

no its not giving me an error

sweet lodge
#

What's the stop code on the green screen?

eternal drift
#

otherwise i had looked for a solution online

#

let me send you a image

sweet lodge
eternal drift
#

it will take 10 min to restart

rugged root
#

@tiny socket Hi bye

eternal drift
#

I am from india there is no minimum wage here

tiny socket
#

I heard talk about companies and dipped kek, just not really my kind of discussion :P

rugged root
#

Yeah I figured. Just wanted to say hi at least

eternal drift
#

This is happening

rugged root
#

Oh huh

#

There's actually a little thing to fill out to give you ideas of what to try

eternal drift
#

Can you check the video

#

and ftell me error

#

because i am not able to find any error

rugged root
#

That's the error

eternal drift
#

thankyou sir

rugged root
#

That's interesting, I genuinely didn't know that there was a driver verifier

sweet lodge
#

Huh
Neither did I

#

Fancy

rugged root
#

This is why I love IT

sweet lodge
#

This is why I hate IT

rugged root
#

Always more to learn, getting an idea about all the cool built-in tools

tiny socket
#

IT moment

sweet lodge
#

I ...
I do love learning, yes
But I always end up feeling like I haven't learned enough

rugged root
#

It's so amazing

sweet lodge
#

I would probably die of embarrassment

sweet lodge
eternal drift
#

i have send a video

#

you can see this

#

when i boot kali on virtual box this happens

#

i was learning metasploit

#

and was not able to learn in for a month

#

due to this

#

@rugged root thankyou very much sir

#

@sweet lodge thankyou sir

rugged root
#

My yearly gross pay (calculated at 8 hours a day 5 day workweek) is $37440.00

crystal fox
rugged root
#

I'm still under the average median income

sweet lodge
rugged root
#

Oh wait

#

That's average not median, which is what I was looking for

eternal drift
#

@rugged root I request you to be my mentor
I will mean a lot to me

gentle flint
#

gonna make croissants again tonight

#

discussing them with bisk has made me long for them

eternal drift
#

@gentle flint go for something healthy

rugged root
#

Do you do anything special to make them more special than bread in general?

crisp hatch
sweet lodge
eternal drift
#

it has changed

rugged root
#

Still don't know why they thought the color mattered

eternal drift
#

yah

sweet lodge
#

They also tested orange screens, but scrapped that idea for some reason

rugged root
#

@haughty pier @amber raptor Although I do make quite a bit less than median

rugged root
#

Thanks. I like the goofiness of it

sweet lodge
rugged root
#

Same

#

Or they're just standard cut and paste

eternal drift
#

@haughty pier you are giving me a guilt trip

rugged root
#

That's what he does

gentle flint
whole rover
#

henlo

gentle flint
#

I gotta go

#

bye

eternal drift
#

hi

#

@whole rover

quasi condor
#

@molten pewter current conversation is: working class people have worse educational outcomes, can government address this problem or is it just down to individuals?

molten pewter
#

yes

eternal drift
#

bye guys

sweet lodge
#

Wait actually?

eternal drift
#

This is my number if any of you guys waana send me your extra work i am ready to do it unpaid

#

Watsapp meh

stuck furnace
#

@eternal drift Not sure if that was genuine or not, but don't share your phone number here please (or anyone's phone number).

lyric pawn
#

Can anyone speak on azure vs aws, and which one they prefer? like shortcomings of one vs the other? I know this is kind of off topic but which one do you think is better to learn?

sweet lodge
haughty pier
lyric pawn
#

or their both good?

lyric pawn
#

Thanks @rugged root

uncut meteor
#

what is MSP

rugged root
#

Managed Service Provider

#

Outside IT, network management, etc

sweet lodge
#

Managed Service Provider - outsourced IT

uncut meteor
#

ah

rugged root
uncut meteor
#

🅱️

quasi condor
#

@crystal fox

crystal fox
#

fucking phat link boy

lyric pawn
#

@crystal fox do you prefer one of the interfaces? or their basically the same once you get used to each one, also did you find any issues with each/problems you didnt expect?

sweet lodge
# lyric pawn well I want to get into IaaS and PaaS, is one better than another for deploying ...

IaaS is "Infrastructure as a service"
Generally, that "infrastructure" is "just a computer", and you have to install the operating system, and the web server, and the application, and you have to manage all of that yourself

Cloud providers generally have options for higher-level services that can manage things like infrastructure and operating systems and networking for you
I generally recommend these so you don't have to manage everything yourself

crystal fox
#

yeah, i watched pmq's charlie

quasi condor
#

oh damn

#

I thought it was more than that

#

I thought it was him admitting it was a party

peak copper
#

Most folks are just using the cloud as "a virtual machine in the cloud." This is an easy but somewhat naïve perspective. Let's talk about persistent cloud storage, the VMs that sit on top of that, and the software that sits in top of that and try to demystify the cloud. We'll use Azure as the example but this is a nondenominational video.

▶ Play video
sweet lodge
peak copper
lyric pawn
#

I love the way you say Ashzure

#

Ok thank you @crystal fox

#

yea its for hosting web servers

gentle flint
#

time for yeast

lyric pawn
#

im confused @crystal fox what exactly did you get the wrong end of the stick?

sweet lodge
lyric pawn
#

Ok thanks guys

#

well i want to learn aws

#

to get a certification on the side

sweet lodge
lyric pawn
#

@crystal fox this was aws billing alarm?

#

@quasi condor is healthy

#

🤣

sweet lodge
#

Learning for learning's sake

rugged root
#

True but I have other things already on my plate

#

Some day, though

sweet lodge
#

Read only replica for reports?

rugged root
#

No that pglet refactoring

sweet lodge
#

Was for Chris

#

How is the pglet going by the way?

crystal fox
rugged root
#

Oh right right

#

And yeah, I like the library, but man it needs quite a bit of work

#

There's a lot of things that I'm trying to figure out if it's optional or not, and the general docs on the controls aren't super comprehensive

haughty pier
#

people wasting their education

quasi condor
#

it's so painful for me to listen to this conversation. I feel like no one is trying to actually engage with what @haughty pier is saying, so it's just people talking to themselves

sand ermine
#

I'm trying to figure something out.

quasi condor
#

yes but that had the potential to be a good conversation :(

sweet lodge
haughty pier
sand ermine
#

in his head: i'm superman

crystal fox
sand ermine
#

I don't trust people that use cocaine

crystal fox
quasi condor
crystal fox
gentle flint
#

dough and butter for croissants

lyric pawn
#

it was that good?

#

women are dm'ing you, 2 years later?

#

about cooking @crystal fox

gentle flint
#

wut

lyric pawn
#

2 years later bisk

#

2 years...

#

about potatoe...

haughty pier
#

another meeting...

lyric pawn
#

🤣

#

leave them to steam for a bit..

#

what does that mean

#

2 minutes-5 minutes

#

50 minutes?

#

are croissants healthy for you?

gentle flint
#

no

haughty pier
#

it's pronounced "kwasantz"

gentle flint
#

these 12 croissants are gonna have 350 grams of butter in total

#

that's 30 grams of butter per croissant

#

and then you have the sugar...

lyric pawn
#

im talking about the dough

gentle flint
#

eh

lyric pawn
#

what kind of dough do they use

gentle flint
#

dough is flour, butter, yeast and milk

#

I use dove's gluten-free flour mix

lyric pawn
#

yeas but what kind?

#

is it whole wheat?

#

self rising?

gentle flint
#

well no

lyric pawn
#

what flour

gentle flint
#

I honestly have no clue
I think it contains multiple flours

#

it's not self-raising

lyric pawn
#

i just eat them, i ate some today for instance (4) and they dont ever feel healthy to me

gentle flint
#

this is the flour I use

#

there you are

lyric pawn
#

i just dont think the general croissant is very healthy

#

maybe i need home made ones from @gentle flint

gentle flint
#

but honestly, in baking gluten-free croissants getting it to even work is hard enough
let alone getting it healthy

lyric pawn
#

im talking generally. I dont think a croissant is that good for you

gentle flint
#

no idea, lol

quasi condor
#

I think Taco Bell do sweet potato fries

#

or have done them

gentle flint
#

they often use margarine in store ones I've heard

quasi condor
#

"German Doner Kebab" has them

lyric pawn
#

or it may have more sugar

#

I dont know. I just dont feel good or bad, after eating a croissant

#

so i dont think thats a general indicator its good for you

gentle flint
lyric pawn
#

@gentle flint take me through the general diet of verboof, what is a general day in the life?

rugged root
#

Yay still dealing with printers

#

Just having to snag a firmware update

quasi condor
woeful salmon
#

👀 4 of my joined community servers are getting bombed by free discord nitro lul

#

its a chain of people clicking on links and their token being overtaken to them sending it as well

sand ermine
#

how down ?

rugged root
#

Yeah it's the current hot scam

sand ermine
#

🤣

#

say slower ..!

woeful salmon
#

i'm kinda annoyed though i've gotten like 30 @everyone pings already o- o

haughty pier
#

Are the Germans donating kebab's?

#

I have a kebab donation center they can send it to

quasi condor
#

I once knew a German who argued that if the Germans had a national food

#

it would be Doner Kebabs

#

which came to Germany from Turkey in the mid 70s

haughty pier
#

heh, and American national food is the hamburger...

#

complete meal is with coke and fries. I don't do coke though.

sand ermine
#

i'm sucking limon

lyric pawn
sand ermine
#

o like pipes | grep pipe

lyric pawn
#

guys sorry im back with the cloud computing questions. What is The manual deployment workflow and changing it to an automated deployment one? what does this do?

sand ermine
#

linus torvald implements pipes in 50 seconds

woeful salmon
#

The best thing about a Boolean is that even if you are wrong, you are only off by a bit.
o -o that's nice

quasi condor
lyric pawn
#

@gentle flint reminds me of my grandfather

lyric pawn
#

@molten pewter is a money launderer

#

You opened up that new casino

haughty pier
#

Sergeant Pepper came about because Paul misheard someone say, "pass the salt and pepper."

lyric pawn
#

@noble copper was late to the club because he was ironing his money

#

it couldnt wait...

#

cant be going to the club looking shitty

lyric pawn
#

@molten pewter ive got a business opportunity for you

molten pewter
#

you don't know me very well, I'm not really pro work

lyric pawn
molten pewter
#

not against work, just not pro business either.

#

I try to be neutral.

lyric pawn
#

🤣

#

Its never gone

#

im irish, im vouching for furyo

#

youre not irish

#

you look like someone from alaska

#

I call that wild man

#

I like it

#

very politically correct answer @molten pewter

#

we need furyo to do speeches after school shootings

#

he brings everyone together

rugged root
#

God that looks so weird straightened

lyric pawn
#

Im irish, im not insulted

#

we're gatekeeping cultures were not apart of

#

this is getting sad

#

😆

#

cherokee is different

#

you got a point @rugged root

quasi condor
#

have an excessive and irrational commitment to (something).

lyric pawn
#

america has bigger st patricks day than ireland. I know this.

#

im not furyo

lyric pawn
#

I grew up there, people in ireland go to school on st patricks day

#

you guys dont

#

you do Aaron Hall

#

You guys do

#

i dont know what you guys are talking about

#

You're a very principled man Aaron Hall

#

Aaron Hall is the type of guy whos too smart for the teachers, so got himself in trouble alot

crystal fox
#

oh before i go i'll leave you with some irish heritage: https://www.youtube.com/watch?v=UvjLgjtJKsc

BWitched's official music video for 'C'est La Vie'. Click to listen to BWitched on Spotify: http://smarturl.it/B*WitchedSptfy?IQid=BWitchedCLV

As featured on B*Witched. Click to buy the track or album via iTunes: http://smarturl.it/B*WitchediTunes?IQid=BWitchedCLV
Google Play: http://smarturl.it/B*WitchedCLVPlay?IQid=BWitchedCLV
Amazon: http:...

▶ Play video
lyric pawn
#

@quasi condor proof charlie?

#

thats the idea that if i wear a cross gods got me in this exam?

#

you still have to put work in? you cant just say, oh i dont need to work because god will let me do good

#

but then again, i do see how it could make you do 3% better with the same material coming up...(that you prepared for)

#

i dont think the 4 leaf clover is going to make you do 10-15% better...with what you learned

#

belief is powerful

quasi condor
lyric pawn
#

Thank You man

#

but you have to believe right charlie?

#

it cant just be because you want to do good in the exam

#

it has to be Real Belief

#

@quasi condor Thank you so much. I needed this for my poker career.

#

So is this the same as (simply) as...positive (speaking positivity in the world) vs not being negative, positive and negative forces. Like you speak your future into existance..even positive or negative thoughts

#

so we're not so much talking about The Way, or Belief..in something now. We're talking about thoughts now

#

Yea, i agree. So this is different?

#

this is a slight difference

#

thank you

#

I needed this

whole bear
#

what did i just read

#

wait nvm it was the conversation in vc

rugged root
#

Yep

whole bear
#

Sun is a star

#

when earth spins

#

u dont see star

#

cuz u look away from it

#

nvm sarcasm

lyric pawn
#

🤣

whole bear
#

and sarcasm

#

we will never work

lyric pawn
#

😆

whole bear
#

what am i hearing lol

lyric pawn
#

its a worksheet 😆

haughty pier
#

Me when someone asks "does anyone here do Python?"

#

Me when someone asks me to help them do their homework:

lyric pawn
#

that seems weird

#

like that seems kind of destructive

#

what if you have a crazy person in your group

#

gurdwara

rugged root
#

Religious hipsters

lyric pawn
#

christianity seems like a scam. Like if you were a con man it would be a good religion to be apart of

rugged root
#

That's what the megachurches are

lyric pawn
#

Rabbit seems like the kind of guy who would defend Joel Osteen

#

the whole of christianity is pretty meh

gentle flint
#

who on earth is joel osteen

lyric pawn
#

like the stories are so long, just to give a few lines of what this means

rugged root
#

He refused to let people in his church when there were people who were forced out of their homes during hurricanes

haughty pier
sturdy panther
#

Be happy! You are you!

rugged root
#

That

gentle flint
rugged root
#
    @x.setter
    def x(self, value: Union[int, float, str]) -> None:
        assert value is None or isinstance(value, (int, float, str)), "x must be a float or string"
        self._set_attr("x", value)
``` Black formatted it to:
```py
    @x.setter
    def x(self, value: Union[int, float, str]) -> None:
        assert value is None or isinstance(
            value, (int, float, str)
        ), "x must be a float or string"
        self._set_attr("x", value)
gentle flint
amber raptor
frosty star
#

Haaay

uncut meteor
#

Yello

frosty star
#

Ouuh cool ur making croissants again

gentle flint
#

yep

#

fortran

frosty star
#

Same

#

I know a bit of C

#

But its rusty

#

Yeah

lyric pawn
#

@remote kite i hate that dude too

#

The president.......

#

🤣

#

The club

#

The advisor The president

#

whats the third guys role name?

#

@remote kite

#

Damn....furyo

#

You're going crazy

#

Or you could hash it

#

and it could be gone forever

#

@remote kite who wants to be a member of 'The club' anyway?

#

🤣

#

competing for what? against other schools?

molten pewter
lyric pawn
#

The president......

#

that Bitch..............

#

'The officers'

#

4 of....8.

#

The advisor, The president, The officers.

#

Thats a beautiful instrument

gentle flint
#

meanwhile me not being in 1 club

lyric pawn
#

i used to play the french horn

#

you sound like youre speaking like youre writing a college application letter

#

not with passion

#

'it has a rich sound, which grown on me'

#

Fuck the club

#

low to you @haughty pier not low to him...thats why hes come on the server

#

its obviously big for him

#

sleep on it @remote kite

#

@haughty pier youre a smart guy

#

yea @remote kite i think you might be overreacting

haughty pier
#

I know people might want him to drop the whole thing, but I want to make the point to our group members about what to do in a similar situation. Deliver, document, and don't go nuclear first.

gentle flint
lyric pawn
#

didnt let it go over your head

#

you know, the fame...

#

the prestige, which comes with the club

fresh echo
#

hi

lyric pawn
#

yea , but it was that guys world...though

#

and yea...

#

The President aaron hall

#

remember

#

My last pc port broke, i had to make a new discord

#

got locked out

#

this account is 2 days old, im on mac now

#

2016, 16gb ram

#

im rolling with the big boys now President

#

Remember i wanted you to run for office

#

50k...

#

Its yours if you want it

#

I just need you to look at my books for me

#

And be the head of my new titty bar

#

@haughty pier what you working on anyway?

haughty pier
#

That's a very tempting offer, but I'm going to have to decline.

lyric pawn
#

My name...

#

@midnight agate voice is so relaxing...

#

i want him to read books to my kids

haughty pier
#

dumpe2fs -h /dev/path/to/disk | grep features:

#

e.g. /dev/sda1

lyric pawn
#

damn thats messed up

#

yea it makes sense

haughty pier
#

so you did something like chmod -R +x .*

lyric pawn
#

i can see it

#

🤣

#

this conversation

#

is so funny

#

'my name is aaron hall...Nice to meet you.' 😆

haughty pier
lyric pawn
#

It was a good question... 🤣

haughty pier
#

There are people who are very sensitive about how people pronounce their name, and I think that's very understandable, but IDK...

#

I don't care personally so much.

lyric pawn
#

yea its no big deal

#

i dont really get people like that

#

but idk, i have a common name anyway

#

you cant really screw up, so i dont have much experience

haughty pier
#

My friend's dog died today and I want to do something for him but IDK what.

lyric pawn
#

play reo speedwagon - time for me to fly

#

on your guitar

#

it might cheer them up

somber heath
lyric pawn
#

@midnight agate 🤣

#

That exit was funny, 'its not to get an advantage' lmao

haughty pier
lyric pawn
#

guys does anyone know what exactly it means by the statement 'the scope of each' when it comes to IaaS and PaaS and SaaS

#

cloud computing

#

😆

#

I

#

infrastructure yea

#

so what would that mean to you aaron? The size?

#

when it says discuss the 'scope'

#

no its for a worksheet for college i have to submit tomorrow 😆

#

so you think i should just compare them? and forget the term/phrase 'the scope'

whole bear
#

The service provided for each layer in cloud

#

Let me talk so I can explain in VC if you want

#

SaaS provides the software used in cloud (think of Facebook, Google Drive or online Todo list)
PaaS provides the platform for engineers to deploy web application in cloud (Heroku)
IaaS provides the infrastructure for engineers to spin up and optimise the server (usually VPS) (EC2)

lyric pawn
#

@somber heath whats your best area of technology?

#

like what area would you say youre best at?

whole bear
#

I believe scope is in terms of boundary

#

If @somber heath lets me speak I swear I won't spam VC

lyric pawn
wise cargoBOT
#

Voice verification

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

lyric pawn
#

so web dev front end?

#

i thought you were a networking guy

#

cryptography?

lyric pawn
#

optimus?

#

🤣

#

that guy asking about the club thing 🤣 lmaoooo

#

the club......

whole bear
#

Sorry was distracted, so yeah I assume just lay out them in dot point

haughty pier
#

me to people using IDLE

lyric pawn
#

@near island what are you working on?

#

aaron hall 🤣

#

🤣

#

dont ask...

#

thats a deep rabbit hole

#

@haughty pier whats the future of computing? Where is the most potential?

#

i know, last men standing

#

aaron why was cloud computing introduced? Like what would the it world look like right now if it didnt exist?

#

would everything be alot slower when he use the internet? Or what would the impact be? @haughty pier

#

so what would happen if that super computer was compromised

#

(or it would just be)-those people connected to that computer would go offline?

#

no this isnt even a question, its just interesting

#

off and on, gotta try it

#

virtual machine

#

home hub

#

Everything.

#

its a go to

#

@midnight agate is trying to not wake up the family

#

I think personally Linux

#

but again, people are wayyyyy ahead of me

#

like you guys both probably are

#

like that bash script you wrote to delete everything🤣

#

i dont know man, i just like playing in terminal and using vim

#

i was talking about marco

#

not you

#

ohhh ok

haughty pier
#

@midnight agate looks like changing the execute bit doesn't update the modification time.

#

I suppose.

proven saddle
lyric pawn
#

i dont know, i just started using it 2 months ago..not so much trick, i just like the interface, and just like using it

#

i think its neat, and people hate it, so i think im weird for liking it so much

#

i just like the way everything is when youre inside of it. Its relaxing to use

eternal drift
#

hi

lyric pawn
flat sentinel
sand ermine
#

today i wake up alive

robust quiver
rugged root
#

Yeah that's strange. I wonder who that could be....

dense ibex
#

@rugged root I wish I could join you Sadge

#

Sadly I am in school

rugged root
#

All good. School should be your priority

dense ibex
#

Stop being responsible

swift valley
#

Good evening

rugged root
molten pewter
#
vivid palm
#

did you hear about the chip shortage thing and what hp is doing?

molten pewter
#

no what?

vivid palm
#

sooo not hp loll

swift valley
#

jesus

rugged root
#

Oh my

quasi condor
rugged root
#

Yeah they still have the chips in HP toner carts. But the benefit is that most of the OEM carts they sell are refurbished or recycled

#

Since most toner cart sellers will have some sort of swap rather than just selling them to you

#

Kind of like propane tanks

unborn storm
#

rhaaa so sad. seems like my university's proxy is blocking discord vocals...

rugged root
#

Oh that's surreal

quasi condor
pallid hazel
rugged root
#

HA! You guys know me so well

proven saddle
#

Yo

#

How's everyone in vc?

rugged root
#

Good, you?

proven saddle
#

Me too

plain rose
#

hi

proven saddle
#

Ayy

plain rose
#

do we make bad puns here?

#

is that the theme for today?

proven saddle
#

what?

#

Lol

whole bear
#

I want a Switch but it's so overpriced nowadays

plain rose
proven saddle
#

buy the OLED switch

plain rose
#

but dam the prices

whole bear
#

Double its MRP and they becoz they have to import it so its justified

proven saddle
#

yeah chip shortage is the reason

plain rose
proven saddle
plain rose
proven saddle
#

Yeah

plain rose
#

🧢 🧢 🧢

#

🧢

proven saddle
#

eta prime makes a lot of video on them

#

No cap bruh

plain rose
#

big 🧢

proven saddle
#

The All-New AYA NEO Next Is the most powerful Ryzen powered handheld gaming PC I’ve tested so far on the channel and for good reason because it's using the Ryzen 7 5800U with 8 cores and 16 threads up to 4.4GHz! In this video, we unbox and test out the AYA NEO NEXT Advance and this handheld gaming pc is amazing! With 16Gb of ram and a 2TB M.2 SS...

▶ Play video
#

Check out

plain rose
#

🧢

proven saddle
#

but it's a pc tho

#

so no cap

plain rose
#

i prefer amd personally

whole bear
#

I know this buddy but I don't even have money to but a second hand Switch which is more pricey than its first hand's MRP

plain rose
#

alder lake architecture would help intel a lot tho

proven saddle
#

probably

plain rose
#

im still waiting for zen 4 and zen 3+ tho lmao

proven saddle
#

these new 12th gen Intel chips are fking good tho

plain rose
#

anyway gtg

#

it was nice talking

#

or not talking, since i didn't open my mic

proven saddle
#

like seperating performance and efficienct cores

proven saddle
#

Talking about portfolio can you guys review my portfolio?

#

?

rugged root
whole bear
#

No Simply OVERPRICED

rugged root
#

Laaaaame

whole bear
#

and they say it's justified becoz they have to import it

rugged root
#

Well there is something to that. Region locked consoles do tend to cost more. But eh, not worth it

molten pewter
whole bear
#

Canonical

stuck furnace
#

Yeah, what you explicitly don't get with open source software is any kind of warranty or guarantee.

lyric pawn
#

guys i want to write about web security including the words Proxy and API. Can someone in voice chat explain this to me in plain english in as few words as possible. So i can get my head around the concept

molten pewter
unborn storm
#

@rugged root you may be happy, because i got a trackball. seems like you adviced verbose to buy one ^_^

rugged root
#

This for an assignment?

lyric pawn
rugged root
lyric pawn
#

we submit every week

lyric pawn
rugged root
#

How would you describe them, and we can guide or correct

lyric pawn
#

briefly

unborn storm
rugged root
#

Oh yeah absolutely

lyric pawn
#

so, a proxy is to protect databases you have on your web server on the internet?

#

and the api is linked to the database somehow?

rugged root
#

My biggest love about trackballs is that you can have them anywhere

unborn storm
rugged root
#

Sort of, jmac. Both proxies and APIs can be more general than that

quasi condor
rugged root
#

Back in a sec, and then I can try to break it down more

lyric pawn
#

then theirs an API proxy too hemlock ? 😢

unborn storm
lyric pawn
#

🤣

#

😆

#

10 hours, not bad...considering.

#

so guys, quick question in voice chat until hemlocks back

#

we have a proxy and then we have a api

#

is this thing an API proxy different? or is that another term for api?

rugged root
gentle flint
#

an api is a way to interact with a program or website

#

a proxy is a server through which you route your internet traffic

#

the two are unrelated

rugged root
#

I like to think of an API as a menu at a restaurant

#

The restaurant gives you a list of things you can choose from. You can request that they give you your burger and fries. But you can't really deviate from those things on the menu other than maybe asking for no pickles or extra onions or the like

#

Same thing applies to an API. It's a list of available points of interaction that a site or application offers for you to interact with it directly

#

This makes is to that you don't have to use the exact same language as whatever the site or program was written in

#

APIs are typically language agnostic

unborn storm
sweet lodge
sturdy panther
#

It did not involve BitCoins nor Vim.

sweet lodge
#

Yep

rugged root
#

Although APIs aren't restricted to web services

#

But that's where we typically talk about them

sweet lodge
sweet lodge
whole bear
woeful salmon
#

🤔 you can play a rocket league match in 5 mins and its fun if we're talking about really quick but fun things

rugged root
#

And like Shen said, proxies can be thought of as connecting flights. You can take a plane from LA to Chicago, but sometimes you can choose to or have to go from LA to Denver to Chicago

sturdy panther
#

NHS quality depends heavily on the area.

rugged root
#

True

sweet lodge
#

I'm not racist but -

#

Famous last words

#

Does Furyo need some of Bisk's water this morning?

sturdy panther
#

It is better in areas with doctor and nurse trainees. So near universities.

#

Just because they have much better enthusiasms. And are much more careful.

#

Ethnicity vs nationality?

lyric pawn
#

whiteboy but hes taiwanese

gentle flint
sweet lodge
#

LGTM

#

Nevermind

#

Holes in the PCB are bad

lyric pawn
#

@molten pewter im interested in hearing your non pro-work philosophy

sweet lodge
#

drill machines

#

'round here we just call them "drills"

rugged root
#

Oh, I have to share this. So the idle game I've been playing Melvor Idle has a little rogue-like minigame on the side where you start with bare bones equipment and after defeating a wave you get to select from equipment categories and get better stuff. SO, it's a goblin raid. So they have a bunch of different goblin images to make it not boring

#

This is my favorite

sweet lodge
#

https://login.lernraum-berlin.de/auth/realms/lernraum/protocol/openid-connect

#

openid-connect

#

It's OAUTH

#

OIDC specifically

rugged root
#

You probably know way more than me

sweet lodge
#

It's a PITA depending on how they have it setup
Let me look

lyric panther
#

ok ty

quaint oyster
#

verboof should be a voice actor

lyric pawn
#

he sounds weird

#

maybe for a classical book

#

or some mystic story

#

like the lord of the rings

#

but not a childrens audiobook

#

his voice isnt relaxing

rugged root
#

Back in a moment

molten pewter
#

Best Comment: "HULK UNPLUG!!"

lyric pawn
#

lemony snicket?

sweet lodge
#

@gentle flint - How would you translate Anmelden into English?

#

Wait - You're Dutch not German, right?

lyric pawn
#

what happened in the last season? @molten pewter

#

🤣

#

leave if you dont want to hear what happened

#

sherlock had an affair with a preacher

gentle flint
#

why?

lyric pawn
#

jude law fetish?

sweet lodge
# gentle flint why?

Just curious. It was the login button on that site we were just looking at, and Google translated it to announce

#

"Announcing your login to the server"
I found the translation interesting

gentle flint
#

that's wrong

#

definitely

sweet lodge
#

The site or the translation?

gentle flint
#

translation

sweet lodge
#

Ah
Should just translate to "login"?

gentle flint
#

yes

sweet lodge
#

Ah. TIL. ty

gentle flint
#

np

#

keep in mind I'm not German
so you might want to confirm with someone who actually is

lyric pawn
#

do you guys like sam elliot ?

sweet lodge
#

@rugged root - When he asked for help using Selenium to automate OAUTH, I was supposed to have shut up and cited rule 5, right?

lyric pawn
#

somewhere in london?

#

but it was on the number 9 bus route

#

🤣

#

im deaddddddddd

rugged root
#

Well shit, NOW I can't find it

#

So maaaaaaaaad

#

@sweet lodge Probably for the best.

#

brb once again

lyric pawn
#

damn star wars master @haughty pier in the building

#

dont disrespect star wars

#

i liked jar jar, not going to lie

#

its a cool name too

#

the way it rolls off your tongue as a kid

#

jar jar Binks

#

its an easy name to pronounce, when youre learning how to talk

gentle flint
#

any idea why my sensor might be stuck here?

quasi condor
#

Star Wars Episode I.I: The Phantom Edit is a fan edit of the film Star Wars: Episode I – The Phantom Menace, removing many elements of the original film. The purpose of the edit, according to creator Mike J. Nichols, was to make a much stronger version of The Phantom Menace based on the previous execution and philosophies of film storytelling an...

pallid hazel
#

help-bread, if your a dicts master, or master of dicts .. 🙂

whole bear
rugged root
#

One sec

sweet lodge
#

How do you know that you can't print if your computer won't start?

#

Well... It actually does start, I just wanted to make it sound important to get helped faster...

gentle flint
sweet lodge
#

Fair enough

#

What can't phones do these days?

gentle flint
#

compile big programs without overheating

#

I gotta go eat

#

cya

sweet lodge
#

idiomatic

#

.xkcd 386

viscid lagoonBOT
#

What do you want me to do? LEAVE? Then they'll keep being wrong!

haughty pier
#

my favorite example of Apophenia ^^^^^^

unborn storm
#

what do you think of my profile picture now @molten pewter
?

rugged root
#

Is it supposed to be vim?

unborn storm
rugged root
#

/\/\ would be more clear I think

#

For the m

unborn storm
#

also, if i want to make it really clear

#

\/||\/|

#

something like that

rugged root
#

Yeah that'd be good

unborn storm
#

but the official vim logo is with a script m

#

it is like Vim

#

so here is also why \\\ is better, because it looks like m , not like M

rugged root
#

I don't think what I was asking was unclear...

unborn storm
rugged root
#

Oh no no no

#

Sorry not you

unborn storm
#

haha ok

rugged root
#

That was to the thing I was asking Aaron

#

Yeah sorry, I can see where you could think the other

pliant pulsar
#

i mean bill gates owns xbox as a brand , but his kids dont play xbox

haughty pier
lyric pawn
#

anyone good at creating cvs for a job you want to get? Any advice

rugged root
#

Not personally. The folks in #career-advice would be able to guide you better. And would help based on where you are in the world

rugged root
#

No problem. I hope it helps!

lyric pawn
#

So like bernie madoff?

haughty pier
#

I think too many saw through Madoff's scam for him to be credible.

lyric pawn
#

🤣

#

true. 21st century george washington

#

well spotted aaron hall