#voice-chat-text-0

1 messages · Page 477 of 1

vocal basin
#

when not selected, copy and cut take the entire line

#

I think shift+delete also sometimes technically works

wooden pewter
wind raptor
#

!stream 1319370380078743584

wise cargoBOT
#

✅ @jovial merlin can now stream until <t:1749397159:f>.

vocal basin
#

some use hyfetch

wind raptor
#

!stream 1319370380078743584 1h

wise cargoBOT
#

✅ @jovial merlin can now stream until <t:1749401246:f>.

iron veldt
#

sudo apt install nvidia-driver-550

somber heath
#

!voice @dapper wraith

wise cargoBOT
#
Voice verification

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

somber heath
#

@cold schooner 👋

cold schooner
#

what y'all talking about?

wind raptor
stark oxide
#

@iron veldt is this also a problem on kubuntu?

primal shadow
#

How is everyone this lovely day

wind raptor
#

Good, how are you?

primal shadow
#

It's sunday, so back to the grind tomorrow 😦

stark oxide
#

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

primal shadow
#

That's fun

jade maple
#

sudo nano /etc/lightdm/lightdm.conf

#

cinnamon-wayland-session

#

startx

#

press f3 and type xorg and enter

#

then f9 to kill

#

it

wind raptor
#

!stream 1319370380078743584 1h

wise cargoBOT
#

✅ @jovial merlin can now stream until <t:1749404964:f>.

versed lichen
#

why we are not able to chat in Vc chat ?

wind raptor
#
jovial merlin
#

^^^^^^^^^^^^^^^^^^^^^^

stark oxide
versed lichen
#

no i can talk

stark oxide
versed lichen
#

i already verified but why we can't chat ?

jovial merlin
versed lichen
#

in VC chat

jovial merlin
#

then unmute

versed lichen
#

see

jovial merlin
#

right now

stark oxide
#

o there

#

idk

#

don't ask me

versed lichen
#

i am mean i am talking abotu VC chat

stark oxide
#

maybe to split them

worthy timber
cobalt vortex
#

hi 👋

vocal basin
twin zinc
#

wyd chat?

vocal basin
#

@cosmic bison 👋

#

💥

worthy timber
#

Manus is a general AI agent that turns your thoughts into actions. It excels at various tasks in work and life, getting everything done while you rest.

vocal basin
#

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?

cosmic bison
#

someone else

#

a friend I met a while ago doing lang dev

vocal basin
#

(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

cosmic bison
#
def my_decorator(func):
    print(func.__name__, "got decorated")
    return func


@my_decorator
def test_function():
    pass
wind raptor
#

!e

def my_decorator(func):
    print(func.__name__, "got decorated")
    return func


@my_decorator
def test_function():
    pass
wise cargoBOT
vocal basin
#

!d functools.wraps

wise cargoBOT
#

@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...
cosmic bison
#

!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()

wise cargoBOT
vocal basin
#

!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()
wise cargoBOT
vocal basin
#

!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()
wise cargoBOT
vocal basin
#

I'm only now starting to look into truly weird execution models

#

stuff like userland-implemented context switching

vocal basin
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()
wise cargoBOT
vocal basin
#

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

vocal basin
#

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

wind raptor
#

!stream 1319370380078743584 1h

wise cargoBOT
#

✅ @jovial merlin can now stream until <t:1749412840:f>.

vocal basin
#

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

jovial merlin
vocal basin
#

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

vocal basin
#

like non-exaggerated

#

seeing shapes
is that one of LSD side-effects?

wind raptor
vocal basin
#

@wind raptor you?

#

the what

#

another weird mathematical abbreviation

wind raptor
#

!stream 1319370380078743584 1h

wise cargoBOT
#

✅ @jovial merlin can now stream until <t:1749416519:f>.

carmine slate
#

Ok now, I'm learning the basics of Py : )

primal shadow
#

That sounds fun

carmine slate
#

And I hope I don't run into some errors.

carmine slate
primal shadow
#

Errors are a fact of life when programming

#

If you're not getting errors, you're not writing code

somber heath
#

@winter bough 👋

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

hardy sinew
#

hai

ionic crow
#

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

somber heath
#

@dawn orchid 👋

dawn orchid
ionic crow
#

The way it works?

#

Yeah get it

#

Now going out feels not as genuine

#

And natural

dawn orchid
#

what is the discussion about

ionic crow
#

Yeah exactly. I'd the same thought

#

Just follow the damn guidelines and live

dawn orchid
#

how is ur place right now? is everything alright ?

ionic crow
#

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

dawn orchid
#

😂 😂

ionic crow
#

Lol

ionic crow
#

Well can't argue with the logic.

#

Time after Covid feels like a fever dream

somber heath
#

@tiny ermine 👋

ionic crow
#

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?

somber heath
#

@fossil bluff 👋

#

@pulsar relic 👋

pulsar relic
fossil bluff
#

Ah, yes. Can't do voice yet.

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.

fossil bluff
#

?:) !voice

#

Interesting command prompt.

somber heath
#

@jade plank 👋

ionic crow
#

It's called Hypocrisy

#

Hippocratic Oath is it called?

somber heath
#

Yes, but it's generally been replaced with codes of ethics.

ionic crow
#

Oh

somber heath
#

@surreal panther👋

#

@spice loom👋

spice loom
#

yo

#

yay

#

hlo

#

ok

#

i was uhm i donno what to say

surreal panther
#

Who's interested in Robotics

spice loom
#

are u a python pro

somber heath
spice loom
#

@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
\

surreal panther
mint karma
#

Seek a shaman

surreal panther
#

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

surreal panther
spice loom
#

oJ DF;OKEJWFOIEWJFOIEW FJF (CANT LET THEM KNOW MY LOCATION ; )

surreal panther
#

Hear about Stempedia

spice loom
#

WHAT

#

IS

surreal panther
#

Ok

spice loom
#

that

surreal panther
#

YMCA

spice loom
surreal panther
#

I had a connection in YMCA college which is in Faridabad

spice loom
#

wow

surreal panther
somber heath
#

Here I was thinking about the song.

#

"Why are they talking about that all of a sudden?"

surreal panther
mint karma
spice loom
surreal panther
#

Right

mint karma
surreal panther
spice loom
#

well

mint karma
#

Bit of Male to Male adapter business going on here

spice loom
#

i acnt

#

guys i dont hab sauce with my burger

ionic crow
#

Lol

spice loom
#

@surreal panther im in grade __ guess

surreal panther
#

Guys I Just want to know what's your opinion in Robotics as per your State

surreal panther
spice loom
#

no

#

no

surreal panther
spice loom
#

yes 💀

surreal panther
#

I teach students bro

#

That's why I know

#

No issue about class

spice loom
#

r u a proffeseur

surreal panther
#

Yup

#

In

spice loom
#

wow

surreal panther
#

YMCA

spice loom
#

im talking to a proffesor

#

wow

surreal panther
#

But I need a help

spice loom
#

yayy

surreal panther
spice loom
surreal panther
#

I just want to grow my startup and the people who work with me

spice loom
#

wow

#

waht is the startup

#

i wanna know

surreal panther
#

Are you interested in Robotics

#

You know about GBN school in Faridabad

spice loom
#

a

spice loom
surreal panther
# spice loom i wanna know

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.

spice loom
#

OHHH

surreal panther
spice loom
#

so is it online

#

?

#

the course?

surreal panther
#

Both

#

Online ofline

spice loom
#

is there a website?

#

wait brb

surreal panther
spice loom
#

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

surreal panther
#

Ok cool

#

I am not selling you a course and all

#

I just want your help to build something

ionic crow
#

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

somber heath
#

@glacial spade👋

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

ionic crow
#

Gosh

glacial spade
#

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

somber heath
#

!e py 'abc'.itemprice

wise cargoBOT
# somber heath !e ```py 'abc'.itemprice```

:x: Your 3.13 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 1, in <module>
003 |     'abc'.itemprice
004 | AttributeError: 'str' object has no attribute 'itemprice'
somber heath
#
item['item_name']```
#
'abc'```
glacial spade
#

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

ionic crow
#

I'll be going now. Bye opal.

somber heath
#

@upbeat tinsel 👋

astral coral
cobalt vortex
#

hi is anyone speaking ?

#

oh ok my internet is slow

somber heath
#

@unkempt pulsar 👋

carmine slate
#

Good morning.

#

Hello, how are you all.

#

Lol

#

I'm still learning english, english isn't my first language

somber heath
#

@unreal magnet 👋

cobalt vortex
#

tree 😆

carmine slate
cobalt vortex
#

shis 😭 💀

carmine slate
#

Idk bro,

#

I was bored

cobalt vortex
#

😭

carmine slate
#

😭🙏

unreal magnet
carmine slate
#

I wanna be smart: )

#

Like @somber heath

cobalt vortex
#

😆

somber heath
carmine slate
cobalt vortex
#

@somber heath are u taking further classes in python recently

#

teaching sry

carmine slate
cobalt vortex
carmine slate
#

Learn the basics.

#

: )

cobalt vortex
#

i have done that from him

#

now maybe something new

carmine slate
#

Loop's

#

?

cobalt vortex
#

yeh

cobalt vortex
carmine slate
#

Jmm

#

Ok

#

Also me

cobalt vortex
#

damn that was crazy

#

😆 💀

carmine slate
#

Lol

cobalt vortex
#

nice u gave context

#

i would have if i would have studied

#

maybe or maybe general something in life

carmine slate
#

Lol

#

I don't go outside 😞

cobalt vortex
#

what is trumo doing now

#

he said that he would resolve it

carmine slate
cobalt vortex
#

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

somber heath
#

@peak glen 👋

peak glen
#

Hello

peak glen
#

How to get permission the speak

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.

peak glen
#

!voice

cobalt vortex
#

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

somber heath
#

@hybrid latch 👋

gentle flint
somber heath
#

Holes with ominous auras.

astral coral
mint karma
#

Opinions on the Nike Jollystompers 3X max

astral coral
#

the way home was with you along, Dorothy

#

first there were steel toecaps, now there's a hook foryour nutz

mint karma
iron geyser
#

😇

#

What happen ?

#

yes !

#

If you can translate !

#

french to english :p

#

OVh is a big French enterprise

#

Hosting, telecom etc...

#

😂

fast gyro
gentle flint
fast gyro
#

ofc user deleted

vocal basin
#

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

mint karma
somber heath
#

@halcyon compass 👋

#

@untold flower 👋

vocal basin
#

"my attention span got so bad, I'm so tempted to quit watching a 57 minute video on the 56th minute"

iron geyser
#

😊

somber heath
#

@sacred bough 👋

vocal basin
#

and just not arrive there

somber heath
#

@still tide 👋

still tide
#

hello @somber heath

#

@mint karma @peak depot 👋

vocal basin
#

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

vocal basin
somber heath
#

@dry stream 👋

dry stream
#

Hello sir

#

Sir how to create a script

somber heath
#

!resources 🙂

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.

somber heath
#

@minor python 👋

dry stream
#

Sir what is darkweb

vocal basin
#

🕸️

vocal basin
#

accessible but not indexed probably counts too

dry stream
#

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

vocal basin
#

(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

dry stream
#

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?

mint karma
dry stream
#

And jack the ripper

#

Ist password cracker

worn hazel
#

niga

dry stream
#

Sir tell me how cumputer work

vocal basin
#

not jack

dry stream
#

What is super cumputer

vocal basin
dry stream
#

Ahahaha

#

Who the fck invent a internet

#

I'f no internet no will use a phone or all website

vocal basin
#

Britannica gives a different other compared to Google

dry stream
#

Sir how hacker hack a CCTV camera

vocal basin
vocal basin
#

works often enough

dry stream
#

Fr?

vocal basin
#

on mikrotik routers, username admin and empty password

dry stream
#

Hacker like a magician

#

I wish i have iq like that

#

Phishing link is for trash only

vocal basin
#

a system can't evolve its way to security, it needs to be designed with that in mind initially

vocal basin
#

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

#

physical 🖊️ as opposed to metaphysical 🖊️

candid spire
#

I have no clue what makes the system more secure?

vocal basin
#

if the authors of the system didn't think about making it secure, it probably isn't

candid spire
#

But more secure = compromise in usability

vocal basin
#

no

candid spire
#

That's what I've learnt from the triad of security

vocal basin
candid spire
#

My professors told me more security measures make usability less.
Like double factor authentication and many more

vocal basin
#

OAuth2 is more secure and easier to use than passwords

#

or SSO in general

whole bear
#

Yea hello

#

Btw iam @just chilling

#

@somber heath

#

But i changed my name

dry stream
#

Sir what Cyber security do

vocal basin
# vocal basin no

more importantly:
most things that worsen usability and appear to improve security actually make security worse

dry stream
#

Like a defending a attack of hacker?

vocal basin
#

for example:
enforcing regular password change worsens both security and usability

dry stream
#

So cyber security is a hacker too?

vocal basin
#

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

dry stream
#

Okey

candid spire
#

It has cyber forensic

#

and many more

dry stream
#

Bro YouTube is a lier

#

I think cyber security expert is a white hacker who work for company for securing the flatform

marsh cypress
#

What topics in python should I focus on to get a full understanding and be able to create working apps or simple games

somber heath
#

Web frameworks, etc.

marsh cypress
somber heath
#

@marsh cypress 👋

twin zinc
#

i just got up and im feeling sleepy as fuck

iron geyser
#

Hello again 🥰

somber heath
#

@copper jolt 👋

iron geyser
#

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

#

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 🙂

#

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

somber heath
#

@next orbit 👋

next orbit
iron geyser
#

are you a freelancer? B4DD ?

#

😂

inner hill
#

@wind raptor are you having a fever
your voice is different than usual

wind raptor
#

allergies

#

!stream 1319370380078743584 2h

wise cargoBOT
#

✅ @jovial merlin can now stream until <t:1749481296:f>.

somber heath
#

@jovial dirge 👋

jovial dirge
#

hi

#

@jovial merlin i feel annoying when vs code suggest me text like this all the way man

#

whats ur age btw

somber heath
#

Husky x Poodle

#

It's like it's staring at my soul.

jovial dirge
#

@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 💀

iron veldt
#

@jovial dirge go to the main and chat with people until it removes your suppression

somber heath
#

That's what all the conversation text channels can be used for. 😁

#

Including this one.

#

@whole bear 👋

jovial dirge
#

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

somber heath
#

@sharp kite 👋

#

@night solar 👋

night solar
#

why cant i talk ?

somber heath
#

@slow idol 👋

somber heath
wise cargoBOT
#
Voice verification

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

wind raptor
#

!voice

#

You beat me

slow idol
jovial dirge
#

@somber heathdoes chatting in this allows you to "50 non-deleted messages in channels other than the bot command channels" ?

night solar
#

damn

night solar
#

can i pay someone on this server here to help me with a python project ?

#

is that allowed to search for that here ?

wise cargoBOT
#

9. Do not offer or ask for paid work of any kind.

somber heath
#

🙂

night solar
#

damn

somber heath
#

@quaint spear 👋

#

@brisk rain 👋

jovial dirge
#

@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?

somber heath
#

I'm not a person to ask.

jovial dirge
#

where to seek help do you know

#

My bro GPT (CUSTOMIZED one) told me to go for CSE

#

haha

somber heath
#

@marble briar 👋

jovial dirge
#

I still dont know i am learning right now

#

@wind raptor

marble briar
jovial dirge
#

I know about only 4 things :

  1. AI/ML
  2. Full Stack
  3. Data Science
  4. FOrgot the Other one
#

@wind raptor

#

Ok thanks

#

😁😁

somber heath
#

@tiny eagle 👋

tiny eagle
#

👋

somber heath
#

@jade maple 👋

somber heath
#

@tight pilot 👋

tight pilot
#

Hi

vocal basin
#

when Be, the company, went bankrupt, did it turn into Was?

somber heath
#

Not to be?

#

Has been?

#

Been?

vocal basin
#

Nasdaq: BEOS

#

well ig it was their main product

#

BeOS

somber heath
#

@dim drum 👋

vocal basin
vocal basin
#

this URL looks wrong

#

someone broke slugification

wind raptor
vocal basin
#

@peak depot the CERN font

vocal basin
vocal basin
#

until the organisers go bankrupt

vocal basin
#

what is C++ doing in there

#

slightly oddly cropped

vocal basin
#

you can watch the whole video

#

or, like, starting a minute before that

somber heath
#

Father, brother. Brother, father.

amber raptor
#

I can come back!

rugged root
#

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

cobalt vortex
#

wassup @somber heath

rugged root
#

Still a lot to do to get fully out of the apartment, but we're getting there

#

So I'll take the small victories

cobalt vortex
#

yooo seen you after a very long time hemlock

rugged root
#

@upper basin Hey buuuuuuuuuuuddy

#

Right? How've you been

cobalt vortex
rugged root
#

See above

#

Surviving

cobalt vortex
#

yeh its tough

rugged root
#

I'm not as sore as I feel like I should be

#

@worthy timber Yo

cobalt vortex
#

i need a day to motivate myself to even do the cleanup around me

stark oxide
#

just do itg

rugged root
#

Doing alright

rugged root
cobalt vortex
rugged root
#

I haven't figured that out myself

#

@worthy timber Why the AI hate?

#

I mean it's understandable

stark oxide
#

just "find it" like it's playing hide and seek

rugged root
#

Fair

cobalt vortex
rugged root
#

Like a snipe hunt

upper basin
rugged root
#

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

peak depot
rugged root
gritty belfry
#

halow

rugged root
#

I still haven't moved my TV and PS5 from the apartment

#

Yet another thing I have to do

gritty belfry
#

i used to come to these VCs like 3 years ago with a diff acc and hemlock still used to be here iirc

rugged root
#

I am a universal constant

vocal basin
#

galactic variable

rugged root
#

Multiverse mutex

#

@upper basin Trying to make someone to doubt their own thoughts

#

Making them feel crazy in order to manipulate them

vocal basin
#

regardless of whether via lies or truths

rugged root
#

Like my ex did

#

"There's no such thing as gaslighting. You're crazy, and you made it up"

vocal basin
rugged root
#

@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"

gritty belfry
#

okay please enough 🙏 😭

rugged root
#

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

gritty belfry
#

hemlock what do u do for a living

rugged root
#

IT

vocal basin
#

in discord, where do you go to scan a QR?
a nitro scam website?

rugged root
#

@upper basin Yo

peak depot
#

IT goblin

gritty belfry
#

IT but like

#

what

short owl
#

caffiene helps you play

rugged root
#

In house

#

So front line support for our firm

vocal basin
#

printerfighter

rugged root
#

I really should get a hammer and shield

peak depot
#

The Lord of the Password Retrieval

rugged root
#

Oooooooooooooo idea

#

I think

#

Wait it'll come to me

#

Nope, it's gone

short owl
#

on your shield put a giant hemlock as a symbol @rugged root

rugged root
gritty belfry
rugged root
#

It's the only true way to fight a printer

rugged root
vocal basin
#

not to be confused with the Union State

rugged root
#

The Untied States

#

As we are coming undone

gritty belfry
#

nice

short owl
#

there is a song in there .. somewhere

gritty belfry
#

what stuff yall working on nowadays

rugged root
#

@somber heath Night

rugged root
gritty belfry
rugged root
#

Yep, he's been a regular for the longest time

vocal basin
#

who's been irregular for the longest time

rugged root
#

LP and Charlie

short owl
#

meep bird might be new ringtone . tinking tinking ...

rugged root
#

I do need to get a different notification sound for my email noise on Windows

vocal basin
rugged root
#

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

short owl
#

hmmm use post man pat kinda reference song thingy @rugged root

rugged root
#

For some reason the plasma gun from Quake 3 keeps coming to mind

short owl
#

coffee number 1 , not warmed up proper

rugged root
#

Anyone know off the top of their head if Paint still comes with Windows or if it's only Paint 3D now

short owl
#

its seperate

rugged root
#

Damn it

#

That is irksome

stark oxide
#

why are there so many poeple without mic perms?

short owl
#

could yank it from a aincient install ,,, boot ,,, W10+ might complain

rugged root
#

I mean... I COULD

#

But it would be ill advised currently

short owl
#

PAINT is productivly simple

rugged root
#

I do try to entertain, though

#

I just happen to be failing at the moment

#

As is my way

vocal basin
rugged root
short owl
#

Need a AI assistant with a hillbilly voice

rugged root
#

It's like the "Toasty" guy from Mortal Kombat

#

Except creepy

short owl
#

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

rugged root
#

@still herald Suuuuuup

#

How goes it

vocal basin
rugged root
#

@still herald Surviving

#

You?

still herald
rugged root
#

Niiiiiiiiiiiiiiiiiiiice

vocal basin
#

@still herald 👋

rugged root
#

It's not disturbing us

short owl
#

we are all busy doing nothing @still herald

rugged root
short owl
#

wobbly bird

rugged root
#

@stark oxide Not me, the other person

halcyon pasture
#

Can anyone help me make a toy bot?

rugged root
#

@still herald I'm workingish

vocal basin
#

it's fun to measure the "GIF safety" index for my recent PFPs

rugged root
#

@still herald So what's been so amazing?

still herald
vocal basin
rugged root
#

Hell yeah

vocal basin
#

for the current PFP it's exactly 0%

short owl
#

mmm you need to conjure up a AI assistant @rugged root

rugged root
#

@still herald Proud of you. You've got this!

vocal basin
#

somehow with Utena it was, like, at least 20%

short owl
#

possibly

rugged root
#

Fair

cobalt vortex
#

wassup guys

short owl
#

but your AI has to talk like a hillbilly - just cuz @rugged root

rugged root
#

Thankfully nothing stressful yet

#

Knock on wood

cobalt vortex
#

@somber heath u good ?

#

i never saw ur bio

#

just saw it

vocal basin
#

it was widespread enough at some point

stark oxide
#

is it worth it to buy the $150 plan on coddy.tech?

cobalt vortex
#

i mean is it from before

vocal basin
#

didn't Rabbit answer that before

rugged root
#

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

rugged root
#

True

#

It's the thing I already mentioned, though

cobalt vortex
short owl
#

the walls have ears ? @rugged root

cobalt vortex
#

is @peak depot speaking idk she has a green border but i cant hear anything

#

is my connection bad

stark oxide
#

she is not speaking, I don't hear her to

cobalt vortex
#

ohk 👍

#

i think maybe discord hear some sound from her side but it is very low so we cant hear it

#

nvm

vocal basin
#

I just hear the voices all the time

rugged root
#

@stark oxide See ya

stark oxide
#

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

cobalt vortex
#

@iron veldt nice one (Gay/As/Hell)

#

😆

iron veldt
#

lol

cobalt vortex
#

met a guy today with pronouns as tree

iron veldt
#

what?? 😭 😭 😭

cobalt vortex
#

idk and shis 💀

iron veldt
#

did it say i am groot too?

cobalt vortex
vocal basin
#

!e

print("\N{evergreen tree}\N{deciduous tree}\N{palm tree}\N{christmas tree}\N{tanabata tree}")
wise cargoBOT
vocal basin
#

so many trees

iron veldt
#

a lot of trees

cobalt vortex
#

yeh i think he didnt mention the type of tree

#

@fleet bane wassup 👋

rugged root
#

I wonder how many nursery rhymes English shares with other languages

#

If any

iron veldt
#

I'm not sure

rugged root
#

No idea why this is going through my head

rugged root
#

Well like "Mary Had a Little Lamb", "Twinkle Twinkle Little Star", "Little Miss Muffet", stuff like that

iron veldt
#

Oh yes they are translated and have popularity

cobalt vortex
#

i think most of the nursery rhymes are with a motive for the child to learn fluency and mind coordination in the language

rugged root
#

I know "Are You Sleeping Brother John" has a French equivalent

cobalt vortex
#

oh u mean translated ?

#

they could be numerous

iron geyser
#

in french est-ce que tu dors?

#

😂

cobalt vortex
#

😆

rugged root
#

I guess I do mean that

iron geyser
#

cheese :p and bread

#

😛

iron geyser
rugged root
#

@peak depot Niiiiiice

cobalt vortex
#

what are some good songs u would suggest me 🙃

iron veldt
#

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 🥲

cobalt vortex
#

my taste in music is bad

rugged root
#

My taste in music is obscure

#

Prime example, "The Darkets of the Hillside Thickets"

iron geyser
cobalt vortex
#

WTF

#

its unavailable here

iron veldt
#

I like hyper-pop, pop and stuff that makes me either excited or depressed

#

depends on the mood

iron geyser
#

ah :/ 😦

iron geyser
#

Hello Noodle

rugged root
#

@woeful salmon Suuuuuuuup

iron veldt
#

@peak depot did your cat get better?

rugged root
#

Why did I think GTA 6 was already out...

vocal basin