#voice-chat-text-0

1 messages · Page 419 of 1

somber heath
#

@tawdry veldt👋

#

Every concept? Oh my, no.

#

Ml/AI is not something I've really gone into.

scenic shuttle
#

can u teach..?

somber heath
#

What would you like to learn?

scenic shuttle
#

classes, and advance stuff , dsa , logic

somber heath
#

I can talk about classes.

scenic shuttle
#

yeah let get started, .. since i can't speak.

#

you can start your screen share

rugged root
#

On in a bit, doing shred

vocal basin
#

still, each time when I see DSA I think about cryptography

scenic shuttle
#

yupp

vocal basin
scenic shuttle
#

lets go

#

HERE

#

..?

vocal basin
peak depot
rugged root
#

@tawdry veldt Yo

tawdry veldt
#

hey, you pronounced that right

#

yay

pulsar shale
rugged root
vocal basin
#

"oh, look, YT recommendation algorithm being smart"

tacit crane
#
https://durontoshop.com/api/order/?order_number=YAE1OENYIPUV18P```
vocal basin
#

yeah, HTTPS->HTTP because of / is hell

#

your proxy/web server is broken and/or headers are missing

somber heath
#

🏳️‍🌈 ?

tacit crane
#

?🏳️‍🌈=true/false

rugged root
vocal basin
#

or just ?🏳️‍🌈 without the value

tacit crane
somber heath
#

@pulsar shale 👋

tacit crane
vocal basin
#

of these four, guess who did it

somber heath
vocal basin
#

drag

somber heath
vocal basin
#

(the answer is obviously Chris)

tacit crane
vocal basin
#

(people from Technical Difficulties -- Tom Scott and other people)

tacit crane
#
        activities_data = await activities.gets(
            user_email=user_email,
            created_at=Filters.Between(datetime.now(timezone.utc) - timedelta(days=30), datetime.now(timezone.utc))
        )```
edgy edge
#

Sup @peak depot

#

@peak depot What are your kitties names?

tacit crane
somber heath
#

@supple blaze 👋

supple blaze
edgy edge
somber heath
#

Working at a FAANG company.

viscid scaffold
#

max arr[i] = sum(i* n[i] + i +1 * n[i+1])

rugged root
#

Well the 1 * can be removed for sure...

viscid scaffold
#

for two equal results on the upper formula pick = arr1,arr2 where arr1[i] != arr2[i] arr1[i] < arr2[i]

vocal basin
#

is 9 proc macros a bit too much pithink

#

I'm thinking of whether to replace codegen with a single proc macro

#

so that'd be 10

#

there is one proc macro I made for work

#

it reduced time spent a lot

#

514 lines

#

relatively small

#

mgnaa

#

amazon apple

somber heath
#

MAANGO

wind raptor
#

nag ma

somber heath
#

discombobulated

upper basin
#

Pneumonoultramicroscopicsilicovolcanoconiosis

#

Thank Sonic 3.

vocal basin
#

time to remove three of these

#[derive(
    ToOutput, Topological, Object, Inline, ReflessObject, ReflessInline, Size, Parse, ParseInline,
)]
#

I moved Inline and ReflessInline into ParseInline and ReflessObject into Parse

#

this is what happens when you don't proc macro

#

oh, wait, not therapist's tail...

#

do I need tags for stuff that doesn't reference other stuff pithink

vocal basin
#

also so that I can clearly see what it generates

vocal basin
somber heath
#

@whole harness 👋

whole harness
#

yo

#

i cant speak right now

somber heath
#

!voice

wise cargoBOT
#
Voice verification

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

whole harness
#

yes i know thx

vocal basin
#

amazing syntax

rugged root
#

I... wait what

cerulean oar
#

helo

rugged root
cerulean oar
#

i mean if you're asking it is spagetti, the yeah it is

#

your code could be more pythonic, right now the code is more C or C++ like

vocal basin
#

you can make a wrapper around input_data that supports input_data[(mode, i)]

cerulean oar
#

although i could be biased cuz switch cases being in python is new to me

whole harness
vocal basin
#

custom class

#
first_value = input_data[modes[0], i + 1]
second_value = input_data[modes[1], i + 1]
input_data[modes[2], i + 3] = first_value + second_value
cerulean oar
#

you did everything inside a single function, is that a requirement?

#

yeah so only 1 function, thus spagetti

#

class = many functions

#

i mean if you wanna reuse the whole thing as a unit

vocal basin
#

just __getitem__, __setitem__ and no extra data

cerulean oar
#

ah then no need for a class

#

yeah cuz pre-3.10 had no matching cases, right?

#

when it was introduced, i was like "huh, this didn't already exist?"

vocal basin
#

it's faster now

#

way faster than it used to be

#

last time I checked it was faster than if in some cases

#

not having to interpret a function call, e.g.

#

oh, I need to test something

#

!e
||```py
print("test")

wise cargoBOT
vocal basin
#

okay

#

!e
||```py
class InputData:
def init(self, input_data: list[int]) -> None:
self.__input_data = input_data
def __index(self, mi: tuple[str, int]) -> int:
mode, index = mi
if mode == "0":
return self.__input_data[index]
else:
return index
def getitem(self, mi: tuple[str, int]) -> int:
return self.__input_data[self.__index(mi)]
def setitem(self, mi: tuple[str, int], value: int) -> None:
self.__input_data[self.__index(mi)] = value
data = InputData([1, 2, 3])
print(data["0", 0])
print(data["1", 0])

wise cargoBOT
vocal basin
#

or if you think you will instantly forget after looking

#

i is not a part of it

#

10th proc macro made

#

four out of them are almost no-ops so doesn't matter that much

#

idk if I want to replace them with blanket impls

cerulean oar
#

aight i gtg, cya guys later

vocal basin
#

what is currently being derived:

  • serialize an object to a byte stream
  • deserialize an object from a byte stream
  • deserialize an object from a portion of a byte stream
  • get the (serialized) size in bytes (const)
  • list all tags (const)
  • list all references to other objects
edgy edge
#

||```python
print('Hello World')

vocal basin
#

!e
||```py
print("formatting of || is broken")

wise cargoBOT
vocal basin
#

happens because Discord has very inconsistent Markdown parsing

#

@rugged root just like the modern way to bake mochi

#

yes

whole bear
#

discord earned it's name through development

vocal basin
#

@chilly wolf I report all ads like that as a matter of principle

#

you probably should too

runic island
#

@chilly wolf need better opsec on your stuff

#

I get none of that

#

ads don't even know if i'm a dude or not

vocal basin
#

"new account each time and only browsing through Tor sure sounds like a great idea"

runic island
#

@peak depot Dnd is more accessible now than it ever used to be. This is to the chagrin of the grognards though.

whole bear
#

mnm

runic island
#

well it is part of the convoluted verification process

#

i still need to dip and come back before i could talk

#

that wouldn't filter bots unfortunatly

#

i think this server is public facing so its going to have some challenges

#

oh yes i got you

#

i though your were talking about the nonconsecutivness of the time periods

#

a link with what?

#

lol scam stuff

vocal basin
#

@chilly wolf you have a very old account, maybe that's why

runic island
#

is this discord wide or just bigger instances?

vocal basin
chilly wolf
runic island
#

i would love to do this locally

#

which vector database did you use

#

you could load all of the forgotten realms source books and novels and have this thing be all encompassing setting DM

#

beholders hate everyone but themselves so i dunno if racist covers it

#

ultra xenophobic

flat hornet
#

e

#

E

#

@chilly wolf what do you guys mean when you say "scrape" for information or scraping a website

chilly wolf
#

like, looking at the data and collecting it

flat hornet
#

oh

runic island
#

if you jsonify the books before you put them in database might solve that issue

flat hornet
#

i thought it was some advanced way of getting information

runic island
#

python not in root or you are in the wrong environment

spare galleon
#
Days in the month

    Adar has 29 days, except in leap years when it has 30 days 

In leap years, Adar holidays are moved to the second Adar 

Holidays in Adar

    13 Taʾanit Esther: Fast of Esther 

14, 15 Purim: Feast of Lots, celebrated on the day when Mordecai and Esther defeated Haman 

Meaning of Adar 

    The name "Adar" is related to the word "adir", which means strength and power
    The Talmud says, "When Adar enters, joy increases" 

Celebrating Purim 

    Read the book of Esther, the Megillah, on the eve of Purim and the following day
    Give gifts of money to at least two poor people and gifts of two kinds of food to at least one person
    Eat hamantaschen, a traditional Purim food 

Jewish history
Adar is linked to many events in Jewish history, including the story of Queen Esther. 
```@magey dis is it
runic island
#

what operating system

#

or use cmd

vocal basin
#

if on Windows, use py

runic island
#

lib, he is using linux by the sound of it

#

use your terminal bro

vocal basin
#

you should be using venv anyway if you're installing something like pygame

#

so PATH shouldn't be an issue

runic island
#

I don't use evironments because i am a mad man and i love circular dependacy issues

#

cat $PATH man

vocal basin
#

echo not cat

runic island
#

thats right lol

#

cat will also work though

vocal basin
#

cat would attempt to either read a directory or something non-existent in that case

candid spire
#

@vocal basin Do you love yourself?

vocal basin
#

like waiting for you to input

runic island
#

lemme see

#

shouldn't

candid spire
#

@spare galleon Python cheated on you!

#

Wake up dude!

vocal basin
#
/ # cat $PATH
cat: can't open '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin': No such file or directory
runic island
#

Ok i see what you mean. poor form on my part lol

candid spire
#

Alisa Feistel has blocked me

vocal basin
#

I didn't

#

neither did I use the shiny new ✨Ignore✨ function

candid spire
#

So why did you keep ignoring me, since last two days?

vocal basin
#

?

candid spire
#

Don't you love yourself?

runic island
#

@candid spire troll elsewhere dude

candid spire
#

@spare galleon Do you love yourself bro?

candid spire
runic island
#

ttyl

candid spire
#

@spare galleon Dude your jewish?

chilly wolf
#

I don't think so? He just said "It's another Hebrew way of saying February"

candid spire
#

Hmm

chilly wolf
#

I was wrong DX

candid spire
#

No worry

#

@spare galleon Could you share the screen?

#

What is shredder?

#

tc bye

#

@spare galleon She is ultra pro max python coder!

#

how many monitor does she have?

celest oyster
#

hello

candid spire
#

@celest oyster Hello

#

How was your day?

spare galleon
#

ima go play vr, have a good day peeps

wind raptor
#

Have a great one! Good chatting with you!

runic island
#

hey hows it going?

#

pretty good

#

i hardly watch movies at all these days tbh

#

see thats a dangerous habit because i will not stop watching and will lose lots of sleep

#

dubs i have found change the meaning of certain scenes

#

its not a fight, its yelling

#

dbz abridged is amazint

#

agreed with the dumb comment

#

the isekia as a spider one was good but dumb

#

i would call it guitly pleasure

#

I want more overlord

#

that is corrent

#

correct

#

it is character development over level garbage

#

kinda like that

#

the author is apparently having trouble writing more

#

never heard of doctor stone

#

I tried to watch stiens gate recently

#

couldn't do it

scarlet siren
#

Why can't I open my mic?

wind raptor
#

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

scarlet siren
#

Oh I see

#

I have to message 30

#

Dudes just started discussing about spamming

#

💀

#

Ask the question

#

Bro is the danger

#

Bro think he's heisenberg

#

Yeah

#

U have kids?

#

💀

#

Wtf how old are u guys

#

69?

#

🤣

#

Really?

#

U guys are 40s?

#

U have kids so I'm assuming u 35-45?

#

🤣🤣🤣🤣

#

Where are u guys from?

#

I'm from india

#

✋️

#

Lol

#

1st

#

Now

#

Yes

#

Outrunned china

#

Not couple years bro ig 2021 or something like that

#

Bro are u guys from IT?

#

They just keep ignoring me

#

😔👍

#

No bro

#

No echo

#

Thanks

#

Arey I responded

#

Watch berserk

#

Jikky is the guy who has unlimited topics to discuss

#

Are u not guy?

#

What are u alien?

#

What is they,them,theirs

#

I don't know bro

#

Explain

#

What do u play

#

Bro

candid spire
#

Any body here love themselves?

scarlet siren
#

Ok

#

Ok

#

Jikky slayyyyy gurl

candid spire
#

@quartz beacon Do you love urself?

primal shadow
#

I love love

quartz beacon
primal shadow
#

and I love hearts

#

all the love

quartz beacon
#

yes, and ||MEN AND WOMEN AND ENBYS||

primal shadow
#

so lovely

quartz beacon
#

i am ||so gay gay||

primal shadow
#

no love for lovely

candid spire
scarlet siren
candid spire
#

You are double gay now

scarlet siren
#

Lol

scarlet siren
candid spire
#

@steep vortex You can download extensions instead of making ur own

primal shadow
#

I miss the shake them all wallpaper on Android

#

They would bounce around with the accelerometer

scarlet siren
#

@runic island bro has dad type humour

#

Bro laugh at his own jokes

primal shadow
#

medicine?

#

see, legit

scarlet siren
#

My brain is not braining, too much information

#

Bro is the next Oppenheimer @runic island

#

Changed my username for u @quartz beacon

rugged root
#

I miss anything exciting?

#

(I'm not in VC, mainly just checking)

quartz beacon
#

chris will catch you up to speed

rugged root
#

I've never heard the term enby

short owl
#

when the cat is away ... the mice will play ... @rugged root

rugged root
astral coral
#

hey

rugged root
#

@normal walrus If you're wondering why you can't talk, check the #voice-verification channel. That'll tell you what you need to know about the voice gate

normal walrus
#

There is standard for ipv6. U just implement their standard

#

Routers also have source code

#

I wouldo e to see open source voip

#

U can use Gmail email to SMS gateway inmap server

#

Can we get it to read and interpret stock charts

rugged root
#

Probs

#

But only ones from those silly stock images

#

I don't know, man. Seems kind of risqy

#

I'm not sorry

normal walrus
#

Risq-v

desert vector
#

can i see the prompt rq

#

or get the day number

#

no that was hannibal

#

not barca though

#

he went up the wrong tree

primal shadow
pulsar shale
#

Hey all

somber heath
#

@mint canyonAvowed.

vocal basin
somber heath
#

No, I don't go to the gym.

#

No backend development.

vocal basin
#

@mint canyon what is backend in this case?

#

there are sooooo many different definitions

#

what you describe sounds like networking

vocal basin
#

some people consider Next.js server code to be frontend, and some consider cryptography and dealing with data on the browser side to be backend

mint canyon
#

ima tell you

vocal basin
#

it's approximately where the blurriness of the definition is

mint canyon
#

Backend developers are like chefs in a restaurant—no one sees them, but they prepare the data meals that frontend devs serve to users. And if the dish (API response) is late, everyone’s yelling in the kitchen (Slack)

vocal basin
#

no one sees them until the Java stacktrace on the main page

mint canyon
#

hahahha good one

chilly wolf
#

i like that

vocal basin
#

probably will be for a couple more hours

#

maybe I should switch it from const usize to typenum

vocal basin
#

"act on ..." I'd normally say rather than "react to ..."

somber heath
#

Which whatever.

vocal basin
#

hmm

#

woohoo time to write another const _: () = {};

vocal basin
#

I am very much messing with constants right now

#

just not in that way

#

brb

#

back

harsh fulcrum
#

Hi im new here

#

Anyone up ?

#

No one ig

frosty shell
#

here's the question @lavish rover , how do you get corporate funding/interest on a freelance LLC sideproject?

lavish rover
#

not easy, side projects are a dime a dozen, it's possible if you have the connections which I do not

#

but also it takes a lot of time/effort to get it to a point where a giant company would want to give you a bunch of money for it instead of just hiring a few engineers full time to make it themself

frosty shell
#

new idea :small businesses sometimes need databases and a ui on top of it, that is probably the best spot for freelancing

lavish rover
#

a lot of the times it comes down more to maintenance and support more so than the tool. They can have engineers make a similar tool fairly cheaply internally but you have to now maintain it and the burden is on you

frosty shell
#

maintaining is a good learning loop - if you do it correctly you won't have to do heavy lifting, and can charge for a subscription to maintain.

vocal basin
#

@lavish rover programmatic horror creation got a bit out of hand lol

clear stream
#

Hi

#

Amazing

#

Keep at it.

vestal merlin
#

@wind raptor I am still here jsut muted for a bit

#

@wind raptor nice, a quick fix

vocal basin
#

@vestal merlin 2017 Celerons are not that bad

#

the embedded ones

#

as for earlier ones...

normal walrus
#

Oh yeah that sweet sweet celeron

vocal basin
#

@wind raptor you were supposed to say "learn Zig"

normal walrus
#

U do android java Alisa?

vocal basin
#

@vestal merlin write C, compile C with Zig

vocal basin
normal walrus
#

Far cry used lua

#

For maps or something

vocal basin
#

@spark girder since you write Rust:

#

this is so much going to prod soon

normal walrus
#

I wrote something simple in Python but it sounded weird like reverb and I'm not a audio expert

vocal basin
normal walrus
#

Soundboard module I think I used. Ur talking about streaming. If there's an API for ur device driver it should t be a problem

vocal basin
#

multithreading: 90% CPU spent in pickle 🚀

#

at some point it should just probably not be Python

#

concurrency and threading aren't at odds

#

threading is fundamentally wrong for many tasks

#

oh, you mean the module

#

I forgot it exists

#

aiofiles is a lie

#

if you're on Linux and you need to deal with files, you're stuck with threads

#

it is

#

it's a threadpool

#

Linux still has no async file IO

#

well, to be more correct, no non-blocking

normal walrus
#

I agree it would be easier not to think about threading that the compiler would just do it for u automatically

vocal basin
#

it's a, partially, POSIX issue

normal walrus
#

Like java ?!

normal walrus
#

That's probably the future. Ai muktithreading for compile or bytecode

vocal basin
vocal basin
normal walrus
#

Threadpool that's ur superhero name

vocal basin
#

was tokio allowing, like 500 threads?

#

I don't remember if it was smol or something else that did 4000 threads

#

if asked for it

#

smol is using blocking for that iirc

#

The default number of threads (set to 500) can be altered by setting BLOCKING_MAX_THREADS environment variable with value between 1 and 10000.

#

hmm
I might be thinking of another crate

#

I've spent way too much time in the internals already

#

woohoo yolo_mut works

vestal merlin
#

My mic broke wbsuffer

vocal basin
#

56 GB swap 👍

spark girder
#

Nah.

#

256 GB on god

#

Only thing you need

#

2GB Ram 256GB swap

somber heath
#

@granite quail 👋

vocal basin
#

it's not only implicit move but also implicit copy

#

copying is way easier to deal with than borrowing

#

what happens in other languages, is not really borrowing, but rather Arc::clone

spark girder
#

Simple answer, ownership. It makes things easier to clean up when you have to go in and take ownership because then it's on you to clean it up and they don't have to add the drag of a garbage collector.

Long answer, their major goal is memory safety without a garbage collector. This means that the compiler must track ownership and prevent issues like UaF, double frees, and data races on compile. If borrowing that memory space were the default, tracking the lifetime of a variable becomes more complex and on the compiler instead of you. Then enforcing the unique ownership would become more difficult. Its also down to the copy semantics, they avoid expensive copies by requiring you to make that call where something like C, Java, or even Python makes that call for you based on a preset of rules.

vocal basin
#

if you compare it to something like C++, the defaults are kind of similar

#

but more on the copy side in C++

#

the amount of implicit copying in C++ is insane

spark girder
#

Down to the grim and dim of Rust though, they want you to take control and ownership. The goal is memory safety without a garbage collector. A large portion of what they do is to free up operations for you and make your job of memory handling easier and sometimes it looks like it makes your life more difficult but really they're making this for the betterment of you and your code.

spark girder
vocal basin
#

Arc::clone is not cheap

#

Arc::clone may require coordinating between CPU cores

#

???

#

if you want something shared compile-time, then static it

spark girder
#

Both are expensive realistically.

Arc::Clone in ASM

    mov     rax, qword ptr [rdi]
    lock inc qword ptr [rax]
    mov     rax, rdi
vocal basin
spark girder
#
Box::new in ASM
    mov edi, 4
    call __rust_alloc
    test rax, rax
    je   .alloc_error
    mov dword ptr [rax], 42
#

But then you've gotta get into the inner workings of what each of those lines does and it gets insanely complicated.

#

(Yes I pulled those from AI, don't think I'm gonna sit here and write assembly)

vocal basin
#

I've seen repeated Box::new outperform repeated Arc::make_mut

vocal basin
#

memory management is largely done in userspace

spark girder
spark girder
#

I was simplifying it because I can

vocal basin
chilly wolf
#

What would be a good starting encounter for a campaign with 3 characters centered around a Lich as the end-game boss?

vocal basin
#

something like a slab allocator does quite a good job at avoiding cross-core interactions

#

sure, it does a bit of cursed stuff like rewriting its own instructions at runtime, but at least it works

edgy edge
#

hi @wind raptor

#

@chilly wolf you just said chunk chunk chunk chunk the chunk

vocal basin
#

you might as well just pass the data by value if it's read-only

#

if you ever access something from upstack mutably, you need guarantees of exclusive ownership

#

that's kind of the main thing there

#

immutable borrows are difficult mostly because you can return borrowed data

#

simplest case is the default
as in you can call the function and not worry about it referencing outside data

limber lion
#

Hello

edgy edge
#

Hi @vestal merlin

vestal merlin
#

Hi

#

@chilly wolf hi

edgy edge
#

He was always muted..

vestal merlin
#

He’s not muted atm

edgy edge
vestal merlin
limber lion
#

How can I check how many messages do I need to type more to get authentication?

vocal basin
#

!user in #bot-commands

limber lion
#

Thanks!

#

yes

edgy edge
#

@edgy edge I was voice muted

limber lion
#

How to learn ROP?

edgy edge
limber lion
vocal basin
#

sounds exploit-ish

limber lion
#

yes, it is

vocal basin
#

yeah, this is out of scope of this server, generally

limber lion
#

Oh, alright

edgy edge
#

Return-oriented programming (ROP) is a computer security exploit technique that allows an attacker to execute code in the presence of security defenses[1][2] such as executable-space protection and code signing.[3]

limber lion
#

Wiki 😐

edgy edge
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.

edgy edge
#

malicious

limber lion
#

Uhhh... Do I have to endure punishment now?

edgy edge
limber lion
#

Alright, I won't request here then.

#

Kinda nice, I need only 7 messages more.

edgy edge
wise cargoBOT
#

You may not use this command on users other than yourself.

edgy edge
#

bruh

limber lion
edgy edge
#

@limber lion use the command !user in #bot-commands :)

limber lion
#

I used

edgy edge
#

nicee

limber lion
#

Thanks, @chilly wolf

#

3

#

2

#

1

#

Good

#

Yay, verified!

vocal basin
#

what do you want to stream?

edgy edge
#

Chat, I made myself an ethical hacking tool..

edgy edge
limber lion
#

too mutch tols

#

yu only nid shovel

edgy edge
#

Took me 344 lines of code

#

Hi @mystic gust

limber lion
edgy edge
limber lion
#

That's why

limber lion
#

||and would like to use Python.||

vocal basin
vocal basin
#

@vestal merlin on weekdays, programming, engineering and adjacent things (whatever is context-appropriate),
on weekends, restrictions on game streams aren't as strict

edgy edge
#

@vestal merlin There name is orange, not yellow..

limber lion
#

@vestal merlin Your cat?

vocal basin
limber lion
#

Wait, mod is here?

#

Sorry, I didn't realize

limber lion
somber heath
#

@coral fossil 👋

#

@hasty lodge 👋

dry jasper
edgy edge
vocal basin
#

came up with an emoji representation of an average software multitool:

#

🇨🇭🍝

dry jasper
vocal basin
#

Swiss knife spaghetti

dry jasper
#

Swiss fork

vocal basin
#

there is too much stuff on spaghetti emoji

#

Enterprise™️ spaghetti

dry jasper
edgy edge
dry jasper
#

I totally belive you

#

Http Sender?

#

To send http requests?

edgy edge
edgy edge
dry jasper
#

Wuhahhhaha

#

Yeah dont show it to anybody

#

Its to powerfull

#

It might shift the World order

vocal basin
#

noway someone re-invented curl

edgy edge
#

hard ass to read

dry jasper
#

Lol

edgy edge
#

@limber lion I deleted my shitty ethical hacking tool

#

sigma notation is crazy..

#

@ck\

#

@limber lion what on earth is a sigma notation

limber lion
#

It's mathematic, not brainrot

edgy edge
#

This symbol (called Sigma) means "sum up"

#

What the fuck

limber lion
#

「Σ」

#

This one

vocal basin
#

!charinfo Σ

wise cargoBOT
edgy edge
#

@dry jasper I am a beginner in cybersecurity, and a pro at using AI

limber lion
#

Uhh... I use AI too-

vocal basin
#

!e

print("\N{greek capital letter sigma}")
wise cargoBOT
vocal basin
#

(I was trying to figure out how it's defined in the standard)

#

forgot to include `capital' initially

edgy edge
#

@dry jasper C2?

#

Idk what that is

limber lion
#

!e
print('\n')

#

nooo

edgy edge
#

!e
print('\n')

wise cargoBOT
vocal basin
#

@willow light seems like it was a very "lucky" timing to switch to non-Firefox Firefox just before whatever is happening now lol

#

🚀 license catastrophe ✨

whole bear
#

@somber heath 👋

somber heath
#

@misty bough 👋

misty bough
#

lol

somber heath
#

@whole bear What are you doing?

misty bough
#

wtf

somber heath
#

Why am I hearing the same sound over and over?

whole bear
misty bough
#

is that ai or 70 year old womean

somber heath
#

Could you stop?

whole bear
#

who?

somber heath
#

@whole bear You.

whole bear
#

is there's a sound?

misty bough
somber heath
#

Sounds like "I'll" over and over.

whole bear
#

I have no knowledge of this, I'll try to stop it now

somber heath
#

Rial?

#

Ryal?

#

R'yleh?

whole bear
#

yes

#

now?

#

recorder does not detect anything.

misty bough
whole bear
#

well, shit. keep it mute then

#

the CIA have done it again

somber heath
#

@whole bear If you can go onto desktop/web Discord, you might be able to use the audio settings page to listen to your own audio.

turbid dome
whole bear
#

"trial"

vestal merlin
#

@somber heath me when my internet randomly turns off for no reason whatsoever

whole bear
#

fucking majorgeeks

somber heath
whole bear
somber heath
#

Why do you hold them in poor esteem?

whole bear
#

bad experience

vestal merlin
#

Wait the server icon just changed

#

It’s like subway coloured

whole bear
#

the voice was caused by some program

vestal merlin
#

👍

whole bear
#

wish if there was a channel for aristocrats, where the hands of beginners have no reach

vestal merlin
#

Aristocrats lmfao

#

Ain’t half of this server literally centred around helping out beginners

#

And the other half is everyone expanding their selected niche

#

See: like 75 channels in topics catagory

whole bear
#

yep, that's why a dedicated channel for thoughtful discussions is desired

somber heath
#

@cedar fox 👋

vestal merlin
#

Look around there probably is one

cedar fox
somber heath
#

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

vestal merlin
#

Bout to say this entire server is generally for thoughtful discussions, purposefully low effort garbage is kinda not liked

#

XD

whole bear
cedar fox
# somber heath !voice

it says: You have sent less than 50 messages.
You have been active for fewer than 3 ten-minute blocks.

i think this these rules are strict.

whole bear
#

the mods are heavy authoritarianists too

#

what do you think @somber heath ?

cedar fox
#

@somber heath 👍

vestal merlin
#

Believe me I moderate a large server & this sorta voicegate is absolutely neccicary

whole bear
#

I understand

vestal merlin
#

It’s an essential comprise lel

edgy edge
#

@somber heath How do I make money via python automation?

vestal merlin
#

Wb pyce

#

Idk @edgy edge tell us when you figure it out

whole bear
vestal merlin
#

I’d love to know

#

XD

edgy edge
somber heath
edgy edge
#

I just joined, didn't even see the conversation.

edgy edge
#

And I like automation

#

I want to automate something, but I don't want to automate something that is useless and won't benefit me.

soft axle
#

That's now how it works

#

If it were that easy, anyone would be rich

edgy edge
#

@somber heath I made bots before, Ik about keyboard stuff

edgy edge
#

And it is how it works

#

People are being millionares now

vestal merlin
soft axle
#

Anyone* because it would be that easy to make money

vestal merlin
#

A little saying that I heard a few days ago that I love:
“a million is a million, both in wealth and in chance”

edgy edge
#

Erm.

somber heath
soft axle
edgy edge
#
GitHub

Automate the process of making money online. Contribute to FujiwaraChoki/MoneyPrinterV2 development by creating an account on GitHub.

soft axle
vestal merlin
#

You know what I’m going to go investigate that page & come back with a mini-report on how it’s either a scam, scummy, or illegal

soft axle
#

Or nothing useful to begin with^

vestal merlin
#

@somber heath what’s your bet? 1, 2, 3 or all of them?

soft axle
#

Let's say, somehow, you do invent something groundbreaking code for automation that you can both do and has never been done before

soft axle
#

Do you have the thousands of dollars to patent that algorithm so that anyone else doesn't just snatch it from you?

whole bear
#

patenting algorithms is evil

soft axle
#

Yet needed if he's trying to make money from automating things with Python lol

vestal merlin
#

Lmao it’s entirely jsut a scummy thing

#

Looking into the code it’s full of scrapers & affiliate links & whatnot

#

Something connected to twitter even

whole bear
#

let's please change the conversation, I've came here to run from the hell of the general channel

soft axle
somber heath
#

@digital sentinel 👋

whole bear
#

well, infested

vestal merlin
#

It’s just the typical large-server main chat

soft axle
#

Infested with what

whole bear
#

beginners

vestal merlin
#

Why do you hate beginners so much?

#

Even the highest of experts where beginners once

whole bear
#

I don't, I'm just not interesting in repeating the same discussions over and over

digital sentinel
vestal merlin
#

Ironic considering experts often spend large chunks of thier lives on a single specialty

#

Hi Dr cereal

soft axle
digital sentinel
#

@somber heath ahhh

whole bear
#

I think the server is good this way however

soft axle
whole bear
#

good thing I didn't

vestal merlin
#

I’m sure there’s some smaller expertise servers around tho

soft axle
#

Some servers are like that sadly. They suck.

vestal merlin
#

Yess the graph schema actually works

#

Only took a week or two

soft axle
vestal merlin
soft axle
#

Or just a line plot

#

Oh nvm

#

Just a line plot

vestal merlin
#

Just a line plot XD

somber heath
#

@cursive fjord 👋

soft axle
#

Monte Carlo simulations look like that^

vestal merlin
#

Mhm

soft axle
#

Legend too tiny for my bad eyes

cursive fjord
#

hello

vestal merlin
#

It’s as big as it can possibly be without overwriting the lines lel

vestal merlin
cursive fjord
# vestal merlin Hi

I was looking for help in vs code, I am quite new to programming and I am using copilot

soft axle
vestal merlin
soft axle
#

It's a me thing. I'm on mobile and didn't zoom in, and not wearing glasses

vestal merlin
#

Ironically I probably need glasses too

#

I’m just stubborn

#

(I’ll get them in abt a month when I eventually give in)

cursive fjord
#

I am a 3d artist, and I want to try my making tools for 3ds max to automate simplet tasks.

#

I was able to make few simple things like a export button

soft axle
#

Umm

vestal merlin
#

Don’t be shy to ask the community for help

soft axle
#

Put out my skill set for sure

vestal merlin
#

Oo might have gotten my second graph generator working…

#

Yes it worked

soft axle
#

Oof which template is that?

somber heath
#

@muted glade 👋

cursive fjord
#

I understand, thank you, i don't trust it, but it throws quick results which i can test it out

vestal merlin
#

Something I often see circulate:
normal programming: 5 hours making, 1 hour debugging
AI assist programming: 30 minutes making, 10 hour debugging

cursive fjord
#

getting your point.

soft axle
#

Depending on the track

#

Task*

vestal merlin
#

Hmm what other types of graphs are good for this sort of data is my question

soft axle
#

Something like what you're tryna do, def

vestal merlin
#

That’s a great analogy @somber heath wow

#

I’m stealing that one

#

It’s number of people in each clan

#

Is x axis

#

Y axis is time

cursive fjord
#

but i feel like at the initial stage like where i am, it doesn't matter for me to crash the car, or the Ai crashes it for me

vestal merlin
#

(I haven’t finished the Unix to weeks converter part yet so it’s just “time”

vestal merlin
soft axle
vestal merlin
#

Their the ones I have thousands-of-elements logs on

soft axle
#

Hmm

#

I mean nothing that would be super interpretable or insightful

#

A bar chart for the latest count data?

vestal merlin
#

Mhm, line & area are by far the most useful

vestal merlin
#

Wouldn’t take long to make

soft axle
#

Area is usually discouraged in DV

vestal merlin
#

I might be able to do some very fancy animated graphs at some point

vestal merlin
#

Really it’s more of a gargantuan stacked series bar graph in a trench coat

soft axle
#

You can always shove in a pie chart. People love that shit even those pie charts are horrible

vestal merlin
#

Mhm

soft axle
vestal merlin
#

People liked the look of it so I made the area chart lmfao

misty bough
vestal merlin
#

@somber heath do you know if matplotlib supports animated graphs?

vestal merlin
#

I can see how it would work

soft axle
#

People like the the look of it cuz "ooh pretty colors" but it's def not practical

vestal merlin
#

I just don’t know if it’s intentionally supported or not

cursive fjord
#

@somber heath can you suggest a learning pathway so that i can speed up my learning curve with the help of AI ?

edgy edge
vestal merlin
#

Nice

wise cargoBOT
#
Resources

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

cursive fjord
#

I need to create tools for 3ds max

vestal merlin
#

Oop bye opalmist

soft axle
#

It's one reason why matplotlib is preferred over seaborn! @vestal merlin

edgy edge
#

what is matplotlib anyway?

whole bear
soft axle
vestal merlin
#

Good choice, past me!

soft axle
#

Whats the line of code you type

vestal merlin
#

Uhh let me check my code

#

Knowing me probably the wrong way

#

Why is pycharm taking three years to open

soft axle
#

Wym the wrong way?

vestal merlin
#

from matplotlib import pyplot as plt

soft axle
#

The only wrong way would be it failed to import it lol

#

Hmm

#

So pyplot

#

Is the graphing module

#

You know there's other modules for matplotlib too!

#
from matplotlib import animation
vestal merlin
#

Oo

#

I’ll look into that

soft axle
#

There's a billion of different modules!

vestal merlin
#

Haven’t bothered reading the documentation for other modules yet

soft axle
#

Matplotlib.artist

vestal merlin
#

I just stuck to the one that was relevant in the beginning lel

soft axle
#

When you make a graph in Matplotlib, so you tuple unpack it?

soft axle
soft axle
#

Until you wanna heavily customize or animate graphs, which most people don't do

soft axle
# vestal merlin Hmm?

If you're heavily customizing graphs in Matplotlib, highly recommend tuple unpacking

#

One advantage of matplotlib plots compared to seaborn is that matplotlib is object oriented

vestal merlin
#

Haven’t been doing much customisation outside of the cyberpunk artstyle

soft axle
#

It treats every single smidgen in a plot as an individual object

vestal merlin
#

(Blue backround, white back lines)

#

Gtg for a bit

#

I’ll be back

jade mountain
#

@somber heath here we have python running at 150k threads

vestal merlin
#

@soft axle I’m back if your still here

vestal merlin
pine cloud
#

lol

jade mountain
# pine cloud how

start 150k threads on a function that just sleeps for 99999 seconds

somber heath
#

@stoic dawn 👋

stoic dawn
vestal merlin
#

Hi

#

@somber heath btw the random guy who joined the server today has in fact dm’ed a multitude of people

#

(Including me)

stoic dawn
vestal merlin
#

Saffon

#

It was a bit more active earlier

stoic dawn
#

okiee

vestal merlin
#

Though the nature of the activity was a bit… questionable

#

I have them turned off

#

I was just curious & bored so I accepted it manually

#

So uh yeah he’s sent it to like at least 4 people XD

#

He just “wants someone to teach him Python & english”

somber heath
#

@mint gyro 👋

vestal merlin
#

I feel bad for him

#

Bro does not understand spam DM’ing people doesn’t get stuff done

mint gyro
#

hey

somber heath
#

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

mint gyro
#

alr

#

XD

vestal merlin
#

From my experience the worst one is just the random slur spammers

#

In the very large server I moderate in they finally, finally, mandated a ‘rank’ limit to be unmuted

#

After five years XD

#

It’s almost blissful now in those vc’s

somber heath
#

@sullen sapphire 👋

sullen sapphire
#

Sorry, I don't have permission to talk yet.

mint gyro
#

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

vestal merlin
#

Nice

mint gyro
#

@somber heath What are your views on A.I?

vestal merlin
#

I’d be talking but for some reason every time I unmute my mic disconnects

vestal merlin
mint gyro
#

lol

vestal merlin
#

The problem is the general public including the government assume AI is actually more advanced than it currently is by a magnitude

#

Thus they think it’s just simply better than humans at everything

#

People don’t see the flaws when it’s used in the fields it’s perfected for

#

I don’t find AI scary in any sense

#

I find the people who manage it terrifying

olive marsh
#

ai already replaces ubers btw

mint gyro
#

hmm

#

lol

vestal merlin
#

The time that I will being to actually worry about AI in & of itself is when it can form context from the same amount of input a human requires

#

Instead of a thousandfold more

mint gyro
#

XD

vestal merlin
#

Mhm

#

Slippery slope

#

We’re at the point where the people behind the AI is scary

mint gyro
#

water canon

#

XD

#

Drones with water canons sound cool

vestal merlin
#

It’s too late if we ever see the point where the AI is scary

#

Liquid in general is inefficient

#

Incompressible

mint gyro
#

XD

vestal merlin
#

At least in that case there’s still the human

#

The final tipping point is
machines create machines, order machines, destroy machines

mint gyro
#

disguised unemployment

#

💀

vestal merlin
#

They will either withdraw or rebel so aggressively they burn themselves out

mint gyro
#

hmm

vestal merlin
#

It’s the second coming of the printing press

#

Just on such a colossal scale

#

They’re half a step of that already

#

The only restriction so far is it’s not automatic

#

That’s the final seal of that industry

somber heath
#

@shadow heart 👋

mint gyro
#

lol

vestal merlin
#

To brighten up this vc a bit here’s a borderline meme from some genuine programming I was doing earlier

#

Yeah, don’t be scared of the ai, be scared of why it’s being used & whos using it

mint gyro
#

LOL i understood that

vestal merlin
#

Well in this case it’s true

mint gyro
#

LOL

vestal merlin
#

AI itself pretty pitiful still

#

If you look at the scale required to make it useful

#

The funny context is there was no mention of UwU anywhere

#

(One of my friends though it would be funny to change one tiny bit of code when I wasn’t looking)

#

They made it read to a different file on my laptop

#

That had an identical log in every way

#

Except for “UwU” tagged on the last line

mint gyro
#

ye

vestal merlin
#

Mhm

shadow heart
#

Proper error handling and exceptions try

vestal merlin
#

The problem is everyone thinks it’s crazy already

mint gyro
#

they haven't seen anything

vestal merlin
#

AI in its truest sense is literally creating a pure alien

mint gyro
#

👽

vestal merlin
#

Artificial may as well as stand as alien in its most perfected sense

#

I reckon we’ll eventually have a damn good emulation

#

A near perfect replica

#

But not anything new

#

You know the fundamental roadblock for that in humanity?

#

We are so, so fundamentally terrified of the idea of one of our creations being able to work fully independently of us

#

We will always try to keep a leash somehow

#

So a perfected entity is impossible

mint gyro
vestal merlin
#

Becuase it’d take the most dangerous step in human history to complete it

mint gyro
#

consciousness

vestal merlin
#

If sapient aliens are real then I damn well hope we meet them before we have a perfected AI

#

At least we have an external example then

#

We have a sample size of 0 to work with in cooperating with intelligent species

mint gyro
#

WW-IV

shadow heart
#

Proper error handling and exceptions try

vestal merlin
mint gyro
#

he sent the same message twice

#

made me giggle as well

vestal merlin
#

Sapient on the same level as humans

#

A lot of people fundamentally see them as below us becuase they aren’t us

#

Zero on the scale that this conversation is about

mint gyro
#

Honestly, it's not about them being smarter or dumber than us. It's about what they think of us. Hypothetically, a species just as smart as us can still be galactic, given enough time.

vestal merlin
#

Exactly

mint gyro
#

It's not like we are getting smarter every generation.

vestal merlin
#

The barrier between them & us is so great that either species may as well not exist

#

Is the difference

#

If neither entity can comprehend or understand the other on a meaningful level then contact doesn’t really matter

#

Ironically openly hostile relations is a way of showing understanding

mint gyro
#

Imagine how tough communication would be. The odds of them having the same perspective as us is extremely slim.

#

Have you guys heard about the dark forest theory?

vestal merlin
#

But uh yeah tldr the most decisive decision in human history is the act of creating something it cannot control

vestal merlin
#

There’s also another important one

#

The grand filter

mint gyro
#

black hole!!!!

vestal merlin
#

You just explained half of the grand filter theorem @somber heath

mint gyro
#

It's also possible they might just prefer something totally different and abstract instead of interstellar travel.

#

Like virtual reality.

#

XD

vestal merlin
#

The grand filter is the idea that given the chance, a species will be wiped out as opposed to overcoming & advancing

#

@somber heath there’s a third major theory in the extraterrestrials too

#

Do you know what it is?

#

It’s tehcnically two

#

Two opposing ones intertwined

#

Nah

#

The two are the two extremes:

we are the ones before, we are the ones after

mint gyro
vestal merlin
#

Billions of years in the futere or past

mint gyro
#

lol

vestal merlin
#

We can never prove no disprove any of these ironically

#

The nature of the theorems requires them to be impossible to prove

#

If one becomes true then it is also proven false funnily

mint gyro
#

But the best interpretation is that, we are the universe trying to understand itself. All of this is such a side consequence, discord, python and et cetera.

vestal merlin
#

Kurzkasaught has made multiple amazing videos on this

#

He’s made videos on every viewpoint

#

In a size scale equalling infinity incites funky stuff

mint gyro
#

What are the odds of having a scenario where atoms are subjected to very specific chain of events that make them bond in such a way that they create a self aware/sentient being?

vestal merlin
#

It’s relatavistically simultaneously certain and impossible that the universe is full or empty

mint gyro
#

We still don't if sentientness is needed for all organisms.

vestal merlin
#

Scientists simultaneously really want life to be on mars, and are also terrified of it

#

Offtopic but I wonder how major religions would react to any life not on earth

#

that would be a fun thing to watch

mint gyro
#

the would say "oh thats god"

#

or a side consequence

#

smh

somber heath
#

@uncut sky 👋