#voice-chat-text-0

1 messages · Page 131 of 1

rich mist
#

message to pass voice verification

graceful grail
#

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

rich mist
#

ou must meet all of the following criteria before you can speak in voice channels:
• Have over 50 messages in the server.
- Messages that have been deleted do not count towards your message count.
- Messages sent in either ⁠bot-commands or ⁠sir-lancebot-playground do not count towards your total.
• Have joined the community over 3 days ago.
• Have been active for over 3 ten-minute blocks. This means you need to have sent your messages over a span of at least 30 minutes.
• Send the !voiceverify command in this channel to either see which criteria you need to fulfil or get verified.

fierce stratus
#

dont curse

rich mist
#

My bad

graceful grail
fierce stratus
rich mist
#

i know just wanted to continue my journey of getting the voice verification

#

🙂

fierce stratus
#

oh ok

limpid umbra
#

spoooky

rich mist
#

per second??

#

what

#

nur englisch sprechen bitte

#

wichtig

fierce stratus
#

@turbid sandal what leercode problem is that?

somber heath
#

!d enumerate

wise cargoBOT
#

enumerate(iterable, start=0)```
Return an enumerate object. *iterable* must be a sequence, an [iterator](https://docs.python.org/3/glossary.html#term-iterator), or some other object which supports iteration. The [`__next__()`](https://docs.python.org/3/library/stdtypes.html#iterator.__next__ "iterator.__next__") method of the iterator returned by [`enumerate()`](https://docs.python.org/3/library/functions.html#enumerate "enumerate") returns a tuple containing a count (from *start* which defaults to 0) and the values obtained from iterating over *iterable*.

```py
>>> seasons = ['Spring', 'Summer', 'Fall', 'Winter']
>>> list(enumerate(seasons))
[(0, 'Spring'), (1, 'Summer'), (2, 'Fall'), (3, 'Winter')]
>>> list(enumerate(seasons, start=1))
[(1, 'Spring'), (2, 'Summer'), (3, 'Fall'), (4, 'Winter')]
```  Equivalent to...
fierce stratus
#

@turbid sandal use hashtable

rich mist
rich mist
#

definitely an option

fierce stratus
rich mist
#

never bothered to learn what a hastable is

#

hehe

rugged root
#

@whole bear Thou hath abandonded me

fierce stratus
#

love it

rich mist
#

♥️

#

Adjectives describing the love for hastable

#

Usefull/nützlich

fierce stratus
#

))

rich mist
#

Metaphors:

somber heath
#

!d itertools.combinations

wise cargoBOT
#

itertools.combinations(iterable, r)```
Return *r* length subsequences of elements from the input *iterable*.

The combination tuples are emitted in lexicographic ordering according to the order of the input *iterable*. So, if the input *iterable* is sorted, the output tuples will be produced in sorted order.

Elements are treated as unique based on their position, not on their value. So if the input elements are unique, there will be no repeated values in each combination.

Roughly equivalent to:
fierce stratus
#

who was asking for mod, he is in the voice chat

rugged root
#

You can't prove that

#

I am simply a figment of your imaginations

#

I'm also currently eating McDonald's

rich mist
#

but at the same time im not

tepid edge
fierce stratus
#

I think he needs to get used to leetcode problems first

#

before going to cs50

rich mist
#

hahahah

#

true

tepid edge
#

I disagree

rich mist
#

who

#

WHO

#

not the question

#

Woh

tepid edge
#

I did cs50 with 0 previous experience

fierce stratus
#

by 0 exp, do you mean, you had no exp in programming at all?

tepid edge
#

yes

#

nothing

rugged root
#

I think it bugs me that it language jumps

tepid edge
#

I think the language jump is a good thing but you can argue about that

rich mist
#

Is it ok if i continue sending messages in regular intervals

#

does it bother anyone

fierce stratus
rich mist
#

Or is everyone fine with it

somber heath
#

!e py print(repr(' abc '.strip()))

wise cargoBOT
#

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

'abc'
somber heath
#

!e py print(repr(' abc '.rstrip()))

wise cargoBOT
#

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

'   abc'
fierce stratus
#

he is struggling with leetcode problem, thats why I assume first doing leetcode will better

somber heath
#

!e py print(repr(' abc '.lstrip()))

wise cargoBOT
#

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

'abc   '
somber heath
#

!e py print(repr(' ab cd '.strip()))

wise cargoBOT
#

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

'ab   cd'
somber heath
#

@turbid sandal

rich mist
#

Krisp

rugged root
tepid edge
#

he is struggling with it because he doesn't know the data structures he's trying to manipulate

stuck furnace
#

repr returns a string "representation" of a string.

tepid edge
#

at least in part

rich mist
#

do you need a solid basis for cs50

rich mist
#

Oh no a bug

tepid edge
#

!e

print('    ab   cd     '.strip())
print(repr('    ab   cd     '.strip()))
wise cargoBOT
#

@tepid edge :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ab   cd
002 | 'ab   cd'
somber heath
#

!e py print('caabaabaac'.strip('ac'))

wise cargoBOT
#

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

baab
rich mist
#

ez

stuck furnace
#

Although I think too easy can be just as discouraging as too hard sometimes.

mossy sigil
#

uff

somber heath
rich mist
#

The avarage discord user uses white mode

#

obvius

mossy sigil
somber heath
stuck furnace
#

They do also have a separate supplementary course for Python.

#

I assume with the C, they teach just enough of the language to get across the ideas.

rich mist
#

No accually thats a not well known phenomen.. Flys can in fact move without using their legs

stuck furnace
#

Pretty much yep 😄

mossy sigil
#

can a fly jump?

rich mist
#

AHAHHAHA

mossy sigil
#

it may be perspective

rugged root
rich mist
#

Flies are not capable of jumping in the way that some other insects, such as fleas or grasshoppers, can. Instead, they use their wings to fly and their legs to walk, climb, and cling to surfaces.

Flies are able to perform quick and agile movements in the air and on surfaces, but they do not have the muscular strength or anatomical adaptations to execute a true jump. Instead, they rely on their ability to move quickly and change direction rapidly to evade predators and capture prey.

rugged root
#

Thank you ChatGPT

mossy sigil
#

😉

rich mist
#

green friend

#

In germany we cann him Kai (its a human name and also KI is the equivalent to Artificial/künstlich Intelligence/Intelligenz )

fierce stratus
#

as I know, in go if you create var and you dont use it or do anything with it, it will through an error

stuck furnace
rich mist
#

How can they even detect add blockers

#

Ah

#

interesting

graceful grail
#

I don't use chrome but yeah they don't work 100%

stuck furnace
graceful grail
#

also dead link for me

rich mist
#

LETS NOT SUP GOOGLE

#

all for it

stuck furnace
#

Well not really lol

fierce stratus
#

btw, brave blocks all ads in youtube

stuck furnace
#

If the adds aren't making money, then the site isn't financially viable, and the people who produce the content aren't making money either.

#

And Youtube does actually happen to have a paid add-free option.

rich mist
#

My 50. message yay

fierce stratus
#

were you grinding it?

rich mist
#

For voicee verification

#

minimum requirement is 50

fierce stratus
#

ok, I need to wait 2 days more

fierce stratus
rugged root
#

Once

stuck furnace
#

Erm, once lemon_sweat

fierce stratus
#

LOL

mossy sigil
#

maybe

graceful grail
somber heath
#

If unicorns could program, would they use unicode?

rugged root
mossy sigil
somber heath
#

"I feel happy!"

#

If you covered it in clarified butter, would it be a gheetar?

rugged root
#

GUI.tar.gz

graceful grail
#

GUI.tar.xz

#

git with the times

rich mist
#

I use debian and know 5 terminal commands

mossy sigil
#

congrats

rich mist
#

ye

warm jackal
#

One person can be identified in different ways: (passport ID, social security number, etc)
A person may make any number of applications: (one to many relationship)
Any application may be re-submitted for re-evaluation: (one to many relationship)
And etc. w/documents per evaluation....

So, my big question is, given the below DB Schema, where we generate UUIDs for each person, application, evaluation, document (read: unique IDs internal to our team), how do we do the same in a sane way for the person? Does the suggested implementation look OK?

Considering we might get social security number, passport number, or some other way of identifying the person.
This will be a very "hot" part of the DB, with lots of queries/look-ups.
However, this is also the one that's most difficult to design w/100% certainty ahead of time.

warm jackal
# warm jackal One person can be identified in different ways: (passport ID, social security nu...

NB: I've not sanity-checked this SQL at all, all hand-written

-- snipped extraneous tables, not relevant for question wrt. a persons potentially multiple ways of getting identified

CREATE TABLE application (
    id UUID NOT NULL UNIQUE,
    personId UUID NOT NULL REFERENCES person(id),
    receivedTime timestamptz NOT NULL,
    body jsonb,
    PRIMARY KEY (id, personId) -- optimize lookups on person
);

CREATE TABLE person (
    id UUID NOT NULL,
    identity UUID NOT NULL REFERENCES identity(id),
    UNIQUE (id, identity)
);

CREATE TABLE identity (
    id UUID NOT NULL UNIQUE PRIMARY KEY,
    value TEXT NOT NULL,
    type TEXT NOT NULL,
    UNIQUE (value, type)
);
rugged root
#

@turbid sandal Type your question to me in here

#

@warm jackal Still looking it over

turbid sandal
rich mist
#

How did you all get into programming

rugged root
#

Boredom

rich mist
#

everyone i know cus of their parents

rugged root
#

Curiosity

rich mist
#

impressive

rugged root
#

I do it as a hobby not a job

warm jackal
# warm jackal https://www.youtube.com/watch?v=PvUexC0-D2s

Here's a 2nd one @turbid sandal https://www.youtube.com/watch?v=wrb7Gge9yoE

One of the most important milestones for a developer is pushing code to Github for the first time. In this video, Maggie helps you get there! Github allows you to have version control, so you can save and edit work individually or collaboratively and see retain previous versions of the same product. In some ways, it's like the coding equivalent ...

▶ Play video
fierce stratus
#

)))

stuck furnace
stuck furnace
graceful grail
rapid flame
stuck furnace
#

But it doesn't have anything about Python specifically, I think.

warm jackal
stuck furnace
#

Actually, I know a book...

jolly terrace
#

@stuck furnace i could share my screen?

stuck furnace
jolly terrace
#

my code

#

visual studio

stuck furnace
jolly terrace
stuck furnace
#

!stream 691761388363841588

wise cargoBOT
#

✅ @jolly terrace can now stream until <t:1683923026:f>.

stuck furnace
#

I think it's a reasonable question though. There aren't many good free resources out there that go into detail about thinkgs like concurrency and parallelism in Python.

#

At least not that I know of.

stuck furnace
stuck furnace
rapid flame
fierce stratus
#

oh, got access to Mojo playground

stuck furnace
#

My office chair keeps slowly deflating ;-;

mossy sigil
#

do you have an inflatable chair?

graceful grail
#

the height piston?

turbid sandal
stuck furnace
#

Henlo

#

Ah right one sec.

#

!stream 158020687850766338 30M

wise cargoBOT
#

✅ @tepid edge can now stream until <t:1683925596:f>.

tepid edge
warm jackal
#
# my file

# my imports

# any functions/classes/globals

if __file__ == '__main__':
   # Any code that's _not_ supposed to run when the file (or it's contents - eg. functions/classes/globals) get imported

@turbid sandal

stuck furnace
#

free(p) because you want to free the pointer itself: p is the pointer; *p is the value the pointer points to.

turbid sandal
#

I got in trouble yesterday caus my mom caught me doing leetcode in bed at 3 am

stuck furnace
#

¯_(ツ)_/¯

#

Erm, half watching

#

My computer is struggling to play the stream sorry lemon_sweat

#

What's the issue?

#

Erm, try ctrl-Z

#

jobs?

#

One of the processes is running as a job in the background.

#

Ah yeah, fg will also work.

#

I'm not sure I understand what you're saying x10 pithink

#

& serves the same role as ;, in addition to creating a background job.

#

I think that's wrong @warm jackal @tepid edge

#

A list is a sequence of one or more pipelines separated by one of the operators ;, &, &&, or ||, and optionally terminated by one of ;, &, or a newline.

#

¯_(ツ)_/¯

#

Bash is a weird language 😄

#

Not me sorry

wise cargoBOT
#
Voice verification

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

tiny oyster
#

!voice

#

!voice

stuck furnace
fierce stratus
#

)))

#

just answer here

#

@lunar haven keep answering here

stuck furnace
#

Ah well

tiny oyster
#

these people of first world making small probles in big problems

#

🤣

#

i answer you

#

i send messege the 3 of you that have mics open

#

xddddddddd

#

men

#

thank you for helping me

#

really

#

im greatfull

#

but

#

just keep going

#

with your things you need to do

stuck furnace
#

brb

tiny oyster
fierce stratus
#

@tepid edge I think he cannot hear you

warm jackal
#

https://discord.com/channels/267624335836053506/764802555427029012

stuck furnace
#

Oh you're doing the three easy pieces book moritz?

#

Nice

#

Yeah seems sensible

#

My DMs are off

#

¯_(ツ)_/¯

rapid hull
#

just you

stuck furnace
#

Nah I think that's a good book

whole bear
#

you don't wanna know things I got sent

rapid hull
#

there really is nothing to it, perhaps you were the most approachable

#

are you supremely socially anxious? whats the big deal

stuck furnace
#

Yeah don't let perfect be the enemy of good enough 😄

rapid hull
#

lack of profile picture and roles

#

yet you still had what I sought

#

well thats probably just luck or people mass dming

#

this discussion still doesn't answer my question, which I want to supplement with another: what's the inspiration behind the name "gofek"

#

they were streaming

#

and opal had a pfp

#

you were the only natural choice

#

a pfp is a form of self-expression, a 2d manifestation of one's self identity, or online persona. those who intentionally leave theirs blank must understand the implications of mystery which at the time I must have found admirable. I couldnt message anyone else with my question not only given their profile's unique disposition, or if they were currently occupied with another task on stream. you, however, were just sitting there available for me contact. Id assumed everyone would have an air of importance and not even respond to me even given the few moments such a query would ask for.

#

x10and14 was not in the vc at the time

#

I go into this more in my paper titled "Blank PFPs and their status in the social media ecosystem"

#

I can't lie to you, we may just have been fated to interact. These notions of perceived importance and occupation in the context of the voice chat may mean nothing, and are just conjured up after the fact. The fact of the matter is an intangible force may have been guiding us together, to meet in the first place. Why did you even join the vc? Despite having voice perms you aren't talking, so your answer to the question may be akin to the answer of why I dmed you of all people. Humans typically are unaware of the many things that go into decisions we make, so even the high-level reasons I supplied on why I dmed you don't necessarily tell the whole story. No, something else entirely has lead to us meeting today, and this may be a force as fundamental as fate itself. The provident gravity that attracted us together must have a reason to do so, even if we cannot understand. Gofek, what is your social security number?

tepid edge
stuck furnace
#

Back in a bit

kind wharf
fierce stratus
#

yes

limpid umbra
#

focus on the task at hand ... and leave the fluffy stuff for ..... those others

solemn mason
#

that's a good question tbh

#

but English is an interesting language

marble cave
willow light
#

But how often do you get unsolicited DMs asking for help laundering bitcoin because you happened to be in voice-chat-0?

calm hearth
#

hey guys

calm hearth
#

where is @somber heath ?

somber heath
calm hearth
#

At AUS or

#

?

#

or Sleeping I guess

somber heath
#

Yes. I sleep-reply to messages.

calm hearth
#

then Sleep. I shouldn't be bothering you by now!
Good night,Sweet dreams!

kindred granite
#

but bruh, it is 3pm in Australia

ivory horizon
#

!e
1 + True

wise cargoBOT
#

@ivory horizon :warning: Your 3.11 eval job has completed with return code 0.

[No output]
kindred granite
#

wheredaprintat

surreal cape
#

Im silenced on voice

#

:/

#

I work wth iot

#

how may I unblock the silence mode on voice?

#

bid

median scarab
#

hello

#

👋

#

im doing it

#

i need to finish the office tbh

#

😄

calm hearth
#

Does anyone here play PUBG?

somber heath
#

@frail granite 👋

frail granite
#

oh hi

#

well how long have you been coding?

somber heath
#

@signal surge 👋

signal surge
#

@somber heath hi

frail granite
#

bro why do you sound british (sry mate , if i sound racist)

signal surge
#

Anyone familiar with blynk iot?

#

Can anyone have me with my project?

#

D:

#

sad

#

D:

#

Ok

#

I am just dont know how to sync all the thing into the dashboard

#

Im using esp32

#

micropython

#

unfortunate

#

Im not good at it

#

But its the homework 😄

#

Im more into C++ and java

somber smelt
#

.m_nav_section .active_mob_nav {}

whole bear
#

bootstrap or only css?

oblique bough
somber heath
#

@onyx trout 👋

onyx trout
#

you cant talk for some reason

somber heath
wise cargoBOT
#
Voice verification

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

somber heath
#

See the linked-to room.

onyx trout
#

yeah they say i have to be atleast like 3 days in the server

somber heath
#

I am

#

I am and i am not

onyx trout
#

so yeah i have to wait like 3 days before i can talk

somber heath
#

@sharp abyss 👋

sharp abyss
#

hello

#

I need to send 50 messages

#

lmao

#

opal are you a pacifist?

somber heath
#

Some people need a bloodied nose or worse.

#

It'd be nice if we could all sing Kumbaya together, but that isn't the world we live in.

#

Doesn't mean we shouldn't try.

#

Sometimes all it takes for the impossible to become possible is for enough people to believe in it.

sharp abyss
#

that's a very interesting way to view the world even though I don't agree with it

#

I think war is necessary

#

most disagreements can't be solved over a cup of tea

somber heath
#

See bloodied nose.

fierce stratus
#

Hello @somber heath

#

how its going?

#

oh okay

#

its kind a quiet today in voice channel

noble solstice
#

Hello Guys When u start solving codeforces questions!

proper jungle
#

hello

zenith radish
warm jackal
gleaming onyx
#

Hello People Really New here

#

@amber raptor @zenith radish Good Talk

#

people

#

really good insights you guyz are providing

#

@amber raptor have you heard of windows server 07

#

my org still uses it

somber heath
#

@flint girder Stop.

#

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

somber heath
#

@flint girder There's a room to visit.

#

@flint girder See above.

somber heath
#

@night violet @dusk copper 👋

dusk copper
#

;-;

#

hello

night violet
#

Hi

somber heath
#

Just making sure you knew this was here as a voice chat additional. 🙂

whole bear
#

hello

#

what are u guys talking about

#

ai assistance?

#

with py

#

python what?

ivory horizon
#

python is too slow? is that the joke?

somber heath
#

!e ```py
def turkey(func):
def f(arg):
return func(arg)
return f

def duck(func):
def f(arg):
return func(arg)
return f

@turkey
@duck
def chicken(arg):
return arg

result = chicken('Stuffing.')
print(result)```

wise cargoBOT
#

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

Stuffing.
rancid meteor
#

are there French here?

somber heath
ivory horizon
#

this scares me.

turbid sandal
alpine elbow
#

@pale sigil I know you're not asking me but from what I last knew of the subject, the human attempts to mock/remake the silk in ways the spiders themselves do naturally have all been in vein. Its nowhere near the quality.

pale sigil
#

oh, fair enough

raw hazel
#

genes 😐

alpine elbow
#

Take a look at the ingredient ban list of the United States compared to the majority of other nations. The issue isn't with what GMO's or preservatives you may be consuming independently. Its that its so common for the big food companies to use the cheaper, faster production ingredients at the betterment of themselves vs the consumers. It's also odd how much reach they have into the companies around them that are supposed to proctor and monitor their process to mitigate issues of the sort :/

#

@somber heath ^

#

I'm a slow typer, I kinda missed the conversation.

ivory horizon
alpine elbow
#

The push towards renewable energy isn't bad per se, its the rate at which they want to completely eradicate the other sources of energy that's alarming.

#

@somber heath have you heard anything of eFuel?

onyx trout
#

what ar you guys talking about ?

alpine elbow
#

What was the book where the premise was a group creating a machine that could alter the atmospheric conditions so that they could make it rain/snow/hail/etc.. in any location they wanted?

#

Right, right.

ivory horizon
#

UAE make it rain

#

n 2010, cloud seeding began as a project by weather authorities to create artificial rain.[13] The project, which began in July 2010 and cost $11 million USD, succeeded in creating rain storms in the Dubai and Abu Dhabi deserts.[14]

alpine elbow
#

Cloud seeding is a type of weather modification that aims to change the amount or type of precipitation that falls from clouds by dispersing substances into the air that serve as cloud condensation or ice nuclei, which alter the microphysical processes within the cloud. Its effectiveness is debated; some studies have suggested that it is "diffic...

somber heath
#

The problem with cloud seeding is that there needs to be moisture in the air. Also, it's a manual process. With mangroves and rainforests to it becomes self-sustaining, self-propagating and automatic. Not to mention the habitat for various species.

fierce wigeon
#

!voiceverify

#

what you have to do if you not understand because the obtuse or narrow view of things you had?

desert wolf
limpid umbra
#

is there any point in using , micro python ?

#

im looking at how small a HW is needed , especially memory

#

diminishing returns --- and all that jazzz

#

@verbal zenith can you do multi-core MCU with rattle script

verbal zenith
#

i mean maybe

#

probably not though

limpid umbra
#

@verbal zenith is it mondbending to do , multicore

#

mindbending

verbal zenith
#

Actually no you could not do threading or multicore stuff in it

limpid umbra
#

hmmm , how much memory would you need to make a usable OS

#

128 KB fast sram , 1 , 2 , 4 , 8 Meg DRAM ?

turbid sandal
surreal cape
#

WRONG



# file_a.py
def foo():
    print('baz')

foo()

# file_b.py
import file_a

print('spam')
print('eggs')

The example above will run the foo() at start of the file interpreting

baz
spam
eggs

The more reasonable way you want to do is

# file_a.py
def foo():
    print('baz')


# file_b.py
from file_a import foo

print('spam')
print('eggs')
foo()

@turbid sandal

turbid sandal
#

file a:

#

def run() p

#

run file:

surreal cape
turbid sandal
#

shut up

surreal cape
#

this pattern *

turbid sandal
#

file a:
def run():
#emailing code
pass
run file:
from blablkabla import file_A
file_a.run()

#

from balala import ss

surreal cape
#

from blablkabla.file_A import run

?

turbid sandal
#

from balala import ss

#

from balala from file a import run

surreal cape
#

`

#
import logging
import sys
from luci.settings import TOKEN, SETTINGS_MODULE, __version__
from core.commands import client

logging.basicConfig(level='INFO')
log = logging.getLogger()

if __name__ == '__main__':
    log.info(
        '''
            ==========
            ╦  ╦ ╦╔═╗╦
            ║  ║ ║║  ║
            ╩═╝╚═╝╚═╝╩
            ==========
         Logical Unit for
    Communicational Interactivity
        '''
    )
    log.info('Running LUCI version: %s\n', __version__)

    client.run(TOKEN)
#

`

turbid sandal
#
#_____                                .___      
#  /  _  \___  ______   ____ _____     __| _/____  
# /  /_\  \  \/ /  _ \_/ ___\\__  \   / __ |/  _ \ 
#/    |    \   (  <_> )  \___ / __ \_/ /_/ (  <_> )
#\____|__  /\_/ \____/ \___  >____  /\____ |\____/ 
#        \/                \/     \/      \/       
surreal cape
karmic sage
surreal cape
#
>>> import this
The Zen of Python, by Tim Peters

...
If the implementation is hard to explain, it's a bad idea.
...
dense ibex
#

!eval

import this
wise cargoBOT
#

@dense ibex :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | The Zen of Python, by Tim Peters
002 | 
003 | Beautiful is better than ugly.
004 | Explicit is better than implicit.
005 | Simple is better than complex.
006 | Complex is better than complicated.
007 | Flat is better than nested.
008 | Sparse is better than dense.
009 | Readability counts.
010 | Special cases aren't special enough to break the rules.
011 | Although practicality beats purity.
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/iyunezanus.txt?noredirect

turbid sandal
surreal cape
#

NYBBLE reminds me Nibbler

lavish rover
#

@verbal zenith programming anything fun?

verbal zenith
#

Not atm

#

thinking of doing some C stuff

#

idk

surreal cape
desert wolf
#

@verbal zenith

turbid sandal
#

What does it do? @desert wolf

surreal cape
#

before compiling what if you get the raw file you want to use?

like

wget https://raw.githubusercontent.com/chr15m/PodSixNet/master/setup.py

idk if is something like this

#

all tests passed

whole bear
#

!verify

#

!voiceverify

surreal cape
#

This is the django API server source, it consume the MQTT broker , store the data on database and serves it through a GraphQL API

https://github.com/brunolcarli/iot_api/

The API is online and may be consume and teste here: https://iotapi.brunolcarli.repl.co/graphql/

This is the front-end webpage, which consumes the API and plots the lat/long position of the registered devices on a map and plot sensor readings on charts (it may be deprecated since our devices are offline for a long tome since I wrote the project)

Source: https://github.com/brunolcarli/greenhouse/

Hosted on github pages: https://brunolcarli.github.io/greenhouse/

(Im not the front end guy so dont mind the poor UX on the frontend xD)

GitHub

Contribute to brunolcarli/iot_api development by creating an account on GitHub.

GitHub

Front end webpage for iot stoven data viewing. Contribute to brunolcarli/greenhouse development by creating an account on GitHub.

#

this is an example of subscribing on my MQTT broker:

mosquitto_sub -h 104.237.1.145  -p 18883 -t estufa/sensor

You have to install apache mosquitto

#

this is an example to pubish on the above topic on MQTT broker

mosquitto_pub -h 104.237.1.145  -p 18883 -t estufa/sensor -m "(666000666, 1670480148.985498, 80, 23.1, 0.16, 94)"
#
-h host = 104.237.1.145 my vps address
-p port = 18883 my mqtt broker port 
-t topic = estufa/sensor registered topic for the above system project
-m message to be sent

The message, for this project should have the exactly pattern "(int, int/float, int, float, float, int)"

where the tuple of size 6 indexes stands for

index 0 = device id
index 1 = timestamp
index 2 = ldr value
index 3 = temperature value
index 4 = pressure value
index 5 = moisture value

so

(device_id, timestamp, ldr, temperature, pressure, moisture)

karmic sage
#

how do i get stream permission?

desert wolf
#

@surreal cape

surreal cape
#

make install

#

Install requirements

make install

migrate db

make migrate
#

run the webserver

make run
#

mqtt consumer

make mqtt_sub
#

.env

export MQTT_CLIENT=IOT_API
export MQTT_HOST=104.237.1.145
export MQTT_PORT=18883
export MQTT_TOPIC=estufa/sensor
export SECRET_KEY=anythint_you_want_to_put_here
#

source .env

surreal cape
karmic sage
#

to share my stream

#

like my screen

desert wolf
#

@surreal cape

Using the URLconf defined in iot_api.urls, Django tried these URL patterns, in this order:

graphql/

The empty path didn't match any of these.

surreal cape
#

localhost:8890?

#

I mean, how do you tried to access the webserver on the browser

#

?

#

http://localhost:8890/graphql/

desert wolf
#

@surreal cape

surreal cape
#
query devices{
  devices{
    deviceId
    hardwareType
  }
}
#
query installations{
  installations{
    reference
    latitude
    longitude
    device{
      deviceId
    }
  }
}
surreal cape
#

If you want to register a device (fake or real ones, feel free)

mutation {
  createDevice(input:{
    hardwareType: "espXXX"
    deviceId: "1234567890"
    description: "Description of the device"
  }){
    device{
      hardwareType
      deviceId
    }
  }
}
#

install your device to see it on the map on front end page

mutation {
  createInstallation(input: {
    reference: "name of the installation"
    deviceId: "1234567890"
    latitude: -0.8877666
    longitude: 9.87655
    description: "describe the installation: Next to the market Foo. Behind the Billboard baz"
  }){
    installation{
      reference
      device{
        deviceId
      }
      latitude
      longitude
    }
  }
}
#

send some data through MQTT pub with your device id and filter the device transmissions on API

query {
  device(deviceId: "1234567890"){
    transmissionCount
    transmissions{
      timestampOrigin
      timestampReceive
      macAddress
      ldrSensor
      temperatureSensor
      pressure
      moisture
    }
  }
}
mild quartz
fierce wigeon
#

!voiceverify

amber raptor
#

!e python for x in range(1,5): print(x)

wise cargoBOT
#

@amber raptor :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 1
002 | 2
003 | 3
004 | 4
somber heath
#

@timid spear 👋

#

@whole bear 👋

turbid sandal
turbid sandal
somber heath
#

@rigid trellis @whole bear 👋

#

!voice

wise cargoBOT
#
Voice verification

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

sturdy panther
#

Has voice channels always been at the bottom of the channel list? It feels off somehow...

lethal rivet
#

ye

#

ye

#

unmute me pls

noble solstice
#

Hello Guys!

somber heath
wise cargoBOT
#
Voice verification

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

turbid sandal
#

!voice

final panther
#

@turbid sandal can you check your dm?

turbid sandal
#
Traceback (most recent call last):
  File "c:\Users\akshit kaushal\Desktop\test\test.py", line 2, in <module>
    import matplotlib.pyplot as plt
  File "C:\Users\akshit kaushal\AppData\Local\Programs\Python\Python310\lib\site-packages\matplotlib__init.py", line 246, in <module>
    _check_versions()
  File "C:\Users\akshit kaushal\AppData\Local\Programs\Python\Python310\lib\site-packages\matplotlib__init.py", line 240, in _check_versions
    module = importlib.import_module(modname)
  File "C:\Users\akshit kaushal\AppData\Local\Programs\Python\Python310\lib\importlib__init.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\Users\akshit kaushal\AppData\Local\Programs\Python\Python310\lib\site-packages\kiwisolver__init.py", line 8, in <module>
    from ._cext import (
ImportError: DLL load failed while importing _cext: The specified module could not be found.
final panther
#

I have tried installing and uninstalling it multiple times but this still doesnt solve my issue

somber heath
final panther
#

thank you so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

dude I was trying this for so many dayssssss

#

thanks a lot!

somber heath
#

@whole bear @abstract swift 👋

whole bear
#

@somber heath 👋

warm vapor
#

Hello @somber heath how are you

somber heath
maiden jay
#

Hi

somber heath
#

@maiden jay 👋

warm vapor
maiden jay
#

I can’t talk

final panther
#

how old are you @turbid sandal

turbid sandal
#

13 years

maiden jay
#

exactly

turbid sandal
maiden jay
#

How did u learn python @turbid sandal

final panther
#

this looks an interesting project

#

I was working on kinda CPU scheduling simulator

somber heath
#

@abstract lintel 👋

maiden jay
#

Interesting

#

Did u start directly with python?

whole bear
warm vapor
#

I have same kind of story I bought GTA V for my birthday, and it didnt run on my laptop so I researched it and got into programming C and left it for 2 years then again started it in lockdown

whole bear
fierce stratus
#

python —version

warm vapor
#

python will work if you have it in path right

somber heath
#

@manic canopy 👋

warm vapor
#

dev you are a programmer right? destroy their phones 😉

lucid blade
#

def write(pit, data): if pit == "0": pit = open("Pits\\Pit - a1\\Pit-000.avo", "w") pit.write(data) if pit == "1": pit = open("Pits\\Pit - a1\\Pit-001.avo", "w") pit.write(data) if pit == "2": pit = open("Pits\\Pit - a1\\Pit-002.avo", "w") pit.write(data) if pit == "3": pit = open("Pits\\Pit - a1\\Pit-003.avo", "w") pit.write(data) if pit == "4": pit = open("Pits\\Pit - a1\\Pit-004.avo", "w") pit.write(data) if pit == "5": pit = open("Pits\\Pit - a1\\Pit-005.avo", "w") pit.write(data) ....

maiden jay
#

Lol

lucid blade
#

pit = open("Pits\Pit - a1\Pit-001.avo", "w")
pit.write(data)

#

pit = open("Pits\Pit - a1\Pit-00" + pit + ".avo", "w")

warm vapor
#

LMAO

#

you can use f string too

turbid sandal
#

pit = open("Pits\Pit - a1\Pit-00" + pit + ".avo", "w")

#

000

#

026

#

099

#

999

#

def write(pit, data):
pit = open("Pits\Pit - a1\Pit-00" + pit + ".avo", "w")
pit.write(data)

somber heath
turbid sandal
#

def write(pit, data):
pit = open("Pits\Pit - a1\Pit-00" + pit + ".avo", "w")
pit.write(data)

somber heath
#

!d str.zfill

wise cargoBOT
#

str.zfill(width)```
Return a copy of the string left filled with ASCII `'0'` digits to make a string of length *width*. A leading sign prefix (`'+'`/`'-'`) is handled by inserting the padding *after* the sign character rather than before. The original string is returned if *width* is less than or equal to `len(s)`.

For example:

```py
>>> "42".zfill(5)
'00042'
>>> "-42".zfill(5)
'-0042'
somber heath
#

@whole bear 👋

warm vapor
#

Hey @undone idol how are you

undone idol
#

pow

#

good how about u

#

xd

rugged tundra
warm vapor
#

AI is being used to replicate voice to talk to your relative/friends and ask them money

warm vapor
undone idol
#

ai shouldn't be trained, brick them up, let us do the shit.

somber heath
#

Technology marches on.

warm vapor
#

ok I gtg bye everyone

lucid blade
#

Presentation available here: https://www.defcon.org/images/defcon-22/dc-22-presentations/Crenshaw/DEFCON-22-Adrian-Crenshaw-Dropping-Docs-on-Darknets-How-People-Got-Caught-UPDATED.pdf

Dropping Docs on Darknets: How People Got Caught
Adrian Crenshaw TRUSTEDSEC & IRONGEEK.COM
Most of you have probably used Tor before, but I2P may be unfamiliar....

▶ Play video
somber heath
#

@fluid bluff @dapper spoke @slender sierra 👋

slate light
somber heath
#

@pale pulsar 👋

pale pulsar
#

hi

somber heath
#

@eager parrot 👋

eager parrot
#

👋@somber heath

#

what r u guys doing??

#

i am good what about u guys?

#

I am kind of new here just checking out what u guys do and that's all

#

and sorry about English if I say anything wrong

#

oh i am learning python

#

no no i can understand

#

ohh I know a little bit of Italian

stuck furnace
#

Yo 👋

eager parrot
#

nah its ok I can understand English

#

haha

stuck furnace
#

Are Italian weddings known for having lots of food or something?

#

Right ic

eager parrot
#

I have 3 little brothers live in Italy

#

And I am really bad at talking with new people man I mean I don't know what to say haha

#

hey nice to meet u guys

stuck furnace
#

Good a reason as any ¯_(ツ)_/¯

eager parrot
#

nice

#

I had a cat name misu

alpine elbow
#

How's it going

lucid blade
#

(╯°□°)╯︵ ┻━┻

#

┬─┬ノ( º _ ºノ)

#

😄

stuck furnace
#

The Portal 2 co-op campaign I think is some of the best fun I've had playing a game tbh.

lucid blade
#

😉

stuck furnace
#

@little olive Can you turn Crisp on again?

alpine elbow
#

Does portal 1 have a co-op campaign?

lucid blade
#

no i dont think so

stuck furnace
alpine elbow
#

Ah

#

I've been meaning to try the game out but I never get around to it.

stuck furnace
#

Portal 1 is pretty much a proof-of-concept for Portal 2.

alpine elbow
#

I see

stuck furnace
#

I'm a great programmer, by that measure.

slate light
eager parrot
#

hey u guys carry on I got to go, nice to meet u all

alpine elbow
#

👋

lucid blade
alpine elbow
#

The only production legal build of the car auctions off May 20th.

slate light
#

stable diffiusion

alpine elbow
#

What was your prompt?

kindred granite
#

Diffusion

slate light
keen drum
slate light
alpine elbow
#

I don't intend to test your prompt out, I'm just curious what your input was.

slate light
#

RAW, Nikon z 85mm, astronaut young woman, girl, hair, short hair, rainbow colour hair, reading a book, library in space in the background

slate light
#

i love open source

alpine elbow
#

prompt:
Normal human hand
AI Generation:

slate light
#

what are you useing?

alpine elbow
#

Yeah, I used the webface

#

stable diffusion

#

Ai just has a hard time with hands

slate light
#

bad anatomy, bad hands add to negative prompt @alpine elbow

somber heath
#

Artists since time immemorial: Hands are difficult!
Modern A.I.: Hands are difficult!

alpine elbow
#

lmaooo

#

Its second attempt is actually kinda nice

#

I like it

kindred granite
#

there are only 3 fingers and one thumb

alpine elbow
#

No, they're all there. Hes just doing this 👌

slate light
#

bettter than no having fingers

alpine elbow
#

Lmao my attempts are macaroni art in comparison. Which model are you using?

slate light
#

duchaiart_v453

#

i sen the link in dm

turbid sandal
#

germany

keen drum
#

North Korea

#

Americans are dum

slate light
somber smelt
#
D3DXCreateTextureFromFileA
turbid sandal
pliant wedge
#

bruh

turbid sandal
slate light
turbid sandal
turbid sandal
open fractal
#

!voiceverify

flat sentinel
#

fr

slate light
robust lichen
#

5154 total

somber heath
slate light
vocal basin
#

hope-driven calculus

#

"lines somewhat match"

#

@steep juniper compiler for what?

#

VS Code for Windows/Linux aren't much different

#

CLion is paid

#

if you have Linux, you have easier access to Docker

#

so you can use Dev Containers

#

to avoid potential setup troubles

#

@fierce stratus are you talking about VS or VS Code?

#

oh

#

no, you can't use expired CLion

#

you will have to fall back to an older version

#

if you buy CLion today and don't renew, you will have version 2024 in a year from now and version 2023 in two years from now

#

because of how perpetual fallback thing works

#

you will have the current version forever

#

but not updates

fierce wigeon
#

that's paid for sure

vocal basin
#

why not combine all IDEs into one?
money

fierce wigeon
#

euro or dollar

vocal basin
fierce wigeon
#

I didn't hear you, I'm kind lost

fierce stratus
#

for me its showing euro, cause I am in EU

north yew
fierce wigeon
vocal basin
#

why is day an int?

#

is it day of the months?

#

or of a year?

#

what does day mean here?

fierce wigeon
#

green to a meal?

vocal basin
#

shouldn't Calendar and Schedule classes be separate?

#

(second being depend on the first one)

#

though

#

idk

#

maybe in this context it's fine

#

maybe a mapping
Date -> Meal
?

north yew
#

maybe

fierce wigeon
#

add Type -> None for readability?

vocal basin
#

that way, there will be two methods to interact with the class:

setMeal(date, meal)
getMeal(date)
#

Java is good for things similar to why C# is good
it just has less of those things

#

it's an object-oriented language that just works

vocal basin
#

idk
in Python it's harder because dynamic typing

#

"UML time?"

fierce wigeon
#

you guys will add ML?

vocal basin
#

the only useful (for me) resource I found about UML was the spec itself

fierce wigeon
#

the Lisa scene from Jobs really happened?

vocal basin
#

@thick pulsar yes, smtp
but you will need an API key not password

#

oh

vocal basin
#

no, you can't do that with smtp

#

smtp is for sending

#

I guess IMAP maybe?
though, yes, probably better to use the API directly

#

(you will have to create app/api keys anyway)

thick pulsar
#

the api from gmail website?

surreal cape
thick pulsar
#

thanks

vocal basin
fierce wigeon
#

will take forever if have a lot of meals?

vocal basin
#

yes

north yew
vocal basin
#

if a day contains meals, then month probably shouldn't have any notion of meals on its own

fierce wigeon
#

jackpot

north yew
vocal basin
#

to avoid using arbitrary constants (99):
Meal[] --> List<Meal>
new Meal[99] --> new ArrayList<Meal>()

surreal cape
#

saving mmory

vocal basin
#

and preventing crashes if someone decided to add 100 meals

north yew
vocal basin
#

is this. necessary there?

north yew
fierce wigeon
#

why so many usc[[

north yew
#

wdym usc?

surreal cape
#

new Meal(meal params)

#

?

fierce wigeon
#

sugar

#

are a meal or maybe add another class for that?

north yew
#

sugar counts as a meal

vocal basin
#

depends what you render with

fierce wigeon
#

energy

vocal basin
fierce wigeon
#

like 8 to 80 or hitler to lemon

#

what lemon as gift means

surreal cape
vocal basin
#

exploring ways to generate and analyse random paths

#

remotely related to how I was sampling colours earlier

vocal basin
#

this one is probably fractal (as in fractional dimension)

#

yes, that type of fractal

vocal basin
#

very weird structure

#

maybe it behaves like a very ineffective space-filling curve

#

limit which is 32?

#

!e

import numpy as np
np.zeros(tuple([1]*100))
wise cargoBOT
#

@vocal basin :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 2, in <module>
003 |     np.zeros(tuple([1]*100))
004 | ValueError: maximum supported dimension for an ndarray is 32, found 100
vocal basin
#

it's a reasonable limitation if none of the dimensions is length 1 or 0

#

if each dimension is at least 2, then the total number of elements is at least 2^(dimensions)

#

maybe it uses 2^32 specifically somewhere for some reason

#

because unsigned integer

somber heath
#

!e py print(2**32)

wise cargoBOT
#

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

4294967296
vocal basin
#

though

#

it can allocate >2^32 length arrays

#

!e

import numpy as np
np.zeros(2**32 + 1, dtype=bool)
wise cargoBOT
#

@vocal basin :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 2, in <module>
003 |     np.zeros(2**32 + 1, dtype=bool)
004 | numpy.core._exceptions._ArrayMemoryError: Unable to allocate 4.00 GiB for an array with shape (4294967297,) and data type bool
vocal basin
#

but not in snekbox, because reasons

somber heath
#

!e py with open('/proc/meminfo') as file: print(file.read())

wise cargoBOT
#

@somber heath :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 1, in <module>
003 |     with open('/proc/meminfo') as file:
004 |          ^^^^^^^^^^^^^^^^^^^^^
005 | FileNotFoundError: [Errno 2] No such file or directory: '/proc/meminfo'
vocal basin
#

!e

import numpy as np
lo, hi = 0, 2 ** 32
for _ in range(20):
    mid = lo + (hi - lo) // 2
    try:
        np.zeros(2**32 + 1, dtype=bool)
    except:
        hi = mid
    else:
        lo = mid
print(lo, hi)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

0 4096
vocal basin
#

I might've done it the wrong way

#

!e

import numpy as np
lo, hi = 0, 2 ** 16
for _ in range(20):
    mid = lo + (hi - lo) // 2
    try:
        np.zeros(2**32 + 1, dtype=bool)
    except:
        hi = mid
    else:
        lo = mid
print(lo, hi)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

0 0
vocal basin
#

oh

#

!e

import numpy as np
lo, hi = 0, 2 ** 32
for _ in range(20):
    mid = lo + (hi - lo) // 2
    try:
        np.zeros(mid, dtype=bool)
    except:
        hi = mid
    else:
        lo = mid
print(lo, hi)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

548126720 548130816
vocal basin
#

!e

print(548130816 / 2**32)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

0.12762165069580078
vocal basin
#

around .5 GiB

#

if k8s is too much, maybe just plain Docker?

#

@whole bear what kind of orchestration?

#

does it need to be a script?

#

maybe better to have it as a service?

#

services as in containers
not necessarily something working 24/7

#

you can convert the script into a service with a REST-like API
or a service interacting with a message queue

#

so, you seem to have two separate questions:
library version management
script/container version management

#

the most appropriate way to approach the first one is probably to factor out all library code into pip-installable package(s)

#

use submodules

vocal basin
#

(often it's better to write requirements.txt manually instead of doing pip freeze out of the development environment)

#

idk about alternatives to Jobs
not really sure if regularly starting and stopping services is fit for many usecases

#

if you, at any point, want to call a python script as part of the normal service workflow, there might be reasons to reconsider the current architecture

#

one example of when not to use python script would be CGI

#

calling a python script on each request is less than ideal

#

import-related CPU load overhead is very real for python

#

do those 50-60 jobs have anything in common other the fact they're ran periodically?

#

are they all Python?

surreal cape
somber heath
#

@frozen vine 👋

frozen vine
#

yo

whole bear
#

Hey

#

hahahaha

#

I need help dude

#

I am deploying to Heruko

#

ow..

#

💤

vocal basin
#

specifically, this coefficient that relates standard deviation of the average to standard deviation of the end point

#

now I need to analyse how variance of the path is distributed
it seems to be log-normal, but I have no reasons to believe that yet (other than some imprecise measurements)

#

weird triangular plot

zenith radish
#

You are given an integer array nums. You are initially positioned at the array's first index. Given the starting position I and the second position J, determine if you can perform a jump according to the following logic:
For odd jumps (1st, 3rd, 5th) a jump is considered valid if nums[I] < nums[J] and nums[J] - nums[I] is the lowest of all possible jump position candidates.
For even jumps (2nd, 4th, 6th) a jump is considered valid if nums[I] > nums[J] and nums[J] - nums[I] is the lowest of all possible jump position candidates.
For each element in the array, determine if it is a valid path to jump to the final element in the list.

Example:

nums = [3,2,4,4,1]
Output: 2

#
LeetCode

Can you solve this real interview question? Jump Game II - You are given a 0-indexed array of integers nums of length n. You are initially positioned at nums[0].

Each element nums[i] represents the maximum length of a forward jump from index i. In other words, if you are at nums[i], you can jump to any nums[i + j] where:

  • 0 <= j <= nums[i] a...
obsidian dragon
rugged root
#

@somber heath Dude, I forgot how OP monks are for Underdark

#

Level 20 they're completely immune to mind affecting abilities

#

Monk + Rogue = Kicking someone in the butt so hard that they explode

rugged root
#

Now turn your head and cough

jolly terrace
#

@rugged root i could share my screen

#

?

rugged root
#

What're you streaming?

jolly terrace
#

my code

rugged root
#

!stream 691761388363841588

wise cargoBOT
#

✅ @jolly terrace can now stream until <t:1684160238:f>.

rugged root
fierce stratus
#

Hello

rugged root
#

How's it going

zenith radish
fierce stratus
rugged root
#

@obsidian dragon What is this skill?

somber heath
# zenith radish

Convenient of them to make that big-ass road across the water, direct.

obsidian dragon
#

@rugged root I can trun a png into a mesh for blender

#

so I can ad logos to 3d prints easy

#

so this is the result

woeful salmon
#

hello @rugged root 👋

rugged root
#

How's it going

zenith radish
#

@woeful salmon wanna help me with nextjs/react sometime? o:

zenith radish
#

O hell yeah

woeful salmon
#

when are you free like tommorow or day after tommorow?

zenith radish
#

Probably later, tomorrow is tons of meetings and day after is google interview ;c

#

Thursday onwards though I should have the time

woeful salmon
terse needle
#

Eat the rich!

rugged root
#

Unemployment rates over the years. That's cray cray: ~1950's to now

#

Interest rates: ~1980's to now

terse needle
#

20% interest rate is insane

whole bear
terse needle
somber heath
fierce stratus
rugged root
#

@terse needle Now tell me what each finger represents

terse needle
#

erm...

rugged root
terse needle
#

green is the motion, thumb is electric field, first is magnetic field

#

let me check

#

thumb and middle finger are the other way around

woeful salmon
#

i thought we were just talking about the one piece character zoro

rugged root
#

Was that the dude who held a sword in his mouth

#

-sighs-

zenith radish
#

Gintautas Kazlauskas

somber heath
#

Taut as.

woeful salmon
rugged root
#

Such a weird manga/anime

#

It's like they took a hat full of character traits and just pulled random ones out of it

zenith radish
#

No

gentle flint
#

k

zenith radish
#

Begone verboof

rugged root
#

@whole bear How's it going

gentle flint
woeful salmon
#

i've seen a rise in people who know react but don't actually know javascript once again since later half of the last year @zenith radish

limpid umbra
#

print( 'yes' ) - great answer

woeful salmon
#

like they follow react tutorials and learn only js needed there and don't know anything about stuff they might get asked about javascript like what are prototypes and what are bound functions and so on

#

yeah

#

i know because they dm me for help o-o

#

from javascript servers i'm in

limpid umbra
#

can a hooman in HR actually code ? usually its the secretary

zenith radish
#

It's the react that's the problem

woeful salmon
#

well you're missing lesser things atleast 🙂

limpid umbra
#

if you work somewhere - and they behave as they own you - leave

#

if i go for a job - i interview the interviewer -

#

Maro - highly knowlegable at button push sequencing - good answer

#

@midnight agate good morning - do you have any opinions on , Mojo Python .... very interested what you think

zenith radish
#

Pulumi

warm vapor
#

Whats happening guys

rugged root
#

Yoooo

warm vapor
#

Hey hemlock how are you

rugged root
#

Not too shabby, how about you

warm vapor
#

today was my last exam so feeling really good

woeful salmon
rugged root
warm vapor
ivory horizon
#

This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper Text Coffee Pot Control Protocol, and is not expected to be implemented by actual HTTP servers.

next orbit
#

I'm looking to create a portfolio

next orbit
#

any recommendations of how many projects i should list?

rugged root
rugged root
#

Or just in general

next orbit
#

both

next orbit
warm vapor
woeful salmon
#

i got to go now 🙂 cya guys tommorow was fun to listen in again as always

rugged root
stuck furnace
rugged root
#

Especially if you can do fairly complex formulas

terse needle
warm vapor
#

they are teaching 8th graders python and 10th graders excel 🥲

woeful wyvern
#

!e

print(help(str))
wise cargoBOT
#

@woeful wyvern :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 1, in <module>
003 |     print(help(str))
004 |           ^^^^
005 | NameError: name 'help' is not defined
woeful wyvern
#

How come?

somber heath
#

!d str

wise cargoBOT
#
str

class str(object='')``````py

class str(object=b'', encoding='utf-8', errors='strict')```
Return a [string](https://docs.python.org/3/library/stdtypes.html#textseq) version of *object*. If *object* is not provided, returns the empty string. Otherwise, the behavior of `str()` depends on whether *encoding* or *errors* is given, as follows.

If neither *encoding* nor *errors* is given, `str(object)` returns [`type(object).__str__(object)`](https://docs.python.org/3/reference/datamodel.html#object.__str__ "object.__str__"), which is the “informal” or nicely printable string representation of *object*. For string objects, this is the string itself. If *object* does not have a [`__str__()`](https://docs.python.org/3/reference/datamodel.html#object.__str__ "object.__str__") method, then [`str()`](https://docs.python.org/3/library/stdtypes.html#str "str") falls back to returning [`repr(object)`](https://docs.python.org/3/library/functions.html#repr "repr").
rugged root
#

!e

help()
wise cargoBOT
#

@rugged root :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 1, in <module>
003 |     help()
004 |     ^^^^
005 | NameError: name 'help' is not defined
rugged root
#

@sly kernel

sly kernel
#

!e

wise cargoBOT
#
Missing required argument

code

#
Command Help

!eval [python_version] <code, ...>
Can also use: e

Run Python code and get the results.

This command supports multiple lines of code, including formatted code blocks. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.

The starting working directory /home, is a writeable temporary file system. Files created, excluding names with leading underscores, will be uploaded in the response.

If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside them.

By default, your code is run on Python 3.11. A python_version arg of 3.10 can also be specified.

We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!

somber heath
#

!d list.sort

wise cargoBOT
#

sort(*, key=None, reverse=False)```
This method sorts the list in place, using only `<` comparisons between items. Exceptions are not suppressed - if any comparison operations fail, the entire sort operation will fail (and the list will likely be left in a partially modified state).

[`sort()`](https://docs.python.org/3/library/stdtypes.html#list.sort "list.sort") accepts two arguments that can only be passed by keyword ([keyword-only arguments](https://docs.python.org/3/glossary.html#keyword-only-parameter)):

*key* specifies a function of one argument that is used to extract a comparison key from each list element (for example, `key=str.lower`). The key corresponding to each item in the list is calculated once and then used for the entire sorting process. The default value of `None` means that list items are sorted directly without calculating a separate key value.
sly kernel
#

!e print('hello world')

wise cargoBOT
#

@sly kernel :white_check_mark: Your 3.11 eval job has completed with return code 0.

hello world
sly kernel
#

!e e=1+2/3
print(e)

wise cargoBOT
#

@sly kernel :warning: Your 3.11 eval job has completed with return code 0.

[No output]
sly kernel
#

!e print( 1+2/3)

wise cargoBOT
#

@sly kernel :white_check_mark: Your 3.11 eval job has completed with return code 0.

1.6666666666666665
limpid umbra
#

its a damped waveform

rugged root
#

Weird, why did I think PS/2 was hot-swappable ...

limpid umbra
#

barrage application procedure - pure volume applications

#

do you think they are using AI to filter applications

#

nature uses repetitive genome patterns

sly kernel
#

why are you spamming here?

rugged root
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

rugged root
#

I don't quite understand what you mean

#

Just... tell your friend to block them

#

Software craftsmanship is an approach to software development that emphasizes the coding skills of the software developers. It is a response by software developers to the perceived ills of the mainstream software industry, including the prioritization of financial concerns over developer accountability.
Historically, programmers have been encour...

somber heath
#

I'd like to see more default segregation of applications like how things are in mobile apps.

#

So that running one thing has less opportunity to go snatch shit from elsewhere on the system.

#

Or whatever.

limpid umbra
#

high pressure = yelling at you , crying over divorce , while under paying you

rugged root
#

@stuck furnace Yo

somber heath
#

My high pressure: Any minor inconvenience.

limpid umbra
#

crypto - hmmm

#

Maro - you need to choose what you really like to do - then actually phone them , use your golden melodic voice to pave the way

#

fat guys applying for personal trainer = jumbo shrimp

rugged root
#

So good, LX

ivory horizon
somber heath
#

Any trainer I have has to be named Meghan.

limpid umbra
#

pearls before swine is a a very fatiguing way of life -

#

fast OR slow twitch muscle groupings for physical event

#

kinetic linkage - ex golf swing

ivory horizon
#

I don't understand anything.

limpid umbra
#

that is the nature of the universe

ivory horizon
#

However, mushrooms contain no chlorophyll which means they can not photosynthesize; they 'steal' the carbohydrates they need from plants.

rugged root
somber heath
#

if you engineered a single-celled sheep, would it be an amoebaa?

rugged root
woeful wyvern
ivory horizon
#

what if the next second organisms in your body stops cooperating as one and starts behaving as individual

woeful wyvern
ivory horizon
#

bye guys

woeful wyvern