#voice-chat-text-0
1 messages · Page 419 of 1
can u teach..?
What would you like to learn?
classes, and advance stuff , dsa , logic
I can talk about classes.
On in a bit, doing shred
still, each time when I see DSA I think about cryptography
yupp
crypto-enthusiasting like it's 1990s
I watched way too many AI edits of Star Wars in the last months
@tawdry veldt Yo
Lol
The custom enemy was made by LeSeducteur, and also thanks a lot to Dragorn421 and Hiisuya for helping me troubleshoot the code to set him up.
Provided to YouTube by Rhino
Your Racist Friend · They Might Be Giants
Flood
℗ 1990 Elektra Entertainment, A Division of Warner Communications Inc.
Performance: John Flansburgh
Performance: John Linnell
Producer: They Might Be Giants
Writer: John Flansburgh
Writer: John Linnell
Auto-generated by YouTube.
"oh, look, YT recommendation algorithm being smart"
https://durontoshop.com/api/order/?order_number=YAE1OENYIPUV18P```
yeah, HTTPS->HTTP because of / is hell
your proxy/web server is broken and/or headers are missing
🏳️🌈 ?
?🏳️🌈=true/false
or just ?🏳️🌈 without the value
@pulsar shale 👋
of these four, guess who did it
Are we talking about a fart?
drag
All of them?
(the answer is obviously Chris)
(people from Technical Difficulties -- Tom Scott and other people)
activities_data = await activities.gets(
user_email=user_email,
created_at=Filters.Between(datetime.now(timezone.utc) - timedelta(days=30), datetime.now(timezone.utc))
)```
@supple blaze 👋
Hi
goodjob, you ordered yourself..
max arr[i] = sum(i* n[i] + i +1 * n[i+1])
Well the 1 * can be removed for sure...
for two equal results on the upper formula pick = arr1,arr2 where arr1[i] != arr2[i] arr1[i] < arr2[i]
is 9 proc macros a bit too much 
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
MAANGO
nag ma
discombobulated
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 
I'll keep it codegen'd just to reduce compilation time
also so that I can clearly see what it generates
okay, time for one more
@whole harness 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
yes i know thx
amazing syntax
I... wait what
helo
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
you can make a wrapper around input_data that supports input_data[(mode, i)]
although i could be biased cuz switch cases being in python is new to me
#game-development do you have an idea ?
@rugged root I think this should be quite ergonomic
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
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
this deals with the most repetitive part
just __getitem__, __setitem__ and no extra data
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?"
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")
:white_check_mark: Your 3.12 eval job has completed with return code 0.
test
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])
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 2
002 | 1
@rugged root the class if you don't want to invent it yourself
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
aight i gtg, cya guys later
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
||```python
print('Hello World')
!e
||```py
print("formatting of || is broken")
:white_check_mark: Your 3.12 eval job has completed with return code 0.
formatting of || is broken
happens because Discord has very inconsistent Markdown parsing
@rugged root just like the modern way to bake mochi
yes
discord earned it's name through development
@chilly wolf I report all ads like that as a matter of principle
you probably should too
@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
"new account each time and only browsing through Tor sure sounds like a great idea"
@peak depot Dnd is more accessible now than it ever used to be. This is to the chagrin of the grognards though.
mnm
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
@chilly wolf you have a very old account, maybe that's why
is this discord wide or just bigger instances?
if it iterates by id
Ohh, that would make sense
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
e
E
@chilly wolf what do you guys mean when you say "scrape" for information or scraping a website
like, looking at the data and collecting it
oh
if you jsonify the books before you put them in database might solve that issue
i thought it was some advanced way of getting information
python not in root or you are in the wrong environment
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
if on Windows, use py
e.g. with py -3.13 -m pip
you should be using venv anyway if you're installing something like pygame
so PATH shouldn't be an issue
I don't use evironments because i am a mad man and i love circular dependacy issues
cat $PATH man
echo not cat
cat would attempt to either read a directory or something non-existent in that case
@vocal basin Do you love yourself?
or, if you have no PATH, would end up in a captive state
like waiting for you to input
/ # cat $PATH
cat: can't open '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin': No such file or directory
Ok i see what you mean. poor form on my part lol
Alisa Feistel has blocked me
So why did you keep ignoring me, since last two days?
?
Don't you love yourself?
@candid spire troll elsewhere dude
@spare galleon Do you love yourself bro?
trolls?
ttyl
I don't think so? He just said "It's another Hebrew way of saying February"
Hmm
I was wrong DX
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?
hello
ima go play vr, have a good day peeps
Have a great one! Good chatting with you!
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
Why can't I open my mic?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
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
Any body here love themselves?
@quartz beacon Do you love urself?
I love love
:)
yes, and ||MEN AND WOMEN AND ENBYS||
so lovely
i am ||so gay gay||
no love for lovely
Yes u are
I see
You are double gay now
Lol
thanks?
We all are proud of you
@steep vortex You can download extensions instead of making ur own
I miss the shake them all wallpaper on Android
They would bounce around with the accelerometer
My brain is not braining, too much information
Bro is the next Oppenheimer @runic island
Changed my username for u @quartz beacon
I've never heard the term enby
when the cat is away ... the mice will play ... @rugged root
@desert vector Doing Advent of Code 2019, the one with the int code machine: https://paste.pythondiscord.com/XU6A
hey
@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
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
Probs
But only ones from those silly stock images
I don't know, man. Seems kind of risqy
I'm not sorry
Risq-v
this is one of the answers of all time
can i see the prompt rq
or get the day number
no that was hannibal
not barca though
he went up the wrong tree
Hey all
@mint canyonAvowed.
12 hours of coding https://github.com/parrrate/object-rainbow/commits/main/
not enough to stop yet
@mint canyon what is backend in this case?
there are sooooo many different definitions
what you describe sounds like networking
"on the scale from plugging cables and configuring switches to writing CSS"
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
ima tell you
it's approximately where the blurriness of the definition is
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)
no one sees them until the Java stacktrace on the main page
hahahha good one
i like that
I'm still working on this
probably will be for a couple more hours
maybe I should switch it from const usize to typenum
"act on ..." I'd normally say rather than "react to ..."
Which whatever.
attempting to typenum
I am very much messing with constants right now
just not in that way
brb
back
here's the question @lavish rover , how do you get corporate funding/interest on a freelance LLC sideproject?
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
new idea :small businesses sometimes need databases and a ui on top of it, that is probably the best spot for freelancing
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
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.
@lavish rover programmatic horror creation got a bit out of hand lol
@vestal merlin 2017 Celerons are not that bad
the embedded ones
as for earlier ones...
Oh yeah that sweet sweet celeron
@wind raptor you were supposed to say "learn Zig"
U do android java Alisa?
@vestal merlin write C, compile C with Zig
I don't write Java and I don't develop for Android
I wrote something simple in Python but it sounded weird like reverb and I'm not a audio expert
also known by its less short name,
fn is_highly_likely_exclusive(&mut self)
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
🚀
.unwrap().get_mut().unwrap()
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
I agree it would be easier not to think about threading that the compiler would just do it for u automatically
it's a, partially, POSIX issue
Like java ?!
That's probably the future. Ai muktithreading for compile or bytecode
(least deceitful async file IO in Linux)
Threadpool that's ur superhero name
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
refer to #code-of-conduct for the answer
My mic broke 
56 GB swap 👍
@granite quail 👋
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
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.
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
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.
Absolute facts.
Arc::clone is not cheap
Arc::clone may require coordinating between CPU cores
???
if you want something shared compile-time, then static it
Both are expensive realistically.
Arc::Clone in ASM
mov rax, qword ptr [rdi]
lock inc qword ptr [rax]
mov rax, rdi
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)
I've seen repeated Box::new outperform repeated Arc::make_mut
this is likely wrong
memory management is largely done in userspace
No absolutely and that's because between the fact that mov edi, 4 and call __rust_alloc is insanely operation efficient and lock inc qword ptr [rax] takes decades to process out because it requires a future check on basically EVERYTHING
That's the underlying code, there's a lot more to it.
I was simplifying it because I can

(benefits the performance)
What would be a good starting encounter for a campaign with 3 characters centered around a Lich as the end-game boss?
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
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
Hello
16
Hi @vestal merlin
He was always muted..
He’s not muted atm
He is muted, he has no voice verified role
How can I check how many messages do I need to type more to get authentication?
!user in #bot-commands
@edgy edge I was voice muted
How to learn ROP?
ROP?
Return-oriented programming
sounds exploit-ish
yes, it is
yeah, this is out of scope of this server, generally
Oh, alright
Because it is exploit-ish
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]
Wiki 😐
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
malicious
Uhhh... Do I have to endure punishment now?
I don't think you should be punished, since you didn't know..
!user @limber lion
You may not use this command on users other than yourself.
bruh
In #bot-commands
@limber lion use the command !user in #bot-commands :)
I used
nicee
what do you want to stream?
Chat, I made myself an ethical hacking tool..
4 Tools, I am a W python person.
Because 4 in 1?
4 tools in 1 python script
That's why
Well, whatever things that I use Python, and Python.
||and would like to use Python.||
meanwhile tuple trait implementation codegen is still under 2K
@vestal merlin on weekdays, programming, engineering and adjacent things (whatever is context-appropriate),
on weekends, restrictions on game streams aren't as strict
@vestal merlin There name is orange, not yellow..
@vestal merlin Your cat?
for giving video on request we normally require more detail;
e.g. what problem you're trying to solve such that video would be helpful,
or what would there be to interest other viewers to watch
No thanks, I won't request it then. For...
Often, it's barely helpful,
and... not so interesting.
What Kind of tool?
Multi-tool
What can it accomplish
Swiss knife spaghetti
Swiss fork
Proberbly a port Scanner 🤣
I would say what it can do, but it is too dangerous to tell.
Sure mate
I totally belive you
Http Sender?
To send http requests?
An HTTP Sender is my favorite..
What do you think?
Wuhahhhaha
Yeah dont show it to anybody
Its to powerfull
It might shift the World order
noway someone re-invented curl
Lol
@limber lion I deleted my shitty ethical hacking tool
sigma notation is crazy..
@ck\
@limber lion what on earth is a sigma notation
It's mathematic, not brainrot
Oh
This symbol (called Sigma) means "sum up"
What the fuck
!charinfo Σ
\u03a3 : GREEK CAPITAL LETTER SIGMA - Σ
@dry jasper I am a beginner in cybersecurity, and a pro at using AI
Uhh... I use AI too-
!e
print("\N{greek capital letter sigma}")
:white_check_mark: Your 3.12 eval job has completed with return code 0.
Σ
(I was trying to figure out how it's defined in the standard)
forgot to include `capital' initially
!e
print('\n')
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
gr
@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 ✨
@somber heath 👋
@misty bough 👋
lol
@whole bear What are you doing?
wtf
Why am I hearing the same sound over and over?
ranting and raging
is that ai or 70 year old womean
Could you stop?
who?
@whole bear You.
is there's a sound?
yes keep saying yao yalo idk
Sounds like "I'll" over and over.
I have no knowledge of this, I'll try to stop it now
go to setting->Voice & Video
then check input device you will know voice source
@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.
NSA
"trial"
@somber heath me when my internet randomly turns off for no reason whatsoever
fucking majorgeeks
Who?
Why do you hold them in poor esteem?
bad experience
the voice was caused by some program
👍
wish if there was a channel for aristocrats, where the hands of beginners have no reach
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
yep, that's why a dedicated channel for thoughtful discussions is desired
@cedar fox 👋
Look around there probably is one
Hey, sorry. can't talk.
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Bout to say this entire server is generally for thoughtful discussions, purposefully low effort garbage is kinda not liked
XD
it's non-deliberate low-effort garbage
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.
@somber heath 👍
Believe me I moderate a large server & this sorta voicegate is absolutely neccicary
I understand
It’s an essential comprise lel
@somber heath How do I make money via python automation?
that's exactly what I'm talking about
Huh?
I don't know. Why don't you tell us how you make money via Python automation?
I just joined, didn't even see the conversation.
I need money 😭
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.
@somber heath I made bots before, Ik about keyboard stuff
*I would be rich
And it is how it works
People are being millionares now
The problem is these days most things that people massively benefit from in automation is already automated, so unless you do groundbreaking stuff then not much will come from it
Anyone* because it would be that easy to make money
^this
A little saying that I heard a few days ago that I love:
“a million is a million, both in wealth and in chance”
Erm.
Make a bad bet and you'll lose your pants.
People have already invented things far more sophiscated than you could ever make with millions of dollars put into it and worked on my entire industries and teams
You would still be wrong
https://github.com/FujiwaraChoki/MoneyPrinterV2
The video for it: https://www.youtube.com/watch?v=wAZ_ZSuIqfk
Automate the process of making money online. Contribute to FujiwaraChoki/MoneyPrinterV2 development by creating an account on GitHub.
Thanks for watching ❤️
Work with me
https://docs.google.com/forms/d/e/1FAIpQLSeiqr1JrGiSX_XNk0vGwjI4lWb_pg8ZhUpAF-ACWa4xAyizuA/viewform
Resources
Discord Server: dsc.gg/fuji-community
GitHub Repo: github.com/FujiwaraChoki/MoneyPrinterV2
Email for Business: fujicodes@proton.me
Like and Subscribe for an exquisite cookie 🍪
This is like one if those pamphlets that say "How to make 1 million dollars in a year without a degree"
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
Or nothing useful to begin with^
@somber heath what’s your bet? 1, 2, 3 or all of them?
Let's say, somehow, you do invent something groundbreaking code for automation that you can both do and has never been done before
I abstain.
Do you have the thousands of dollars to patent that algorithm so that anyone else doesn't just snatch it from you?
patenting algorithms is evil
Yet needed if he's trying to make money from automating things with Python lol
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
let's please change the conversation, I've came here to run from the hell of the general channel
Lmfao, by the time he scrapes a couple webpages, he's gonna get a cease and desist letter in the mail with maybe even an appointed court date
@digital sentinel 👋
What's wrong with general?
well, infested
It’s just the typical large-server main chat
Infested with what
beginners
Why do you hate beginners so much?
Even the highest of experts where beginners once
I don't, I'm just not interesting in repeating the same discussions over and over
How are you
Ironic considering experts often spend large chunks of thier lives on a single specialty
Hi Dr cereal
Ohhhh
@somber heath ahhh
I think the server is good this way however
I mean it would be pretty elitist otherwise, if you're implying no beginners allowed sorta thing
good thing I didn't
I’m sure there’s some smaller expertise servers around tho
Some servers are like that sadly. They suck.
Monte Carlo?
?
Just a line plot XD
@cursive fjord 👋
Monte Carlo simulations look like that^
Mhm
Legend too tiny for my bad eyes
hello
It’s as big as it can possibly be without overwriting the lines lel
Hi
I was looking for help in vs code, I am quite new to programming and I am using copilot
Noo it's not a your graph thing
Ah
It's a me thing. I'm on mobile and didn't zoom in, and not wearing glasses
Ironically I probably need glasses too
I’m just stubborn
(I’ll get them in abt a month when I eventually give in)
Copilot? For?
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
Umm
Don’t be shy to ask the community for help
Put out my skill set for sure
Oof which template is that?
@muted glade 👋
I understand, thank you, i don't trust it, but it throws quick results which i can test it out
Something I often see circulate:
normal programming: 5 hours making, 1 hour debugging
AI assist programming: 30 minutes making, 10 hour debugging
getting your point.
Hmm what other types of graphs are good for this sort of data is my question
Something like what you're tryna do, def
It's time series data?
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
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
(I haven’t finished the Unix to weeks converter part yet so it’s just “time”
The problem is you’ll never get past the initiall stage
hmm
How many features? Or you only have those two metrics?
Only those two metrics in this specific part of the project
Their the ones I have thousands-of-elements logs on
Hmm
I mean nothing that would be super interpretable or insightful
A bar chart for the latest count data?
Mhm, line & area are by far the most useful
It’d only provide a tiny snapshot but sure
Wouldn’t take long to make
Area is usually discouraged in DV
I might be able to do some very fancy animated graphs at some point
This is what I meant by area btw
Really it’s more of a gargantuan stacked series bar graph in a trench coat
You can always shove in a pie chart. People love that shit even those pie charts are horrible
Mhm
Ik
People liked the look of it so I made the area chart lmfao
where is femboys Graph ?
If I had a nickel for every time someone’s asked me this I’d have two nickels, which isn’t a lot but it’s weird it’s happened twice
@somber heath do you know if matplotlib supports animated graphs?
I can see how it would work
People like the the look of it cuz "ooh pretty colors" but it's def not practical
I just don’t know if it’s intentionally supported or not
@somber heath can you suggest a learning pathway so that i can speed up my learning curve with the help of AI ?
This server
Nice
It does!!
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
I need to create tools for 3ds max
Oop bye opalmist
It's one reason why matplotlib is preferred over seaborn! @vestal merlin
what is matplotlib anyway?
ask in general friend, you will get better help
Graphing library
I mean I arbitrarily chose matplotlib becuase I was familiar with its API already lmfao
Good choice, past me!
When you import it, how do you import it
Whats the line of code you type
Uhh let me check my code
Knowing me probably the wrong way
Why is pycharm taking three years to open
Wym the wrong way?
from matplotlib import pyplot as plt
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
There's a billion of different modules!
Haven’t bothered reading the documentation for other modules yet
Matplotlib.artist
I just stuck to the one that was relevant in the beginning lel
When you make a graph in Matplotlib, so you tuple unpack it?
Well pyplot is like 90% of the entire library that people mostly use!
Hmm?
Until you wanna heavily customize or animate graphs, which most people don't do
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
Haven’t been doing much customisation outside of the cyberpunk artstyle
It treats every single smidgen in a plot as an individual object
@soft axle I’m back if your still here
Graffs
Want to continue where we left off?
start 150k threads on a function that just sleeps for 99999 seconds
@stoic dawn 👋
heyy
Hi
@somber heath btw the random guy who joined the server today has in fact dm’ed a multitude of people
(Including me)
whats going on i am new here..
That doesn't narrow it down.
okiee
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”
@mint gyro 👋
I feel bad for him
Bro does not understand spam DM’ing people doesn’t get stuff done
hey
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
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
@sullen sapphire 👋
Sorry, I don't have permission to talk yet.
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Nice
@somber heath What are your views on A.I?
I’d be talking but for some reason every time I unmute my mic disconnects
Maybe don’t bring the drawn out argument in the main chat into here

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
ai already replaces ubers btw
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
XD
It’s too late if we ever see the point where the AI is scary
Liquid in general is inefficient
Incompressible
but with pressure it can be fatal enough to make them ungroup
XD

At least in that case there’s still the human
The final tipping point is
machines create machines, order machines, destroy machines
They will either withdraw or rebel so aggressively they burn themselves out
hmm
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
@shadow heart 👋
lol
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
LOL i understood that
Well in this case it’s true
LOL
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
ye
Mhm
Proper error handling and exceptions try
The problem is everyone thinks it’s crazy already
they haven't seen anything
AI in its truest sense is literally creating a pure alien
👽
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
i wonder what opinions it'll hold for us
Becuase it’d take the most dangerous step in human history to complete it
consciousness
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
haha
internal vs external
WW-IV
Proper error handling and exceptions try
This made me laugh out loud for some reason
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
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.
Exactly
It's not like we are getting smarter every generation.
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
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?
But uh yeah tldr the most decisive decision in human history is the act of creating something it cannot control
Yes
There’s also another important one
The grand filter
black hole!!!!
This one’s about how the requirement for life to get to a spacefaring point is so incredibly slim that it cannot happen
You just explained half of the grand filter theorem @somber heath
It's also possible they might just prefer something totally different and abstract instead of interstellar travel.
Like virtual reality.
XD
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
What if the biology of aliens is in such a way that it wouldn't allow internal affairs at all.
Billions of years in the futere or past
lol
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
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.
Kurzkasaught has made multiple amazing videos on this
He’s made videos on every viewpoint
In a size scale equalling infinity incites funky stuff
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?
It’s relatavistically simultaneously certain and impossible that the universe is full or empty
We still don't if sentientness is needed for all organisms.
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
they are fucking stupid
the would say "oh thats god"
or a side consequence
smh
@uncut sky 👋