#voice-chat-text-0
1 messages · Page 477 of 1
!stream 1319370380078743584
✅ @jovial merlin can now stream until <t:1749397159:f>.
!stream 1319370380078743584 1h
✅ @jovial merlin can now stream until <t:1749401246:f>.
!voice @dapper wraith
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@cold schooner 👋
@iron veldt is this also a problem on kubuntu?
How is everyone this lovely day
Good, how are you?
It's sunday, so back to the grind tomorrow 😦
mine is good
I have a long weekend, due to strikes of my public transporter I was on friday free of school, tomorrow it's a holiday and thuesday they strike again in my region
That's fun
sudo nano /etc/lightdm/lightdm.conf
cinnamon-wayland-session
startx
press f3 and type xorg and enter
then f9 to kill
it
!stream 1319370380078743584 1h
✅ @jovial merlin can now stream until <t:1749404964:f>.
why we are not able to chat in Vc chat ?
If i want to make screen record e.g. video i have since i use external graphic cards on 2 desktops a flickering problem about all 10 seconds at the top 2 cm of the recorded video. With the internal graphic card all works fine since years.
Under Windows 10 also all works fine. Screen fps: 60 -...
^^^^^^^^^^^^^^^^^^^^^^
you need to verify if you want to talk
no i can talk
idk if you have verified in #voice-verification
i already verified but why we can't chat ?
3 days and some activity
in VC chat
then unmute
see
i am mean i am talking abotu VC chat
maybe to split them
wyd chat?
🚀
thanks, Tor
TIL .im is the Isle of Man TLD
🇮🇲
I wonder if they're based there of if it's just some marketing domain stunt
@cosmic bison random person being Remy Clarke or someone else?
(Remy is frequently doing unusual stuff in RPLCS VC)
((probably including effects))
someone here was implementing functional stuff using an actor model a couple of weeks ago
I should steal their code
def my_decorator(func):
print(func.__name__, "got decorated")
return func
@my_decorator
def test_function():
pass
!e
def my_decorator(func):
print(func.__name__, "got decorated")
return func
@my_decorator
def test_function():
pass
:white_check_mark: Your 3.13 eval job has completed with return code 0.
test_function got decorated
!d functools.wraps
@functools.wraps(wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)```
This is a convenience function for invoking [`update_wrapper()`](https://docs.python.org/3/library/functools.html#functools.update_wrapper) as a function decorator when defining a wrapper function. It is equivalent to `partial(update_wrapper, wrapped=wrapped, assigned=assigned, updated=updated)`. For example...
!e ```python
def my_decorator(func):
def wrapper(*args, **kwargs):
print(func.name, "was run")
return func(*args, **kwargs)
return wrapper
@my_decorator
def test_function():
pass
test_function()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
test_function was run
!e
def my_decorator(func):
def wrapper(*args, **kwargs):
print(func.__name__, "was run")
return func(*args, **kwargs)
return wrapper
@my_decorator
@my_decorator
def test_function():
pass
test_function()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | wrapper was run
002 | test_function was run
!e
from functools import wraps
def my_decorator(func):
@wraps(func)
def wrapper(*args, **kwargs):
print(func.__name__, "was run")
return func(*args, **kwargs)
return wrapper
@my_decorator
@my_decorator
def test_function():
pass
test_function()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | test_function was run
002 | test_function was run
to make it appear from outside like the original function
I'm only now starting to look into truly weird execution models
stuff like userland-implemented context switching
@cosmic bison
.
!e
from functools import wraps
def my_decorator(func):
@wraps(func)
def wrapper(*args, **kwargs):
print(func.__name__, "was run")
return func(*args, **kwargs)
return wrapper
@my_decorator
@my_decorator
def test_function():
print("doing stuff")
test_function()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | test_function was run
002 | test_function was run
003 | doing stuff
emergent recursion
accidental
the way lambda calculus implements recursion is technically not recursion
just happens to construct the function in a way that it eventually calls itself
or almost itself
PHP stands for PHP Hates Programmers
WordPress is a large portion of PHP usage
when are we getting an open-source WordPress fork
I only recently found out that M*tt didn't actually make WordPress
WordPress was itself a fork
!stream 1319370380078743584 1h
✅ @jovial merlin can now stream until <t:1749412840:f>.
it's a fork of another project
it's as if Gitea was going after Forgejo for whatever trademark thing
given Gitea is a fork of Gogs
I think Gogs is on track to overtake Gitea by GitHub star count
since Gitea is actively dying
(well at least Gitea's not having an outage right now)
Rails, as a framework, is allegedly still alive
from my brief experience with developing on Rails vs developing with Django, Rails was somewhat easier
though that might've been by it being more framework-y
if I was to make any sort of big web app nowadays I'd probably just go with axum/Next.js hybrid
or just Next.js
ty
or I can re-join the server and drop the timer to 0
@wind raptor automate getting the certification (don't)
I don't remember what company got in trouble for that
like a chrome extension that takes the course for you
very engineering approach
it was more of a safety cert than how-to-use-it cert
computer scientists
(what other answer would you expect)
@worthy timber linear algebra
probabilities
modelling physics
yeah, ML too
ML is just a lot of calculus
simple calculus
university, that I went to, teaches C and Assembly
and, I think, a bit of Python
or, if you're in the loser group, Pascal
I wonder if SICP is taught in its latest edition anywhere
SICP got rewritten from Scheme to Scheme
first, unlearn matlab
second, unlearn vb
then start learning
I think I might've actually made this joke more than 100 times
like non-exaggerated
seeing shapes
is that one of LSD side-effects?
I was tinkering around with the Godot game engine, and decided to write this TSP solver using ACO over a weekend. Hope you enjoy the video!
The code can be found here : https://github.com/hsaikia/TravellingSalesmanGodot
!stream 1319370380078743584 1h
✅ @jovial merlin can now stream until <t:1749416519:f>.
Ok now, I'm learning the basics of Py : )
That sounds fun
Indeed it iss
And I hope I don't run into some errors.
Oh God of goodness Why did I say that.
Errors are a fact of life when programming
If you're not getting errors, you're not writing code
@winter bough 👋
hello
I need to know
How to add keyauth
To my Optimizer
yes
Can you help me?
I can give you the source code
to it
Oh
Ok
Hold on
I made this but I need to add a license system
My website is in my bio
Ima sell it there
My website
No
Check my bii
bio
Bro I just need help with keyauth or you know someone
Yes
hai
Just gimme a min
I'd rather keep my mouth shut yeah
So you got your throat checked out?
Ahh okay
Yeah
Totally get it.
I hate going out too
Yeah when it's something absolutely necessary
That's sad
@dawn orchid 👋
hey
what is the discussion about
how is ur place right now? is everything alright ?
The the more I think about it. How many lives could have been saved only if the authorities weren't so selfish
Yeah
And these are the people who are supposed to help the nation and it's people grow and thrive
Absolutely nuts
😂 😂
Lol
@tiny ermine 👋
Then it all went to shit
Yeah she does
Yeah.
And that's good
It's called being cautious.
Based on what you've seen so far
I like to think being a little racist is okay if you're being racist to the right people.
👏
I think we all have the minds to know when and when it's not okay to be a little racist
Exactly.
Yeah
It's not like they asked to be born there
What are YOUR thoughts on this
The deportation and stuff
Yeah
Yeah.
Get sent back
I'm not big on international news so I had no idea it was this bad.
Gosh
Yeah he likes power he has. And is not afraid to use it to make others surrender to him
Well I hope you're wrong.
The more I hear about how the authorities work the more I want to shoot myself to Mars
Gosh it's ridiculous
😂
You people know that was a joke right?
hello, quiet because i cant chat yet
Ah, yes. Can't do voice yet.
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@jade plank 👋
Yes, but it's generally been replaced with codes of ethics.
Oh
Who's interested in Robotics
are u a python pro
People in the #microcontrollers channel, often.
@somber heath
ohh wow
cooool
bro
wait
wth
idk im fumbling
forget abt it
ohkk
nice memory
bro do u know geeksforgeeks?
they made all their courses free for 2 days cuz of a dare and i enrolled in so many of them YAYYY
\
I want some guidance guys
Seek a shaman
I'm from India, I run my startup
To teach school students and college students about robotics and AI
How these things work in your country or state
ow
wow
Where are you from , Currently I'm in Gurgaon
oJ DF;OKEJWFOIEWJFOIEW FJF (CANT LET THEM KNOW MY LOCATION ; )
Hear about Stempedia
Ok
that
YMCA
I had a connection in YMCA college which is in Faridabad
wow
Yes
Here I was thinking about the song.
"Why are they talking about that all of a sudden?"
Should we connect if you are Interested in AI and Robotics
You speak Hindi tho, not a lot of places speak Hindi
bro the whole india knows hindi
Right
I don't think they were asking for your exact street tho
Should we connect
Bit of Male to Male adapter business going on here
Lol
@surreal panther im in grade __ guess
Guys I Just want to know what's your opinion in Robotics as per your State
11th
9th
yes 💀
r u a proffeseur
wow
YMCA
But I need a help
yayy
🥲
what happened
I just want to grow my startup and the people who work with me
well listen i think its really cool to learn robotics but i am currently into programming (a newbie in programming)
We are a robotics startup that teaches school students about Robotics, AI, IoT, 3D Printing, Electronics, and Coding through hands-on kits and fun projects, with the goal of making them future-ready innovators by learning technology in a creative way.
OHHH
We also use C/C++ and Python
This
ok so currently i am not interested, but in 1-2 years i might be
im sorry im jus a kid idk how to
uhm
idk
uh
what am i saying
idk
Ok cool
I am not selling you a course and all
I just want your help to build something
Well I spent a lot of time here today. Probably heard more people talk than I've in the past year.
So opal. I noticed you greet everyone that joins the chat. Not everyone does that, why do you?
That quite considerate and kind of you to do that.
Yeah. You helped me with that too
So thanks a lot
@glacial spade👋
are ya'll busy rn? i was hoping that i could get some help with something rq
I'm trying to figure out how to put it
Gosh
item['item_name'].itemprice = item['starting_bid']
if(item['item_name'].lowestprice in locals()):
print(".")
else:
item['item_name'].lowestprice = 999999999
if(item['item_name'].itemprice < item['item_name'].lowestprice):
item['item_name'].lowestprice = item['item_name'].itemprice
okay so
item['item_name'] this is just json data i'm pulling from an api, but i'm trying to assign a variable to it
AttributeError: 'str' object has no attribute 'itemprice' and no dict for setting new attributes
thats the error
!e py 'abc'.itemprice
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | 'abc'.itemprice
004 | [1;35mAttributeError[0m: [35m'str' object has no attribute 'itemprice'[0m
yeah
so what i'm trying to do is create a new variable for each item name, then assign a price to that variable
thats the thing, there is no lowest price information in the api
what i'm trying to do is create a variable using item['item_name'] as the name of the variable
i think im just going about this wrong
thanks anyway
I'll be going now. Bye opal.
@upbeat tinsel 👋
@unkempt pulsar 👋
Good morning.
Hello, how are you all.
Lol
I'm still learning english, english isn't my first language
@unreal magnet 👋
tree 😆
😭
shis 😭 💀
😭
😭🙏
👋
😆
Don't mistake eloquence for intelligence.
Wow
Even if he did, I won't understand his huge grammar 😔
same i open dict along with me
yeh
done that
Lol
nice u gave context
i would have if i would have studied
maybe or maybe general something in life
I now study Python everyday
Lol
I don't go outside 😞
nice 🫡 i left python for 3 days
what is trumo doing now
he said that he would resolve it
Legend
yeh maybe something philosophical
seeing my english i'd rather say teach me english
u live in aus right? @somber heath
then why would u be swatted there
people are not the government
i mean it may be
@peak glen 👋
Hello
How to get permission the speak
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
My opinion is that people have lost there sight over the grey area
they are two attracted by black and white
@somber heath dont they have a metal health checkup before giving license
i would have to go now sry bye
Lol
@hybrid latch 👋
Holes with ominous auras.
yeah I know some of them ¬¬
Opinions on the Nike Jollystompers 3X max
the way home was with you along, Dorothy
first there were steel toecaps, now there's a hook foryour nutz
😇
What happen ?
yes !
If you can translate !
french to english :p
OVh is a big French enterprise
Hosting, telecom etc...
😂
I just created this tool for beginners to help them do their first open-source contribution.
https://huggingface.co/spaces/Agents-MCP-Hackathon/ContribNavigator
please let me know what you think 🙂
ofc user deleted
it gave an archived repo as a suggestion
consider adding filtering
or is that intentional
just doesn't look that well as a demo
if you want to select something for a demo, probably just create a separate demo repository
"my attention span got so bad, I'm so tempted to quit watching a 57 minute video on the 56th minute"
😊
@sacred bough 👋
and just not arrive there
@still tide 👋
my only interaction with Twilight was me, along with three other people, playing some Twilight trivia board game
none of us ever watched it
we later watched What We Do in the Shadows, the movie (not the tv series)
the what
another Plan 9 reference
@dry stream 👋
!resources 🙂
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
@minor python 👋
Sir what is darkweb
🕸️
yandex video
accessible but not indexed probably counts too
It's dark web is a lot of scary vedios
And what is darknet
Like illegal activity and have more hacker and viruses?
So darkweb is not Google right is other websites?
What name web were using?
Did u go there sometimes?
Like wrong turn Vedios
I research darkweb and darkweb have a most disturbing vedió like masacaker
What is deepweeb?
Like a illuminati or secret web for government
(back, couldn't reply earlier)
all the "bad things" are so horrifyingly easy to find, even on google
the censorship is so broken and incapable
I think if u access the deepweeb u can learn anything u know everything that government hides u hahahaha
What is the different of dark web and darknet
Oh so darkweb and darknet
Is for illegal like selling guns for and anonymous
I get it
I will never go that
I search a lot a key to go there but iam not trying cause iam scared because the movie of darkweb
Ahahah
Like onion or Nmap and
Sir what is N-map?
niga
Sir tell me how cumputer work
What is super cumputer
Ahahaha
Who the fck invent a internet
I'f no internet no will use a phone or all website
Britannica gives a different other compared to Google
Sir how hacker hack a CCTV camera
and they got banned seems like
username: admin
password: admin
works often enough
Fr?
on mikrotik routers, username admin and empty password
a system can't evolve its way to security, it needs to be designed with that in mind initially
not all websites have CSRF protection
when is macOS getting Zones integrated
I should try using illumos properly
either on one of the computers I already have or buying another one
Join us at the annual information security conference in Deadwood, SD (in-person and virtually) — Wild West Hackin' Fest: https://wildwesthackinfest.com/
Wild West Hackin' Fest 2017
Presented by Deviant Ollam: https://enterthecore.net/
Description: Many organizations are accustomed to being scared at the results of their network scans and d...
physical 🖊️ as opposed to metaphysical 🖊️
I have no clue what makes the system more secure?
if the authors of the system didn't think about making it secure, it probably isn't
But more secure = compromise in usability
no
That's what I've learnt from the triad of security
did you misread it?
My professors told me more security measures make usability less.
Like double factor authentication and many more
Sir what Cyber security do
more importantly:
most things that worsen usability and appear to improve security actually make security worse
Like a defending a attack of hacker?
for example:
enforcing regular password change worsens both security and usability
So cyber security is a hacker too?
if you want an answer from a human, put more effort into making your questions make sense;
if you just want a response to random keywords, then use a search engine instead
Okey
I think not
It has cyber forensic
and many more
Bro YouTube is a lier
I think cyber security expert is a white hacker who work for company for securing the flatform
What topics in python should I focus on to get a full understanding and be able to create working apps or simple games
At some point you'll want to pick up knowledge of UX/UI libraries.
Web frameworks, etc.
Thanks ,lemme do my research on UX/UI libraries
@marsh cypress 👋
i just got up and im feeling sleepy as fuck
Hello again 🥰
@copper jolt 👋
I have a question guy's
a have already install foocus IA on my vps
But when I generate an AI image, I get a message: Killed.
is this due to my vps configuration?
my configuration: debian 12 4vcores 16go
Wait i make a screen
image
wait I have a call
then : Linux (Using Anaconda)
If you want to use Anaconda/Miniconda, you can
git clone https://github.com/lllyasviel/Fooocus.git
cd Fooocus
conda env create -f environment.yaml
conda activate fooocus
pip install -r requirements_versions.txt
And then : conda activate fooocus
python entry_with_update.py
i had to start it in cpu mode because on my vps i don't have nvidia
i dont no 😦
yes, but I'd like to make it work differently. I have a local machine but it's not powerful enough.
I'd have to buy a dedicated server?
ok 🙂
Powerful Intel processors server ✓ High-performance ✓ Affordable ✓ 24/7 support ✓ Eco-friendly hosting
thanks anyway for your help darling 😇
yes I know
I'm in a rather unusual business in France ^^
@iron veldt where are you ? 🙂
from france ^^
Do you Know pink phone ? 🙂
yes 🙂
no ^^
no barbie ^^
Wtf !!!!!!!!!!!!!!!
pink phone is a rate premium number
all the world
USA, portugal, spanish Uk
etc.
it's telephone dating
you understand now ^^
mdr
no app
just by premium rate number
is a coast
not free
ah ok ^^
it's my business in france
Stop singing ! nuclear
mdr
😂
lol
@next orbit 👋
Hello!!!
are you a freelancer? B4DD ?
I us this https://www.asterisk.org/
😂
@wind raptor are you having a fever
your voice is different than usual
✅ @jovial merlin can now stream until <t:1749481296:f>.
@jovial dirge 👋
hi
@jovial merlin i feel annoying when vs code suggest me text like this all the way man
whats ur age btw
@iron veldt I think frontend is crowded
backend may have space i donno
@iron veldt CUrrently 19 years old made many websites past 1 year but got no cred
hey man wanting to remove my mute but cant even bcuz it need 50 messages more
how even gonna be able to do it
lets talk 💀
@jovial dirge go to the main and chat with people until it removes your suppression
That's what all the conversation text channels can be used for. 😁
Including this one.
@whole bear 👋
where this main is cant find that
@jovial merlin How you even use linux never used it always though it was used for hacking man
@somber heath I mean i have never used linux just knew about it as its been used by hackers
@slow idol 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
👋
@somber heathdoes chatting in this allows you to "50 non-deleted messages in channels other than the bot command channels" ?
damn
Yes
can i pay someone on this server here to help me with a python project ?
is that allowed to search for that here ?
Yes.
!rule 9
🙂
damn
@iron veldt @wind raptor @somber heath I mean if anyone among you can clarify me this about CSE or CS. I mean i will have to enter university with any one of this subjects. Can u tell me whats the main purpose which a CSE and CS engineers make diff?
I'm not a person to ask.
where to seek help do you know
My bro GPT (CUSTOMIZED one) told me to go for CSE
haha
@marble briar 👋
hii
I know about only 4 things :
- AI/ML
- Full Stack
- Data Science
- FOrgot the Other one
@wind raptor
Ok thanks
😁😁
@tiny eagle 👋
👋
@jade maple 👋
@tight pilot 👋
Hi
when Be, the company, went bankrupt, did it turn into Was?
@dim drum 👋
this URL looks wrong
someone broke slugification
the CouchDB to Comic Sans pipeline
until the organisers go bankrupt
I should try using CouchDB
what is C++ doing in there
@peak depot relevant clip: https://youtube.com/clip/Ugkx5H7SghvrD5Rxzw06Z6lOEfySl4nA6o6X
6 seconds · Clipped by Alisa Feistel · Original video "Coming Of Age | Bryan Cantrill | Monktoberfest 2022" by RedMonk Tech Events
slightly oddly cropped
(Bryan talking about he dislikes when his children call him bro)
you can watch the whole video
or, like, starting a minute before that
Father, brother. Brother, father.
I can come back!
Sister-momma?
I'm here just no-talk-lock
Yo
It's what I do best
I could sense my Opal time was short
I know
I just know things
@stark oxide Yo
How goes it
Exhausted, but a productive exhausted
Finally sleeping in the new rental house
wassup @somber heath
Still a lot to do to get fully out of the apartment, but we're getting there
So I'll take the small victories
yooo seen you after a very long time hemlock
meh....hbu?
yeh its tough
i need a day to motivate myself to even do the cleanup around me
just do itg
Doing alright
If you figure out how to get the motivation, let me know
i did it today
I haven't figured that out myself
@worthy timber Why the AI hate?
I mean it's understandable
just "find it" like it's playing hide and seek
Fair
its wierd but i think of the grossiest thing that could happen in my room dirtwise this motivates me to clean
It's like that except your friends left half an hour ago and didn't tell you, so you still just keep looking
Like a snipe hunt
Greetings
Is the term snipe hunt common in other languages or areas?
It's a kind of bird that's crazy hard to find
But it's usually something you tell someone to do when you want them to waste their time
Like telling your friend to go get some striped paint for you
Or headlight fluid
It's meant to be a prank you do to new hires or what not
Dude the beak on this thing:
It's huge
That's a snipe
Another good pic
It's like a duck where they stretched the bill out
It's wild looking
Same
meep
if u wanted to learn more about the meep bird and your like this rn: “WHAT IS THIS BIRD GYATT??!!?!!? 😨” than look here 👇
1: it’s actual name is “The American Woodcock”
2: it’s the slowest flying bird in the world.
3: it says meep
4: very polite
5: chubby
6: I love it
halow
I still haven't moved my TV and PS5 from the apartment
Yet another thing I have to do
i used to come to these VCs like 3 years ago with a diff acc and hemlock still used to be here iirc
I am a universal constant
galactic variable
Multiverse mutex
@upper basin Trying to make someone to doubt their own thoughts
Making them feel crazy in order to manipulate them
regardless of whether via lies or truths
Like my ex did
"There's no such thing as gaslighting. You're crazy, and you made it up"
maybe telling people that Eclipse is newer than IntelliJ IDEA is an example using a truth for that
@upper basin Can be
It's the systematic way of doing it
It's a prolonged thing
Yeeeep
It's a manipulation tactic
"You can only trust me"
okay please enough 🙏 😭
The fuck, laptop
You have a Ryzen in it, why the hell would you not have a thunderbolt port
I would like to thank past me for buying a 4 pack of Red Bull
hemlock what do u do for a living
IT
in discord, where do you go to scan a QR?
a nitro scam website?
@upper basin Yo
IT goblin
caffiene helps you play
printerfighter
I really should get a hammer and shield
The Lord of the Password Retrieval
on your shield put a giant hemlock as a symbol @rugged root
I was thinking full on Hammer Paladin (Hammerdin) build from Diablo II
which country
It's the only true way to fight a printer
I'm in the states
not to be confused with the Union State
nice
there is a song in there .. somewhere
what stuff yall working on nowadays
@somber heath Night
I'm just thinking of Unsung by Helmet
yo i think opalmist used to be there too
Yep, he's been a regular for the longest time
who's been irregular for the longest time
LP and Charlie
meep bird might be new ringtone . tinking tinking ...
I do need to get a different notification sound for my email noise on Windows
this reminded me of LP
It's so... soothing? Not sure of the right term. Makes it hard to notice
Too few tattoos, but yeah I totally see it
"I'm listening" makes it even better
Especially with that expression
I'm need to poke them again
Make sure they're alive
hmmm use post man pat kinda reference song thingy @rugged root
I'm trying to think of video game noises that I'd recognize and always catch my ear
For some reason the plasma gun from Quake 3 keeps coming to mind
coffee number 1 , not warmed up proper
Blowtorch
Anyone know off the top of their head if Paint still comes with Windows or if it's only Paint 3D now
its seperate
why are there so many poeple without mic perms?
could yank it from a aincient install ,,, boot ,,, W10+ might complain
PAINT is productivly simple
I do try to entertain, though
I just happen to be failing at the moment
As is my way
what is happening in the corner
I keep looking at this pic and it really is uncanny
Need a AI assistant with a hillbilly voice
Raging Golden Eagle - discusses video game industry @rugged root
how Switch 2 is crappy , what vid game companies are woke
voice over actors are doomed , AI will do it ... i guess
Тема урока: Базовый Пайтон!
Адекватность: 75%
Уволен: x3
Everything's amazing
Niiiiiiiiiiiiiiiiiiiice
@still herald 👋
It's not disturbing us
we are all busy doing nothing @still herald
wobbly bird
@stark oxide Not me, the other person
Can anyone help me make a toy bot?
@still herald I'm workingish
it's fun to measure the "GIF safety" index for my recent PFPs
@still herald So what's been so amazing?
Okay
as in the percentage of tenor GIFs related to that anime/character which are universally safe to share
Hell yeah
for the current PFP it's exactly 0%
mmm you need to conjure up a AI assistant @rugged root
@still herald Proud of you. You've got this!
somehow with Utena it was, like, at least 20%
PunAI
possibly
Fair
wassup guys
but your AI has to talk like a hillbilly - just cuz @rugged root
I'd expect LP to know some of the older content from that channel
it was widespread enough at some point
is it worth it to buy the $150 plan on coddy.tech?
i mean is it from before
didn't Rabbit answer that before
Probs
Somedays I'm sad that I'm an admin
Because there's something off-color that I really really REALLY want to share but I can't
That's why you have me.
oh i think u ok
the walls have ears ? @rugged root
is @peak depot speaking idk she has a green border but i cant hear anything
is my connection bad
she is not speaking, I don't hear her to
ohk 👍
i think maybe discord hear some sound from her side but it is very low so we cant hear it
nvm
I just hear the voices all the time
@stark oxide See ya
have a nice day if I don't see you later today and hope for a good sunny day with a nice temperature for everyone
lol
met a guy today with pronouns as tree
what?? 😭 😭 😭
idk and shis 💀
did it say i am groot too?
maybe 😭
!e
print("\N{evergreen tree}\N{deciduous tree}\N{palm tree}\N{christmas tree}\N{tanabata tree}")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
🌲🌳🌴🎄🎋
so many trees
a lot of trees
I'm not sure
No idea why this is going through my head
wdym
Well like "Mary Had a Little Lamb", "Twinkle Twinkle Little Star", "Little Miss Muffet", stuff like that
Oh yes they are translated and have popularity
i think most of the nursery rhymes are with a motive for the child to learn fluency and mind coordination in the language
😱
I know "Are You Sleeping Brother John" has a French equivalent
😆
I guess I do mean that
yes, absolutely
@peak depot Niiiiiice
what are some good songs u would suggest me 🙃
Well it depends on the languages them selves, some have different ways of expression like in most languages It's "ma" or "ba" (mom, dad) so it just depends on the history, family traditions and the structure of the language, either way this convo is too much for me 🥲
my taste in music is bad
https://www.youtube.com/watch?v=uuHtD8MOaFk look at this
C'est sans doute le featuring le plus inattendu de cette cérémonie d'ouverture. Ce vendredi, lors du tableau égalité, sur le pont des Arts, Aya Nakamura a chanté un medley de ses plus grands tubes accompagnés de ceux de Charles Aznavour, le tout avec le chœur de l'Armée française. Une ode à la modernité française !
Abonnez-vous à n...
I like hyper-pop, pop and stuff that makes me either excited or depressed
depends on the mood
ah :/ 😦
yeh same kinda
Hello Noodle
@woeful salmon Suuuuuuuup
@peak depot did your cat get better?
Why did I think GTA 6 was already out...
