#voice-chat-text-0

1 messages · Page 29 of 1

karmic elk
#

most of the heavy metals required for the production of batteries are mined by underage kids in africa.

lavish rover
#

Not really sure if it's worth it

#

I'm assuming it costs $$

#

MIT has some pretty good DS/Algo lectures on YouTube which I really like

karmic elk
#

You can audit the course

lavish rover
#

Especially ones by Erik Demaine, one of the best CS profs IMO

lavish rover
#

Still recommend Erik Demains lectures

stray niche
karmic elk
#

xD

rugged root
#

Dude, okay

#

Why the hell does Leetcode let you have a dark theme on your profile but not for the rest of the site

dusk raven
#

The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software ~ IEEE @stray niche

stray niche
#

SLOTH

lavish rover
#
stray niche
#

@winged shard

winged shard
#

a\frac{\sin\left(b\left(x_{2}-c\right)\right)}{b\left(x_{2}-c\right)}+d\ \

rugged root
#

I think?

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

winged shard
#

lmao "pawning noobs"

#

im going to play a game of overwatch

trail mural
#

everytime you give someone a thumbs up, its not what they think it means

#

stop making it sound like a fun challenge.

lavish rover
trail mural
gentle flint
novel tangle
#

nice

rugged root
#

!kindling

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

rugged root
#

I don't know what I want to maaaaaaaake

novel tangle
#

!openAI

wise cargoBOT
#

Opening files

The built-in function open() is one of several ways to open files on your computer. It accepts many different parameters, so this tag will only go over two of them (file and mode). For more extensive documentation on all these parameters, consult the official documentation. The object returned from this function is a file object or stream, for which the full documentation can be found here.

See also:
!tags with for information on context managers
!tags pathlib for an alternative way of opening files
!tags seek for information on changing your position in a file

The file parameter

This should be a path-like object denoting the name or path (absolute or relative) to the file you want to open.

An absolute path is the full path from your root directory to the file you want to open. Generally this is the option you should choose so it doesn't matter what directory you're in when you execute your module.

See !tags relative-path for more information on relative paths.

The mode parameter

This is an optional string that specifies the mode in which the file should be opened. There's not enough room to discuss them all, but listed below are some of the more confusing modes.

'r+' Opens for reading and writing (file must already exist)
'w+' Opens for reading and writing and truncates (can create files)
'x' Creates file and opens for writing (file must not already exist)
'x+' Creates file and opens for reading and writing (file must not already exist)
'a+' Opens file for reading and writing at end of file (can create files)

rugged root
#

I need to do something to get my hand back in

gentle flint
stray niche
gentle flint
novel tangle
#

horror!

karmic elk
#

see ya later guys. Have a nice day

gentle flint
novel tangle
#

these pics remind me ancient alien show

rugged root
#

Right?

lavish rover
#

verboof vs alien, who would win

rugged root
#

I'm just imagining him correcting the alien on his own language

novel tangle
#

i can correct in hindi

#

how = kese

lavish rover
novel tangle
#

why = kyu

rugged root
#
with open("Day_2_input.txt") as file:
    data: list[str] = [line.strip() for line in file.readlines()]

position: int = 5
combo: list[int] = []
converter: dict[int, str] = {10: "A", 11: "B", 12: "C", 13: "D"}

for line in data:
    for char in line:
        match char:
            case 'U' if position in (3, 13):
                position -= 2
            case 'U' if position in (6, 7, 8, 10, 11, 12):
                position -= 4
            case 'D' if position in (1, 11):
                position += 2
            case 'D' if position in (2, 3, 4, 6, 7, 8):
                position += 4
            case 'L' if position not in (1, 2, 5, 10, 13):
                position -= 1
            case 'R' if position not in (1, 4, 9, 12, 13):
                position += 1

    combo.append(position)

print(*[converter.get(num, num) for num in combo])

Was for this one: https://adventofcode.com/2016/day/2

rugged root
#

Kept trying to remember good example of where match case can be useful, albeit not the traditional use for it

gentle flint
novel tangle
#

do you guys play valorant

gentle flint
rugged root
gentle flint
whole bear
#

moin moin @dusk raven 👀

novel tangle
#

it looks like villa in pubg

gentle flint
novel tangle
#

its a nice place to build in minecraft

gentle flint
novel tangle
#

nice place we can build it in minecraft

stray niche
#

@rugged root where you go

rugged root
#

Restarting computer

novel tangle
#

oh

#

ok

#

hitchhike

#

interesting

#

sing pls

gentle flint
novel tangle
#

I am from earth

limpid sparrow
#

false === false

novel tangle
#

have you visited Auroville

limpid sparrow
#

(Directly underneath that corridoor)

gentle flint
rugged root
#

All I can think of are the various Slender Man youtube series and SCP when I see images like that

gentle flint
limpid sparrow
#

Same site from above 🙂

dusk raven
#

Samurai Museum Berlin @stray niche

novel tangle
#

drone shot nice

stray niche
limpid sparrow
rugged root
#

Love the trees growing out of the rooves

#

Roofs?

#

Whatever

#

Know what I mean, not what I say

gentle flint
#

roofs

limpid sparrow
whole bear
rugged root
#

HA

stray niche
rugged root
#

Roofen

stray niche
#

Ruff?

novel tangle
#

fastapi

limpid sparrow
stray niche
limpid sparrow
novel tangle
stray niche
wise cargoBOT
#

Hey @limpid sparrow!

It looks like you tried to attach file type(s) that we do not allow (.cr2). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.

Feel free to ask in #community-meta if you think this is a mistake.

limpid sparrow
novel tangle
#

use flask ninja

limpid sparrow
dusk raven
limpid sparrow
stray niche
#

brb

rugged root
#

Wait what's it called... the spaces or areas that have this like... unsettling or different feel...

#

Like a school at night, or an office at night, warehouses, etc.

#

I think it's a something space but I'm blanking

dusk raven
limpid sparrow
#

We were here for 15 mins, then chased out

novel tangle
#

paranormal

limpid sparrow
rugged root
#

Liminal space

gentle flint
rugged root
#

That's pretty lit

limpid sparrow
lavish rover
#

jollibee

limpid sparrow
gentle flint
lavish rover
#

😦

stray niche
#

awww

novel tangle
limpid sparrow
novel tangle
gentle flint
novel tangle
limpid sparrow
limpid sparrow
novel tangle
#

khanna is place

limpid sparrow
novel tangle
#

its not my name

limpid sparrow
lavish rover
#

!d collections.Counter

wise cargoBOT
#

class collections.Counter([iterable-or-mapping])```
A [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter "collections.Counter") is a [`dict`](https://docs.python.org/3/library/stdtypes.html#dict "dict") subclass for counting hashable objects. It is a collection where elements are stored as dictionary keys and their counts are stored as dictionary values. Counts are allowed to be any integer value including zero or negative counts. The [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter "collections.Counter") class is similar to bags or multisets in other languages.

Elements are counted from an *iterable* or initialized from another *mapping* (or counter):

```py
>>> c = Counter()                           # a new, empty counter
>>> c = Counter('gallahad')                 # a new counter from an iterable
>>> c = Counter({'red': 4, 'blue': 2})      # a new counter from a mapping
>>> c = Counter(cats=4, dogs=8)             # a new counter from keyword args
rugged root
#

Didn't realize it was case sensitive

#

Danke

novel tangle
lavish rover
#

gerne?

#

i forget

novel tangle
#

yes

lavish rover
novel tangle
#

its india

#

khanna

#

is the place

plucky delta
#

punjabi chunti chunti

#

no

novel tangle
#

yes khanna is in punjab

plucky delta
#

punjabi no virurs

limpid sparrow
plucky delta
limpid sparrow
lavish rover
novel tangle
lavish rover
plucky delta
#

पाकिस्तान बेहतर है

lavish rover
plucky delta
#

xD

novel tangle
gentle flint
lavish rover
limpid sparrow
gentle flint
lavish rover
plucky delta
#

im playing man no hard feelings

limpid sparrow
lavish rover
limpid sparrow
lavish rover
rugged root
#

!mute 1038609403219296276 2d Controversial "jokes" such as "Pakistan is better" and "Heil Hitler is goodbye in German" is not appropriate and unacceptable.

novel tangle
#

nice

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @plucky delta until <t:1668197573:f> (2 days).

lavish rover
limpid sparrow
lavish rover
gentle flint
lavish rover
novel tangle
limpid sparrow
novel tangle
limpid sparrow
novel tangle
limpid sparrow
gentle flint
limpid sparrow
lavish rover
gentle flint
#

@stray niche still hungry?

novel tangle
#

have you guys ever used imagenAI

limpid sparrow
novel tangle
#

for editing

limpid sparrow
novel tangle
limpid sparrow
novel tangle
#

do you guys use tabnine to code fast?

rugged root
#

I just use Pyright now

novel tangle
#

ohk

rugged root
#

It's pretty nice

novel tangle
#

@rugged root I use tabnine and blackbox in vscode while coding that helps alot

#

bye

mild quartz
lavish rover
#
print(sum(
    ("".join(
        x 
        for x, y in 
        sorted(
            __import__("collections").Counter(line[:line.rindex('-')].replace("-","")).items(),
            key=lambda f: (-f[1], f[0])
        )[:5]
    ) ==
    line[line.index('[')+1:-1]) *
    int(line[line.rindex('-')+1:line.index('[')])
    for line in open(__import__("sys").argv[1]).read().splitlines()
))
gentle flint
lavish rover
#

in case the other version was too readable:

print(sum(("".join(x[0]for x in sorted(__import__("collections").Counter(l[:l.rindex('-')].replace("-","")).items(),key=lambda f:(-f[1],f[0]))[:5])==l.strip()[(k:=l.index('['))+1:-1])*int(l[l.rindex('-')+1:k])for l in open("input/04.txt")))
novel tangle
#

Use prettier

rugged root
lavish rover
#

it's readable enough 🙂

novel tangle
#

Oh ok

lavish rover
#
print(
    sum(
        (
            "".join(
                x[0]
                for x in sorted(
                    __import__("collections")
                    .Counter(l[: l.rindex("-")].replace("-", ""))
                    .items(),
                    key=lambda f: (-f[1], f[0]),
                )[:5]
            )
            == l.strip()[(k := l.index("[")) + 1 : -1]
        )
        * int(l[l.rindex("-") + 1 : k])
        for l in open("input/04.txt")
    )
)
novel tangle
#

@gentle flint do you count scratches on watch 😜

remote spruce
#

I need python help if it’s ok asking ;-;

novel tangle
#

Make NFT of those pictures

#

@gentle flint make NFT of those pictures u sent

gentle flint
#

no

rugged root
#
from collections import Counter

with open("input4.txt") as file:
    raw_data = [line.strip() for line in file.readlines()]


total = 0

for line in raw_data:
    hyphen_split = line.split('-')
    *letter_split, id_and_check = hyphen_split
    characters = sorted(''.join(letter_split))
    counts = Counter(characters)

    most_common = counts.most_common(5)

    if all(i == j for ((i,_), j ) in zip(counts.most_common(5), id_and_check[-6:-1])):
        total += int(id_and_check[:-7])

print(total)
#

I still feel a bit dirty for the all()

lavish rover
#

@rugged root benchmark my code's performance against yours

#

I'm just curious

rugged root
#

Hnnnnggggg fine

#

One sec

stray niche
#

@gentle flint I asked, weren't you leaving?

rugged root
#

Trying to push him out, I see

stray niche
#

you see correctly

lavish rover
#

running 1000 iterations:
mine: 10.6 seconds,
yours: 18.5 seconds

rugged root
#

Dang

#

Figured

lavish rover
#

probably the zip and calling .most_common(5) twice

rugged root
#

Yeah

lavish rover
#

12 seconds without the unnecessary most_common = counts.most_common(5)

rugged root
#

I'm an idiot and forgot that I had already stored it

stray niche
#

YOU

#

ARE

rugged root
#

I can live with that

stray niche
#

NOT

lavish rover
#

which is within margin of error, my computer slows down once i run some shit

#

python no likey

honest pier
#
import re
def one(L: list[str]):
    return sum(int(re.search(r"\d+", s).string) for s in L if sorted(re.search(r"\w+", "".join(s.rsplit("-", maxsplit=1)[-1])).string) == [x[0] for x in __import__("collections").Counter("".join(re.findall(r"\w", s.rsplit("-", maxsplit=1)[0].replace("-","")))).most_common()])
``` trying to debug this
lavish rover
#
if "".join(i for (i,_) in counts.most_common(5)) == id_and_check[-6:-1]:
            total += int(id_and_check[:-7])
gentle flint
honest pier
#

i think i'm close

lavish rover
#

that's what she said

novel tangle
#

Use spark it may reduce some time i guess

lavish rover
#

just use C

novel tangle
#

I mean spark dataframe

#

In python

lavish rover
#

i still stand by my statement

minor abyss
#

hi

rugged root
minor abyss
#

I made a voice assistant in python and converted it to exe, but the exe does not open cam someone help me?

rugged root
minor abyss
#

yes

rugged root
#

Try opening a cmd or powershell and drag and drop the file into it

#

See if it gives you error codes or something

minor abyss
#

Traceback (most recent call last):
File "arissa.py", line 1, in <module>
ModuleNotFoundError: No module named 'playsound'
[15836] Failed to execute script 'arissa' due to unhandled exception!

honest pier
#

@rugged root

import pathlib

import re
def one(L: list[str]):
    return sum(int(re.search(r"(\d+)", s).group(1)) for s in L if list(re.search(r"\[(\w+)\]", s).group(1)) == [x[0] for x in __import__("collections").Counter(sorted(re.findall(r"\w", s.rsplit("-", maxsplit=1)[0].replace("-","")))).most_common(5)])

print(one(pathlib.Path("input.txt").read_text().strip().split("\n")))
``` first try :tiru
rugged root
#

That's... bonkers and yet amazing at the same time

#

I actually thought about using regex at first then I did a sanity check

honest pier
#

i'd expect it to be really slow

rugged root
#

Impressive, though

lavish rover
#

ooh does it work?

#

let me add it to the benchmark suite

honest pier
#

ya

unreal torrent
#

what are hey talking about in voice chat

rugged root
#

I have no idea anymore

minor abyss
#

@rugged root

unreal torrent
#

Lol

#

man im just here to steal people ideas I don't want to hear about math

novel tangle
#

What

unreal torrent
#

I dont have anyideas

#

that why I'm here

novel tangle
#

You want idea for what

unreal torrent
#

Im just here for the ideas

novel tangle
#

For startup or something

lavish rover
#

updated:
mine: 10.6
hemlock: 13.3 (with extra line removed)
public: 18.6

unreal torrent
#

@novel tangle no just ideas

novel tangle
#

Ohk

rugged root
#

Yours is as fast as mine was before I took out that extra line

unreal torrent
#

maybe someone will give me a idea for lunch

rugged root
#

Food

#

Or do what I do, skip it and fill the rest of your day with candy

#

Slowly shortening your lifespan

#

Filling you with regret and potentially diabetes

novel tangle
#

😂

unreal torrent
#

Oh man that sounds like a great way to end my depression

rugged root
#

Hasn't fixed mine

minor abyss
#

@rugged root it gives an error

unreal torrent
#

oh so it a bad idea

minor abyss
#

Traceback (most recent call last):
File "main.py", line 1, in <module>
ModuleNotFoundError: No module named 'playsound'
[6292] Failed to execute script 'main' due to unhandled exception!

novel tangle
lavish rover
#

please don't message me in languages I do not understand

minor abyss
#

:D

rugged root
#

They call me youtube dan

unreal torrent
#

Youtube dan

minor abyss
#

"mustafa yalcin" where are you from?

#

lol

#

k sorry

#

can someone help me?

stray niche
gentle flint
unreal torrent
#

who needs sleep

#

just wait for your second

lavish rover
novel tangle
unreal torrent
#

i have a chilaca pepper if you want one

whole bear
unreal torrent
whole bear
unreal torrent
rugged root
#

Preach it!

gentle flint
#

I sucked it out of my thumb
Ik heb het uit mijn duim gezogen

#

literally
I have it out my thumb sucked

novel tangle
#

Nice

unreal torrent
#

@gentle flint what does that expression mean

gentle flint
#

in English you'd say I pulled it straight outta my ass

unreal torrent
#

ooh in spanish we just say "you're talking shit"

novel tangle
#

How to check when I joined

stray niche
#

....

novel tangle
#

!join

wise cargoBOT
#

Joining Iterables

If you want to display a list (or some other iterable), you can write:

colors = ['red', 'green', 'blue', 'yellow']
output = ""
separator = ", "
for color in colors:
    output += color + separator
print(output)
# Prints 'red, green, blue, yellow, '

However, the separator is still added to the last element, and it is relatively slow.

A better solution is to use str.join.

colors = ['red', 'green', 'blue', 'yellow']
separator = ", "
print(separator.join(colors))
# Prints 'red, green, blue, yellow'

An important thing to note is that you can only str.join strings. For a list of ints,
you must convert each element to a string before joining.

integers = [1, 3, 6, 10, 15]
print(", ".join(str(e) for e in integers))
# Prints '1, 3, 6, 10, 15'
stray niche
unreal torrent
#

one day ill hit 50 msg

novel tangle
#

Nice

stray niche
novel tangle
#

Telegu or something

whole bear
wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

novel tangle
#

Lol

rugged root
#

!voicemute 776403223916969985 1w You continue to push the envelope, make inflammatory comments, continue to troll just to get a rise out of people, and interrupt. You were warned in the last infraction that you would have your permissions revoked.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @winged shard until <t:1668636488:f> (7 days).

unreal torrent
novel tangle
#

Nice

#

Who ?

unreal torrent
#

aye programmer

#

you guys program Kappa

novel tangle
#

Ok

#

Weird

unreal torrent
#

try living in mexico

rugged root
#

Fair

novel tangle
unreal torrent
#

the longest i slept was 336 hrs

#

man good days

#

yeah man

#

na man git hit by truck chun

#

I was out for two weeks

rugged root
#

I'm a terrible person

unreal torrent
#

the greatest sleep I ever had

#

haha

rugged root
#

When I read that, the first thing that flashed through my mind was "You should write a story about it, I think it'd be a huge hit."

unreal torrent
#

fireworks for funerals seem cool

#

i want that at my funeral now

rugged root
#

Eh

#

Hoping to donate my body to science

#

After that I guess like.... dump me in a ditch?

#

Oh no no

#

Donate my body to a cannibal

novel tangle
#

Nice knife

unreal torrent
#

kind of ruff here in mexico they check shoes and they take everything out of bag

novel tangle
#

Take Swiss army knife

unreal torrent
#

smuggled monkaBIG

novel tangle
#

You are legend

whole bear
#

wait I have forgotten...was I making hot chocolate or chai?

stray niche
#

chai

whole bear
#

ah right thanks :D

whole bear
unreal torrent
#

weed tea

#

it ok

whole bear
novel tangle
unreal torrent
#

im 22

novel tangle
#

Happy birthday

#

To everyone

unreal torrent
#

lol

novel tangle
#

In advance

unreal torrent
#

Happy birthday @novel tangle

novel tangle
#

😂

unreal torrent
#

wait what do you call a moring mbm is that a two or a 1

#

there a chart some where about that

faint ermine
#

@gentle flint

Informal spoken English exhibits universal use of the singular they. An examination by Jürgen Gerner of the British National Corpus published in 1998 found that British speakers, regardless of social status, age, sex, or region, used the singular they more often than the gender-neutral he or other options

novel tangle
#

You can install Google tv in your tv

unreal torrent
#

I mean spanish every single world is almost man or woman

whole bear
#

@stray niche waiting for boil with the ground cardamom on the side

stray niche
#

ooooh

unreal torrent
#

wait do you guys use milk or cream or water

stray niche
#

milk

faint ermine
#

tea? water. hot chocolate? always milk, never water.

novel tangle
#

Coffee

faint ermine
#

most people here use water for coffe

#

but i dont drink coffe myself

unreal torrent
#

no i put water in my tea

whole bear
#

It's a mix of milk and water

novel tangle
#

I prefer coffee or fruit juice while working

unreal torrent
#

wait hold on

#

i feel like im confusing you

#

so there this type of drink

#

that we call water here

#

but water

#

we just call it water

novel tangle
#

Bye

unreal torrent
#

@novel tangle bye

novel tangle
#

Hitchhike travel for free

unreal torrent
#

wait aye ocean or a sea

pale sequoia
wintry pier
#

!e

ls = [1,2,3,2]
ls = [i * i for i in ls[:]]
print(ls)
wise cargoBOT
#

@wintry pier :white_check_mark: Your 3.11 eval job has completed with return code 0.

[1, 4, 9, 4]
lavish rover
#

@whole bear Your current balance is: $3, please use !balance for further queries

stray niche
#

!balance @lavish rover

lavish rover
#

@whole bear Your current balance is: $3, please use !balance for further queries

whole bear
#

Presenting... Chai

remote spruce
#

Hi!

gentle flint
#

<a href="mailto:webmaster@example.com">Jon Doe</a>

unreal torrent
remote spruce
#

I need help ;-;

stray niche
remote spruce
#

I tried

#

But no response

#

Can y’all just answer me something ?
I really need to finish this and I’m desperate

#

Ok!

stray niche
#

Can you ban @whole bear For spamming on the VC

gentle flint
#

<@&831776746206265384> please help he is screeching music through vc

olive hedge
#

!mute 942985095378272276

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1668044698:f> (1 hour).

stuck furnace
#

👋

#

Inside secret: ||modmail has a 5-minute delay (before pinging the mods)||

#

Yep

#

lol

#

Cya 👋

gilded remnant
#

can i please join your voice chat, i have a question but no one has answered my help channels for like an hour

whole bear
#

^ this is en passant

wintry pier
#

!e

import datetime
print(datetime.datetime.now())
wise cargoBOT
#

@wintry pier :white_check_mark: Your 3.11 eval job has completed with return code 0.

2022-11-10 01:27:16.613998
wintry pier
#

flask for scratch coding

#

you build your server by your hand

#

change oil

#

dont forget

stray niche
#

I found the chats from when I was here last time

somber heath
#

Millennials, also known as Generation Y or Gen Y, are the demographic cohort following Generation X and preceding Generation Z. Researchers and popular media use the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years, with the generation typically being defined as people born from 1981 to 1996. Most millen...

#

If it was the Dutch, wouldn't they be dyke roads, not dam roads?

#

Ourselves.

#

Revert to simpler times. Become monke.

somber heath
#

Reinventing the wheel to own the libs.

wintry pier
#

WTF

#

the sleep experiment

mossy cedar
#

idk why suddenly my headset died.

#

it just went poof
cant hear or talk. audio drivers issue maybe. brb

mossy cedar
#

after some ultra pro troubleshoot (plug out , plug in)
i AM

solar fog
#

@rugged root 😂

rugged root
#

The shit I find

novel tangle
#

winter is coming!

#

lol

stray niche
#

gtg for a class

#

byeeee

#

did I hear someone say 'bye love you'??

#

when I left

#

or did I mishear

mossy cedar
#

maybe :3

stray niche
#

👀

mossy cedar
#

owo

rugged root
novel tangle
#

What

lavish rover
#

Nobody tells me they love me when I go 😦

novel tangle
#

Costly

mossy cedar
novel tangle
#

It's made in china

mossy cedar
novel tangle
#

Just buy firetv stick

karmic elk
#

@rugged root Does it have ads?

rugged root
#

Not sure, I'm only really using it for my PS5

karmic elk
#

oh nice

novel tangle
#

Or go for Google tv stick

mossy cedar
novel tangle
#

Yes it can also be done

#

You have tv like projector

mossy cedar
#

yea

solar fog
#

@mossy cedar not much sympathy 😂

mossy cedar
#

nvm that

solar fog
#

i just said it, because you said it

#

something really serious

#

and nobody said anything and went quiet

#

it was like you said you were going to go for a walk 🤣

mossy cedar
solar fog
#

and you said serious stuff about you have pretty much kidney failure on 1 side and from coffee and lack of sleep🤣

solar fog
#

their messed up

#

im with you man

mossy cedar
#

lmao

solar fog
#

🤣

rugged root
#

But I will say I'm a terrible person, so fair play

solar fog
#

🤣

#

👍

mossy cedar
#

gg

lavish rover
#

!code

mossy cedar
#

`

lavish rover
#

!d shutil.rmtree

wise cargoBOT
#

shutil.rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None)```
Delete an entire directory tree; *path* must point to a directory (but not a symbolic link to a directory). If *ignore\_errors* is true, errors resulting from failed removals will be ignored; if false or omitted, such errors are handled by calling a handler specified by *onerror* or, if that is omitted, they raise an exception.

This function can support [paths relative to directory descriptors](https://docs.python.org/3/library/os.html#dir-fd).
lavish rover
#

(fyi)

rugged root
#

Hoping you'd have missed that one

stray niche
karmic elk
#

bye. see you guys later

lavish rover
novel tangle
#

It feels like you are working on ETL process

rugged root
#

ETL?

#

Excessive Taco Layer

novel tangle
#

Extract transform and load

rugged root
#

@quasi condor Toss it here

quasi condor
#

my pip is just fucked

novel tangle
#

You are trying to build blockchain

quasi condor
#
~/gitrepos via 🐍 v3.10.6 (venv)
❯ pip install MarkupSafe
ERROR: Could not find a version that satisfies the requirement MarkupSafe (from versions: none)
ERROR: No matching distribution found for MarkupSafe
rugged root
#

dafuq

novel tangle
#

Idk

#

Yes

#

Genius

pallid hazel
#

have you tried giving up in your reliance of pip and tried another package installer

lavish rover
vague owl
#

what's up

novel tangle
#

Parrot security os is wonderful it works

rugged root
#

Still need to poke around Parrot

vague owl
#

pls help : D

novel tangle
#

Congratulations

sweet lodge
#

Hello
Why picture?

#

Text better

quasi condor
sweet lodge
#

Also that error is very clear

vague owl
#

oh sorry

rugged root
quasi condor
rugged root
#

Also that

vague owl
vague owl
vague owl
rugged root
#

!tvmute 943374663680143410 1d If you're going to just join the voice chat to make noises and not contribute to the conversation, then you shouldn't be here. If this behavior continues after the mute is lifted, you will lose your voice permissions permanently.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @limber patio until <t:1668182391:f> (1 day).

novel tangle
#

When I will be able to unmute

#

?

rugged root
#

Then you'll have to leave and rejoin the vc to have the perms kick in

novel tangle
#

Create stg server dude

#

😂

#

Is it on mainframe system?

rugged root
#

Mmm.... mainframes...

novel tangle
#

Flash is not slow

#

To test different scenarios

rugged root
#

@sweet lodge 👋

rugged root
sweet lodge
rugged root
whole bear
novel tangle
#

Just check lld of IRC u will understand

novel tangle
#

Microsoft is buying all developer stuff

#

Yes

#

Discord have more user

#

It's like vscode on web

#

Vscode is wonderful

#

Vscode 's Tabnine and blockbox extension are very nice

pallid hazel
#

yes, yes lovely day for a skate

novel tangle
#

Microsoft is making developer ecosystem

sweet lodge
#

And it's nice

novel tangle
#

Microsoft is building to fight against apple

sweet lodge
#

Hi Rabbit

novel tangle
#

There are many ways to hide your miner from resource monitors

wintry pier
#

github component

novel tangle
#

Kali is ❤️

wintry pier
#

Azure

novel tangle
#

AWS is awesome

wintry pier
#

Storage quene

#

big data analytics

rugged root
#

I cannot take the name "Big Table" seriously

#

"What should we name our new advanced database system?" "Fuckin'.... i dunno. It's like a.... big table, right?" "You're a genius."

wintry pier
#

lool

novel tangle
#

Google Collab trials

sweet lodge
rugged root
#

This is why you need to come to me for those ideas

#

I'd call it "REALLY Big Table"

sweet lodge
#

oh no

rugged root
#

See? Has more punch

#

BAM

stray niche
rugged root
#

Now would it be pronounced as "rabbit" or "ribbit"?

#

Or "r-butt"

limber patio
sweet lodge
#

arrr-bbee-teee

wintry pier
novel tangle
#

Just find a bug in any web3 company you will get lot of money from it

wintry pier
#

web3 you mean end-to-end

#

or hashed web

novel tangle
#

Blockchain

wintry pier
#

what props

novel tangle
#

Smart contracts

wintry pier
#

like signed web to you

novel tangle
#

No

#

React + python

wintry pier
#

is designer included

novel tangle
#

Now check blockchain developer

#

Earning

#

Every Google employee left Google after 1.5yr

wintry pier
#

developer with google profile will hired fast with big budget

whole bear
novel tangle
wintry pier
#

but rules of those company not acceptable

novel tangle
#

Yea

rugged tundra
novel tangle
#

Lesser paid more

wintry pier
#

php larvel

#

all

whole bear
#

to getting a job at google what I have to learn

novel tangle
#

Dsa

wintry pier
#

angler

rugged tundra
novel tangle
#

Where is solidity

#

?

wintry pier
#

C will die

#

with javascript

rugged root
#

Unlikely on both of those statements

novel tangle
sand prawn
#

it's buzzword

wintry pier
#

payments

wintry pier
#

django need improvement

rugged root
wintry pier
#

websocket

wintry pier
#

and more

#

piplines

rugged tundra
novel tangle
#

Nice

wintry pier
#

and more important thing is

#

installed deps

#

mike your life hard if you not activate env

#

make

rugged root
#

True

novel tangle
#

I dont care let them use whichever framework they want. I always use django or flask

pallid hazel
#

Hemmy!!! grrrr...

wintry pier
#

what about django shell

#

like phonex

rugged root
#

Whatever is broken

#

Not my fault

pallid hazel
#

locks resulted in reductiin of 2 to 1 consistent junk file.. isolated device, so far multiruns on that device havent reproduced.. so could still be a snowflake issue..

rugged root
#

So the failures have been the same device with the lock in place?

#

Or

pallid hazel
#

no.. but running tests on a device that did produce an error.. starting to think it could be caused by a data packet crc error

rugged root
#

That's possible. How would you do validation on that? Hash comparison?

#

Send over the processed data, run hashing on device and program side then compare?

wintry pier
#

nice for you

novel tangle
#

Xiaomi just install custom rom

pallid hazel
#

not sure that is such an easy process.. as its being done via snmp.. Id have to find a mod to drop down to layer3 capturing to even start looking for it

wintry pier
#

it's will be virus

#

check yout pone

#

phone

novel tangle
#

What do you think about company like Neuralink

wintry pier
#

Eleon

novel tangle
#

Yea

wintry pier
#

no is free to

#

with ads

novel tangle
#

I use Spotify without ads for free

rugged root
#

Spotify premium individual plan is $10 a month + tax

wintry pier
#

vpn

novel tangle
#

I modded it myself

rugged root
tidal shard
rugged root
#

Dude what

tidal shard
#

that's like $0.10

rugged root
#

That's per day

tidal shard
#

they're trying to lower the barrier to entry I guess

rugged root
#

What's that work out to monthly....

#

Well it makes sense

#

Easier to break into other markets, fit the economy there

#

Try to soak the costs a bit more

tidal shard
#

yeah, also targeting the unbanked

rugged root
#

Right

tidal shard
#

they added a payment method that allows you to use your telco prepaid credits

rugged root
#

Smart

tidal shard
rugged root
#

HA

#

Amazing

trail mural
#

👋

wintry pier
#

windows mean errors

#

root

#

control your kernal

novel tangle
#

Tmux

wintry pier
#

linux best for 2 core

pallid hazel
#

ok.. so testing has revealed with this 1 device of 64 nodes.. 1 node sometimes reporting, so now Im looking into a way to simulate a test that record each test case of reporting the 64th node and check that data output.. and hope its a node issue and not a controller issue in the corrupted data.

rugged root
#

Small case first, do a 5 node check with one fail

wintry pier
#

Ubunto included drivers

pallid hazel
#

eh.. im going after a node checking debug, as this has been a random problem theoretically it can happen to any node at anytime, so Im just going to account for it.. drop that nodes data and possibly make a redo list for that node after the current process completes.. rather then rebuild the whole device to device association system to run each node again later.

rugged root
#

Sure sure

novel tangle
#

oh i got unmute permissions

#

use zorin os if you want to use windows

wintry pier
#

20.4

#

more ram more cache

rugged root
#

Exactly

sand prawn
wintry pier
#

@sand prawn swap

#

ssd part but is slow

#

it's take lot of time

novel tangle
#

aam

#

aaAAm

#

gtg bye

rugged root
#

Catch you later

wintry pier
#

preview

stray niche
trail mural
#

that was so passionate and well articulated was it pre written

safe pumice
rugged root
#

Will be back in a bit, still fighting the phone issue

whole bear
#

i am invisible

stray niche
#

@lavish rover and you've disappeared as well

lavish rover
stray niche
#

you pulled a verboof

novel tangle
#

learning from where

proven thorn
#

I need some help, who wants to help me ?

stray niche
#

...

novel tangle
#

send me too

stray niche
#

@pulsar island

#

@pulsar island

#

cyall later

uncut meteor
#

@stray niche ?

#

pls don't spam ping me

trail mural
#

It looks like they need someone to fill a role fast

stray niche
uncut meteor
#

np

#

I forgriff you

#

but I ping you to share the pain

#

@stray niche

rugged root
#

Oh

#

My god

rugged root
uncut meteor
#

which pun?

#

@terse needle put the commit message as "eppur si muove"

rugged root
#

Have to move these boxes using a forkgriff

uncut meteor
steel cargo
#

Hey

trail mural
#

hi

#

hi furyoshonen

#

hi coffee

stray niche
#

cyall!

molten pewter
trail mural
#

I am happy for you

#

a real human bean

lavish rover
#

@rugged tundra leetcode
@stray niche python

stray niche
#

Hi @lavish rover

trail mural
#

need to do both

#

are you dead if you are not born

rugged root
terse needle
rugged root
#

Just so much glasses

terse needle
lavish rover
stray niche
#

@rugged tundra byee

lavish rover
terse needle
lavish rover
rugged root
#

!stream 158991471733637120

wise cargoBOT
#

✅ @vast light can now stream until <t:1668114701:f>.

lavish rover
rugged root
#

@vast light Note that it's temporary and the window to actually start the stream is by default 5 minutes. Typically enough time for people to get set up and have the stream running. Then the role is revoked. The stream will keep running, but the role itself is temporary

vast light
#

Ah ok, thx thx

rugged root
#

Oh, another thing, it's only really handed out when there's a mod+ in the VC and at their discretion, and I ask people to hop off when I head out for the day. Yeah I REALLY need to write this out somewhere.....

stray niche
#

cyall

rugged root
#

You leaving?

stray niche
#

yeppp

rugged root
#

Nuuuuuuu okay bye

rugged root
#

@restive geyser Gurrrrrrrrrl where you been?

restive geyser
rugged root
#

@whole bear If you're wondering why you can't talk, please check the #voice-verification channel

#

That'll tell you what you need to know about the voice gate

stray niche
#

@whole bear whatcha uptoo

whole bear
#

wbu?

stray niche
whole bear
stray niche
#

I slept at 8:30am and woke up at 5pm

whole bear
stray niche
#

I got a pass coz of my cold

gentle flint
#

hi sam

whole bear
#

hahaha that works!

stray niche
#

i tried to sleep now, but couldnt 🥺

stray niche
whole bear
stray niche
#

🤣

#

i need to get life in order, today should be the last day im here at this hour

gentle flint
#

ah yes

gentle flint
#

of course

stray niche
stray niche
stray niche
rugged root
#

@gentle flint You still on the way home?

gentle flint
#

cuz I'm in the metro

stray niche
#

did they let the knife through?

#

blue one

gentle flint
gentle flint
stray niche
#

ofc

gentle flint
#

they picked it up on the xray machine

#

had to toss it

stray niche
#

good

gentle flint
#

bit sad

stray niche
#

sad for that knife but happy for the safety of passengers in general

gentle flint
#

also cuz the fork was no problem

stray niche
gentle flint
stray niche
#

byee @whole bear, night night (hopefully)

stray niche
#

Hiiii

gentle flint
#

nvm too much noise here

stray niche
#

dont walk into a wall @gentle flint

rugged root
#

!e

ham = ["pork", "beef", "spam", "eggs"]
for i, food in enumerate(ham):
  print(f"Index {i} has value {food}.")
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | Index 0 has value pork.
002 | Index 1 has value beef.
003 | Index 2 has value spam.
004 | Index 3 has value eggs.
lavish rover
#
print(((D:="abc"),(z:=__import__),(h:=z("hashlib").md5),(I:=z("itertools")),"".join(I.islice((m[5]for m in map(lambda c:h(f'{D}{c}'.encode()).hexdigest(),I.count())if"0"*5==m[:5]),8)))[-1])
#

@rugged root part 1

stray niche
#

hope second time is the charm

#

byeee

ionic lake
#

Hi, I need help.

#

I feel like I need to talk one on one with everyone, but I don't have permission to talk...

rugged root
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

ionic lake
#

I hope that's okay, I just really need assistance.

whole bear
#
def saturate(self, percent, show_progress=False):
        percent /= 100
        num_of_rows = len(self.matrix)
        last_percent = -1
        for rn, row in enumerate(self.matrix):
            for cn, column in enumerate(row):
                average = (int(column[0]) + int(column[1]) + int(column[2]))/3
                for cvn, col_val in enumerate(column):
                    if col_val > average:
                        self.matrix[rn, cn,
                                    cvn] += (225 - float(col_val))*percent
                    else:
                        self.matrix[rn, cn, cvn] -= float(col_val)*percent
            if last_percent != int(rn/num_of_rows*100) and show_progress:
                if last_percent >= 0:
                    print("\033[A\033[A")
                print(f" Saturating Image [{int(rn/num_of_rows*100)}%]")
            last_percent = int(rn/num_of_rows*100)
        if show_progress:
            print("\033[A\033[A")
            print(f" Saturating Image [100%]")
        return self
ionic lake
#
    binarize()
  File "D:\DiffSVC\diff-svc-main\preprocessing\binarize.py", line 15, in binarize
    binarizer_cls().process()
  File "D:\DiffSVC\diff-svc-main\preprocessing\base_binarizer.py", line 134, in process
    self.phone_encoder =self._phone_encoder()
  File "D:\DiffSVC\diff-svc-main\preprocessing\SVCpre.py", line 63, in _phone_encoder
    return Hubertencoder(hparams['hubert_path'])
  File "D:\DiffSVC\diff-svc-main\preprocessing\hubertinfer.py", line 13, in __init__
    pt_path = list(Path(pt_path).parent.rglob('*.pt'))[0]
IndexError: list index out of range
rugged root
#

!stream 158991471733637120

wise cargoBOT
#

✅ @vast light can now stream until <t:1668118143:f>.

vast light
#

thx ❤️

ionic lake
#

@rugged root Can I call you through discord? I need help and it won't let me talk here. I know it's because I don't have enough messages here, I just... really need help.

#

Dang...

#

But I can't talk here. I need to verbally explain my issue.

whole bear
stray niche
lavish rover
vast light
#

Hello ?

orchid raft
#

@neon dagger, hallo

neon dagger
#

hello

orchid raft
neon dagger
#

ok no worries

#

can you help me with protobuff

orchid raft
neon dagger
#

ok

#

can you tem me how compile protos in python?

#

i have protos in tree structure inside a forlder

#

i want to compile whole folder a

orchid raft
neon dagger
#

ok ,thanks

somber heath
#

@neon dagger Howdy. Your microphone is hanging open. 🙂

#

Turning on Push to Talk or adjusting your volume threshold for sending would be appreciated, as would enabling of Krisp, if available to you.

#

@cerulean willow 👋

#

Thanking you.

#

You've a not inconsiderable amount of noise.

#

Can't hear a word.

#

I'll clarify. Can't understand a word.

neon dagger
#

@somber heath protocol buffer

#

in python

somber heath
#

I'm sorry, I can't deal with the noise.

neon dagger
#

there is no noise

#

now

somber heath
#

What of protocol buffers?

neon dagger
#

compilation

#

in python

somber heath
#

Protocol buffers and compilation. I don't see how they relate to one another.

neon dagger
#

means i have protos in tree structure in folder

#

i want to compile those in python

#

is it clear i gurss

#

guess*

somber heath
#

Python is an interpreted language.

#

If you need compilation, there are things like Numba, but...

#

Python generally doesn't do compiling.

#

You can transcode things into Python.

#

and run that

neon dagger
#

sry buddy

#

but you did not get

#

that

somber heath
#

You have protocol buffers and you want to use that system to output Python code?

neon dagger
#

and that is compilation

#

@somber heath

somber heath
#

@neon dagger I can hear that you're talking and can catch the occasional word, but it's extremely difficult to understand anything.

#

Yes, we can hear you, but not clearly.

#

Or at least for me.

limber patio
#

^

vast light
#

@nova prawn

#

give me a seconf

#

gf called me

nova prawn
#

take your time bro ???...

trail mural
#

hi

karmic elk
#

hello

trail mural
#

pending is higher than list

rugged root
#

HA

#

Why?

karmic elk
#

hello maro

trail mural
#

It feels mean to decline but I don't feel ready to accept...

#

lord

stray niche
#

@faint ermine this is when we spoke last year

trail mural
#

empty biscuit tin

rugged root
#

I have no idea why, but that sounds like an indie folk album

trail mural
#

the real antidote was the friends we sewed along the way

rugged root
#

Very very good

vast light
#
lst = ["Gabriel. Mr.Hemlock "]
#

how can i get rid of the "."

#

inside the lsit

somber heath
#

A portal to the eldritch realms hidden in grandmother's biscuit tin.

vast light
#

['my', 'name.', 'is.', 'gabriel.']

rugged root
#
new_list = lst[0].split(". ")
vast light
#
def get_words(line : str) -> list :

    try :
        lst = []
        for mot in line.split(): # mot = mots de line sans les \n
            lst.append(mot.lower())
        return lst
    except :
        return []
#

!e def get_words(line : str) -> list :

try :
    lst = []
    for mot in line.split(): # mot = mots de line sans les \n
        lst.append(mot.lower())
    return lst
except :
    return []
#

!e def get_words(line : str) -> list :

try :
    lst = []
    for mot in line.split(): # mot = mots de line sans les \n
        lst.append(mot.lower())
    return lst
except :
    return []

print(get_words("Hello my name is Mr.Hemlock"))

wise cargoBOT
#

@vast light :white_check_mark: Your 3.11 eval job has completed with return code 0.

['hello', 'my', 'name', 'is', 'mr.hemlock']
rugged root
#
new_list = [word.strip(".") for word in lst]
faint ermine
#

@somber heath

#

not too good yet, let me try applying some styles

stray niche
#

brb

trail mural
#

would specifying if its open or closed help