#voice-chat-text-0

1 messages · Page 460 of 1

rugged root
#

I don't know why they mention MoCA 3.0 when it's really uncommon. Like really really uncommon

gentle flint
#

alternatively, if it runs through conduit, you could just replace it with cat6 and have it be actually useful

rugged root
#

Same effect

gentle flint
#

or do you not use conduit for data cables in the usa

rugged root
#

Remind me what conduit means in this case

rugged root
#

Oh not usually, no

#

It's usually just traced through the walls

gentle flint
#

oh
that's frustrating, but oh well

rugged root
#

Yarp

#

It should still be fine

gentle flint
#

yeah, until you want to replace it

#

and you need to break the wall open to get to it

rugged root
#

That's amazing

gentle flint
#

this was one of my favourites

And inasmuch as ye shall keep my bro code, ye shall secure the bag, and shall be led to ‘Murica; fr fr, even a hood which I have prepped for you; fr fr, a hood which is choice above all other hoods.

rugged root
#

Found it:

The most recently released version of the standard, MoCA 3.0, supports speeds of up to 10 Gbit/s. This technology is not yet available in customer premises equipment.

unique wyvern
rugged root
#

@pallid torrent Yo

pallid torrent
dry jasper
#

@unique wyvern

peak depot
gentle flint
peak depot
rugged root
gentle flint
gentle flint
willow light
rugged root
#

That is a very weird shirt

woeful blaze
somber heath
#

@ornate terrace 👋

ornate terrace
#

hy

ornate terrace
#

hy

#

hru

#

good morning btw

woeful blaze
#

👋

#

can anyone here me

#

@wind raptor

#

@somber heath can you hear me

#

Thumbs up if you hear me

wise loom
wind raptor
#

!stream 1318626588560199692

wise cargoBOT
#

✅ @woeful blaze can now stream until <t:1746669600:f>.

woeful blaze
#

This project how to create Hospital Management System using Tkinter in Python with MySQL database connectivity in Hindi
Like video👍 & subscribe my channel 🙏

Follow Me On Instagram:
https://www.instagram.com/codewithkiran/

Follow me on LinkedIn
https://www.linkedin.com/in/kiran-kamble-947aa2213

Hospital Management Source Code Download:
...

▶ Play video
wind raptor
woeful blaze
#

Sorry for asking for help

haughty pier
woeful blaze
#

That's great to hear working on any python projects currently?

#

Nx

whole bear
#

hi @somber heath

inner hill
#

hi @upper basin

warm root
#

hi guy 😄

#

@upper basin can you sharing screen please

somber heath
#

'Lo.

#

Yo.

chilly wolf
#

What're you up to today? Any new goings ons?

somber heath
#

Saw a few disoriented and lethargic bees.

chilly wolf
#

right now I'm trying to convert the 2 dimensional ray of light in my rotating triangular prism code to be calculated in 3D space and then projected onto the 2D screen for more realistic reflections.

somber heath
#

Watched some Last Airbender.

chilly wolf
chilly wolf
somber heath
#

Very good show.

#

Hi hi.

chilly wolf
#

Well written, reflective, philosophical

somber heath
#

Immurement is another.

#

Well, if you were to trap someone in a room and wall up the windows and doors, or, in extreme cases, shove them in a small space behind a wall that you then build, that's immurement.

chilly wolf
#

The Cask of Amantillado

#

by Edgar Alan Poe

somber heath
#

@chilly wolf

chilly wolf
#

hehe

somber heath
#

"Maybe I shouldn't do that."

#

"What's the best way to implement a quantum state in code and what colour is your underwear?"

#

@upper basin

upper basin
#

I am genuinely fortunate he is so patient.

#

He cuts my development time from weeks to hours.

#

Helps alot.

somber heath
#

Milien, no. Bad.

upper basin
#

Like I was working on his optimization for 3-4 months. I was confused over sth that he cleared in 5 mins.

upper basin
#

At least now I have a pseudocode in my head again so I can code sth.

somber heath
#

I didn't.

#

It's fine.

#

I think I may have mentioned something.

#

I think you were asking for other things you could do with it.

#

The official flag thing

#

Mm.

#

lol

#

They were blocking pride flags in schools and government buildings by way of banning unofficial flags, so the locality codified some official flags.

chilly wolf
somber heath
#

Yes, but when you asked, that's when I think I mentioned raytracing.

#

Possibly.

chilly wolf
#

ohhh

#

I think so yes

somber heath
#

!rule 9

wise cargoBOT
#

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

coarse rock
#

@chilly wolf what in the calculator

#

cool

somber heath
#

@chilly wolf It's ridiculous and very impressive.

chilly wolf
#

pseudo 3d projection of a triangular prism with a 3d raycasted beam of light

chilly wolf
#

:)

#

Magey the Ridiculous Wizard

#

Absurdity Abound!

somber heath
#

There's something joyful in so much music, but something that recently gave me the happy chemicals was Dwarf Metal.

#

Diggy Diggy Hole et al.

#

I did.

#

Bear trap activation.

chilly wolf
#

Diggy Diggy Hole, indeed

#

You've played the old DF?

somber heath
#

Nothing was the same after....the incident.

#

Only 27?!

#

Any data structures?

chilly wolf
#

Lists, Matrices, and a few others, THANKFULLY

somber heath
#

Stuff you could index, for example.

chilly wolf
#

Yes, an indexed Matrix can be a simple workaround

somber heath
#

Well, it's such an arbitrary number. Something like 32 would at least make more sense.

#

Only a single character....ah. Of course.

#

Sounds like tangle.

chilly wolf
#
AxesOff
{-1,-1,1,-1,-1,1}→L₁
{1,-1,-1,1,-1,-1}→L₂
{-1,-1,-1,1,1,1}→L₃
{0,0,0,0,0,0}→L₄
{0,0,0,0,0,0}→L₅
{1,-1,1}→L₆
For(A,0,2π,π/20)
ClrDraw
AxesOff
cos(A)→C
sin(A)→S
For(I,1,6)
C*L₁(I)+S*L₃(I)→X
-S*L₁(I)+C*L₃(I)→Z
X/(Z+5)*30+47→L₄(I)
L₂(I)/(Z+5)*30+31→L₅(I)
End
Line(L4(1),L₅(1),L₄(2),L₅(2))
Line(L4(2),L₅(2),L₄(3),L₅(3))
Line(L₄(3),L₅(3),L₄(1),L₅(1))
Line(L₄(4),L₅(4),L₄(5),L₅(5))
Line(L₄(5),L₅(5),L₄(6),L₅(6))
Line(L₄(6),L₅(6),L₄(4),L₅(4))
Line(L₄(1),L₅(1),L₄(4),L₅(4))
Line(L₄(2),L₅(2),L₄(5),L₅(5))
Line(L₄(3),L₅(3),L₄(6),L₅(6))
cos(A)*sin(A)→J
-sin(A)→K
cos(A)*cos(A)→L
(L₆(1)*J+L₆(2)*K+L₆(3)*L)→M
2*M*J-L₆(1)→N
2*M*K-L₆(2)→O
2*M*L-L₆(3)→P
(C*(L1(1)+L1(2)+L1(3)+L₁(4)+L₁(5)+L₁(6))/6+S*(L₃(1)+L₃(2)+L₃(3)+L₃(4)+L₃(5)+L₃(6))/6)→R
((L₂(1)+L₂(2)+L₂(3)+L₂(4)+L₂(5)+L₂(6))/6)→W
(-S*(L1(1)+L1(2)+L1(3)+L1(4)+L₁(5)+L₁(6))/6+C*(L₃(1)+L₃(2)+L₃(3)+L₃(4)+L₃(5)+L₃(6))/6)→Y
R/(Y+5)*30+47→G
W/(Y+5)*30+31→Q
-20→S
Q→D
Line(S,D,G,Q)
R+N→T
W+O→F
Y+P→B
T/(B+5)*30+47→U
F/(B+5)*30+31→V
Line(G,Q,10*U-9*G,10*V-9*Q)
For(D,1,100)
End
End
ClrDraw```
somber heath
lavish vine
somber heath
lavish vine
#

what video?

peak depot
#

It's a GIF

lavish vine
#

no its not

chilly wolf
#

You need a TI 84+ Silver Edition graphing calculator.

somber heath
#

Oh, the above isn't Python.

lavish vine
#

💀

#

I know

chilly wolf
#

It's TI-BASIC

peak depot
lavish vine
lavish vine
#

The gif is related to the context of the code

somber heath
#

There's probably emulators online.

lavish vine
#

Ill try and find one. it would be cool to run this

chilly wolf
#

There are emulators for running the code.

somber heath
#

Beware of malware.

desert vector
#

i wish i could run gifs
all my gifs walk

lavish vine
lavish vine
#

@desert vector ok 🥶

chilly wolf
desert vector
#

are we flexing our 84s?

#

because i got the

lavish vine
desert vector
#

color edition

somber heath
#

He really is.

peak depot
chilly wolf
obsidian dragon
lavish vine
#

Dude im out

chilly wolf
obsidian dragon
somber heath
#

Vaguely surprised they don't do bluetooth.

#

Or do they?

desert vector
#

ignore the bridget

somber heath
#

@steady cove 👋

chilly wolf
#

Maybe you could program in assembly a bluetooth driver and plug in a dongle with a microusb to usb conversion dongle.

somber heath
#

Schools would hate that.

steady cove
#

im here so i could find friends who are interested in a.i

lavish vine
#

R u guys big nerds or something

chilly wolf
somber heath
lavish vine
#

what catagory dose this come into 💀

desert vector
steady cove
somber heath
desert vector
#

mostly not

somber heath
#

Related to the voice channel.

lavish vine
#

very general

#

lol

steady cove
somber heath
steady cove
#

hmm

somber heath
#

Get a sense of how people interact with one another.

#

When you have something to say, do.

steady cove
#

ok got it

chilly wolf
#

Now I'm onto something

#

"Snell's law is a formula used to describe the relationship between the angles of incidence and refraction, when referring to light or other waves passing through a boundary between two different isotropic media, such as water, glass, or air."

#

TI-BASIC was the first language I actually wrote programs in

#

I learned LibertyBASIC first, but. I didn't use it well. Lol

somber heath
#

@chilly wolf The friendships you made along the way?

chilly wolf
#

Yes!!

somber heath
#

As opposed to Schnell's law, which is what happens when light is in a hurry.

chilly wolf
#

Or Snail's law, when light is very much not in a hurry.

somber heath
#

Clam clouder. It's a mist that smells like clam chowder.

wild light
#

what happened to my mic

#

ok

#

KITTY

#

KITTY

somber heath
#

You named your white cat Snow?

short owl
#

zubba zubba !

#

sounds so MATHY

#

Its amazing how some birds can sound like a cat @somber heath

somber heath
#

@amber raptor I see your The Server is on Fire and I raise you The Roof is on Fire.

short owl
#

very tame today ....

#

tip of the day

somber heath
#

@rugged root Something is going to give.

short owl
#

mmm caffiene

primal shadow
#

❤️ air purifier

#

highly recommend

#

It has ionizer too, whatever that means

#

What about seeking followers for my cult

#

err religion

#

The peopel who come in, steer the conversation to their project, then say WRITE CODE FOR ME

#

I normally don't turn on the ionizer

#

since it's a button

#

BUt that particular purifier

#

highly recommend

#

I'm probably gonna buy a second one

#

I can hardly hear anything the cat says

pulsar island
#

Im quite interested in this product, where mayhaps can I acquire one? I have a white mold spores issue where I live that I need to alleviate, and Ive already resorted to neem oil, but an additional layer via ionizers would be fantabulous

primal shadow
#

I did have them turned down... then turned em back up... and then I AM EVIL

#

oops

#

You ever see the best dexter's lab episode ever @swift fractal

#

Oops mrh,. sorry

#

@rugged root is who I wanted

whole bear
#

what are you up to guys today?

primal shadow
#

"work"

whole bear
#

oh don't remind me of it XD

#

work is always there

rugged root
somber heath
#

The formal term is colloquialism.

rugged root
#

Cloacaism

primal shadow
#

ever see this one?

#

Well, in all fairness

#

Millenials are up against Gen X...

#

so uh

#

I agree

#

Gen X is like a lost generation

#

I want to major in memeology

#

gonna be a memeologist

#

Get a doctorates in memes

#

This is what we need

somber heath
#

@peak depot It's "what the sigma?"

primal shadow
#

I've been on a journey with weight

somber heath
#

I'm on a weight stability journey...if that counts.

short owl
#

Thats a BEARD !!!

chilly wolf
#

THANK YOU

short owl
#

first qualification to be a , CODER GOD .. is the beard

whole bear
#

imagine 2 pills of painkiller for a headache and hot weather at the same time

#

and the headache is still there

#

Hello

#

I think it would be better if we have one more way of getting voice role

short owl
#

singing auditions for voice verification @rugged root

rugged root
#

Fuuuuuuuuuck that

short owl
#

sitting posture = pinched nerves @whole bear

rugged root
whole bear
short owl
#

100 messages

whole bear
#

just to know if the person is active

short owl
#

some cats love the vaccuum cleaner

whole bear
#

I see

#

so maybe video call with the person

#

and the staff

#

a dick wouldn't do that

#

really?

#

XD

#

fuck

amber raptor
short owl
#

general weirdness abounds you say @rugged root

whole bear
#

I see

#

sounds like there lots of sick ppl online

primal shadow
#

After 3 days it's not

whole bear
#

the thing isn't about 50 messages

primal shadow
#

3 days is nothing in a lifetime

whole bear
#

I think it's limited to two channels

#

right?

#

oh

primal shadow
#

Voice permissions

#

are gated

whole bear
#

I thought only python discussion and here

#

my bad

primal shadow
#

Even if it was limited to voice

#

Get to know the people you want to talk to

#

before you speak

whole bear
primal shadow
#

One thing I love about it

whole bear
#

just had a misunderstanding

primal shadow
#

have not heard a raid of REEEEEEEEEEEEEEEEEEEEE since it began

rugged root
#

No worries

primal shadow
#

My ears ❤️ the verification

gentle flint
short owl
#

maybe its the moustache ... hmmm @gentle flint

gentle flint
#

whose moustache?

#

none of the people I listed has one

limpid portal
#

So what are you guys smoking right now?

rugged root
#

Exhaustion

short owl
#

FAT32 is enough

#

4 Gig boundry

gentle flint
limpid portal
gentle flint
#

smoking hot

primal shadow
#

Is that a prereq for the question?

#

Unemployed people can fuck off, they've enver worked before

rugged root
#
df = logging.Formatter('$asctime $name ${levelname} $message',
                       style='$')

bf = logging.Formatter('{asctime} {name} {levelname:8s} {message}',
                       style='{')
primal shadow
#

Wouldn't it be good to ask students who have done internships

rugged root
#

The 8s seems strange to me

primal shadow
#

Because interns are garbage

#

so you know

#

need different software to handle the garbage

#

whereas employees are great producers who never do bad

#

@amber raptor akshually, interns are discarded like leftovers on trash day

#

employees live through intern season

#

No way, there was that guy in voice

#

who was looking for an unpaid internship in NYC

#

and complaining it was too competitive

somber heath
amber raptor
#

Sure, but in the US, interns are not treated any differently from other employees from HR software PoV

primal shadow
#

I don't think so though

#

Interns don't get benefits

#

Interns are temporary employees

#

Standard employees don't have a set end date

amber raptor
#

Sure but they are employees like anyone else

primal shadow
#

Contract workers sure

amber raptor
#

Most HR software supports end date, you could be temporary employee, if someone signs "employment ends at <date>" that's legal in the United States

primal shadow
#

if employer says "leave now" that's legal in the US

#

no need for a presigned notice

#

Vast majority of US is at will

amber raptor
#

Sure, but "leave now" means unemployment

primal shadow
#

and employment ending per the employer?

#

not unemployment?

#

Look into constructin, they lay off every year

amber raptor
#

you generally can't get unemployment if end date was formally agreed to

primal shadow
#

nope

#

Check otu halloween stores

#

management there collect unemployment annually

amber raptor
#

Do they?

primal shadow
#

they know 100% their job is gonna die in NOvember

#

at least the person I know

#

Can only speak about the people I've met in the states I've lived

#

we do have a patchwork of laws so I can't speak for all 50 states

amber raptor
#

In most states, if you resign, you don't get unemployment right?

primal shadow
#

But my mom's husband, worked construcitn

#

every year he got unemployment

#

winter was known as unemployment time

#

that's how the business operates

#

knowing full well in spring

amber raptor
#

it depends in end date is agreed to

primal shadow
#

come winter, no work

#

seasonal employment...

amber raptor
#

if you agree to contract with fixed end date, ti's like resigning, at least in my state

primal shadow
#

google says odds are you get UI

#

so not sure where you get your info

#

but my experience, is if it's not your fault, you get unemployment

#

agreeing to work a one year gig isn't your fault the gig expired, the employer offered it, they pay for UI, then you get UI

#

I would squeeze it mre

#

that fixes it

#

Use vice grips

#

Ooh, same computer as me

#

Maybe... I have a P16s

#

it looked mostly the same as my work machine

rugged root
#

@whole bear 👋

whole bear
#

hi

#

Sup

primal shadow
#

baby cows 😦

#

veal is so evil

#

it should be eveal

whole bear
#

wbu?

primal shadow
#

when they said "food" they meant "cuisine" which is an acceptable use of the word

whole bear
#

it's a French word

#

which means kitchen

primal shadow
#

food is an acceptable synonym for cuisine

#

So it's like... being a pedant to be a pedant, but technically the use was correct

#

so it's just being an asshole

#

not a pedant

#

🤷

lethal shell
#

Anyone wanna hear some fine music?

primal shadow
#

that's my verdict 🔨

short owl
#

advil ? @whole bear

whole bear
# primal shadow

I didn't say it's wrong because I wasn't aware that even it exists in English

#

I just said it's French

#

as well

whole bear
primal shadow
#

work

short owl
#

I use it for general pain relief , pinched nerve in neck , headache ... whatever @whole bear

primal shadow
#

Starnge way to be pedantic

whole bear
#

nope

primal shadow
#

You don't even open them for air?

#

ZOMG!

whole bear
#

just came to my head so said it

primal shadow
#

AHAHHAHA GOTTEM

whole bear
#

to get this shit migraines go away

short owl
#

wowee , migraines ... @whole bear

whole bear
#

@olive hedge yo how are you?

#

Been a while

#

Oh he left

chilly wolf
#

Phone died :(

unique wyvern
#

Within his last few moments on earth, Satan comes down to collect Constantine's soul to complete the deal they made. However, God might have other plans..

In the shadowy realm of the occult, CONSTANTINE unfolds the tale of John Constantine, a celebrated supernatural exorcist and demonologist. His journey begins as he joins forces with a policew...

▶ Play video
primal shadow
#

How about hte fuckin momfluencer for surgeon general?

#

It's not measles, it's hte body giving up

#

what made the body give up?

#

the measles, but you know, the body gave up

#

so the cause of death

#

is the death

#

died of death

#

100% not giving a fuck

#

not dumb as shit

#

stop blaming it on stupidity

#

it's cruelty

#

evil

#

not ignorance

#

it's willful ignorance

#

hatred

#

they are aware of the damage they do

#

they get money for it

rugged root
primal shadow
#

so they don't give a fuck

wise cargoBOT
#

flexx/app/__init__.py lines 33 to 35

import logging
logger = logging.getLogger(__name__)
del logging```
primal shadow
#

don't give them the benefit of the doubt

#

they know EXACTLY what they are doing

#

which is irreparable harm

rugged root
#

Talking to a partner. Hopefully back shortly

#

Also, I'm very glad I know how to bullshit my way out of her grilling me on stuff

#

A skill I have acquired over the years

whole bear
#

Can’t stop overthinking

rugged root
whole bear
unique wyvern
#

In mathematics, a cardinal number, or cardinal for short, is what is commonly called the number of elements of a set. In the case of a finite set, its cardinal number, or cardinality is therefore a natural number. For dealing with the case of infinite sets, the infinite cardinal numbers have been introduced, which are often denoted with the Hebr...

#

In set theory, an ordinal number, or ordinal, is a generalization of ordinal numerals (first, second, nth, etc.) aimed to extend enumeration to infinite sets.
A finite set can be enumerated by successively labeling each element with the least natural number that has not been previously used. To extend this process to various infinite sets, ordin...

unique wyvern
#
dry jasper
#
                __              __
                \ `-._......_.-` /
                 `.  '.    .'  .'
                  //  _`\/`_  \\
                 ||  /\O||O/\  ||
                 |\  \_/||\_/  /|
                 \ '.   \/   .' /
                 / ^ `'~  ~'`   \
                /  _-^_~ -^_ ~-  |
                | / ^_ -^_- ~_^\ |
                | |~_ ^- _-^_ -| |
                | \  ^-~_ ~-_^ / |
                \_/;-.,____,.-;\_/
    ===============(_(_(==)_)_)=====================
      _________         _________ _______ 
      \__   __/|\     /|\__   __/(  ___  )
         ) (   ( \   / )   ) (   | (   ) |
         | |    \ (_) /    | |   | |   | |
         | |     \   /     | |   | |   | |
         | |      ) (      | |   | |   | |
         | |      | |      | |   | (___) |
         )_(      \_/      )_(   (_______)

  ===================================================
unique wyvern
gentle flint
primal shadow
#

WWII didn't end

#

The european theater did

#

pacific went to august

unique wyvern
primal shadow
#

No, we're too far

#

You can speak how you weant

#

and if others follow oyu

#

the language will evolve

#

Who cares if it's trademarked?

#

It's trademarked for selling a spread

#

not for creating a moving image on a computer

#

Trademarks don't encompass all

#

unless so applied, but I doubt JIF applied for a trademark on digiital imasges

#

When you remove a bucnh of letters from a word, the pronunciation can change

molten pewter
#

"The speed of light in a medium is always less than the speed of light in a vacuum (approximately 300,000 km/s). " https://en.wikipedia.org/wiki/Speed_of_light

The speed of light in vacuum, commonly denoted c, is a universal physical constant exactly equal to 299,792,458 metres per second (approximately 300,000 kilometres per second; 186,000 miles per second; 671 million miles per hour). It is exact because, by international agreement, a metre is defined as the length of the path travelled by light in ...

unique wyvern
primal shadow
#

Brazilian...

#

Peruvian

#

Ecuadorian

#

That's what people from these countries refer to themselves

#

Guatemalan, Mexican, there's a word for a citizen of each country South of America

#

We don't call ourselves "North Americans" in the US

#

We're "Americans" because we're from "America"

whole bear
#

Hi

rapid dock
#

As

whole bear
#

How are you?

rapid dock
chilly wolf
wooden pewter
#

Hello

#

Possible for me to speak in VC ? @haughty pier

wooden pewter
#

@haughty pier yes I see I guess I gotta wait to hit that I was hoping someone could just push me through

haughty pier
#

I tried to explain orally but perhaps you missed it

wooden pewter
#

No I hear you clear

haughty pier
#

I want to tend to use the word "verbally" instead of "orally" but "verbally" means "in words,' which can also include the written word, and for some pedantic reason in my past legal training that I don't recall very well it was a very important distinction...

wooden pewter
#

Ok well I’ll be around cya

haughty pier
primal shadow
#

The distinction in a casual conversation is 100% irrelevant

#

Many definitions include "speaking"

whole bear
#

Hi

woeful blaze
primal shadow
woeful blaze
primal shadow
obsidian bough
#

sure

#

tyvm

#

we can just do it on dm

#

if you want

#

alr alr all good

#

let me show what i been trying to do

#

how do i run this?

#

its java scripts

somber heath
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

obsidian bough
#

!js

wise cargoBOT
#
Empty JSON error

When using JSON, you might run into the following error:

JSONDecodeError: Expecting value: line 1 column 1 (char 0)

This error could have appeared because you just created the JSON file and there is nothing in it at the moment.

Whilst having empty data is no problem, the file itself may never be completely empty.

You most likely wanted to structure your JSON as a dictionary. To do this, edit your empty JSON file so that it instead contains {}.

Different data types are also supported. If you wish to read more on these, please refer to this article.

obsidian bough
#

!js const robot = require("robotjs");

function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}

async function startBot() {
console.log("Bot starting in 5 seconds... Move your cursor to the game window.");
await sleep(5000);

// Hold left click indefinitely
robot.mouseToggle("down", "left");
console.log("Left mouse button held down.");

while (true) {
    console.log("Step B: Holding 'D' for 125 seconds...");
    robot.keyToggle("d", "down");
    await sleep(125000);
    robot.keyToggle("d", "up");

    console.log("Step C: Holding 'W' for 5 seconds...");
    robot.keyToggle("w", "down");
    await sleep(5000);
    robot.keyToggle("w", "up");

    console.log("Step D: Holding 'A' for 125 seconds...");
    robot.keyToggle("a", "down");
    await sleep(125000);
    robot.keyToggle("a", "up");

    console.log("Step E: Holding 'W' for 5 seconds...");
    robot.keyToggle("w", "down");
    await sleep(5000);
    robot.keyToggle("w", "up");

    console.log("Loop complete. Restarting...");
}

}

startBot();

#

so do you think you can help me w that

#

make it run

#

ty

#

can i send you the thing that the guy send me?

#

sure

wise cargoBOT
somber heath
#

@primal sage 👋

ashen rapids
obsidian bough
wise cargoBOT
primal sage
#

Hey @somber heath

obsidian bough
#

thats what i got

whole bear
#

Why does talk like AI tech support?

obsidian bough
#

lmaooooooooooo

#

fr

#

but dont be mean to him

#

cmon

whole bear
#

Not being mean

obsidian bough
#

he is actually being bery nice

whole bear
#

I’ve known opal for almost 2yrs

#

Ik

obsidian bough
#

oh wow

#

ikk man

#

but for a guy who dont know nothing about it, it will take 10 hours

somber heath
#

@charred sonnet 👋

obsidian bough
#

i got the code from fiverr

#

@somber heath so what do you think i should do

#

where do i run the script

#

but where do i run it??

#

i mean on what app

#

@main comet thats what i tried a week ago

#

lol

#

got that

#

what now

#

when i press ctrl+c it stops

#

yh

#

stoping it its not an issu

#

making money is ez

#

would you want a band?

#

@main comet

#

thats me

#

leon kenedy

scarlet dust
main comet
scarlet dust
obsidian bough
#

@scarlet dust

#

do you know what that mean?

#

moudle_not found

#

lmaoo

#

what is the java script server?

#

i found one

#

but no people

#

no people in vc

#

btw will it be safe to show my pc name?

#

alr alr

#

good to know

#

idkkkk

#

im scared

#

i dont understand in this shit

#

just incase

scarlet dust
obsidian bough
#

good to know lol

#

i been just stuck on moudle_not_found for so so long

#

cant understand it

#

you asking me?

#

0 idea

#

i understood it!

#

very good example

#

okay so i understand i got no car door. how do i get one

#

let me check

whole bear
#

Yo

#

No lol

obsidian bough
#

thats what it saying when i do npm install

#

is that suppost to be like that

#

will it work on mincraft?

main comet
obsidian bough
main comet
obsidian bough
#

btw do you know what image gruber is?

#

graber

#

no xD

#

im talking about when you click on a photo and it can just take all of your data

#

like i said

#

its scary

#

i asked bc you can fall for one so quickly its scary

#

nahh all good

#

i understand you

obsidian bough
#

thats cool

obsidian bough
scarlet dust
#

<https://github.com>

obsidian bough
#

thats very cool

main comet
obsidian bough
#

fr?

#

how long did it took?

main comet
#
pyautogui.mouseDown()
[ (pyautogui.keyDown('d'),
time.sleep(125),
pyautogui.keyUp('d'),
pyautogui.keyDown('w'),
time.sleep(5),
pyautogui.keyUp('w'),
pyautogui.keyDown('a'),
time.sleep(125),
pyautogui.keyUp('a'),
pyautogui.keyDown('w'),
time.sleep(125),
pyautogui.keyUp('w')) for _ in range(123456789) ]```
primal shadow
#
print('lol')```
obsidian bough
#

time.sleep(5)
pyautogui.mouseDown()
[ (pyautogui.keyDown('d'),
time.sleep(125),
pyautogui.keyUp('d'),
pyautogui.keyDown('w'),
time.sleep(5),
pyautogui.keyUp('w'),
pyautogui.keyDown('a'),
time.sleep(125),
pyautogui.keyUp('a'),
pyautogui.keyDown('w'),
time.sleep(125),
pyautogui.keyUp('w')) for _ in range(123456789) ]

#

your way is btet

#

better

primal shadow
#
[->+<][->+<][->+<][->+<][->+<]
[->+<][->+<][->+<][->+<][->+<]
[->+<][->+<][->+<][->+<][->+<]
[->+<][->+<][->+<][->+<][->+<]
[->+<][->+<][->+<][->+<][->+<]
<<<<<<------>>>>>>++++++[][][]
obsidian bough
#

||bu||

#

why no work?

#

i already got it

primal shadow
obsidian bough
#

i already done it tho lmao

#

gonna do it again

#

lmaooo @scarlet dust

#

im installing more now

#

give me a sec i going to get some agia

#

agua

main comet
#

it getter smrtr

obsidian bough
#

hello

#

still here?

main comet
obsidian bough
#

i got it now

#

do i need to log in to make it work?

main comet
#

looks good for windows deving

obsidian bough
#

did it work?

#

btw can we talk on dm like on a call bc i cant type anymoree my hands actually hurt lmao

#

ofc i canm

#

can

main comet
#

"npm fund"

primal shadow
#

give them all money

#

since they're helping you

obsidian bough
obsidian bough
primal shadow
#

they do

obsidian bough
#

it dosent work yet

primal shadow
#

but without them it wouldn't ever

#

they need money

obsidian bough
#

ill give him money if he make this work

obsidian bough
primal shadow
#

THEY ARE LOOKING

#

👀

#

👀 🪙

#

but they aren't getting it

obsidian bough
#

so does it work?

#

ty for tring too

#

trying

#

so did that work now?

#

looks good to me

#

it worksss

#

i think

#

give me a min

#

let me check

#

okay it looks good!

#

finally man

#

ty

#

hell noooo this shit is so soso sosososososo complicated

#

i could never

#

even if i tried

#

yh

#

and tbh i got some other importent stuff to do

#

im making 30k$ a month and 1M to 10M from other business every year

#

i need to keep on learning tho

#

okat

#

okay

#

ill tell you

#

its very simple

#

just one word

#

did you understand?

#

im jewish

#

lmaoo

main comet
#

Jewish piano

obsidian bough
#

lmaooooooooooooooooooooooooooooooo

#

i got a very smart and rich familly and freinds

#

thats how i make that much

#

lmaooooooooooooooo

#

i gotten a 5080 not long ago too

#

couldent get the 50ducky_dave 90

#

yh

#

lol

#

but i cant spend anymore rn tho

#

im trying to save up to buy land

#

xD

#

lol

#

what do you do

#

for job

#

there use to be a trend like that on tt lollll

#

tiktok

#

xD

#

your good

#

but most of the money i make is not going for me

#

im giving 85% of it to my uncle

#

he told there is gonna be a really really big project costing about 60M

#

im gonna get 10% of it when its done

#

i dont even know what it is too

#

hope its worth it

#

send it

main comet
obsidian bough
#

lmaoooo

#

sounds like when me and freinds are talking

#

btw

#

do you play any games

main comet
obsidian bough
#

bro

#

bc rust its the best game

#

crossair x just put a crossair on your screen

#

a custom one

#

i need more expensive skins on sc and rust tho

#

but i got some nice ones

main comet
obsidian bough
#

should i start play it?

#

i got way too many games

#

too

#

what would you like?

#

sorry it took my some time i was testing the script

#

you said that i got some money

#

what game would u like

#

just wondering

#

any game

main comet
obsidian bough
#

What do you do in this game

main comet
obsidian bough
#

Why not flying simulator

#

Yh

main comet
obsidian bough
#

im adding that to my wishlist

#

that looks epic

#

it looks crazyy

#

dont care how many it cost

#

im buying that shi

#

wow

#

Give me a sec im going down stairs

#

hello

#

im bakc

#

back

#

did you add me on freinds?

#

nvrm i got you

#

im gonna go sleep very soon

#

like a min or 2

#

where to?

#

lol

#

you still in school?

#

how old are yuo

#

oh wow

#

school is shit

#

most of my time didnt go school

#

failled all exams

#

school dont help you w shit

#

look where i am in life without school

#

most of my family and freinds that got rich by them self didnt go scool

#

school

#

im gonna go sleep

#

now

#

good night man

#

it was fun talking to you

#

hopefully

main comet
#

:)

whole bear
#

Sup opal

somber heath
#

@woeful cove 👋

woeful cove
#

hi

#

sorry I dont have voice chat 😦

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.

chilly wolf
somber heath
#

@fathom venture 👋

fathom venture
#

@somber heath hello

lavish rover
iron geyser
#

😂

brisk bridge
#

hi

#

got holiday today due to blackout and attacks

wind raptor
#

5D optical data storage (also branded as Superman memory crystal, a reference to the Kryptonian memory crystals from the Superman franchise) is an experimental nanostructured glass for permanently recording digital data using a femtosecond laser writing process. Discs using this technology could be capable of storing up to 360 terabytes worth of...

candid spire
#

Video editing is really hard

main comet
#

@knotty ember what are you doing?

knotty ember
main comet
#

bro...

#

ever heard of video games?

knotty ember
main comet
#

ur not on pc?

knotty ember
#

I'm on mac

main comet
#

mmm

#

have you tried pressing "Send Request"?

knotty ember
#

dt_kekeh yes, my parents ignores it

main comet
#

hmm... backup all important files and factory reset laptop?

knotty ember
main comet
#

:o

knotty ember
#

there's also nothing important in my mac

#

everything is in google

main comet
#

hmmm...

knotty ember
#

🙏🏻 no way out

main comet
#

what software is it?
what kind of mac do you have?
is that a "you computer" or "family computer"?

#

also, do you have access to terminal?

knotty ember
#

yes

knotty ember
main comet
#

hmmm

#

cirucit boarding...

knotty ember
#

bro is gonna tell me to type something into the terminal and break my mac

main comet
#

na, Im to lazy to think of something that cool, besides, its more fun to help unfortunate victims of micro-managing parents then it is to brick a computer lol

#

what software is controlling "Time Limit"?

knotty ember
#

im not smart enough to bypass it

knotty ember
#

you can't bypass it

#

their security is like too good

main comet
knotty ember
#

if you can manage to bypass this, you might as well report it to Apple and they'll give you money for bug bounty

main comet
#

oooh, its apples built in system... hmmmmmm

#

thinking...

#

this might be beyong my lvl of expertices but Ill see what i can find.

#

@placid forum I have a potential solution, heres the catch:
will reset back to factory, this means anything personal will be removed

#

want to give it a try?

main comet
#

magey sleeping, hush >:(

cold lotus
#

nvm i dont even have voice perms

cold lotus
main comet
#

yep :)

cold lotus
#

no i mean for magey

main comet
#

idk, Id ask him but hes asleep, and im trina eet foods

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.

somber heath
#

@valid violet 👋

cold lotus
valid violet
#

Hey @somber heath

#

I guess I can't unmute for now

#

Thank you!

somber heath
#

@hybrid patrol 👋

hybrid patrol
#

sup

main comet
oblique badger
# knotty ember their security is like too good

was thinking maybe bootcamp can do it since you can have windows on it and since its different OS Mac should let you in.

"Yes, you can install software on a Mac even with Screen Time and Parental Controls enabled. While Screen Time allows you to set time limits and restrictions for certain apps and features, it doesn't prevent you from installing applications from the App Store or from other sources. You can still install software as long as you are the owner of the device and the restrictions don't prevent it. "

this is what i found but anyways it should already be pre-installed. as long as you know your sign in password you should be able to complete the windows installation.

teal crystal
#

Hey 👋

@somber heath
@peak depot

#

@chilly wolf
who are you??

chilly wolf
#

I'm Magey

#

:)

teal crystal
#

Hi
@jade mountain

jade mountain
teal crystal
somber heath
#

@crystal jasper 👋

somber heath
#

@flint pivot @twin oasis 👋

#

Orlando Jones (born April 10, 1968) is an American stand-up comedian and actor. He is known for being one of the original cast members of the sketch comedy series MADtv, for his role as the 7 Up spokesman from 1999 to 2002, and for his role as the African god Anansi on Starz's American Gods.

somber heath
#

@rose hatch 👋

somber heath
#

Thinking.

#

Mandelbrot would be simple enough.

chilly wolf
#

Oooo

#

Fractal zoom

somber heath
#

@chilly wolf "What if I made ti-84+ emulator on the ti-84+?"

Out.

chilly wolf
#

Hehehehehe

somber heath
#

@inland mulch 👋

inland mulch
#

😂

somber heath
#

@half venture 👋

#

Ooh, ooh, I know. HTML rendering engine. 😁

chilly wolf
#

ooo

chilly wolf
somber heath
#

I was referencing the previous discussion.

chilly wolf
#

They programmed in access to a particular web service. And did all that junk too

#

Oh, right

somber heath
#

@grave galleon 👋

#

@grizzled sparrow 👋

#

Hey, Jik.

#

They were here a few hours ago.

#

I'm present.

#

Less drama, all queen.

#

@boreal shell 👋

quartz beacon
chilly wolf
#

Moving a prism with light refracting through it would be... mind bending.
;)

somber heath
#

Fixing rope would be bind mending.

chilly wolf
#

🤣

somber heath
#

Only works with mind bending as a fore.

chilly wolf
#

The inherent nature of situational comedy

#

Waste area... Landfill...
can't think of another pun

#

Any time I'm listening to a conversation, I attempt to think of as many puns as possible.

quartz beacon
somber heath
#

Galactic domination.

chilly wolf
quartz beacon
somber heath
#

👩 🚗 🟢

#

🫵 🖍️ (I had to get creative.)

#

Yeah, sure....where in the emoji library?

somber heath
chilly wolf
#

AH

#

Now I get it!!!

somber heath
#

Toking ponies.

#

ha

#

If you feel like it.

#

Mandelbrot.

#

Magey, calculator.

chilly wolf
#

Hm?

wild light
#

what happened

#

did my mic go out again

somber heath
#

@wild light Mindful Dev already spoke with you about the loud noises you're making when you join.

wild light
#

ok

obsidian dragon
#

@wild light

somber heath
#

If it's a technical issue, fix it or stay muted when it's happening.

#

If it's deliberate, just...don't.

#

Thanking you.

wild light
somber heath
#

@burnt gazelle 👋

#

@daring thunder 👋

wild light
#

@somber heath why are you in this vc 24/7

somber heath
#

The question is founded on a faulty preposition.

wild light
#

I always see you in it

somber heath
#

I am in here often, granted.

quartz beacon
wild light
#

my mic broke

somber heath
#

@quartz beacon I can see true you.

somber heath
#

Attributes are things things have. To attribute blame.

obsidian dragon
somber heath
#

...But it's not malfunctioning.

#

Where is the malfunction?

#

The burger.

#

There is no burger malfunction in the icon.

wind raptor
lethal shell
#

@wild light you have reminded me to watch more of beluga

obsidian dragon
#

@leaden garden it's good to see you again!

wind raptor
#

Hey @leaden garden 👋

somber heath
#

Mandelbrot is relatively simple.

#

You can do it in like...five, six lines?

#

🦆 ducky_angel ducky_australia ducky_bear ducky_beer

#

I actually missed the exact subject.

chilly wolf
#

The Movie of Unmentionable Topics

somber heath
#

Ah.

#

Which I still haven't guessed.

#

All the things that come to mind don't start with the letter mentioned.

#

Okay, so...that's the general subject.

chilly wolf
#

Yes

somber heath
#

Got that much, but I thought you were talking titles.

chilly wolf
#

Ahh no, the Subject Matter

somber heath
#

Still at a loss as to the title.

chilly wolf
#

Cult Classic and poorly rated

#

Title starts with F

somber heath
#

I chuckled.

#

Thunk.

#

It didn't miss.

somber heath
somber heath
#

@last condor 👋

somber heath
#

hmmm?

#

Oh, probably.

wind raptor