#voice-chat-text-0

1 messages ยท Page 957 of 1

lyric pawn
#

i want to buy Aaron a signed picture of the creators of NixOS for his birthday

lyric pawn
#

''Sorry to dissapoint you." - something marco says to his wife after a night of lovemaking

whole bear
#
from .pyBed import pyBed

pyBed.create_items()
#
pyBed.create_items():
  Items.new(

name="Hello",
)
#
from .pyBed import pyBed

pyBed.create_items():
    Items.new(
        name="apple",
        
    )
    Items.new(
        name="orange",
        
    )
    Items.new(
        name="carrot",
        
    )
#
{
  "format_version": "1.10",
  "minecraft:item": {
    "description": {
      "identifier": "minecraft:sweet_berries"
    },

    "components": {
      "minecraft:use_duration": 32,

      "minecraft:food": {
        "nutrition": 2,
        "saturation_modifier": "low",
        "is_meat":  false
      },
      "minecraft:seed": {
        "crop_result": "sweet_berry_bush",
        "plant_at": [
          "grass",
          "dirt",
          "podzol",
          "moss_block",
          "mycelium"
        ]
      }
    }
  }
}
#
pyBed.create_items(

  Item.new(
  
    name="Apple"
  )
)
snow wharf
#
    return(a+b)
print(test(12,13))```
whole bear
#
pyBed.create_items(Items):
    apple = Items.new(
        name="apple",
        
    )

    print(apple)
snow wharf
#

makefood.add("FoodYouWanted",3,True)

#
    def add(name,health,ismeat):
        
        adding_healthtoItem = health
        if ismeat == True:
            print('food made')
        else:
            print('Not food')
        return

makefood.add("FoodYouWanted",3,True)```
haughty pier
#

@midnight agate I just realized I don't have rust-vim listed in my vimPlugins, lol

agile drum
#

im new to python. what are some good basics to learn. i know how to print('hello world') but thats about it

#

uhh ok thanks

haughty pier
agile drum
#

btw i really enjoyed your lesson. very engaging

haughty pier
#

what lesson do you mean?

agile drum
#

when everyone was tuned in about an hour ago

haughty pier
#

no big deal, not really a lesson, just a ipython demo

haughty pier
#

I would think we have the standard lib.

wind raptor
scenic girder
#
    volumes:
      - ./data/rabbitmq/:/var/lib/rabbitmq/
      - ./scripts/run_rabbitmq.sh:/opt/rabbitmq/run_rabbitmq.sh
      - ./logs/rabbitmq/:/var/log/rabbitmq/
somber heath
#

โœจ Community!โœจ

haughty pier
#

@somber heath say something ๐Ÿ˜›

#

Or don't... I gotta run, ciao!

somber heath
#

But...I did.

rancid stream
#

Good morning

#

as a beginner. where must i start on this server

whole bear
#

@somber heath hlo sir

rancid stream
#

it seems i should write 50 messages to be able to speak in vc

rancid stream
whole bear
#

hlo @rancid stream

rancid stream
#

hru

whole bear
#

fine wbu

rancid stream
#

im fine too. i want to start learning python but dont know where to start

somber heath
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

rancid stream
#

thank you

somber heath
#

I refer people to Corey Scafer's Youtube playlists for Python beginners.

rancid stream
rancid stream
somber heath
agile drum
#

hey

rancid stream
agile drum
#

its completely black

#

usually, the servers were apart of have a bot called plural kit. i have DID so it makes it easier for u to know who your talking to

#

Disassociate Identity Disorder

#

multiple personality disorder

#

uhhhh ok

#

cody is usually the one who likes to code but i wanna give coding a try. oh ya lol i tend to merge sentences a lot, sorry

#

oh idk at this point lol

#

whats your role in this server

#

uh ok thats cool. this is my first day in this server

#

i dont have permissions to talk yet

#

its super annoying

#

is there a piece of code i can write in python to override that feature?

#

its a small price to pay for long term benefits

#

damn ok ๐Ÿ™‚

#

๐Ÿ˜ฆ

#

all of a sudden u get a 12 year old screaming at the top of their vocal cords and then your def

#

yup absolutly, if they poking the wrong bear they might get their ip tracked

#

ya i know

#

u can try to get their email, send them the "I LOVE YOU" virus and watch chaos unfold

#

trueeeee

#

its probably patched

#

how does one go about finding 0 days?

#

wow thats older than me

#

so its an illogical return? or an illogical function?

#

its possible to make about $100k per 0 day found

#

thats why im asking

#

and not flimsy plywood

#

to carry on with the building analogy, a crack in the foundation is like a 0 day. its very rare to find a crack but they can still form

lyric pawn
#

@somber heath what you working on man?

#

wow sounsa cool, ive used matplot lib a couple times

#

are you interested in data science

#

have you used pandas before?

#

got you

#

๐Ÿ˜†

#

how would you visualise 3 dimensional?

#

i get 2 dimensional, but what would you do

#

so no graphs?

#

๐Ÿ‘Œ

#

ok thats cool so it dosent just refer to axis

#

but wouldnt 255 fall on the axis?

#

ok but you understand it which is cool, it sounds pretty deep

#

yea i like visualisation

#

im trying to make a cli application right now for a project

#

im getting into how to make a blockchain in python currently

#

yea the marketing i got you

#

give it fancy terms for normal things

#

smart contracts

#

brb

river swan
#

Hello

woeful salmon
#

yo

pallid hazel
#

arrr.. matey

vivid jay
#

!voiceverify

#

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

vivid igloo
#

oi

spare kiln
#

@vivid igloo Hello, how are u doing

#

can u review my code @vivid igloo

vivid igloo
#

h i hi h i

spare kiln
#
def timer(func):
    from datetime import datetime
    def wrapper(*args, **kwargs):
        print(f"Function Name:{getattr(func, '__name__')}")
        start = datetime.now()
        func(*args, **kwargs)
        end = datetime.now()
        time_to_run = end - start
        print(f'Time to run: {time_to_run}')
    return wrapper
#

what do u think about that decorator? anything more to incress

#

@vivid igloo ?

vivid igloo
#

Cool

whole bear
#

@whole bear hi

#

yes?

#

what's up?

#

not much doing work, bored

#

what work are you doing?

#

school work

#

just done with applying for internships

#

now im zoning out listening to lectures

#

wbu

#

I had an internship (co-op) last year

#

in tech

#

?

#

It was supposed to be about tech

#

They never accepted any other Co-op student before

#

I was the first one

#

pardon me whats a co-op

#

Co-operative education

#

im more into finance and stuff, not super familiar with tech internships

#

am considering a career in tech tho

#

vc is dead today is it cuz its a weekend

#

but why would it be dead on a weekend

#

because everyone would be out having fun

#

.

#

what technology career are you considering?

#

data analytics

#

any entry role will do

#

as long as compensation is above 3k

#

im just using it as a stepping stone

#

I'm really hoping I'll be able to find a job like 2 years from now

#

you graduate then?

#

Yes

#

nice

#

i graduate in 1.5 years

#

I wanna do something with databases

#

gonna work aap when i do

#

i see, what does that fall under

#

man why's everyone quiet

#

I can't talk becaues I'm muted

#

no cap

#

snippinig tool just froze

#

sure

#

oh lol

#

is that why you're talking to me

#

๐Ÿ˜‚

#

oh no

#

file explorer is now freeezing too

#

what

#

@molten pewter (skids)

#

happens to me a lot

#

script kiddie

#

I listened to the ltt podcast

molten pewter
whole bear
#

oh

#

of course

#

facebook too

#

im assuming

#

NVIDIA just came out with the 3080

#

or 3080 Ti idk

#

I deleted my instagram account too

#

facebook was just for students back then

#

back in the good old days

#

what do you guys think about discord?

#

are they respecting our data?

#

they have tons of valuable data

#

didn't they get investigated by the fbi once

#

oh i just saw this xD

#

they're making money

#

brb 5min

#

discord only came out in 2015

#

its a relatively new company

#

As you can see, the pandemic got them lots of money

#

ow

#

wow*

#

thats some exponential growth

#

It is a really easy thing to get into

#

everyone at school has it

#

does data visualization mean graphs?

#

i do

molten pewter
whole bear
#

obviously a company like facebook would agree with that subreddit name

#

really?

#

I never used myspace before

chrome ether
#

hey

#

hey @vivid jay

whole bear
#

myspace is a really ugly looking website

whole bear
#

something

#

Probably by using a graph data structure

#

Being fired probably really hurts

#

I cannot talk

#

Show your code

#

@turbid forge

#

I can try to help

#

You need a function that prints numbers froom 1-10?

#

I'm lost

#

Maybe write it in text

#

what

#

lmao

#

lol

#

me too

#

im not curious ๐Ÿ˜‚

#

for i in range(10):
break_discord_tos()

turbid forge
#

๐Ÿ‘€

whole bear
#

break the tos 10 times

#

LOL

#

HAHAHA

quasi condor
whole bear
#

not possible

#

I will

#

@turbid forge

#

if you post instructions in written form

#

Does anybody program in c#?

#

i wish i could use vc :(

#

for i in range(10):
print(f'You are {i} years old}')

@turbid forge

#

he's probably not lol

#

its not a solution

#

I am making a program that lets the user choose searching and scorching algorithms to use on an array of numbers

#

I can teach you C#

#

Are you guys programming anything?

#

not atm

#

am chillin

woeful salmon
#

๐Ÿ‘€ i was till a bit ago now playing games for resting xD

haughty pier
#

Rule 9
Do not offer or ask for paid work of any kind.

whole bear
#

@midnight agate deep voice

#

i enjoy talking rubbish

#

but its important to have meaningful conversations sometimes

#

im a huge verbal shitposter

vivid jay
#

so I need to wait 3 days just for voice?

whole bear
#

yes

#

and if you leave the server it resets

vivid jay
#

But I dont think I have enough time to solve my problems

#

Oh..

whole bear
#

You can send me the code

#

i can try to help you

vivid jay
#

really?

#

oh wait

woeful salmon
whole bear
#

emphasis on try

#

I can help with things that are not python exclusive

#

i'm a c# programmer

#

and i know c++ too

#

so data structures and algorithm stuff basically

#

i can help with that

vivid jay
#

print('Date (DD.MM.YYY)?:)
a=(input).split('.')
a=int(a)
if(a1)=='01'
print('Jan')
elif a(1)=='02'
print('Feb')
elif a(1)=='03'
print('March')
elif a(1)=='04'
print('April')
elif a(1)=='05'
print('May')
elif a(1)=='06'
print('Jun')
elif a(1)=='07'
print('July')
elif a(1)=='08'
print('Aug')
elif a(1)=='09'
print('Sep')
elif a(1)=='10'
print('Oct')
elif a(1)=='11'
print('Novem')
elif a(1)=='12'
print('december')

whole bear
#

that's very bad

vivid jay
#

Whats problem on this

whole bear
#

everything is hard-coded

vivid jay
#

oh wait let me send you some info

woeful salmon
#

well that looks full of errors

vivid jay
#

Thats what I tried to do

whole bear
#

look

#

if x:
print('hi')

#

you need a colon

#

and you need a tab

woeful salmon
#

input() not (input) as input is the function name and () is for calling it

haughty pier
#

brb, grabbing brecky-breck

vivid jay
#

could someone make correct my code?

#

:(

whole bear
#

Yes

#

I'll show you an example so you can correct it yourself

vivid jay
#

oh please man

whole bear
#

take a look at this print statement

#

there is a ' at the start and end of the string

vivid jay
#

oh I know this

whole bear
#

but your first line of code does not have that

#

that's the first error

molten pewter
whole bear
#

this is why coding interviews exist

vivid jay
#

the only problem is this?

whole bear
#

no

#

you fixed it right?

vivid jay
#

oh

whole bear
#

the first line

vivid jay
#

print('Date (DD.MM.YYY)':)

whole bear
#

You have a : at the end

#

instead of a '

vivid jay
#

print('Date (DD.MM.YYY)')

whole bear
#

good

#

you fixed it

vivid jay
#

but I have to write it depend on problem

vivid jay
whole bear
#

put a : before the '

#

@woeful salmoncongrats on the pink

vivid jay
#

print(:'Date (DD.MM.YYY):')

whole bear
#

you don't need a : at the beginning

vivid jay
#

:print('Date (DD.MM.YYY)')

whole bear
#

not that either

vivid jay
#

print:('Date (DD.MM.YYY)')

whole bear
#

print('Date (DD.MM.YYY)')

#

that's all you need

vivid jay
#

I already made it man

#

oh but yes

#

What about others?

whole bear
quasi condor
#

denoting or relating to language used for general purposes of social interaction, rather than to convey information or ask questions. Utterances such as hello, how are you? and nice morning, isn't it? are phatic.

#

can't be a phatic breakfast

vivid jay
#

@whole bear other codes are fine?

#

I mean dates

whole bear
#

a=(input).split('.')

vivid jay
#

print:('Date (DD.MM.YYY)')
a=(input).split('.')
a=int(a)
if(a1)=='01'
print('Jan')
elif a(1)=='02'
print('Feb')
elif a(1)=='03'
print('March')
elif a(1)=='04'
print('April')
elif a(1)=='05'
print('May')
elif a(1)=='06'
print('Jun')
elif a(1)=='07'
print('July')
elif a(1)=='08'
print('Aug')
elif a(1)=='09'
print('Sep')
elif a(1)=='10'
print('Oct')
elif a(1)=='11'
print('Novem')
elif a(1)=='12'
print('december')

haughty pier
#

phatic calories

whole bear
#

@midnight agate i love you bro

#

you're hella funny

vivid jay
whole bear
#

there are a couple mistakes

#

a should be named more descriptively

#

a does not describe the purpose of that variable

#

I would call it date_input

pallid hazel
#

ohh great... i ran into an issue, but its a natural occuring phenomenon that i cant account for with coding.. gonna be tough to figure out.

vivid jay
whole bear
#

a=(input).split('.')
date_input=(input).split('.')

#

now

vivid jay
#

oh great

whole bear
#

input is a function

vivid jay
#

so what about months?

whole bear
#

whenever you call a function you need () after the function name

vivid jay
#

I tought they are correct

whole bear
#

so its input() not (input)

#

so date_input=input().split('.')

cyan stirrup
#

If anyone has any time to help give me a crash course in Visual Studio Code I posted some questions in help-pretzel and am in code/help 0

Much appreciation to this amazing community for helping newbs like myself. ๐Ÿ˜„

vivid jay
#

print:('Date (DD.MM.YYY)')
date_input(input).split('.')
a=int(a)
if(a1)=='01'
print('Jan')
elif a(1)=='02'
print('Feb')
elif a(1)=='03'
print('March')
elif a(1)=='04'
print('April')
elif a(1)=='05'
print('May')
elif a(1)=='06'
print('Jun')
elif a(1)=='07'
print('July')
elif a(1)=='08'
print('Aug')
elif a(1)=='09'
print('Sep')
elif a(1)=='10'
print('Oct')
elif a(1)=='11'
print('Novem')
elif a(1)=='12'
print('december')

#

What about this

whole bear
#

Well, I'm going step by step

whole bear
#

since there are multiple issues with the code

#

I suggest you go back to chapter 1

vivid jay
#

but I fixed half of them by your help I think

whole bear
#

before you do this string manipulation

vivid jay
#

now just months right?

whole bear
#

It is very important to first understand the syntax of the language

quasi condor
whole bear
#

YES

quasi condor
#

although it starts fairly basic so maybe don't

whole bear
#

@forest arrow NOW

#

SEND CODE111

vivid jay
#

@whole bear What about other codes man?

#

months

whole bear
#
from god import godmode

godmode('iLaptop#1432')
#
import god

god.bing_bang()
#
a=int(a)
if(a1)=='01'
forest arrow
whole bear
#

But it was a joke

#

rrwekjhfwef

forest arrow
#

Lol sorry

whole bear
#

Which doesn't make a lot of sense

#

and then you compare a1 to a string which is a variable that doesn't exist

haughty pier
whole bear
#

Basically, i suggest going to the first chapter if you are doing w3schools @vivid jay

#

Don't skip forward

#

First understand the syntax

#

It won't be very helpful for me to rewrite this code for you if you don't know python syntax

vivid jay
#

I have no idea about syntax man

whole bear
#

Well, read the chapter (the first one)

vivid jay
#

oh

whole bear
#

Don't skip to if statements

#

Start here

#
vivid jay
#

yea I know most of them but the problem is pretty mix

whole bear
#

This first page teaches you how to use a print statement

haughty pier
whole bear
#

How is that beginner friendly

#

@haughty pier

vivid jay
#

oh I have man thanks but problem is too diffcult

vivid jay
whole bear
#

Just do what I said

#

go to the home page and start from there

#

that's all

vivid jay
#

I meant my problem isnt about ''hello world'', ฤฑts not too easy like this

whole bear
#

But you couldn't use a print statement

#

You're shooting yourself in the foot by skipping to if statements

#

anyway im out

haughty pier
whole bear
vivid jay
#

oh thanks anyway

haughty pier
trail mural
#

what if the cell tower has different outputs depending on when it expects high load -- I know nothing about these

whole bear
#

by the way what is NixOS?

#

sounds cool

haughty pier
haughty pier
# whole bear by the way what is NixOS?

It's the best Linux distribution of all time. It's going to be head-to-head (in terms of popularity) against Ubuntu and Red Hat, and when it gets there I believe it will outshine them.

main plinth
#

i cant take a variable in my bukle for i in range

haughty pier
main plinth
#

yes

haughty pier
#

Maybe later I'll do a demo

#

Last night I demonstrated adding a lot of Python libraries to my server's operating system.

whole bear
#

I don't use linux

#

but linux is cool

haughty pier
#

BEAUTIFUL Soup, so rich and green,
Waiting in a hot tureen!
Who for such dainties would not stoop?
Soup of the evening, beautiful Soup!
Soup of the evening, beautiful Soup!

Beau- ootiful Soo-oop!
Beau- ootiful Soo-oop!
Soo- oop of the e- e- evening,
Beautiful, beautiful Soup!

Beautiful Soup! Who cares for fish,
Game, or any other dish?
Who would not give all else for two
Pennyworth only of Beautiful Soup?
Pennyworth only of beautiful Soup?

Beau- ootiful Soo-oop!
Beau- ootiful Soo-oop!
Soo- oop of the e- e- evening,
Beautiful, beauti- FUL SOUP!

Lewis Carroll

gloomy vigil
#

thats a beautiful poem

tawny plume
#

China is authoritarianism

#

what do u think on UBI? @molten pewter

primal yacht
#

pthread_cancel() is not available in android

#

Lovely how well Termux goes

whole bear
#

hmm

woeful salmon
#

!e

print(__import__("_sre"))

i just found something rabbit would like o- o

wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

<module '_sre' (built-in)>
whole bear
#

okey

#

but

#

!e print("C")

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

C
whole bear
#

hm okey

#

:)

#

-help

primal yacht
#

fml taking a break again to try to calm down

trail mural
#

gz on the pink @woeful salmon

woeful salmon
#

ty ๐Ÿ™‚

primal yacht
#

@woeful salmon

all_props = (lambda o: sorted(object.__dir__(o).union(dir(o))))
#

and..... shower time .... perfect timing while im still a bit down

pallid hazel
#

no teach me... muhaha

terse needle
#

@whole bear

gloomy vigil
#

@gentle flint i added quack sounds and fixed bugs for linux goose

cyan stirrup
#

I'm trying to learn how to organize code if anyone wants to help me out. ๐Ÿ˜„

I posted my question in help-chili

any help would be much appreciated. ๐Ÿ˜„ I'm also in the help VC if that's easier for anyone.

(closed) Thank you @gloomy vigil for the clarification! I owe you one

formal orchid
#

can i ask my linux questions here?

#

does anyone know why when in linux in discord share my screen it does not stream the sound?

quasi condor
gloomy vigil
gentle flint
formal orchid
gentle flint
#

Intel i7-4790K

formal orchid
#

any other idea?

gloomy vigil
formal orchid
pallid hazel
#

@terse needle does your progress counts change inplace print?

gentle flint
#

The glassโ€“liquid transition, or glass transition, is the gradual and reversible transition in amorphous materials (or in amorphous regions within semicrystalline materials) from a hard and relatively brittle "glassy" state into a viscous or rubbery state as the temperature is increased. An amorphous solid that exhibits a glass transition is call...

pallid hazel
#

neo drank glass, it didnt really seem like it worked out for him

haughty pier
#

I just had a nice shower and feel so fresh and clean. ๐Ÿ™‚

#

don't drink and deluge

quasi condor
haughty pier
#

It is said, don't mix business and pleasure. I recommend not mixing pleasure and pleasure.

gentle flint
gloomy vigil
gentle flint
whole bear
#

@haughty piergoogle foobar?

quasi condor
gentle flint
haughty pier
#

Python poverty: a fundamental lack of Python skills

whole bear
#

what's indirection?

pallid hazel
#

i am python poor

haughty pier
#

We don't want to go down the rabbit hole

#

Take advantage of encapsulation

pallid hazel
#

begging.. picking up change, recyling.. how would i know?

haughty pier
#

Limit spelunking to one level below.

quasi condor
#
# Requester.py
def get_thing():
    requests.get("https://example.com")

from interface import requester


# main.py
class Indirect:
  @property
  def web_status()
      return requester.get_thing()
#

^ the kind of indirection I come across in python

#

(except the imports make no sense)

whole bear
quasi condor
#

my problem is that people set up this boilerplate and code infrastructure in a way that doesn't make writing or reading any easier

whole bear
#

i see ๐Ÿค”

quasi condor
#

difficult to explain how I'd fix it without me coming up with some actual practical example

pallid hazel
#

roses are red, violets are blue, poetry is nice, but poetry with aaron in python is cool.

hardy karma
#

super random but Im doing my second year of computer science for university...I thought writing a text adventure game was hard now I just cry haha

stuck furnace
#

Your connection was a bit bad a minute ago @midnight agate

#

When you were speaking.

quasi condor
#

@midnight agate aaron is speaking if you can't hear him

lyric pawn
#

brb keep teaching aaron hall

sand ermine
#

More one msg

stuck furnace
#

Yep jmac, you should meet the criteria now, if you want to try it out.

sand ermine
#

I want propose add more 1000 msgs to be able

#

Really.. I like it

stuck furnace
#

What is Python poor sorry? I joined mid-way ๐Ÿค”

quasi condor
#

!e print(bytes("hello", encoding='utf-8'))

stuck furnace
#

!eval ```py
print(type(ascii))

wise cargoBOT
#

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

<class 'builtin_function_or_method'>
sand ermine
#

!e print(bytes("world", encoding='ascii'))

wise cargoBOT
#

@sand ermine :white_check_mark: Your eval job has completed with return code 0.

b'world'
whole bear
#

oh no pep8 ;-;

sand ermine
#

What's means b? ๐Ÿ˜…

whole bear
sand ermine
#

It make sense. Thanks

whole bear
#

i can hear the rain in the foreground lol. because it's raining here

sand ermine
#

Here too

#

Amazon rain

#

Rats house ๐Ÿ’ฉ

whole bear
#

is it undesirable for a name to belong to two categories? ๐Ÿค”

#

slice is a type also

quasi condor
#

!e print(complex(1))

wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

(1+0j)
whole bear
#

btw, get_ipython is in builtin_names but it should not be. or maybe it's supposed to be there to be caught in the test ๐Ÿค”

quasi condor
#

!e print(format)

wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

<built-in function format>
quasi condor
#

! docs format

#

!docs format

wise cargoBOT
#

format(value[, format_spec])```
Convert a *value* to a โ€œformattedโ€ representation, as controlled by *format\_spec*. The interpretation of *format\_spec* will depend on the type of the *value* argument; however, there is a standard formatting syntax that is used by most built-in types: [Format Specification Mini-Language](https://docs.python.org/3/library/string.html#formatspec).

The default *format\_spec* is an empty string which usually gives the same effect as calling [`str(value)`](https://docs.python.org/3/library/stdtypes.html#str "str").

A call to `format(value, format_spec)` is translated to `type(value).__format__(value, format_spec)` which bypasses the instance dictionary when searching for the valueโ€™s `__format__()` method. A [`TypeError`](https://docs.python.org/3/library/exceptions.html#TypeError "TypeError") exception is raised if the method search reaches [`object`](https://docs.python.org/3/library/functions.html#object "object") and the *format\_spec* is non-empty, or if either the *format\_spec* or the return value are not strings.
sand ermine
#

I never will forget this: pytython

quasi condor
#

!docs slice

wise cargoBOT
#

class slice(stop)``````py

class slice(start, stop[, step])```
Return a [slice](https://docs.python.org/3/glossary.html#term-slice) object representing the set of indices specified by `range(start, stop, step)`. The *start* and *step* arguments default to `None`. Slice objects have read-only data attributes `start`, `stop`, and `step` which merely return the argument values (or their default). They have no other explicit functionality; however, they are used by NumPy and other third-party packages. Slice objects are also generated when extended indexing syntax is used. For example: `a[start:stop:step]` or `a[start:stop, i]`. See [`itertools.islice()`](https://docs.python.org/3/library/itertools.html#itertools.islice "itertools.islice") for an alternate version that returns an iterator.
quasi condor
#

!e ```py
l = [1,2,3]
print(l is reversed(l))

#

!e print(type(reversed([1,2,3])))

#

!e print(type(sorted([1,2,3])))

#

!e print(reversed([1,2,3]))

sand ermine
#

!e print(reversed([1,2,3]))

wise cargoBOT
#

@sand ermine :white_check_mark: Your eval job has completed with return code 0.

<list_reverseiterator object at 0x7fa8b7c211e0>
quasi condor
#

!e print(next(reversed(range(10))))

wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

9
whole bear
#

I believe reversed(obj) just calls obj.__reversed__() no?

quasi condor
#

!e ```py
def it():
for _ in range(10):
yield True

print(next(reversed(it())))```

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 5, in <module>
003 | TypeError: 'generator' object is not reversible
quasi condor
#

!e ```py
def it():
for _ in range(10):
yield True

print((reversed(it())))```

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 5, in <module>
003 | TypeError: 'generator' object is not reversible
whole bear
#

oh, reversed(obj) also works if obj provides __len__ and __getitem__ cool

#

!e ```py
class Reversible:
def init(self, _list):
self._list = _list

def __getitem__(self, i):
    return self._list[i]

def __len__(self):
    return len(self._list)

obj = Reversible([1, 2, 3])
print(*reversed(obj))

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

3 2 1
quasi condor
#

!e ```py
def it():
for _ in range(10):
yield True

print(type(it()), )

whole bear
#

!e ```py
def it():
for _ in range(10):
yield True

print(type(it()))

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

<class 'generator'>
whole bear
#

ye

#

honestly naming things is the hardest part of programming lol

quasi condor
#

the ipython stuff will also throw an error, no?

#

!e print(copyright)

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'copyright' is not defined
quasi condor
#

!e print(exit)

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'exit' is not defined
quasi condor
#

!e print(copyright)

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'copyright' is not defined
quasi condor
#

!e copyright

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'copyright' is not defined
whole bear
#

isn't copyright just for interactive sessions?

sweet lodge
#
def copyright(*args, **kwargs): # real signature unknown
    """
    interactive prompt objects for printing the license text, a list of
        contributors and the copyright notice.
    """
    pass
quasi condor
#

!e ```py
a = {1,2,3}
a -= {1}
a -= {1}

print(a) # {2,3}

sweet lodge
#

Not sure why the bot doesn't like it. This is what I get:

Copyright (c) 2001-2021 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.
wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

{2, 3}
quasi condor
#

!e print(quit)

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'quit' is not defined
quasi condor
#

@haughty pier in case you haven't noticed, your stream is a RIP

lucid blade
serene ferry
#

anyone know anything abt stocks

lucid blade
#

Speaker: Artem Dinaburg Security Researcher, Raytheon

We are generally accustomed to assuming that computer hardware will work as described, barring deliberate sabotage. This assumption is mistaken. Poor manufacturing, errant radiation, and heat can cause malfunction. Commonly, such malfunction DRAM chips manifest as flipped bits. Security re...

โ–ถ Play video
somber heath
#

What is Python poverty?

molten pewter
somber heath
#

How do accessibility logistics work, there?

pallid hazel
#

no curbs?

#

actually where i live there is a similar area.. the city runs busses..

somber heath
#

I wasn't thinking so much in the way of curbs as I was access to travel.

whole bear
#

I need help

#

how do I have 2 expects

#

for example except FileNotFoundError: , expect FileExistsError:
pass

somber heath
#

The first if you want to run the same code for either exception.

#

The second if you want to run different code depending on which exception was raised first.

#

Having more than one try stanza may or may not be appropriate, nested or serial. That's up to you.

#
try:
   ...
except FileNotFoundError:
   ...

try:
    ...
except FileExistsError:
    ...```
#
try:
    ...
except FileExistsError:
    try:
        ...
    except FileNotFoundError:
        ...```
#
try:
    try:
        ...
    except FileNotFoundError:
        ...
except FileExistsError:
    ...```
eternal drift
#

Hi

gentle flint
#

this might interest you though

quasi condor
restive cliff
woeful salmon
pallid hazel
#

lol, so simple math... I have 606 devices in this test run, 167 dont meet the requirements for changes, so on the remaining 439.. I've calculated I have 860 different combinations, and now to write that part ... frowning

plain rose
#

I've mastered the ability to make the best poker face ever, that you can't tell whether or not it's a good idea to laugh to my jokes because I'm showing -29 emotions

#

but it's a paradox

#

the less emotions i show the harder you laugh which makes you want to laugh even more but less because of my emotions?

#

what will you do?

#

btw @cyan stirrup the last time i checked you've been afk for 3 days

#

is that normal?

whole bear
#

!voiceverify

#

!voiceverify

versed island
#

I'm looking for and undergrad CS student in India who's good with design, etc

whole bear
#

what problem?

versed island
#

just hiring ๐Ÿ™‚

whole bear
#

If only I wasn't muted

primal yacht
#

You will get it over time

#

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

whole bear
#

I know

primal yacht
#

just don't spam to attempt to reach ^w^

whole bear
#

I used the cmd 5 minutes ago

primal yacht
#

You're doing well by not spamming #NotSarcasm

whole bear
#

this is censorship

#

every new user is censored for 3 days

versed island
#

yeah there is no freedom of speech

whole bear
#

my joke just got political

versed island
#

MrHemlock is a dictator

whole bear
#

oh well

versed island
#

๐Ÿ˜…

whole bear
#

he is supposedly offline atm

#

So I should be safe

versed island
#

yeah

whole bear
#

Hardly any programming server has VC users

#

its either there is no VC at all

#

or nobody joins it

versed island
#

yeah this server is most active IMO

#

on voice

whole bear
#

but its just grown men talking

#

40 year olds

#

@primal yacht show code

#

I can try to help

#

@primal yacht you good bro?

#

@midnight agate ill do it

#

im suffering

primal yacht
#
from typing import Union

class A:

  def __init__ (self, value: int = 0) -> None:
    self._value = int(value)

  def __add__ (self, value: Union[int, 'A'], /) -> 'A':
    return A(self._value + int(value))

  def __radd__ (self, value: Union[int, 'A'], /) -> 'A':
    return A(int(value) + self._value)

  def __iadd__ (self, value: Union[int, 'A'], /) -> 'A':
    # Implementing an immutable integer
    return A(self._value + int(value))

  def __int__ (self, /):
    return self._value

  # Allows use in lists / tuples for indexing
  def __index__ (self, /):
    return self._value
#
try:
    number = int(something)
except (TypeError, ValueError) as err:
    print('Error class: {!r}'.format(err.__class__))
    print('Error stringified: {!s}'.format(err))
#
>>> x = Exception('foo')
>>> x.__class__ is Exception
True
>>> type(x) is Exception
True
>>> x.__class__ is type(x)
True
mortal burrow
#

Thanks guys! Going to head out now.

winged hinge
#

I am going yt live guys

#

gonna talk about general software engineering topics

sinful gazelle
#

is that i3wm

primal yacht
#

Python 2.x:print valuePython 3.x:```
print(value)

quasi condor
haughty pier
#

BRB

gentle flint
#

@turbid forge what was the question

whole bear
#
pyBed.create_items():

    Item.new():
        name= "Apple"

    Item.new():
        name= "Steak"
        is_meat= True




{
  "format_version": "1.10",
  "minecraft:item": {
    "description": {
      "identifier": "minecraft:apple"
    }
  }
}

{
  "format_version": "1.10",
  "minecraft:item": {
    "description": {
      "identifier": "minecraft:steak"
    },

    "components": {
      "minecraft:food": {
        "is_meat": True,
      }
    }
  }
}
gentle flint
#
pyBed.create_items([Item(name="Apple"), Item(name="Steak", is_meat=True)])
#
pyBed.create_items(
    [
        Item(name="Apple"
            ),
        Item(name="Steak",
             is_meat=True
            )
    ]
)
haughty pier
#

There was some question as to where the copywrite builtin name/object comes from and I think I've found it in site.py in the standard lib:

 379   โ”‚ def setcopyright():
 380   โ”‚     """Set 'copyright' and 'credits' in builtins"""
 381   โ”‚     builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
 382   โ”‚     if sys.platform[:4] == 'java':
 383   โ”‚         builtins.credits = _sitebuiltins._Printer(
 384   โ”‚             "credits",
 385   โ”‚             "Jython is maintained by the Jython developers (www.jython.org).")
 386   โ”‚     else:
 387   โ”‚         builtins.credits = _sitebuiltins._Printer("credits", """\
 388   โ”‚     Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
 389   โ”‚     for supporting Python development.  See www.python.org for more information.""")
 390   โ”‚     files, dirs = [], []
 391   โ”‚     # Not all modules are required to have a __file__ attribute.  See
 392   โ”‚     # PEP 420 for more details.
 393   โ”‚     if hasattr(os, '__file__'):
 394   โ”‚         here = os.path.dirname(os.__file__)
 395   โ”‚         files.extend(["LICENSE.txt", "LICENSE"])
 396   โ”‚         dirs.extend([os.path.join(here, os.pardir), here, os.curdir])
 397   โ”‚     builtins.license = _sitebuiltins._Printer(
 398   โ”‚         "license",
 399   โ”‚         "See https://www.python.org/psf/license/",
 400   โ”‚         files, dirs)
whole bear
#
 def __init__(self, name: str, is_meat: bool = None) -> None:
        self.name = name


def __init__(self, Arguments) -> None:
        self.name = name
quasi condor
#

!E

from typing import Optional
from dataclasses import dataclass

@dataclass
class Thing:
    name: str
    other_thing : Optional[str] = None

print(Thing('hi', 'hello'), Thing('no other thing here'))
wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

Thing(name='hi', other_thing='hello') Thing(name='no other thing here', other_thing=None)
quasi condor
#

!E

from typing import Optional
from dataclasses import dataclass, field

@dataclass
class Thing:
    name: str
    other_thing : Optional[str] = None
    post_inited : int = field(init=False)

    def __post_init__(self):
        self.post_inited = len(self.name) + (len(self.other_thing) if self.other_thing is not None else 0)
print(Thing('hi', 'hello'), Thing('no other thing here'))
wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

Thing(name='hi', other_thing='hello', post_inited=7) Thing(name='no other thing here', other_thing=None, post_inited=19)
pallid hazel
#

NVIDIA GeForce RTX 3090 Ti is at least 30% more expensive than 3090 We have been notified about the first listing of the upcoming RTX 3090 Ti pricing.ย  The card has already been listed by distributors and some retailers. So far we only have pricing for MSI RTX 3090 Ti cards from two Swiss retailers [โ€ฆ]

vivid palm
#

LOL

marsh moon
#

hi can you help me of verify my voice in the room

wise cargoBOT
#

Voice verification

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

gentle flint
#

@marsh moon read the embed above

#

but I can tell you now already you won't be able to verify yet

#

cuz you need to have sent 50 messages and have been in the server 3 days or smth

#

and if you spam messages by sending
1
2
3
etc to get through then it takes 2 weeks longer so that doesn't work

#

but a few days should get you in

pallid hazel
#

just ask questions, use the help channels, to be helped and to help, its a community.. get involved and it doesnt take long at all...

molten pewter
#

it is martin luther king day, so he may not be working

somber heath
#

They do MLK day where he is? ๐Ÿ˜

rugged root
#

God damn it

stuck furnace
#

๐Ÿ‘‹

undone idol
#

what's peeping?

amber raptor
wise ember
woeful salmon
#

there

#

i found what i was looking for

#

its not brainfuck but that reminded me of this somehow @tawny plume

stuck sky
#

oh

plain rose
#

how long

#

has @cyan stirrup been in afk?

#

i've seen him in there for like

#

4 days

#

so far

#

or smth

rugged root
#

To each their own

plain rose
#

alr

stuck furnace
#

The UK Kitchen Nightmares is like a totally different show.

#

No sound effects, for a start ๐Ÿ˜„

#

Love the highly intellectual discussions we have here ๐Ÿง

#

Yo Griff ๐Ÿ‘‹

wind raptor
#

Brb

stuck furnace
#

I quite like Google style.

wind raptor
#

Back

plain rose
#

wait

#

is advent of code over?

#

or

#

is it like an event that occurs throughout the year?

stuck furnace
#

The channels are still there, but the category has been moved down the channel list.

stuck furnace
plain rose
#

im not sure how to

stuck furnace
#

Oh right. Its pretty fun, but some of the days are challenging!

stuck furnace
rugged root
#
"""This is the form of a docstring.

It can be spread over several lines.

"""
uncut meteor
#

the first line?

#

//

tawny plume
rugged root
#

!pep 257

wise cargoBOT
#
**PEP 257 - Docstring Conventions**
Status

Active

Created

29-May-2001

Type

Informational

uncut meteor
#
"""Short Summary

Long summary,
It can be spread over several lines.
"""
rugged root
#

Ugh, yeah that seems to be the case

#

I still hate it

#

It just feels so messy to have something on that first line

uncut meteor
#

!stream @spring zenith

wise cargoBOT
#

โœ… @spring zenith can now stream until <t:1642433919:f>.

terse needle
#

Bluenix squashes all of my commits

#

๐Ÿ˜ฆ

#

I only get 1 commit on my activity - That's all that matters

stuck furnace
#

Whoops sorry lemon_sweat

#

@spring zenith this

#

๐Ÿ‘

#

Nah I'm here.

sweet lodge
#

the GitLabs

stuck furnace
#

I just re-learn it from scratch every time I use it.

sweet lodge
stuck furnace
sweet lodge
#

Fair enough

stuck furnace
#

And I have a terrible memory.

terse needle
#

git's an everyday tool for me

#

even just on my personal projects

#

uploading to github

#

branches

rugged root
terse needle
#

I'm kat's goon now

sweet lodge
#

@rugged root ๐Ÿ‘

#

Git's a great friend to have
It's really neat to be able to jump back to six months ago, and be able to see what things used to be

tawny plume
#

afk

sweet lodge
quasi condor
amber raptor
quasi condor
#

1500 line files where 1000 lines are commented out

#

stuff that's been commented out and unread for 3 years

#

written by someone who left the company 2 years ago

amber raptor
#

And sometimes itโ€™s easier to keep example of failures so people donโ€™t try the same thing.

quasi condor
#

referencing a database that hasn't existed for 18 months

stuck furnace
#

๐Ÿฆ„๐ŸŒˆ

sweet lodge
#

Postgres is better

tawny plume
#

unicorn battle XD

stuck furnace
rugged root
#

๐Ÿ”ซ ๐Ÿฆ„

tawny plume
#

๐Ÿ—ก๏ธ ๐Ÿฆ„

sweet lodge
#

.xkcd 2030

viscid lagoonBOT
#

There are lots of very smart people doing fascinating work on cryptographic voting protocols. We should be funding and encouraging them, and doing all our elections with paper ballots until everyone currently working in that field has retired.

rugged root
#

@sweet lodge So are you comfortable with me proposing that we should use Sphinx style?

pallid hazel
#

research the company your applying, the industry of their product.. if you can offer a solution to any noticeable problems.. it probablly wont matter if you use python or c#.. unless its a chopshop for actual programming

amber raptor
rugged root
amber raptor
#

Where Python is dynamic typed runtime that is interpreted which is slow compared to VM based languages

amber raptor
#

So why not hire Java/C# programmer instead of Python

rugged root
#

Or am I misremembering

sturdy panther
#

That is what I had read, yea.

#

pyproject.toml and um.... setup.conf?

rugged root
#

Gotcha, makes sense

sweet lodge
#

setup.conf was an attempt to remove static metadata from the setup.py

#

Rust is good

pallid hazel
#

agreed integration to a companies working system posses complications.. it really comes down to what type of job your applying.. as in, if I were to dump all the data I could analyse for a trucking company and noticed shipping time complaints on the BBB and just general driver complaints on forums about sitting with no loads.. (keep in mind I have unfair knowledge on the subject) .. and I revamped their entire job call system to require drivers to report in, calculate time left for driving etc and distance to the load pickup to select the closest best driver and not simply a next in quene.. Id prolly get (rehired)

rugged root
#

So is the setup.py only being wiped out from here on?

sweet lodge
terse needle
rugged root
#

And older versions such as 3.7 would still have to abide by the old version?

#

Ah, okay

sweet lodge
rugged root
#

Mkay

#

I just don't want to break anything while doing all this

pallid hazel
#

plenty of reasons to not be married at 30

rugged root
#

As in it should be earlier or later?

pallid hazel
#

algo

sweet lodge
sweet lodge
rugged root
#

Oh sorry, that was to what noob was saying about the marriage thing

sweet lodge
#

๐Ÿ‘

pallid hazel
#

just understanding what an algo is, and how to define it to use cases.. break the problem down, steps to solve it, take steps, observe the results, adjust till required outcome..

sweet lodge
#

I already built the package with PDM and I didn't notice any issues

pallid hazel
#

and now for the start on the munday meetings...

gentle flint
#

@severe sky can you either join or leave

#

make up your mind

sweet lodge
#

.xkcd 1205

viscid lagoonBOT
#

Don't forget the time you spend finding the chart to look up what you save. And the time spent reading this reminder about the time spent. And the time trying to figure out if either of those actually make sense. Remember, every second counts toward your life total, including these right now.

amber raptor
#

.xkcd 1319

viscid lagoonBOT
#

'Automating' comes from the roots 'auto-' meaning 'self-', and 'mating', meaning 'screwing'.

quasi condor
#

brb

pallid hazel
#

moved all that to help honey

#

which is about as close as I can get to help hemlock.. heh

normal vapor
#

can someone pls help me out with some python code?

sweet lodge
normal vapor
#

I make an if statement in my code and I plot an empty graph. I am in code/help 0 if you dont mind

#

helping me out there

rugged root
#

It'll be easier to know how to start helping if you paste your code.

normal vapor
#

ok, the only difference is that I put an if statement in my while loop but the problem is that I get an empty graph

rugged root
#

From what I'm seeing it just means that your vars_2a[0] is always less than 0 in those cases

normal vapor
#

Well so I thought too, but then I tried modifying my code on photo 1 and it worked

#

So I am perplexed

rugged root
#

Are you doing any prints or debugging to see if the values are what you're expecting?

normal vapor
#

Seeing that i literally do the same think in photo two as in one

haughty pier
#

:speaker:60% ๐Ÿ–ดfree 261.6 GiB :signal_strength: ( 77% at TMOBILE-D0DD, 780 Mb/s) 192.168.12.172 T: 44 ยฐC 5.4 GiB 2.63 2022-01-17 12:47:08

normal vapor
rugged root
#

Yeah, possibly dt and derivs(vars_2a) on the off chance there's a discrepancy. I'd do the print before and after your vars_new_2a = line

normal vapor
#

my dt is a global value

rugged root
#

Gotcha

wind raptor
#

Hello again all ๐Ÿ™‚

sweet lodge
#

Howdy

normal vapor
#

and my derivs(vars_2a) gives this

rugged root
#

And vars_2a before and after?

normal vapor
rugged root
#

Da fuq?

normal vapor
#

idk hahaha

#

ohh

#

I can explain

rugged root
#

I mean if you want to make sure you have SOMETHING on the graph, then just move the if to the end of the loop

#

But yeah, it's always going to break given what you have

normal vapor
#

hmmm, I am really perplexed. Guess I will have to explain my way out of this then

#

thanks for trying anyway

rugged root
#

Yeah sorry I couldn't be of more help

normal vapor
#

No, no, no, you were really quite helpful! It is me who has a crappy code haha

quasi condor
restive geyser
#

hi

#

lol

sweet lodge
#

Hi gilly

restive geyser
#

how's it gooooooiiing

sweet lodge
#

Good

#

How bout you?

restive geyser
#

grrrrrreat ^^

rugged root
#

Oh yeah? Something happen?

restive geyser
#

yeah, i have today off. lmao

rugged root
#

Pff

#

Damn kids and your days off

rugged root
#

404 for me, weird

red umbra
#

i believe my 1060 has two as well

#

different models!

gentle flint
red umbra
#

works wit h1

gentle flint
rugged root
#

@restive geyser So what're your plans for your day off

restive geyser
#

clean. lol.

rugged root
#

Man

#

Living life on the edge there, gilly

#

Ticket paid for the whole seat but you only need the edge

gentle flint
#

one last pic

restive geyser
#

i basically slept all weekend. just potatoed for the last 3 days. it was great.

cosmic lark
#

any of u guys know python equivalent to

char lmao[30][14] = {0};

?

#

thats c fyi

restive geyser
#

wait whaaaaat

#

he's living off an emergency fund? o.O

sweet lodge
#

Here's your daily dose of Reddit shenanigans:

rugged root
#

God

#

Damnit

sweet lodge
sweet lodge
#

It helps

restive geyser
#

lol the baby

rugged root
#

Makes it easy to know

#

I'm extra dandruffy today and I hate it

#

Keeps getting on my glasses

restive geyser
#

lmfao

#

i can't breathe

#

man, you would not have liked spring awakening

#

lel

#

little shop of horrors > rocky horror picture show

whole bear
restive geyser
#

memmmmmooooorrryyyy

quasi condor
restive geyser
#

all aloneee in the moooonlight

#

the only character that matters in Cats is rum tum tugger

#

lmao

terse needle
rugged root
#

Not a one

restive geyser
#

kekekekekeke

haughty pier
#

ain't no reason for you to doubt it

restive geyser
#

lol

verbal mesa
#

@rugged root

rugged root
#

Sup

haughty pier
#

xdg/i3status/config etc file in my configuration:

verbal mesa
haughty pier
#
    general {
    #  output_format = "i3bar"
      output_format = "term"
      colors = true
      color_good = "#${green}"
      color_bad = "#${red}"
      color_degraded = "#${yellow}"
      interval = 1
      separator = "   "
    }

    order += "volume master"
    volume master {
             device = "default"
             mixer = "Master"
             mixer_idx = 0
             format = "๐Ÿ”ˆ%volume"
             format_muted = "๐Ÿ”‡"
    }
    order += "disk /"
    disk "/" {
            format = "๐Ÿ–ด %free/"
            prefix_type = "decimal"
    }
    order += "wireless wlp3s0"
    wireless wlp3s0 {
            format_up = "๐Ÿ“ถ %quality %essid %bitrate %ip"
            format_down = "๐Ÿ“ถ down"
    }
    # empty when down? extra space used then?
    order += "ethernet enp0s31f6"
    ethernet enp0s31f6 {
            format_up = "๐ŸŒ %ip (%speed)"
            format_down = ""
    }
    order += "cpu_temperature 0"
    cpu_temperature 0 {
            format = "%degrees ยฐC"
            path = "/sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input"
    }
    order += "memory"
    memory {
            format = "%free"
            threshold_degraded = "10%"
            #prefix_type = "decimal"
            format_degraded = "MEMORY: %free"
    }
    order += "load"
    load {
            format = "process load (5 min): %5min"
    }
    #order += "read_file uptime"
    #read_file uptime {
    #        path = "/proc/uptime"
    #}
    order += "time"
    time {
            format = "%Y-%m-%d %H:%M:%S"
    }```
rugged root
verbal mesa
#

yes

rugged root
#

Nah, old image. I couldn't find my original avatar after I changed it for the holidays, so I just went with the hemshake

verbal mesa
#

bruh

#

xd

rugged root
#

I'll probably take a new one once I get a haircut and what have you

#

But for now, this will work

verbal mesa
#

and what have you?

sweet lodge
#

and/or anything else similar.

rugged root
#

"What have you" being a turn of phrase or idiom. mhThis

verbal mesa
#

fun fact

sweet lodge
#

Since when does Google care if I'm being formal?

restive geyser
#
  1. spend less than you earn. 2. create an emergency fund. 3. invest <.<
rugged root
#

Invest in your army of squirrels

restive geyser
#

knew i should have bought that army of squirrels

rugged root
#

Never too late

restive geyser
#

lol i'm not buying squirrels xD

rugged root
#

And if you don't at least try, then you're nuts

restive geyser
#

lol

#

how dare u

#

lmao

sweet lodge
#

It's true

#

Spreadsheets are not databases

#

Use YAML instead

restive geyser
#

LOL

dry cave
#

Can anyone sub my yt channel

restive geyser
#

plz don't advertise @dry cave

sweet lodge
#

DNS as a database?

#

Then you can get Google Analytics for free

dry cave
#

hi

#

hi

#

hi

#

h

#

i

haughty pier
restive geyser
#

we need a mod D;

rugged root
#

!mute 868509777683177475 You were just told not to advertise your youtube channel and your youtube link was already deleted. Please re-read our #rules before the mute expires

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @dry cave until <t:1642451173:f> (59 minutes and 59 seconds).

quasi condor
pallid hazel
#

Give it away give it away give it away now

quasi condor
odd sable
haughty pier
#

nice, can you share your config? ๐Ÿ™‚

wind raptor
haughty pier
#

I'm not a helper, I'm an aspirational helper. Maybe one day...

haughty pier
echo torrent
sand ermine
#

you so beutifull

haughty pier
#

@rugged root feel better soon! ๐Ÿ™‚

echo torrent
#

@frozen jetty

whole bear
#

@haughty pier work on CRC or FCS

#

30 fps

#

Cyclic Redundancy Check

#

Binary encapsulation

#

its basic

#

Frame Check Sequence

#

its basicly destroys eth0 frames and it allows information from the logical bit to be sent over the physical network @haughty pier

#

@haughty pier we already know that the momentum operator is the wavefunction while the Schodinger equation is relevant to metaphysical optics

#

GRE

#

General routing encapsulation

#

https

#

hypertext transfer protocol (secure)

#

@midnight agate what are you good at?

#

BashMyServer

#

Hi

#

oof

whole bear
#

quiz me : )

#

what does a uuid do?

#

@midnight agate

#

Server Logic Be like

#

what is a cost function?

haughty pier
#

cost(X)?

whole bear
#

what is OSI

#

not bad ๐Ÿ™‚

#

how does regularization apply to hexadecimal numerals

#

?

#

allowing one surface of information to be represented within a data set to complete a test

#

task

#

I mean

#

alright what is a GET request

haughty pier
#

so you used neovim instead of vim?

whole bear
#

what is a distance vector protocol?

#

ok

#

assimilation at its best with @midnight agate